tests/check/elements/playbin.c: Add small test for stream-info-value-array code paths.
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2
3         * tests/check/elements/playbin.c:
4         (test_sink_usage_video_only_stream), (playbin_suite):
5           Add small test for stream-info-value-array code paths.
6
7 2007-04-05  Wim Taymans  <wim@fluendo.com>
8
9         * gst-libs/gst/audio/gstbaseaudiosink.c:
10         (gst_base_audio_sink_skew_slaving):
11         Don't try to create invalid calibration parameters by making the
12         internal time go backwards, instead make external time go forward.
13
14 2007-04-05  Wim Taymans  <wim@fluendo.com>
15
16         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
17
18         * gst/playback/gstplaybasebin.c: (add_stream):
19         Fix leak in add_stream(), when g_value_set_object() increases the
20         refcount of streaminfo object. Fixes #426250.
21
22 2007-04-03  David Schleef  <ds@schleef.org>
23
24         * gst/videotestsrc/gstvideotestsrc.c:
25         * gst/videotestsrc/gstvideotestsrc.h:
26         * gst/videotestsrc/videotestsrc.c:
27         * gst/videotestsrc/videotestsrc.h:
28           Add a test pattern called "circular", which has concentric
29           rings with varying radial frequency.  The main purpose of this
30           pattern is to test fidelity loss in a filter or scaler element.
31           Notably, this pattern is scale invariant, and is optimally viewed
32           with a width (and height) of 400.
33
34 2007-04-03  Wim Taymans  <wim@fluendo.com>
35
36         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
37
38         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
39         (deactivate_free_recursive):
40         Decodebin2 doesn't unref pads it obtains in some occasions:
41         - multiqueue src pads, when either connecting further or exposing
42         - sink pads of new autoplugged elements
43         - peer pads when recursively freeing elements
44         Fixes #425455.
45
46 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
47
48         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
49         Add audio/x-raw-float support, now that audioconvert support
50         non-native endianness floats.
51
52 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
53
54         * docs/libs/gst-plugins-base-libs-docs.sgml:
55           gstreamer-plugins-base.pc doesn't exist, it's
56           gstreamer-plugins-base-0.10.pc.
57
58 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
59
60         Patch by: René Stadler <mail at renestadler dot de>
61         with some minor changes
62
63         * gst-libs/gst/floatcast/floatcast.h:
64         Use more efficient float endianness conversion functions that don't
65         involve 2 function calls per value.
66         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
67         (check_default), (audio_convert_prepare_context):
68         * gst/audioconvert/gstaudioconvert.c:
69         (gst_audio_convert_parse_caps), (make_lossless_changes):
70         Support non-native endianness floats as input and output.
71         Fixes #339838.
72         * tests/check/elements/audioconvert.c: (verify_convert),
73         (GST_START_TEST):
74         Add unit tests for the non-native endianness float conversions.
75
76 2007-03-29  Wim Taymans  <wim@fluendo.com>
77
78         * gst-libs/gst/rtp/gstbasertpdepayload.c:
79         (gst_base_rtp_depayload_base_init),
80         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
81         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
82         (gst_base_rtp_depayload_set_gst_timestamp),
83         (gst_base_rtp_depayload_change_state),
84         (gst_base_rtp_depayload_set_property),
85         (gst_base_rtp_depayload_get_property):
86         * gst-libs/gst/rtp/gstbasertpdepayload.h:
87         Add Private structure.
88         Bring element code to 2007.
89         Parse clock-base caps param and use it when generating the
90         newsegment.
91         Reset variables before going to PAUSED.
92         Fix some docs.
93
94 2007-03-29  Wim Taymans  <wim@fluendo.com>
95
96         * docs/libs/gst-plugins-base-libs-docs.sgml:
97         * docs/libs/gst-plugins-base-libs-sections.txt:
98         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
99         (gst_base_rtp_audio_payload_get_adapter):
100         Add RTCP docs.
101         Fix some more docs.
102
103         * gst-libs/gst/rtp/Makefile.am:
104         * gst-libs/gst/rtp/gstrtcpbuffer.c:
105         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
106         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
107         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
108         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
109         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
110         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
111         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
112         (gst_rtcp_packet_sr_get_sender_info),
113         (gst_rtcp_packet_sr_set_sender_info),
114         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
115         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
116         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
117         (gst_rtcp_packet_sdes_get_chunk_count),
118         (gst_rtcp_packet_sdes_first_chunk),
119         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
120         (gst_rtcp_packet_sdes_first_item),
121         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
122         (gst_rtcp_packet_bye_get_ssrc_count),
123         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
124         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
125         (gst_rtcp_packet_bye_get_reason_len),
126         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
127         * gst-libs/gst/rtp/gstrtcpbuffer.h:
128         Add new helper object for parsing and creating RTCP messages.
129
130 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
131
132         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
133         PCM samples with width=8 must be always unsigned, no matter what
134         depth they have.
135
136 2007-03-29  Andy Wingo  <wingo@pobox.com>
137
138         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
139         perfect offsets also, not just timestamps.
140
141         * tests/check/elements/videorate.c (test_more): Test that given
142         any incoming offsets, that videorate produces perfect offsets.
143
144 2007-03-29  Wim Taymans  <wim@fluendo.com>
145
146         * gst-libs/gst/riff/riff-ids.h:
147         Add some more RIFF formats.
148
149 2007-03-29  Wim Taymans  <wim@fluendo.com>
150
151         * gst-libs/gst/rtp/gstrtpbuffer.c:
152         (gst_rtp_buffer_default_clock_rate):
153         * gst-libs/gst/rtp/gstrtpbuffer.h:
154         Fix fixed payload names and docs.
155         Added method to get the default clock rates of fixed payload types.
156         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
157
158 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
159
160         * tests/check/pipelines/.cvsignore:
161         Add new vorbisdec test to cvsignore.
162
163 2007-03-28  Wim Taymans  <wim@fluendo.com>
164
165         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
166         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
167         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
168         (gst_base_audio_sink_set_property),
169         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
170         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
171         (gst_base_audio_sink_skew_slaving),
172         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
173         (gst_base_audio_sink_async_play):
174         * gst-libs/gst/audio/gstbaseaudiosink.h:
175         Store private stuff in GstBaseAudioSinkPrivate.
176         Add configurable clock slaving modes property.
177         API:: GstBaseAudioSink::slave-method property
178         Some more latency reporting tweaks.
179         Added skew based clock slaving correction and make it the default until
180         the resampling method is more robust.
181
182 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
183
184         * gst/audioconvert/audioconvert.c:
185         Add docs to the integer pack functions and implement proper
186         rounding. Before we had rounding towards negative infinity, i.e.
187         always the smaller number was taken. Now we use natural rounding,
188         i.e. rounding to the nearest integer and to the one with the largest
189         absolute value for X.5. The old rounding introduced some minor
190         distortions. Fixes #420079
191         * tests/check/elements/audioconvert.c: (GST_START_TEST):
192         Fix one unit test that assumed the old rounding and added unit tests
193         for checking signed/unsigned int16 <-> signed/unsigned int16 with
194         depth 8, one for signed int16 <-> unsigned int16 and one for the new
195         rounding from signed int32 to signed/unsigned int16.
196
197 2007-03-27  Michael Smith  <msmith@fluendo.com>
198
199         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
200         (gst_audio_convert_transform_caps):
201           Fix typo in debug line introduced recently, as pointed out on irc.
202
203 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
204
205         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
206         * tests/check/libs/tag.c: (GST_START_TEST):
207           Make sure we parse floating-point numbers in vorbis comments
208           correctly with either '.' or ',' as separator, no matter what
209           the current locale is. Add unit test for this too.
210
211 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
212
213         Patch by: René Stadler  <mail at renestadler de>
214
215         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
216           When writing out floating-point numbers to vorbis comment tags, always
217           use the same character as separator no matter what the current locale is
218           (fixes #423051).
219
220         * tests/check/libs/tag.c: (GST_START_TEST):
221           Add unit tests for replaygain tags in vorbis comments (closes #423055).
222
223 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
224
225         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
226           vorbis_handle_data_packet):
227           Correctly set DURATION to generate a timestamp-continuous stream.
228           One bug left at the end; see
229           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
230         * tests/check/Makefile.am:
231         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
232           Add a test to check this.  Without the above patch this test fails.
233
234 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
235
236         * gst-libs/gst/rtp/Makefile.am:
237         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
238
239 2007-03-23  Michael Smith  <msmith@fluendo.com>
240
241         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
242         (gst_video_rate_reset), (gst_video_rate_chain):
243           If videorate changes caps, we can no longer use the old buffer
244           (which may have a different size, incompatible with our caps).
245           So don't do that; just duplicate the new frame more times.
246
247 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
248
249         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
250         Remove playbin's override of the set_clock vmethod. It's irrelevant
251         after Wim's commit on the 19th.
252
253 2007-03-22  Wim Taymans  <wim@fluendo.com>
254
255         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
256         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
257         * ext/gnomevfs/gstgnomevfssrc.h:
258         Don't cache file sizes. Fixes #341078.
259
260 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
261
262         * gst/playback/gstplaybin.c: (add_sink):
263           Use GST_PTR_FORMAT to log caps. 
264
265 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
266
267         Patch by: Young-Ho Cha <ganadist at chollian net>
268
269         * gst/subparse/samiparse.c: (handle_start_font):
270           Special-case some more colour names that pango doesn't handle by
271           default. Fixes #420578.
272
273 2007-03-20  Michael Smith  <msmith@fluendo.com>
274
275         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
276           If we get a zero-sized input buffer, don't pass it to libvorbis, as
277           that marks EOS internally. After that, libvorbis will buffer all
278           input data, and encode none of it, eventually leading to memory
279           exhaustion.
280
281 2007-03-19  Wim Taymans  <wim@fluendo.com>
282
283         * gst/playback/gstdecodebin.c: (remove_fakesink):
284         Don't post STATE_DIRTY anymore.
285
286         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
287         (gst_play_bin_change_state):
288         Remove stream_time reset in seek handling, core does that now.
289         Disable clocking for live pipelines by forcing a NULL clock to the
290         complete pipeline, core is too smart now for our previous hack.
291         We can always autoplug in PAUSED now.
292
293 2007-03-17  David Schleef  <ds@schleef.org>
294
295         * REQUIREMENTS:  Update this file, change the formatting to make
296         it more consistent, plus more machine readable.
297
298 2007-03-16  Michael Smith  <msmith@fluendo.com>
299
300         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
301         (strip_width_64), (append_with_other_format):
302           Previous fix was too simplistic, and broke the tests. Use a better
303           approach; only strip 64 from widths for integer audio.
304
305 2007-03-16  Michael Smith  <msmith@fluendo.com>
306
307         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
308         (gst_audio_convert_transform_caps):
309           We don't support 64 bit integer audio, so don't try to claim we can.
310           Stops us producing caps don't match our template caps.
311           Update comments.
312
313 2007-03-15  Michael Smith  <msmith@fluendo.com>
314
315         * gst/audioresample/gstaudioresample.c:
316         (audioresample_check_discont), (audioresample_transform):
317           Don't trigger discontinuities for very small imperfections; a filter
318           flush will sound bad, and many plugins have rounding errors leading
319           to these.
320
321 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
322
323         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
324         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
325         Add min-ptime property to RTP base audio payloader. Patch by
326         olivier.crete@collabora.co.uk.
327         Fixes #415001
328
329         Indentation/whitespace/documentation fixes.
330
331 2007-03-14  Julien MOUTTE  <julien@moutte.net>
332
333         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
334         (audioresample_transform_size), (audioresample_do_output),
335         (audioresample_transform), (audioresample_pushthrough): Handle
336         discontinuous streams.
337         * gst/audioresample/gstaudioresample.h:
338         * tests/check/elements/audioresample.c:
339         (test_discont_stream_instance), (GST_START_TEST),
340         (audioresample_suite): Add a test for discontinuous streams.
341         * win32/common/config.h: Updated.
342
343 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
344
345         * po/af.po:
346         * po/az.po:
347         * po/cs.po:
348         * po/en_GB.po:
349         * po/it.po:
350         * po/nb.po:
351         * po/nl.po:
352         * po/or.po:
353         * po/sq.po:
354         * po/sr.po:
355         * po/sv.po:
356         * po/uk.po:
357         * po/vi.po:
358           Update translations from translation project.
359
360 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
361
362         * gst/audioresample/debug.h:
363         * gst/audioresample/resample.c: (resample_init):
364           Since I really am not interested in a debug line for each sample
365           being processed, move the library's debugging to its own category,
366           libaudioresample
367
368 2007-03-13  Michael Smith  <msmith@fluendo.com>
369
370         * ext/theora/theoradec.c: (theora_handle_type_packet):
371           Since the plugin doesn't support anything other than 4:2:0 right
372           now, post an error and fail if we get something else. Won't matter
373           until libtheora supports the other pixel formats, but hopefully
374           that'll be soon...
375
376 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
377
378         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
379         Use gst_guint64_to_gdouble for conversion.
380         * win32/MANIFEST:
381         Add new files to the win32 MANIFEST.
382         * win32/common/libgstaudio.def:
383         * win32/common/libgstpbutils.def:
384         Add new exported functions.
385         * win32/vs6/gst_plugins_base.dsw:
386         * win32/vs6/libgstdecodebin.dsp:
387         * win32/vs6/libgstplaybin.dsp:
388         Change the link to libgstpbutils.lib.
389         * win32/vs6/libgstdecodebin2.dsp:
390         Add a new project for decodebin2.
391         * win32/vs6/libgstpbutils.dsp:
392         Add a new project for pbutils.
393
394 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
395
396         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
397           Also accept partial dates with only year and month,
398           like 1999-12-00 (fixes #410396 even more).
399
400         * tests/check/libs/tag.c: (GST_START_TEST):
401           Add unit test for the above.
402
403 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
404
405         * tests/check/elements/subparse.c: (GST_START_TEST),
406         (subparse_suite):
407           Add unit test for MPL2 subtitle format (#413799).
408
409 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
410
411         Patch by: Kamil Pawlowski  <kamilpe gmail com>
412
413         * gst/subparse/Makefile.am:
414         * gst/subparse/gstsubparse.c:
415         (gst_sub_parse_data_format_autodetect),
416         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
417         (gst_subparse_type_find):
418         * gst/subparse/gstsubparse.h:
419         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
420         * gst/subparse/mpl2parse.h:
421           Add support for MPL2 subtitle format (#413799).
422
423 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
424
425         * configure.ac:
426           We require core CVS for the new buffer metadata copy functions.
427
428 2007-03-09  Wim Taymans  <wim@fluendo.com>
429
430         * gst-libs/gst/tag/gstid3tag.c:
431         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
432         Fixes #414496.
433
434         Patch by: Alex Lancaster <alexl at users sourceforge net>
435
436 2007-03-09  Wim Taymans  <wim@fluendo.com>
437
438         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
439         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
440         Improve adapter usage and comments.
441
442 2007-03-09  Wim Taymans  <wim@fluendo.com>
443
444         * ext/pango/gsttextrender.c: (gst_text_render_chain):
445         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
446         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
447         Use new metadata copy function.
448
449         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
450         (gst_ffmpegcsp_transform):
451         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
452         Basetransform copied the metadata for us.
453
454 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
455
456         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
457         (gst_text_overlay_video_event):
458           Some more logging. Only accept newsegment events in TIME format and
459           send a WARNING message if they are not in TIME format.
460
461         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
462         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
463         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
464         * gst/subparse/gstsubparse.h:
465           No need to allocate GstSegment structure dynamically, just put it
466           into the instance structure; ignore newsegment events in BYTE
467           format and in particular don't let it overwrite our saved TIME
468           segment from the last seek.
469
470 2007-03-09  Michael Smith  <msmith@fluendo.com>
471
472         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
473           Replace AC3 typefinder with one that isn't terrible, and actually
474           works usefully.
475
476 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
477
478         * gst/audioconvert/gstaudioconvert.c:
479         (gst_audio_convert_transform):
480           fix error category and translatable string
481           
482
483 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
484
485         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
486         * pkgconfig/gstreamer-plugins-base.pc.in:
487           Fix up utils => pbutils here too.
488
489 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
490
491         * gst/subparse/gstsubparse.c: (handle_buffer):
492           Break out of loop in chain function as soon as possible if we get
493           a non-OK flow return.
494
495 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
496
497         * tests/check/elements/alsa.c: (GST_START_TEST):
498         Unref the mixer if the state change fails too (if the
499         alsa devices are inaccessible, for example)
500
501 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
502
503         * tests/check/Makefile.am:
504         Don't test libvisual elements in the states check, because libvisual
505         seems to leak internally.
506
507         Re-enable the alsa and states tests now that there's new suppressions
508         in gst.supp.
509
510         * tests/check/elements/alsa.c: (GST_START_TEST):
511         Don't leak the alsamixer we instantiated.
512
513 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
514
515         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
516         (gst_ximagesink_change_state), (gst_ximagesink_reset),
517         (gst_ximagesink_finalize):
518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
519         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
520         Move some cleanup stuff from the state change handler into a _reset()
521         function that can be called from _finalize(). This ensures that things
522         get freed even if (for some reason) the NULL->READY state transition
523         fails in the parent class.
524         Even if a parent state change fails, process our downward state change
525         logic instead of bailing out early.
526         Free the correct xcontext pointer in ximagesink's xcontext_clear.
527
528 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
529
530         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
531         Extra log line.
532
533         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
534         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
535         Use pango_font_description_set_family_static instead of 
536         pango_font_description_set_family to save a string copy (it was
537         leaking due to the strdup anyway)
538
539         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
540         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
541         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
542         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
543         Chain up in finalize.
544
545 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
546
547         * gst-libs/gst/interfaces/mixertrack.c:
548         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
549         (gst_mixer_track_set_property):
550           API: add "untranslated-label" property which should be set by
551           implementations at construct time (#414645).
552
553         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
554         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
555           Set "untranslated-label" when constructing mixer track objects.
556
557         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
558           Unit test to check the above.
559
560 2007-03-07  Wim Taymans  <wim@fluendo.com>
561
562         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
563         Fix confusing debug message.
564
565 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
566
567         * gst-plugins-base.doap:
568         update doap file with new version
569
570 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
571
572         * configure.ac:
573         Back to CVS
574
575 === release 0.10.12 ===
576
577 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
578
579         * configure.ac:
580           releasing 0.10.12, "Zombie Horde"
581
582 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
583
584         * configure.ac:
585         Bump version to 0.10.11.4 pre-release
586
587 2007-03-06  Wim Taymans  <wim@fluendo.com>
588
589         * gst-libs/gst/audio/gstbaseaudiosink.c:
590         (gst_base_audio_sink_async_play):
591         Fix regression that made GStreamer skip the first samples of audio.
592         Fixes #414684.
593
594 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
595
596         * configure.ac:
597         Bump version to 0.10.11.3 pre-release
598
599 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
600
601         * po/POTFILES.in:
602           Update paths for the rename from utils to pbutils to fix the build.
603
604 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
605
606         * gst-libs/gst/pbutils/Makefile.am:
607           Change directory to install headers in from gst/utils to gst/pbutils
608           as well.
609
610 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
611
612         * configure.ac:
613         * docs/libs/gst-plugins-base-libs-docs.sgml:
614         * docs/libs/gst-plugins-base-libs-sections.txt:
615         * gst-libs/gst/Makefile.am:
616         * gst-libs/gst/interfaces/mixer.c:
617         * gst-libs/gst/pbutils/Makefile.am:
618         * gst-libs/gst/pbutils/descriptions.c:
619         (gst_pb_utils_get_source_description),
620         (gst_pb_utils_get_sink_description),
621         (gst_pb_utils_get_decoder_description),
622         (gst_pb_utils_get_encoder_description),
623         (gst_pb_utils_get_element_description),
624         (gst_pb_utils_add_codec_description_to_tag_list),
625         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
626         * gst-libs/gst/pbutils/descriptions.h:
627         * gst-libs/gst/pbutils/install-plugins.c:
628         * gst-libs/gst/pbutils/install-plugins.h:
629         * gst-libs/gst/pbutils/missing-plugins.c:
630         (gst_missing_uri_source_message_new),
631         (gst_missing_uri_sink_message_new),
632         (gst_missing_element_message_new),
633         (gst_missing_decoder_message_new),
634         (gst_missing_encoder_message_new),
635         (gst_missing_plugin_message_get_description):
636         * gst-libs/gst/pbutils/missing-plugins.h:
637         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
638         * gst-libs/gst/pbutils/pbutils.h:
639         * gst-libs/gst/utils/Makefile.am:
640         * gst-libs/gst/utils/base-utils.c:
641         * gst-libs/gst/utils/base-utils.h:
642         * gst-libs/gst/utils/descriptions.c:
643         * gst-libs/gst/utils/descriptions.h:
644         * gst-libs/gst/utils/install-plugins.c:
645         * gst-libs/gst/utils/install-plugins.h:
646         * gst-libs/gst/utils/missing-plugins.c:
647         * gst-libs/gst/utils/missing-plugins.h:
648         * gst-plugins-base.spec.in:
649         * gst/playback/Makefile.am:
650         * gst/playback/gstdecodebin.c:
651         * gst/playback/gstdecodebin2.c:
652         * gst/playback/gstplaybasebin.c: (setup_subtitle),
653         (gen_source_element):
654         * gst/playback/gstplaybin.c: (plugin_init):
655         * tests/check/Makefile.am:
656         * tests/check/libs/pbutils.c: (GST_START_TEST),
657         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
658         * tests/check/libs/utils.c:
659           rename utils to pbutils
660
661 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
662
663         * docs/plugins/Makefile.am:
664         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
665         * docs/plugins/gst-plugins-base-plugins-sections.txt:
666         * docs/plugins/inspect/plugin-decodebin2.xml:
667         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
668         Add documentation for decodebin2 that indicates that the API
669         is still unstable.
670
671 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
672
673         * configure.ac:
674         Update to 0.10.11.2 (0.10.12 pre-release)
675
676 2007-03-01  Wim Taymans  <wim@fluendo.com>
677
678         * gst-libs/gst/audio/gstbaseaudiosink.c:
679         (gst_base_audio_sink_async_play):
680         base time is irrelevant here.
681
682 2007-03-01  Wim Taymans  <wim@fluendo.com>
683
684         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
685         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
686         Improve debugging.
687
688         * gst-libs/gst/audio/gstbaseaudiosink.c:
689         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
690         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
691         Improve latency and clock slaving calculations.
692         Improve slave clock calibration.
693
694         * gst-libs/gst/audio/gstringbuffer.c:
695         (gst_ring_buffer_commit_full):
696         When we are asked to render N sample to 0 bytes, return N.
697
698 2007-03-01  Wim Taymans  <wim@fluendo.com>
699
700         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
701         (gst_alsasink_write), (gst_alsasink_reset):
702         * ext/alsa/gstalsasink.h:
703         Remove unused dispose function.
704         Rename lock to not interfere with alsasrc lock.
705
706         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
707         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
708         (gst_alsasrc_read), (gst_alsasrc_reset):
709         * ext/alsa/gstalsasrc.h:
710         Implement finalize function.
711         Use lock to protect alsa access.
712         Implement _reset.
713         Fine tune sw params.
714
715 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
716
717         * configure.ac:
718           Convert to new AG_GST style.
719
720 2007-02-28  Wim Taymans  <wim@fluendo.com>
721
722         Patch by: Ed Catmur <ed at catmur dot co dot uk>
723
724         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
725         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
726         Fix race condition when rapidly switching visualisations in playbin.
727         Fixes #401029.
728
729 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
730
731         * tests/check/Makefile.am:
732         Include local stuff before system installed things in LDFLAGS and
733         CFLAGS.
734
735 2007-02-28  Wim Taymans  <wim@fluendo.com>
736
737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
738         Improve debugging.
739
740 2007-02-28  Wim Taymans  <wim@fluendo.com>
741
742         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
743         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
744         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
745         Fix duration and timestamping, taking latency into account.
746         Implement latency query.
747
748 2007-02-28  Wim Taymans  <wim@fluendo.com>
749
750         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
751         (gst_audio_clock_new):
752         Fix clock name.
753
754         * gst-libs/gst/audio/gstbaseaudiosink.c:
755         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
756         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
757         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
758         (gst_base_audio_src_create):
759         Improve latency query code.
760         Use proper clock names.
761
762 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
763
764         * tests/check/generic/states.c: (GST_START_TEST):
765           Copy the states.c test from core again
766         * tests/check/Makefile.am:
767           ignore cdio and cdparanoiasrc
768
769 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
770
771         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
772         (double_hq), (audio_convert_get_func_index), (check_default),
773         (audio_convert_prepare_context), (audio_convert_convert):
774           Also make valgrind happy and avoid copying data in some cases.
775
776 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
777
778         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
779         (double_hq), (audio_convert_get_func_index),
780         (audio_convert_prepare_context), (audio_convert_convert):
781         * gst/audioconvert/gstaudioconvert.c:
782         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
783         (gst_audio_convert_transform_caps):
784         * tests/check/elements/audioconvert.c: (GST_START_TEST),
785         (audioconvert_suite):
786           Don't run inplace if that overwrites source data as we go. Add more
787           tests. Fixes #339837 even more.
788
789 2007-02-27  Julien MOUTTE  <julien@moutte.net>
790
791         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
792         (msg_segment_done): Fix various seeking bugs (Slider was not
793         updating when doing a non flushing seek, Reverse playback 
794         on segment seek was wrong).
795
796 2007-02-26  Wim Taymans  <wim@fluendo.com>
797
798         * tests/examples/seek/seek.c: (stop_seek):
799         When we stop scrubbing, don't leave the pipeline PLAYING when we
800         requested a PAUSED state.
801
802 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
803
804         Patch by: René Stadler <mail at renestadler de>
805
806         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
807           Parse date strings in vorbis comments that have an invalid (zero)
808           month or day (#410396).
809
810         * tests/check/libs/tag.c: (GST_START_TEST):
811           Test case for the above.
812
813 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
814
815         Patch by: Loïc Minier <lool+gnome at via ecp fr>
816
817         * configure.ac:
818         * ext/alsa/Makefile.am:
819         * gst/audiotestsrc/Makefile.am:
820           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
821
822 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
823
824         * gst/playback/gstplaybin.c:
825           Improve docs: point out that the application needs to assist playbin
826           with buffering.
827
828 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
829
830         * gst-libs/gst/utils/install-plugins.c:
831         * gst-libs/gst/utils/missing-plugins.c:
832         * tests/check/libs/utils.c: (missing_msg_check_getters):
833           Change GStreamer marker prefix in detail string from 'gstreamer.net'
834           to just 'gstreamer'. Document the caps string component of the
835           decoder/encoder detail a bit better, since not everyone will be
836           familiar with the GStreamer media type/caps system (but they better
837           enjoy nested itemized lists).
838
839 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
840
841         * gst-libs/gst/netbuffer/gstnetbuffer.c:
842         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
843           Fix copying of GstNetBuffer (would crash before, or at least lead to
844           invalid memory access, #410772), for now by copying the GstBuffer copy
845           code from the core over here so we can copy the GstBuffer fields on a
846           provided buffer instance (of type GstNetBuffer in this case). Would be
847           better to fix this with some support by the core though (and in the long
848           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
849
850         * tests/check/Makefile.am:
851           Enable unit test for GstNetBuffer.
852
853 2007-02-22  Andy Wingo  <wingo@pobox.com>
854
855         * gst-libs/gst/audio/gstbaseaudiosink.c
856         (gst_base_audio_sink_init): Disable pull-mode activation until we
857         figure out how to make audio sinks go to PLAYING.
858
859 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
860
861         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
862         (double_hq), (audio_convert_get_func_index),
863         (audio_convert_prepare_context), (audio_convert_convert):
864         * gst/audioconvert/audioconvert.h:
865         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
866         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
867         * gst/audioconvert/gstchannelmix.h:
868         * tests/check/elements/audioconvert.c: (GST_START_TEST):
869           Add float as an intermediate format, as well as float mixing. Enable
870           test that was failing before. Fixes #339837
871
872 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
873
874         * tests/examples/seek/seek.c: (do_seek):
875         Undo the previous commit: -1 as a stop time implies that the stop
876         time is the end of file, clearing any previously configured segment.
877
878 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
879
880         * tests/examples/seek/seek.c: (do_seek):
881         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
882
883 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
884
885         * gst/volume/gstvolume.c: (volume_process_int16),
886         (volume_process_int16_clamp), (volume_set_caps):
887           Unbreak volume, value remains gint.
888
889 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
890
891         * gst/volume/gstvolume.c: (volume_choose_func),
892         (volume_update_real_volume), (gst_volume_set_volume),
893         (gst_volume_init), (volume_process_double), (volume_process_float),
894         (volume_process_int16), (volume_process_int16_clamp),
895         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
896         * gst/volume/gstvolume.h:
897           Extend float audio support (double) and some int->uint cleanups.
898
899 2007-02-20  Edward Hervey  <edward@fluendo.com>
900
901         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
902         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
903         (sort_end_pads), (gst_decode_group_expose),
904         (gst_decode_group_hide):
905         Don't free groups from the streaming threads. Just put them aside and
906         free them in dispose.
907
908 2007-02-20  Edward Hervey  <edward@fluendo.com>
909
910         * gst/playback/gstdecodebin2.c: (connect_element),
911         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
912         (sort_end_pads), (gst_decode_group_expose):
913         Handle dynamic pads within groups.
914         Sort pads before exposing them in order to make playbin happy.
915         There still is a race with the multiqueue filling up. This should be
916         solved separately.
917         Fixes #398721
918
919 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
920
921         * gst-libs/gst/utils/base-utils.c:
922         * gst-libs/gst/utils/descriptions.c:
923         * gst-libs/gst/utils/install-plugins.c:
924         * gst-libs/gst/utils/missing-plugins.c:
925           Some more docs (and descriptions for two subtitle formats).
926
927 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
928
929         * gst-libs/gst/audio/audio.c:
930           Fix documentation.
931
932 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
933
934         Patch by: Yves Lefebvre  <ivanohe abacom com>
935
936         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
937           Don't leak caps. Fixes #408278.
938
939 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
940
941         * ext/cdparanoia/gstcdparanoiasrc.h:
942         * ext/ogg/gstoggdemux.h:
943         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
944         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
945         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
946         * gst-libs/gst/audio/audio.h:
947         * gst-libs/gst/audio/gstaudiofilter.h:
948         * gst-libs/gst/interfaces/videoorientation.h:
949         * gst/adder/gstadder.h:
950           More docs coverage and some ChangeLog surgery (add missing names)
951
952 2007-02-15  Wim Taymans  <wim@fluendo.com>
953
954         * sys/ximage/ximagesink.c:
955         (gst_ximagesink_calculate_pixel_aspect_ratio):
956         * sys/xvimage/xvimagesink.c:
957         (gst_xvimagesink_calculate_pixel_aspect_ratio):
958         Small constifications.
959
960 2007-02-15  Wim Taymans  <wim@fluendo.com>
961
962         * gst-libs/gst/audio/gstbaseaudiosink.c:
963         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
964         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
965         (gst_base_audio_sink_async_play),
966         (gst_base_audio_sink_change_state):
967         Answer latency query.
968         Use configured latency when syncing.
969         Fix clock slaving.
970
971         * gst-libs/gst/audio/gstbaseaudiosrc.c:
972         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
973         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
974         Fix possible memleak.
975         Implement latency query.
976         Small cleanups.
977
978 2007-02-15  Wim Taymans  <wim@fluendo.com>
979
980         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
981         Ignore errors in reset, these are not fatal. They also grab the element
982         lock which is already taking when this function is called. Fixes
983         #405451.
984
985 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
986
987         * configure.ac:
988           Remove 'tests/examples/xerror/Makefile' from output files again.
989
990 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
991
992         * configure.ac:
993         * docs/plugins/Makefile.am:
994           Also crossref against gst-plugins-base-libs.
995
996 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
997
998         * configure.ac:
999         * docs/libs/Makefile.am:
1000         * docs/plugins/Makefile.am:
1001           Add crossreferences to glib/gobject/gstream docs.
1002
1003         * gst-libs/gst/audio/audio.h:
1004           Source formatting.
1005
1006         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
1007           Add own debug category.
1008
1009 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1010
1011         Patch by: René Stadler <mail at renestadler de>
1012
1013         * gst-libs/gst/tag/gstvorbistag.c:
1014           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
1015           (#403597).
1016
1017 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1018
1019         * gst/playback/gstplaybasebin.c: (setup_source):
1020           When we have external subtitles and wait for the subtitle decodebin
1021           to get up and running, we set up a (sync) bus handler for the
1022           subtitle decodebin, so we can stop waiting when it posts an error
1023           message. However, we should do that before we set the subtitle
1024           decodebin's state to playing, otherwise things are racy and we might
1025           miss error messages posted before we had a chance to set up the bus.
1026           This should finally fix totem hanging on .txt pseudo-subtitle files.
1027           
1028 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
1029
1030         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
1031           Use gst_gdouble_to_guint64 for conversions.
1032         * win32/common/config.h.in:
1033           Add a define for GST_INSTALL_PLUGINS_HELPER
1034         * win32/common/libgstaudio.def:
1035         * win32/common/libgstcdda.def:
1036         * win32/common/libgstnetbuffer.def:
1037         * win32/common/libgstrtp.def:
1038         * win32/common/libgutils.def:
1039           Add new exported functions.
1040         * win32/vs6/gst_plugins_base.dsw:
1041         * win32/vs6/libgstdecodebin.dsp:
1042         * win32/vs6/libgstnetbuffer.dsp:
1043         * win32/vs6/libgstplaybin.dsp:
1044         * win32/vs6/libgstrtp.dsp:
1045         * win32/vs6/libgstvorbis.dsp:
1046         * win32/vs6/libgstcdda.dsp:
1047         * win32/vs6/libgstgdp.dsp:
1048         * win32/vs6/libgstutils.dsp:
1049           Update and add new project files.
1050
1051 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1052
1053         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1054         (subrip_remove_unhandled_tags), (parse_subrip):
1055           For SubRip (.srt) subtitles, ignore all markup tags we don't
1056           handle (like font tags, for example).
1057
1058         * tests/check/elements/subparse.c:
1059           Add test for this.
1060
1061 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1062
1063         * gst/playback/gstdecodebin.c: (add_fakesink),
1064         (gst_decode_bin_change_state):
1065         * gst/playback/gstdecodebin2.c: (add_fakesink),
1066         (gst_decode_bin_change_state):
1067           Don't error out if there is no fakesink in the NULL to READY state
1068           change, since when decodebin is re-used, we're only adding the
1069           fakesink element in READY to PAUSED.
1070
1071         * tests/check/elements/decodebin.c:
1072         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1073         (decodebin_suite):
1074           Minimal unit test to make sure we can use the same decodebin
1075           instance twice (at least with audiotestsrc input).
1076
1077 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1078
1079         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1080           Try to get devic-name from device string first, and from handle only
1081           as fallback (seems to yield better results and is more robust
1082           against buggy probing code on the application side).
1083
1084 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1085
1086         Based on patch by: Julien Puydt <julien.puydt at laposte net>
1087
1088         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1089         (gst_alsa_find_device_name):
1090         * ext/alsa/gstalsa.h:
1091         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1092         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1093           Improve device-name detection a bit, especially in the case where
1094           the device is not actually open (#405020, #405024). Move common code
1095           into gstalsa.c instead of duplicating it.
1096
1097 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1098
1099         * gst/audioconvert/gstaudioconvert.c:
1100           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1101
1102 2007-02-06  Julien MOUTTE  <julien@moutte.net>
1103
1104         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1105         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1106         (gst_xvimagesink_interface_supported),
1107         (gst_xvimagesink_probe_get_properties),
1108         (gst_xvimagesink_probe_probe_property),
1109         (gst_xvimagesink_probe_needs_probe),
1110         (gst_xvimagesink_probe_get_values),
1111         (gst_xvimagesink_property_probe_interface_init),
1112         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1113         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1114         (gst_xvimagesink_get_type):
1115         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1116         for XVAdaptors so that one can choose the adaptor to use with 
1117         gstreamer-properties.
1118
1119 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
1120
1121         * gst/audioconvert/gstaudioconvert.c:
1122           Also mention that a conversion from double to float is suboptimal still.
1123
1124 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1125
1126         * gst-libs/gst/audio/gstaudiofilter.c:
1127         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1128           Clear our formats structure and free the caps contained in it when
1129           shutting down.
1130
1131 2007-02-05  Andy Wingo  <wingo@pobox.com>
1132
1133         * gst-libs/gst/audio/gstbaseaudiosink.c
1134         (gst_base_audio_sink_callback): Update basesink->offset so that we
1135         pull monotonically increasing offsets instead of, um, seeking back
1136         to 0 each time. Fixes alsasrc ! alsasink!
1137
1138 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1139
1140         * gst/videoscale/gstvideoscale.c:
1141           A width and height of 1 makes us crash, so increase minimum size to
1142           2x2 pixels until someone feels like fixing this (#404512).
1143
1144 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1147           Add small test to make sure request pads are cleaned up properly
1148           even if oggmux never changes state out of NULL.
1149
1150 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         * tests/check/libs/utils.c: (GST_START_TEST):
1153           Fix unit test. Turns out things work much better when you
1154           NULL-terminate string arrays. Should make p5 build bot happy again.
1155
1156 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * gst-libs/gst/audio/Makefile.am:
1159         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1160         (gst_audio_filter_template_base_init),
1161         (gst_audio_filter_template_class_init),
1162         (gst_audio_filter_template_init),
1163         (gst_audio_filter_template_set_property),
1164         (gst_audio_filter_template_get_property),
1165         (gst_audio_filter_template_setup),
1166         (gst_audio_filter_template_filter),
1167         (gst_audio_filter_template_filter_inplace), (plugin_init):
1168           Oops, forgot to commit fixed-up example.
1169
1170 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1171
1172         * docs/libs/gst-plugins-base-libs-sections.txt:
1173         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1174         (gst_audio_filter_class_init), (gst_audio_filter_init),
1175         (gst_audio_filter_set_caps),
1176         (gst_audio_filter_class_add_pad_templates):
1177         * gst-libs/gst/audio/gstaudiofilter.h:
1178           Port GstAudioFilter to 0.10. This change technically breaks
1179           API and ABI (and thus also every library developer's heart),
1180           but seems justifiable on the grounds that the base class was
1181           completely unusable before (ie. would crash immediately when
1182           actually used). Fixes #403963 (and eventually also #403572).
1183           Also document all of this a bit.
1184
1185 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1186
1187         * gst-libs/gst/utils/install-plugins.c:
1188         (gst_install_plugins_spawn_child):
1189         * tests/check/libs/utils.c:
1190         (test_base_utils_install_plugins_do_callout):
1191           Lowering log level to see why things fail on the p5 build bot;
1192           fix some typos in unit test messages.
1193
1194 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1195
1196         * tests/check/libs/utils.c:
1197         (test_base_utils_install_plugins_do_callout):
1198           Don't hard-code temp directory for test helper; use GLib functions
1199           to write out file and do error checking etc.
1200
1201 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1202
1203         * gst-libs/gst/utils/Makefile.am:
1204         * gst-libs/gst/utils/base-utils.h:
1205         * gst-libs/gst/utils/install-plugins.c:
1206         (gst_install_plugins_context_set_xid),
1207         (gst_install_plugins_context_new),
1208         (gst_install_plugins_context_free),
1209         (gst_install_plugins_get_helper),
1210         (gst_install_plugins_spawn_child),
1211         (gst_install_plugins_return_from_status),
1212         (gst_install_plugins_installer_exited),
1213         (gst_install_plugins_async), (gst_install_plugins_sync),
1214         (gst_install_plugins_return_get_name),
1215         (gst_install_plugins_installation_in_progress):
1216         * gst-libs/gst/utils/install-plugins.h:
1217           API: add API for applications to initiate installation of missing
1218           plugins, ie. gst_install_plugins_async() primarily.
1219           Based on libgimme-codec by Ryan Lortie.
1220
1221         * configure.ac:
1222           Add --with-install-plugins-helper configure option so distros can specify
1223           the path of the helper script or program to call when plugin installation
1224           is requested (distros: please do any argument munging in this helper
1225           script instead of patching GStreamer to pass arguments differently
1226           to another program directly).
1227
1228         * docs/libs/gst-plugins-base-libs-docs.sgml:
1229         * docs/libs/gst-plugins-base-libs-sections.txt:
1230           Build and document new API.
1231
1232         * tests/check/libs/utils.c: (result_cb),
1233         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1234         (libgstbaseutils_suite):
1235           Some simple checks for the new API.
1236
1237 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * tests/check/elements/audioconvert.c: (test_float_conversion):
1240           Add small test for 32bit float <=> 64bit float conversion (works
1241           only one way so far, 32=>64 produces structured noise).
1242
1243 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         * gst/audioconvert/gstaudioconvert.c:
1246         (set_structure_widths_32_and_64), (make_lossless_changes):
1247           We don't support floats with a width of 40, 48 or 56 bits.
1248
1249 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1250
1251         * gst/audioconvert/audioconvert.c: (float), (double),
1252         (audio_convert_get_func_index):
1253         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1254         (make_lossless_changes):
1255           Support for 64-bit float audio in audioconvert (#339837)
1256
1257 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1258
1259         Patch by: Holger Wansing  <linux wansing-online de>
1260
1261         * po/LINGUAS:
1262         * po/de.po:
1263           Add German translation (#352069).
1264
1265 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1266
1267         reviewed by: Wim Taymans <wim@fluendo.com>
1268
1269         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1270         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1271         Use newly added GstCollectPads API to free the allocated resources in
1272         the GstOggPad structures (#402393).
1273
1274 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1275
1276         * gst/playback/gstplaybin.c: (gen_vis_element):
1277           Add audioresample+audioconvert in front of the visualisation
1278           element, so that elements like libvisual 0.4 that don't support all
1279           samplerates can work.
1280
1281           Fixes: #402505
1282
1283 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1284
1285         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1286         (gst_play_base_bin_get_streaminfo_value_array):
1287           Take some locks and make a copy of the streaminfo value array we
1288           maintain while holding the lock, so that the application can
1289           retrieve the stream-info as a value array in a thread-safe way.
1290
1291 2007-01-30  Wim Taymans  <wim@fluendo.com>
1292
1293         * gst/audioconvert/gstaudioconvert.c:
1294         Don't fail on 0 sized buffers. Fixes #396835.
1295
1296 2007-01-29  David Schleef  <ds@schleef.org>
1297
1298         * gst/typefind/gsttypefindfunctions.c:
1299           Detect BBCD as video/x-dirac, so we can play raw dirac
1300           streams.
1301
1302 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1303
1304         * ext/theora/theoraenc.c: (theora_enc_chain):
1305           Check return value of theora_encode_header(), or we might try to
1306           allocate a random number of bytes. theora_encode_header() can fail
1307           if libtheora has been compiled with encoding support disabled.
1308           Fixes #398110.
1309
1310 2007-01-29  Wim Taymans  <wim@fluendo.com>
1311
1312         * tests/check/gst/.cvsignore:
1313         Do as buildbot says.
1314
1315 2007-01-29  Wim Taymans  <wim@fluendo.com>
1316
1317         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1318         Fix strides in libvisual. Gst uses X strides.
1319         Inspired by: <ed at catmur dot co dot uk> and 
1320         <tim at centricular dot net>
1321         Fixes #401118.
1322
1323 2007-01-27  Wim Taymans  <wim@fluendo.com>
1324
1325         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1326         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1327         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1328         (gst_ogg_demux_perform_seek),
1329         (gst_ogg_demux_bisect_forward_serialno),
1330         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1331         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1332         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1333         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1334         * ext/ogg/gstoggdemux.h:
1335         Properly propagate streaming errors when we are scanning the file for
1336         chains so that we don't crash when shut down. Might fix some crashers
1337         when quickly switching oggs in RB such as #332503 and #378436.
1338
1339 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1340
1341         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1342           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1343           error code as well.
1344
1345 2007-01-25  Wim Taymans  <wim@fluendo.com>
1346
1347         * gst/playback/gstplaybasebin.c: (remove_source):
1348         Don't try to disconnect a signal from a finalized object.
1349
1350 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1351
1352         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1353           Cast lock macro parameters to make sure we're actually accessing the
1354           lock member at the right class level. Free list itself in _dispose()
1355           as well and NULL it in case dispose gets called multiple times.
1356
1357 2007-01-25  Edward Hervey  <edward@fluendo.com>
1358
1359         * gst/playback/gstdecodebin2.c:
1360         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1361         Free GstDecodeGroups no longer used.
1362         (gst_decode_group_expose):
1363         Don't unlock too many times !
1364         (deactivate_free_recursive):
1365         Free iterator once we're done with it.
1366         Fix for recursively deactivating elements (stop at ghostpads).
1367
1368 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1369
1370         * gst/playback/gstplaybin.c: (handoff):
1371           Fix up caps on the frame buffer before we save it and potentially
1372           make it accessible to other threads via g_object_get; also use
1373           gst_buffer_replace() instead of gst_mini_object_replace().
1374
1375 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1376
1377         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1378           Make getting the current frame thread-safe.
1379
1380 2007-01-25  Edward Hervey  <edward@fluendo.com>
1381
1382         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1383         (gst_decode_group_new), (gst_decode_group_free):
1384         Set queues to bigger sizes to cope with HD contents.
1385         Fix some mutex freeing and add comment about MT safe methods.
1386
1387 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1388
1389         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1390         (gst_text_overlay_text_event):
1391           Don't unnecessarily ref (and then leak) upstream events if the text
1392           pad is not linked. Fixes #399948.
1393
1394         * tests/check/gst-plugins-base.supp:
1395           Add suppression for pango on edgy/x86 for textoverlay test.
1396
1397 2007-01-24  Wim Taymans  <wim@fluendo.com>
1398
1399         * gst-libs/gst/rtp/gstrtpbuffer.h:
1400         Add some more fixed payloads.
1401
1402 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1403
1404         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1405           Error out properly if we get an error from libogg while reading the
1406           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1407
1408 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1409
1410         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1411           Don't leak mutex.
1412
1413         * tests/check/elements/playbin.c:
1414         (test_sink_usage_video_only_stream),
1415         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1416         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1417         (test_missing_suburisource_handler),
1418         (test_missing_primary_decoder), (playbin_suite):
1419           Run all tests once with decodebin and once with decodebin2.
1420           One test does not pass yet with decodebin2.
1421
1422 2007-01-23  Edward Hervey  <edward@fluendo.com>
1423
1424         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1425         Fix the cases where oggmux doesn't properly figure out that all
1426         sinkpads have gone EOS, and therefore doesn't push out the remaining
1427         buffers and the final EOS event.
1428         Fixes #363379
1429
1430 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1431
1432         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1433         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1434         Don't lock on navigation event push, just on keysym to string.
1435         Fixes #397673 again.
1436
1437 2007-01-22  Edward Hervey  <edward@fluendo.com>
1438
1439         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1440         (get_current_group), (group_demuxer_event_probe),
1441         (gst_decode_group_expose), (deactivate_free_recursive),
1442         (gst_decode_group_free):
1443         Cleanups.
1444         Don't forget to emit 'no-more-pads' once a group is exposed.
1445         Cleanup elements from a DecodeGroup once we remove it.
1446         Protect call to gst_decode_group_expose() with the decodebin lock.
1447
1448 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1449
1450         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1451         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1452         Looking at Xorg code i can't figure out if that XKeysymToString
1453         function is thread sensible or not. Lock it just in case as
1454         recommended by Radek Doulik <rodo at ximian dot com>.
1455
1456 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1457
1458         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1459         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1460         Lock that X Call as well. Fixes #397673.
1461
1462 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1463
1464         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1465           Don't go into an endless loop if the file starts with 00 00 01 2X,
1466           like quicktime redirect files might. Fixes #396042.
1467
1468         * tests/check/Makefile.am:
1469         * tests/check/gst/.cvsignore:
1470         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1471         (typefindfunctions_suite):
1472           Add unit test for the above.
1473
1474 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1475
1476         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1477           On second thought, use "depth" field rather than "bpp" field.
1478
1479 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1480
1481         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1482           Camtasia caps apparently need a bpp field (#398875).
1483
1484 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1485
1486         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1487         (gen_source_element), (gst_play_base_bin_change_state):
1488           Attempt at a better error message in case we don't have the required
1489           URI handler installed; post missing-plugin message also when we're
1490           missing an URI handler for the subtitle URI; clean up properly also
1491           when an error occurs and we never made it to PAUSED state.
1492
1493         * tests/check/elements/playbin.c: (GST_START_TEST),
1494         (playbin_suite):
1495           Check that we're also getting a missing-plugin messsage for a
1496           missing subtitle URI handler (and clean up properly).
1497
1498 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1499
1500         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1501           Plug a few reference leaks.
1502
1503 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1504
1505         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1506           Lower probability a bit if the marker isn't right at the start,
1507           to decrease the chance of false positives.
1508
1509 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1510
1511         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1512           Small mpeg2 system stream typefinding improvement: make typefinder
1513           probe a bit into the stream instead of just looking for a marker
1514           at the beginning. Fixes #397810.
1515
1516 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1517
1518         * gst/audioconvert/gstchannelmix.c:
1519           Remove compatibility cruft for prehistoric GLib versions.
1520
1521 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1522
1523         * gst/playback/Makefile.am:
1524         * gst/playback/gstdecodebin.c: (close_pad_link):
1525         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1526         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1527         (gst_play_base_bin_handle_message_func), (unknown_type):
1528           Let decodebin be the element to post missing-plugin messages for
1529           missing decoders (rather than playbin); make playbin implement
1530           GstBin::handle_message so we can suppress missing-plugin messages
1531           for types we're not handling on purpose (don't want to bring up an
1532           installer in those cases).
1533
1534 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1535
1536         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1537         * gst-libs/gst/tag/gstvorbistag.c:
1538         (gst_tag_list_to_vorbiscomment_buffer):
1539         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1540           Fix potentially unaligned access (#397207).
1541
1542 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1543
1544         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1545         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1546         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1547         (main):
1548           Allow to toggle looping while it plays. Fix callback prototype. Clean
1549           up code a bit more. Add copyright header.
1550
1551 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1552
1553         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1554           Red and blue mask was swapped (spotted by Dan Williams).
1555
1556 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1557
1558         * gst-libs/gst/tag/gstid3tag.c:
1559         * gst-libs/gst/tag/gstvorbistag.c:
1560           Use new beats-per-minute tag from core.
1561
1562 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1563
1564         * po/POTFILES.in:
1565           Add new files with translatable strings, so they actually make it
1566           into the template file one day.
1567
1568 2007-01-12  Andy Wingo  <wingo@pobox.com>
1569
1570         * gst-libs/gst/audio/gstbaseaudiosink.c
1571         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1572         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1573         stuff, as the base class handles this now. Actually tell the ring
1574         buffer to start.
1575         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1576         How did this work before? Maybe I'm not as awesome a programmer as
1577         I think.
1578
1579         * gst-libs/gst/audio/gstbaseaudiosrc.c
1580         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1581         of a pad function.
1582
1583 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1584
1585         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1586           Remove more fields so that the application can better blacklist
1587           formats that have been tried before.
1588
1589 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         * gst-libs/gst/audio/mixerutils.h:
1592           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1593           used when compiling with c++ compilers as well.
1594
1595 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1596
1597         * gst/typefind/gsttypefindfunctions.c:
1598           Fix comment.
1599
1600 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1601
1602         * gst/playback/gstplaybin.c: (post_missing_element_message),
1603         (gen_video_element), (gen_text_element), (gen_audio_element),
1604         (gen_vis_element):
1605           Post missing-plugin messages also when we error out because
1606           converters, textoverlay or auto*sinks are missing (#161922).
1607
1608 2007-01-10  Wim Taymans  <wim@fluendo.com>
1609
1610         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1611         (is_demuxer_element), (new_caps):
1612         * gst/playback/gstplaybasebin.c: (source_new_pad):
1613         Fix the case where we try to ref a NULL element when we delay a link
1614         because of unfixed caps.
1615         Set the state of autoplugged decodebins to PAUSED.
1616         RTSP now works in playbin, we can remove it from the blacklist.
1617
1618 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1619
1620         * gst/playback/Makefile.am:
1621         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1622         (unknown_type), (setup_subtitle), (gen_source_element):
1623         * gst/playback/gstplaybin.c: (plugin_init):
1624           Post missing-plugin messages on the bus for missing sources and
1625           missing decoders/demuxers/depayloaders; fix error code used when
1626           we're missing an URI handler source; for media types that we are not
1627           handling on purpose at the moment, don't print "don't know how to
1628           handle xyz" messages to the terminal or post missing-plugin
1629           messages on the bus.
1630
1631         * tests/check/elements/playbin.c: (create_playbin),
1632         (GST_START_TEST), (gst_codec_src_uri_get_type),
1633         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1634         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1635         (gst_codec_src_init_type), (gst_codec_src_base_init),
1636         (gst_codec_src_create), (gst_codec_src_class_init),
1637         (gst_codec_src_init), (plugin_init), (playbin_suite):
1638           Add some tests for the missing-plugin stuff.
1639
1640 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1641
1642         * configure.ac:
1643         * gst-libs/gst/Makefile.am:
1644         * gst-libs/gst/utils/Makefile.am:
1645         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1646         * gst-libs/gst/utils/base-utils.h:
1647         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1648         (find_format_info), (caps_are_rtp_caps),
1649         (gst_base_utils_get_source_description),
1650         (gst_base_utils_get_sink_description),
1651         (gst_base_utils_get_decoder_description),
1652         (gst_base_utils_get_encoder_description),
1653         (gst_base_utils_get_element_description),
1654         (gst_base_utils_add_codec_description_to_tag_list),
1655         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1656         * gst-libs/gst/utils/descriptions.h:
1657         * gst-libs/gst/utils/missing-plugins.c:
1658         (missing_structure_get_type), (copy_and_clean_caps),
1659         (gst_missing_uri_source_message_new),
1660         (gst_missing_uri_sink_message_new),
1661         (gst_missing_element_message_new),
1662         (gst_missing_decoder_message_new),
1663         (gst_missing_encoder_message_new),
1664         (missing_structure_get_string_detail),
1665         (missing_structure_get_caps_detail),
1666         (gst_missing_plugin_message_get_installer_detail),
1667         (gst_missing_plugin_message_get_description),
1668         (gst_is_missing_plugin_message):
1669         * gst-libs/gst/utils/missing-plugins.h:
1670           API: add new libgstbaseutils library with functions
1671           - to create and parse missing-plugins messages
1672           - that provide (translated) descriptions for caps/decoders/sources/etc.
1673           Closes #392393.
1674
1675         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1676         * pkgconfig/gstreamer-plugins-base.pc.in:
1677           Add new lib.
1678
1679         * docs/libs/gst-plugins-base-libs-docs.sgml:
1680         * docs/libs/gst-plugins-base-libs-sections.txt:
1681           Generate docs for new lib and API.
1682
1683         * tests/check/Makefile.am:
1684         * tests/check/libs/.cvsignore:
1685         * tests/check/libs/utils.c: (missing_msg_check_getters),
1686         (GST_START_TEST), (libgstbaseutils_suite):
1687           Add some basic unit tests.
1688
1689 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1690
1691         * ext/ogg/Makefile.am:
1692           Dist gstoggdemux.h to fix 'make distcheck'.
1693
1694         * sys/v4l/Makefile.am:
1695           Fix 'make distcheck' even more.
1696
1697 2007-01-09  Wim Taymans  <wim@fluendo.com>
1698
1699         * docs/plugins/Makefile.am:
1700         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1701         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1702         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1703         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1704         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1705         (gst_ogg_demux_perform_seek):
1706         * ext/ogg/gstoggdemux.h:
1707         Added docs.
1708         Add some more comments.
1709         Small cleanups.
1710
1711 2007-01-09  Wim Taymans  <wim@fluendo.com>
1712
1713         * ext/theora/theoradec.c:
1714         * ext/vorbis/vorbisdec.c:
1715         * gst-libs/gst/audio/gstringbuffer.c:
1716         (gst_ring_buffer_commit_full):
1717         * gst-libs/gst/audio/gstringbuffer.h:
1718         * gst-libs/gst/rtp/gstrtpbuffer.c:
1719         * gst-libs/gst/tag/gstvorbistag.c:
1720         Small documentation updates/fixes
1721
1722 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1723
1724         * configure.ac:
1725           Require core CVS HEAD for Andy's basesrc/sink API additions.
1726
1727 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1728
1729         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1730
1731         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1732         (plugin_init):
1733           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1734           on flac.sf.net (there appear to be other versions of the first
1735           ogg page in the wild) (#391365).
1736
1737 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1738
1739         * configure.ac:
1740           Check if localtime_r() is available.
1741
1742         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1743           If localtime_r() is not available, fall back to localtime(). Should
1744           fix build on MingW (#393310).
1745
1746 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1747
1748         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1749         * gst/subparse/gstsubparse.h:
1750           Remove spurious 1000 subtrahend when calculating the timestamp from
1751           the frame number and the frame rate . Also, use the frames/second
1752           value specified in the first line of the file, if one is specified
1753           there. Should fix #357503.
1754
1755         * tests/check/elements/subparse.c: (do_test),
1756         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1757         (subparse_suite):
1758           Add some basic unit tests for the microdvd subtitle format.
1759
1760 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1761
1762         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1763         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1764         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1765         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1766         (gst_xvimagesink_set_xwindow_id),
1767         (gst_xvimagesink_set_event_handling),
1768         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1769         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1770         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1771         Fixes : #390076.
1772         Add an adaptor property to select a specific XV adaptor.
1773         * sys/xvimage/xvimagesink.h:
1774
1775 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1776
1777         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1778         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1779         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1780         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1781         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1782         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1783         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1784         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1785         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1786         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1787         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1788         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1789         Use flow_lock much more to protect every access to xwindow.
1790         Try to catch erros while creating images in case some drivers are
1791         just generating an XError when the requested image is too big.
1792         Should fix : #354698, #384008, #384060.
1793         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1794         Implement some stress testing of setting window xid.
1795
1796 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1797
1798         * win32/common/libgsaudio.def:
1799           Add new exported function.
1800         * win32/common/libgstogg.dsp:
1801           Add gstoggaviparse.c to the build.
1802         * win32/common/libgstvideoscale.dsp:
1803           Add vs_4tap.c to the build.
1804         * win32/common/libgstvorbis.dsp:
1805           Add vorbistag.c to the build.
1806         
1807 2007-01-06  Andy Wingo  <wingo@pobox.com>
1808
1809         * gst-libs/gst/audio/gstbaseaudiosink.c
1810         (gst_base_audio_sink_class_init)
1811         (gst_base_audio_sink_init): 
1812         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1813         to baseaudiosink, and tell basesink that we can work in pull mode.
1814         This way the ring buffer thread drives the pipeline directly, if
1815         pull mode is possible. There is some lingering nastiness regarding
1816         capsnego, however.
1817         (gst_base_audio_sink_callback): Implement the callback to pull
1818         data. This interface is a bit light, though -- it should get a
1819         GstFlowReturn return value at least.
1820
1821 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1822
1823         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1824         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1825         * gst/playback/gstdecodebin2.c:
1826         (gst_decode_group_check_if_blocked):
1827           Printf format and missing argument fixes.
1828
1829 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1830
1831         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1832         (gst_ogm_parse_change_state):
1833         Activate pads before adding them to the element.
1834
1835 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1836
1837         * tests/examples/seek/scrubby.c: (main):
1838         * tests/examples/seek/seek.c: (main):
1839           Call g_thread_init() first thing in main() (see #391278).
1840
1841 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1842
1843         * tests/check/Makefile.am:
1844         * tests/check/libs/.cvsignore:
1845         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1846         (netbuffer_suite):
1847           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1848           for the time being, since it's broken, see #393099.
1849
1850 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1851
1852         * tests/check/Makefile.am:
1853           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1854
1855 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1856
1857         * configure.ac:
1858           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1859           so that GST_BASE_CFLAGS can go inbetween them, making sure
1860           we use uninstalled gst-libs headers
1861         * docs/libs/Makefile.am:
1862         * ext/alsa/Makefile.am:
1863         * ext/cdparanoia/Makefile.am:
1864         * ext/gnomevfs/Makefile.am:
1865         * ext/libvisual/Makefile.am:
1866         * ext/ogg/Makefile.am:
1867         * ext/theora/Makefile.am:
1868         * ext/vorbis/Makefile.am:
1869         * gst-libs/gst/audio/Makefile.am:
1870         * gst-libs/gst/cdda/Makefile.am:
1871         * gst-libs/gst/interfaces/Makefile.am:
1872         * gst-libs/gst/riff/Makefile.am:
1873         * gst-libs/gst/rtp/Makefile.am:
1874         * gst-libs/gst/tag/Makefile.am:
1875         * gst/adder/Makefile.am:
1876         * gst/audioconvert/Makefile.am:
1877         * gst/audiorate/Makefile.am:
1878         * gst/audioresample/Makefile.am:
1879         * gst/playback/Makefile.am:
1880         * gst/tcp/Makefile.am:
1881         * gst/videoscale/Makefile.am:
1882         * gst/volume/Makefile.am:
1883         * sys/ximage/Makefile.am:
1884         * sys/xvimage/Makefile.am:
1885         * tests/icles/Makefile.am:
1886           adapt
1887
1888 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1889
1890         * gst-libs/gst/interfaces/xoverlay.c:
1891         (gst_x_overlay_handle_events):
1892         * gst-libs/gst/interfaces/xoverlay.h:
1893         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1894         (gst_ximagesink_set_xwindow_id),
1895         (gst_ximagesink_set_event_handling),
1896         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1897         (gst_ximagesink_get_property), (gst_ximagesink_init),
1898         (gst_ximagesink_class_init):
1899         * sys/ximage/ximagesink.h:
1900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1901         (gst_xvimagesink_set_xwindow_id),
1902         (gst_xvimagesink_set_event_handling),
1903         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1904         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1905         (gst_xvimagesink_class_init):
1906         * sys/xvimage/xvimagesink.h:
1907         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1908         Add a method to the XOverlay interface to allow disabling of 
1909         event handling in x[v]imagesink elements. This will let X events
1910         propagate to parent windows which can be usefull in some cases.
1911         Be carefull that the application is then responsible of pushing
1912         navigation events and expose events to the video sink.
1913         Fixes: #387138.
1914
1915 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1916
1917         * gst-libs/gst/tag/gstvorbistag.c:
1918         * tests/check/libs/tag.c: (GST_START_TEST):
1919           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1920           (fixes #392070).
1921
1922 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * configure.ac:
1925         * docs/Makefile.am:
1926         * docs/design/Makefile.am:
1927           Dist design docs.
1928
1929 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1930
1931         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1932         typo. Fixes: #390063.
1933
1934 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1935
1936         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1938         caps leak.
1939         * win32/common/config.h: Updated.
1940
1941 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1942
1943         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1944         (setup_gdpdepay_streamheader):
1945         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1946         (setup_gdppay_streamheader):
1947           Fix the dp tests, but activating the pads for the streamheader tests
1948           too and cleaning up conditionaly
1949
1950 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1951
1952         * gst/ffmpegcolorspace/avcodec.h:
1953         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1954         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1955         (gst_ffmpegcsp_avpicture_fill):
1956         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1957         (img_get_alpha_info):
1958         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1959         other end of the word. Fixes: #387073.
1960
1961         Add some inconsequential branch hints in a couple of places.
1962
1963 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1964
1965         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1966         (gst_ffmpeg_caps_to_smpfmt):
1967           The "signed" field in raw audio caps is of boolean type, trying to
1968           extract the value with _get_int() will fail (fix to keep in sync with
1969           the copy in gst-ffmpeg)
1970
1971 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1972
1973         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1974         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1975         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1976         (cleanup_gdpdepay):
1977         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1978         * tests/check/elements/subparse.c: (teardown_subparse):
1979         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1980         * tests/check/elements/videorate.c: (cleanup_videorate):
1981         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1982         * tests/check/elements/volume.c: (cleanup_volume):
1983         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1984         (cleanup_vorbisdec):
1985         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1986         (cleanup_vorbistag):
1987           consistent pad (de)activation
1988
1989 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1990
1991         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1992           Forgot to register the extensions.
1993
1994 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1995
1996         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1997         (plugin_init):
1998           Add typefinder for VIVO files (my christmas present to the 90s).
1999
2000 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2001
2002         * gst/playback/gstdecodebin.c: (type_found):
2003           Special-case the text/plain media type: we only want to recognise it
2004           as a 'raw' decoded media type if it comes from a demuxer or subtitle
2005           parser, but not if the entire stream is of text/plain type. If the
2006           entire stream is text/plain, we should just error out.
2007
2008           This fixes playback of audio files with lyrics in totem. Totem can't
2009           distinguish between text files and subtitle files and passes any
2010           .txt file with the same basename as the main file to playbin as
2011           suburi, and playbin will then throw a 'subtitle found, but no video
2012           stream' error, which isn't entirely helpful. See #380342.
2013
2014           Also, with this change we'll show a slightly more correct error
2015           message in case totem passes a playlist file to us (although a
2016           custom error message wording instead of the default text would
2017           probably not be a bad idea either).
2018
2019           Same problem also needs to be fixed for playbin+decodebin2.
2020
2021         * tests/check/Makefile.am:
2022         * tests/check/elements/decodebin.c: (src_handoff_cb),
2023         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
2024         (decodebin_suite):
2025           Add simple unit test for decodebin for the above.
2026
2027 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2028
2029         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
2030         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
2031           Refuse to change state to READY when we failed to create any of the
2032           required elements in our instance init function.
2033
2034 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2035
2036         * docs/libs/gst-plugins-base-libs-sections.txt:
2037           Small docs fixes/updates.
2038
2039         * gst-libs/gst/video/gstvideosink.h:
2040           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
2041           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
2042           removed from the base sink API between 0.9.6 and 0.9.7).
2043           API: add GST_VIDEO_SINK_CAST and use it for the height/width
2044           accessor macros, so we don't do a runtime GObject type check every
2045           time we use them.
2046
2047 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2048
2049         * Makefile.am:
2050         * gst-plugins-base.doap:
2051         * gst-plugins-base.spec.in:
2052           add doap file
2053
2054 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
2055
2056         Patch by: Jens Granseuer <jensgr at gmx net>
2057
2058         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2059         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2060         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2061         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2062         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2063           Declare variables at the beginning of a block. Fixes #383195.
2064
2065 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
2066
2067         * configure.ac:
2068         Bump version nano - back to CVS.
2069
2070
2071 === release 0.10.11 ===
2072
2073 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
2074
2075         * configure.ac:
2076           releasing 0.10.11, "Dumb things"
2077
2078 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2079
2080         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2081         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2082         Handle the case where an element has multiple pads with 
2083         unfixed caps as well as still possibly producing more dynamic 
2084         pads by storing each case as a distinct entry in the dynamic list.
2085         Fixes #38223 again.
2086
2087 2006-12-04  Wim Taymans  <wim@fluendo.com>
2088
2089         * gst/playback/gstdecodebin.c: (close_pad_link):
2090         Fix #382223, add more dynamic caps handling.
2091
2092 2006-12-04  Wim Taymans  <wim@fluendo.com>
2093
2094         reviewed by: <delete if not using a buddy>
2095
2096         * gst-libs/gst/audio/gstringbuffer.h:
2097         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2098         (gst_netaddress_set_ip4_interface),
2099         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2100         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2101         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2102         (gst_netaddress_get_ttl):
2103         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2104         * gst/playback/gstdecodebin.c: (close_pad_link):
2105         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2106         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2107         * win32/common/config.h:
2108
2109 2006-12-01  Michael Smith  <msmith@fluendo.com>
2110
2111         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2112           Delete bad debug code.
2113           Fixes #381219
2114
2115 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
2116
2117         * gst/videoscale/vs_4tap.c:
2118         * win32/MANIFEST:
2119         * win32/common/config.h:
2120         * win32/vs8/libgstvideoscale.vcproj:
2121         Fix compilation on win32 under VS8
2122         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2123         Partially fixes #381175
2124
2125 2006-11-30  Michael Smith  <msmith@fluendo.com>
2126
2127         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2128         (GST_START_TEST):
2129           It would be very bad if, after a discont buffer, we thought every
2130           single following buffer was also discont. So, add to the test to
2131           ensure that this isn't the case.
2132           
2133         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2134           ... it was the case. So fix it.
2135
2136 2006-11-28  Wim Taymans  <wim@fluendo.com>
2137
2138         * gst/playback/gstplaybasebin.c: (check_queue_event):
2139         Improve debug.
2140
2141         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2142         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2143         padtemplate caps. Refixes #357577.
2144
2145 2006-11-28  Wim Taymans  <wim@fluendo.com>
2146
2147         * gst/playback/gstplaybasebin.c: (check_queue_event),
2148         (queue_threshold_reached), (queue_out_of_data),
2149         (gen_preroll_element):
2150         Add event probe to see when EOS is in a queue and we can disable the
2151         underrun signals. Fixes #357577.
2152
2153 2006-11-28  Edward Hervey  <edward@fluendo.com>
2154
2155         * gst/playback/Makefile.am:
2156         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2157         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2158         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2159         (gst_decode_bin_init), (gst_decode_bin_dispose),
2160         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2161         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2162         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2163         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2164         (connect_element), (expose_pad), (type_found),
2165         (pad_added_group_cb), (pad_removed_group_cb),
2166         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2167         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2168         (are_raw_caps), (multi_queue_overrun_cb),
2169         (multi_queue_underrun_cb), (gst_decode_group_new),
2170         (get_current_group), (group_demuxer_event_probe),
2171         (gst_decode_group_control_demuxer_pad),
2172         (gst_decode_group_control_source_pad),
2173         (gst_decode_group_check_if_blocked),
2174         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2175         (gst_decode_group_hide), (gst_decode_group_free),
2176         (gst_decode_group_set_complete), (source_pad_blocked_cb),
2177         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2178         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2179         (plugin_init):
2180         New decodebin2 element.
2181         Closes #370092
2182         * gst/playback/gstplay-marshal.list:
2183         Added marshallers for new signals in decodebin2
2184         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2185         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2186         is set.
2187
2188 2006-11-28  Wim Taymans  <wim@fluendo.com>
2189
2190         * gst/playback/gstplaybasebin.c: (setup_source),
2191         (gst_play_base_bin_change_state):
2192         Disable rtsp:// uris for the release, it's not good enough yet.
2193         Remove unused var.
2194
2195 2006-11-26  Wim Taymans  <wim@fluendo.com>
2196
2197         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2198         (theora_dec_push_forward), (theora_dec_push_reverse),
2199         (theora_handle_data_packet), (theora_dec_decode_buffer),
2200         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2201         (theora_dec_chain_forward), (theora_dec_chain):
2202         Implement reverse playback.
2203
2204         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2205         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2206         (vorbis_dec_chain_forward):
2207         Clear buffers used for reverse playback in _reset.
2208         No need to set the eos flag, we clip samples using the segment.
2209
2210 2006-11-24  Wim Taymans  <wim@fluendo.com>
2211
2212         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2213         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2214         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2215         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2216         Some cleanups.
2217         Handle continued pages in reverse mode.
2218
2219 2006-11-24  Wim Taymans  <wim@fluendo.com>
2220
2221         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2222         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2223         (vorbis_dec_flush_decode):
2224         Small cleanups.
2225         Don't try to add invalid timestamps.
2226         Clipping will unref the buffer.
2227
2228 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * gst/adder/gstadder.h:
2231         * gst/audiotestsrc/gstaudiotestsrc.h:
2232           remove obsolete _factory_init protos
2233
2234 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2235
2236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2237           Fix spacing in debug message.
2238
2239 2006-11-23  Wim Taymans  <wim@fluendo.com>
2240
2241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2242         (gst_ogg_demux_chain):
2243         Don't just ignore return values from _pad_push().
2244         Small debug improvements.
2245
2246 2006-11-23  Michael Smith  <msmith@fluendo.com>
2247
2248         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2249           If our incoming buffer is marked as DISCONT, then increment the page
2250           number (so that the discontinuity is marked in the final ogg
2251           bitstream) and flush the previous page.
2252
2253 2006-11-22  Michael Smith  <msmith@fluendo.com>
2254
2255         * ext/theora/gsttheoraenc.h:
2256         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2257         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2258         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2259         (theora_enc_chain), (theora_enc_change_state):
2260           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2261
2262         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2263         (GST_START_TEST), (theoraenc_suite):
2264           Enable discontinuity test, fix it.
2265
2266 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2267
2268         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2269         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2270         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2271         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2272         (gst_text_overlay_change_state):
2273         * ext/pango/gsttextoverlay.h:
2274           Some textoverlay fixes: for one, in the video chain function,
2275           actually wait for a text buffer to come in if there is none at the
2276           moment and there should be one; also, deal more gracefully with
2277           incoming buffers that do not have a timestamp or duration; discard
2278           text buffer when not needed any longer. Fixes #341681.
2279
2280         * tests/check/Makefile.am:
2281         * tests/check/elements/.cvsignore:
2282         * tests/check/elements/textoverlay.c:
2283         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2284         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2285         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2286         (test_video_waits_for_text_send_text_newsegment_thread),
2287         (test_video_waits_for_text_shutdown_element),
2288         (test_render_continuity_push_video_buffers_thread),
2289         (textoverlay_suite):
2290           Add some unit tests for textoverlay.
2291
2292 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2293
2294         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2295           Avoid integer underflow when the found probability for mp3 is
2296           smaller than the 'penalty' we subtract if there's not a clean
2297           mp3 header sync at offset 0.
2298
2299 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2300
2301         * docs/libs/gst-plugins-base-libs-sections.txt:
2302           Add some new symbols to the docs
2303
2304 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2305
2306         * tests/check/Makefile.am:
2307         * tests/check/elements/ffmpegcolorspace.c:
2308         (ffmpegcolorspace_suite):
2309           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2310           (for now not for valgrinding though, since it takes too long).
2311
2312 2006-11-20  Wim Taymans  <wim@fluendo.com>
2313
2314         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2315         (gst_ffmpeg_pixfmt_to_caps):
2316         Fix RGBA32 caps. Fixes #357038.
2317
2318 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2319
2320         * gst-libs/gst/interfaces/mixertrack.h:
2321           Add FIXME so we can add some padding here in 0.11
2322
2323 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2324
2325         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2326           Fix GstBaseRTPAudioPayload structure so the whole GObject
2327           inheritance business actually works (parent class instance structure
2328           must always come first in the derived class instance structure).
2329
2330 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2331
2332         * gst/videotestsrc/Makefile.am:
2333         * tests/check/Makefile.am:
2334           Make sure our checks and the videotestsrc plugin link against the
2335           local uninstalled gst libs and not any installed gst libs that
2336           might happen to exist as well.
2337
2338         * tests/check/elements/adder.c: (message_received),
2339         (test_event_message_received), (test_play_twice_message_received):
2340         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2341           Fix compiler warnings when compiling against core with disabled
2342           debugging system.
2343
2344 2006-11-16  Michael Smith  <msmith@fluendo.com>
2345
2346         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2347         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2348           Fix audiorate, so that it accurately sets offsets and timestamps.
2349           Doesn't change the fundamental algorithmic decisions; so should be
2350           safe.
2351
2352         * tests/check/Makefile.am:
2353           Enable audiorate test now that it passes.
2354
2355 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2356
2357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2358           clear xv when going to NULL, remove // commented non-existant proto
2359
2360         * tests/examples/seek/seek.c: (main):
2361           add missing tooltip description for scrub and play_scrub
2362
2363 2006-11-14  David Schleef  <ds@schleef.org>
2364
2365         * configure.ac:
2366           Bump liboil requirement to 0.3.8.
2367         * gst-libs/gst/riff/riff-media.c:
2368           Add Dirac fourcc.
2369         * gst/videoscale/vs_image.h:
2370         * gst/videoscale/vs_scanline.h:
2371           Use liboil's stdint.h.
2372         * gst/videotestsrc/videotestsrc.c:
2373           Remove liboil related ifdef's, since they aren't needed now, and
2374           won't work with future versions.
2375
2376 2006-11-14  David Schleef  <ds@schleef.org>
2377
2378         * gst/videoscale/Makefile.am:
2379         * gst/videoscale/gstvideoscale.c:
2380         * gst/videoscale/gstvideoscale.h:
2381         * gst/videoscale/vs_4tap.c:
2382         * gst/videoscale/vs_4tap.h:
2383         * gst/videoscale/vs_image.c:
2384         * gst/videoscale/vs_image.h:
2385         * gst/videoscale/vs_scanline.c:
2386         * gst/videoscale/vs_scanline.h:
2387           Add a 4-tap image scaler.  Theoretically looks much prettier.
2388           The tap calculation could use some improvement.
2389
2390 2006-11-14  Wim Taymans  <wim@fluendo.com>
2391
2392         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2393
2394         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2395         (gst_riff_parse_strf_iavs):
2396         * gst/subparse/gstsubparse.c: (convert_encoding):
2397         * gst/tcp/gstmultifdsink.c:
2398         (gst_multi_fd_sink_handle_client_write):
2399         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2400         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2401         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2402         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2403         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2404         (gst_ximagesink_ximage_new):
2405         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2406         Various gsize and gssize printf fixes. Fixes #372507.
2407
2408 2006-11-13  Wim Taymans  <wim@fluendo.com>
2409
2410         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2411         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2412         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2413         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2414         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2415         * ext/vorbis/vorbisdec.h:
2416         First stab at vorbis reverse playback.
2417
2418 2006-11-13  Wim Taymans  <wim@fluendo.com>
2419
2420         * gst-libs/gst/audio/gstbaseaudiosink.c:
2421         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2422         * gst-libs/gst/audio/gstbaseaudiosink.h:
2423         Make the clock sync code more accurate wrt resampling and playback
2424         at different rates.
2425         
2426         * gst-libs/gst/audio/gstringbuffer.c:
2427         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2428         * gst-libs/gst/audio/gstringbuffer.h:
2429         Use better algorithm to interpolate sample rates. 
2430
2431 2006-11-13  Michael Smith  <msmith@fluendo.com>
2432
2433         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2434           Improve a debug line slightly.
2435
2436         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2437           Call gst_riff_init() in plugin_init, to avoid getting errors from
2438           the debug system (unrelated changes to another plugin made this turn
2439           up; not sure why).
2440
2441 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2442
2443         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2444
2445         * win32/common/libgsttag.def:
2446           Add missing symbol (#366492).
2447
2448 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2449
2450         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2451           Don't unref a NULL pad.
2452
2453 2006-11-09  Wim Taymans  <wim@fluendo.com>
2454
2455         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2456         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2457         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2458         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2459         (gst_ogg_demux_loop):
2460         Implement first stab at reverse playback.
2461
2462 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2463
2464         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2465         (gst_riff_create_video_template_caps):
2466           add h263/h264 variants to the caps, Fixes #363118
2467
2468 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2469
2470         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2471         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2472           Use g_strerror instead of strerror so we get UTF-8.
2473
2474 2006-11-03  David Schleef  <ds@schleef.org>
2475
2476         * ext/ogg/gstoggdemux.c:
2477         * ext/ogg/gstoggmux.c:
2478           Add/remove KW-DIRAC header here, since it is ogg-specific.
2479
2480 2006-11-03  Michael Smith  <msmith@fluendo.com>
2481
2482         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2483           Recognise more mpeg4 elementary video streams.
2484
2485 2006-11-02  Edward Hervey  <edward@fluendo.com>
2486
2487         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2488         Lower the probability of mp3 typefinding functions if we don't find a
2489         valid mp3 header at the start of the file.
2490         Closes #369482
2491
2492 2006-11-02  Wim Taymans  <wim@fluendo.com>
2493
2494         * ext/theora/gsttheoradec.h:
2495         * ext/theora/theoradec.c: (gst_theora_dec_init),
2496         (theora_dec_sink_event), (theora_dec_chain_forward),
2497         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2498         (theora_dec_chain):
2499         Document and partially implement an algorithm for doing reverse playback
2500         of theora video.
2501
2502 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2503
2504         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2505
2506         * win32/common/config.h:
2507         * win32/common/interfaces-enumtypes.c:
2508         * win32/common/libgsttag.def:
2509         * win32/vs8/gst-plugins-base.sln:
2510         * win32/vs8/libgstaudioresample.vcproj:
2511         * win32/vs8/libgstinterfaces.vcproj:
2512         * win32/vs8/libgstogg.vcproj:
2513         * win32/vs8/libgstriff.vcproj:
2514         * win32/vs8/libgsttag.vcproj:
2515         * win32/vs8/libgsttheora.vcproj:
2516         * win32/vs8/libgstvideoscale.vcproj:
2517         * win32/vs8/libgstvorbis.vcproj:
2518           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2519           to libgsttag.def; add missing dependencies for some vs8 projects;
2520           re-arrange placement of .def files in vs8 projects (#366334).
2521
2522 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2523
2524         * ext/ogg/gstogg.c:
2525           Remove unused variable.
2526
2527         * ext/ogg/gstoggdemux.c:
2528           Fix Wim's surname in plugin description.
2529
2530 2006-10-31  Wim Taymans  <wim@fluendo.com>
2531
2532         * gst-plugins-base.spec.in:
2533         spec new .h file. Fixes #368310.
2534
2535 2006-10-31  Michael Smith  <msmith@fluendo.com>
2536
2537         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2538         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2539         (gst_multi_fd_sink_get_stats),
2540         (gst_multi_fd_sink_remove_client_link),
2541         (gst_multi_fd_sink_queue_buffer),
2542         (gst_multi_fd_sink_handle_clients):
2543         * gst/tcp/gstmultifdsink.h:
2544           Make using the remove or clear signals threadsafe.
2545           Make calling get-stats with an invalid fd not segfault.
2546           Fixes 368273.
2547
2548 2006-10-31  Wim Taymans  <wim@fluendo.com>
2549
2550         * gst-libs/gst/rtp/Makefile.am:
2551         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2552         (gst_base_rtp_audio_payload_init):
2553         Fix and activate base audio payloader.
2554
2555 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2556
2557         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2558         (plugin_init):
2559           Add typefinder for QuickTime Image Files (see #366156).
2560
2561 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2562
2563         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2564           Another typo fix (#366212).
2565
2566 2006-10-27  Wim Taymans  <wim@fluendo.com>
2567
2568         * gst/volume/gstvolume.c: (volume_transform_ip):
2569         Use stream time to synchronize volume property instead of rather random
2570         timestamps. This is needed when gnonlin does its time shifting.
2571
2572 2006-10-27  Wim Taymans  <wim@fluendo.com>
2573
2574         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2575
2576         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2577         Remove the pad from the element in release_pad. Fixes #364812.
2578
2579 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2580
2581         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2583           Explicitly create our custom buffer classes at a thread-safe
2584           location as well, since g_type_class_ref() doesn't seem to be
2585           entirely thread-safe either (#365501; also see #349410).
2586
2587 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2588
2589         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2590         (gst_riff_parse_info):
2591           If strings in INFO chunk are not UTF-8, do something similar to
2592           what we do for ID3v1 tags: check a number of environment variables
2593           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2594           character sets to try, otherwise try the current locale and/or fall
2595           back on ISO-8859-1. Fixes #360552.
2596
2597 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2598
2599         * gst/videotestsrc/gstvideotestsrc.c:
2600         (gst_video_test_src_pattern_get_type),
2601         (gst_video_test_src_set_pattern):
2602         * gst/videotestsrc/gstvideotestsrc.h:
2603         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2604         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2605         (gst_video_test_src_checkers8):
2606         * gst/videotestsrc/videotestsrc.h:
2607           Add a bunch of exciting new checkers patterns.
2608
2609 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2610
2611         * gst/subparse/Makefile.am:
2612         * gst/subparse/gstsubparse.c:
2613         (gst_sub_parse_data_format_autodetect),
2614         (gst_sub_parse_format_autodetect), (handle_buffer),
2615         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2616         * gst/subparse/gstsubparse.h:
2617         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2618         (parse_tmplayer):
2619         * gst/subparse/tmplayerparse.h:
2620           Add support for TMPlayer-type subtitles (#362845).
2621
2622         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2623         (GST_START_TEST), (subparse_suite):
2624           Add some basic unit tests for the above.
2625
2626 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2627
2628         * tests/check/elements/audiorate.c: (test_injector_base_init),
2629         (test_injector_class_init), (test_injector_chain),
2630         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2631         (GST_START_TEST), (audiorate_suite):
2632           More tests for audiorate: inject buffers to check behaviour when
2633           buffers overlap.
2634
2635 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2636
2637         * tests/check/Makefile.am:
2638         * tests/check/elements/.cvsignore:
2639         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2640         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2641           Add some basic unit tests for audiorate. Disabled at the moment
2642           since it doesn't pass yet (see bug #363119).
2643
2644 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2645
2646         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2647         (parse_subrip), (handle_buffer):
2648           Add missing closing tags for markup and fix broken markup,
2649           otherwise pango won't render anything (fixes #357531). Also,
2650           make sure the text we send out is always NUL-terminated
2651           (better safe than sorry etc.).
2652
2653         * tests/check/elements/subparse.c: (test_srt_do_test),
2654         (test_srt):
2655           Some more tests for .srt incl. tests for the above stuff.
2656
2657 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2658
2659         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2661         Patch by: Stefan Kost  <ensonic@users.sf.net>
2662         Try to redraw borders only when needed. Apparently this consumes
2663         resources on small devices... :-O (#363607)
2664
2665 2006-10-20  Michael Smith  <msmith@fluendo.com>
2666
2667         * gst/tcp/gstmultifdsink.c:
2668         (gst_multi_fd_sink_client_queue_buffer):
2669           If caps change, then update the client's idea of the caps so that we
2670           don't end up re-sending streamheaders for every single buffer after
2671           the caps change.
2672
2673 2006-10-20  Michael Smith  <msmith@fluendo.com>
2674
2675         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2676         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2677           Set caps on pushed buffers; fix up refcounting of caps objects.
2678
2679 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2680
2681         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2682         (plugin_init):
2683           Typefind mmsh header data packet to application/x-mmsh (#362625).
2684
2685 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2686
2687         * tests/check/Makefile.am:
2688         * tests/check/elements/.cvsignore:
2689         * tests/check/elements/subparse.c: (buffer_from_static_string),
2690         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2691         (GST_START_TEST), (subparse_suite):
2692           Add very simple unit test for subparse.
2693
2694 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2695
2696         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2697         (parse_subrip):
2698           Strip trailing newlines from subtitle text output.
2699
2700 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2703         (gst_sub_parse_change_state):
2704           Fix memleak; clear subparse->textbuf n state change function.
2705
2706 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2707
2708         * gst/subparse/gstsubparse.c:
2709         (gst_sub_parse_data_format_autodetect):
2710           Don't require subrip (.srt) files to start with a chunk number of 1.
2711
2712 2006-10-18  Wim Taymans  <wim@fluendo.com>
2713
2714         * gst-libs/gst/audio/gstbaseaudiosink.c:
2715         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2716         * gst-libs/gst/audio/gstbaseaudiosink.h:
2717         Extract rate from the NEWSEGMENT event.
2718         Use commit_full to also take rate adjustment into account when writing
2719         samples to the ringbuffer.
2720         
2721         * gst-libs/gst/audio/gstringbuffer.c:
2722         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2723         (gst_ring_buffer_read):
2724         * gst-libs/gst/audio/gstringbuffer.h:
2725         Added _commit_full() to also take rate into account.
2726         Use simple interpolation algorithm to resample audio.
2727         API: gst_ring_buffer_commit_full()
2728
2729         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2730         * tests/examples/seek/seek.c: (segment_done):
2731         Don't try to seek with 0.0 rate, just pause instead.
2732         Remove bogus debug line.
2733
2734 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2735
2736         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2737         (setup_source):
2738           Catch async errors when starting up the subtitle bin, so we can
2739           stop waiting and continue with the main film instead of hanging
2740           forever. Fixes #339366.
2741
2742         * tests/check/elements/playbin.c: (playbin_suite):
2743           Enable unit test for the above.
2744
2745 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2746
2747         * tests/check/Makefile.am:
2748         * tests/check/elements/.cvsignore:
2749         * tests/check/elements/playbin.c: (GST_START_TEST),
2750         (gst_red_video_src_uri_get_type),
2751         (gst_red_video_src_uri_get_protocols),
2752         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2753         (gst_red_video_src_uri_handler_init),
2754         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2755         (gst_red_video_src_create), (gst_red_video_src_class_init),
2756         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2757           Some small and basic unit tests for playbin; not very useful yet,
2758           but at least a start.
2759
2760 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2761
2762         * gst/playback/gstplaybin.c: (setup_sinks):
2763           The old pad activation spiel.
2764
2765 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2766
2767         * gst/playback/gstplaybasebin.c: (setup_source):
2768           Don't hang forever if the subbin already fails to start up in 
2769           the state change to PAUSED (#339366).
2770
2771 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2772
2773         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2774         (gst_tuner_set_channel), (gst_tuner_get_channel),
2775         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2776         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2777         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2778         (gst_tuner_find_channel_by_name):
2779           Fix some function guards, add some more function guards.
2780
2781 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2782
2783         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2784         (remove_element_chain):
2785         Don't return a pad from get_our_ghost_pad unless it is actually the
2786         one we want.
2787         Change a cast in remove_element_chain slightly.
2788
2789 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2790
2791         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2792         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2793         Segment seeking needs to use the rate and set stop to -1.
2794
2795 2006-10-13  Wim Taymans  <wim@fluendo.com>
2796
2797         * gst-libs/gst/audio/gstbaseaudiosink.c:
2798         (gst_base_audio_sink_setcaps):
2799         Don't crash when ringbuffer is not yet created.
2800         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2801         Fixes #361634.
2802
2803         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2804         * gst/playback/gststreamselector.c:
2805         (gst_stream_selector_request_new_pad):
2806         Activate pads befre adding them to running elements.
2807
2808 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2809
2810         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2811         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2812         updater when we start grabing the slider. Don't wait for the
2813         pipeline to be PAUSED.
2814
2815 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2816
2817         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2818         (gst_mixer_set_volume), (gst_mixer_get_volume),
2819         (gst_mixer_set_mute), (gst_mixer_set_option),
2820         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2821         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2822         (gst_mixer_option_changed):
2823           Guard mixer interface functions against bogus arguments.
2824
2825 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2826
2827         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2828         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2829         (msg_state_changed), (main): Use state-changed messages to trigger
2830         start/stop of scale update timer. Indeed the scale slider was
2831         jumping here and there because the update timer was activated 
2832         before seek completed. This fixes instant applying of rate changes
2833         by pressing the spinbutton like a crazy man !
2834
2835 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2836
2837         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2838
2839         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2840         (gst_basertppayload_finalize):
2841           Fix two small memory leaks (#361456).
2842
2843 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2844
2845         * tests/examples/seek/seek.c: (do_seek),
2846         (rate_spinbutton_changed_cb): When changing spinbutton we try
2847         to change the rate on the fly.
2848
2849 2006-10-10  Wim Taymans  <wim@fluendo.com>
2850
2851         * gst-libs/gst/riff/riff-ids.h:
2852         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2853         (gst_riff_create_audio_template_caps):
2854         Add WMS caps.
2855
2856 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2857
2858         Patch by: Josep Torre Valles <josep@fluendo.com>
2859
2860         * ext/gnomevfs/gstgnomevfssink.c:
2861         * ext/gnomevfs/gstgnomevfssrc.c:
2862         Fix URI interface implementation return type.
2863         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2864         Fix what looks like a copy/paste issue when assigning values.
2865         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2866         (gst_audio_filter_template_get_type):
2867         Cast to prevent Forte warnings.
2868         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2869         Fix URI interface implementation return type.
2870         gst_pad_query_position requires a signed integer pointer as
2871         3rd parameter, GstClockTime is unsigned.
2872         * gst/audioconvert/audioconvert.c:
2873         Fix integer overflow when treated as signed.
2874         * gst/audioresample/resample.c: (resample_add_input_data):
2875         Cast to prevent warnings on Forte.
2876         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2877         Fix integer overflow when treated as signed.
2878         * gst/ffmpegcolorspace/imgconvert_template.h:
2879         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2880         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2881         (cleanup_decodebin):
2882         Who initialises a guint to -1!
2883         Cast function pointers to prevent warnings on Forte.
2884         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2885         (queue_threshold_reached):
2886         Cast function pointers correctly to prevent warnings on Forte.
2887         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2888         Cast function pointers correctly to prevent warnings on Forte.
2889         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2890         Obvious change to unsigned, 0xEF > max signed char.
2891         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2892         GstClockTime is unsigned, initialise correctly.
2893         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2894         Cast so pointer arithemetic doesn't cause warnings on Forte.
2895         * gst/videorate/gstvideorate.c:
2896         Use correct return value.
2897         * tests/examples/seek/scrubby.c:
2898         GstClockTime is unsigned, initialise correctly.
2899
2900 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2901
2902         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2903
2904         * gst/typefind/gsttypefindfunctions.c:
2905           Recognise XML files and XML-like files shorter than 256 bytes as
2906           well (fixes #359237).
2907
2908 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2909
2910         Patch by: Renato Filho <renato.filho@indt.org.br>
2911         
2912         * gst/typefind/gsttypefindfunctions.c:
2913         Added typefind functions to video/x-nuv media.
2914         
2915 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2916
2917         * gst-libs/gst/interfaces/xoverlay.c:
2918         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2919           Some more guards against invalid input.
2920
2921 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2922
2923         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2924         Useless goto.
2925         * tests/examples/seek/seek.c: (do_seek),
2926         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2927         seek example to experiment with rates != 1.0 (reverse playback !)
2928
2929 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2930
2931         * gst-libs/gst/interfaces/xoverlay.c:
2932           Unref message in doc-example (spotted by Robert McQueen)
2933
2934 2006-10-06  Wim Taymans  <wim@fluendo.com>
2935
2936         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2937         (mpeg1_parse_header), (mpeg1_sys_type_find):
2938         printf fix.
2939
2940 2006-10-06  Wim Taymans  <wim@fluendo.com>
2941
2942         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2943         (close_pad_link):
2944         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2945         Activate dynamic pads before adding them to the element.
2946
2947 2006-10-06  Michael Smith  <msmith@fluendo.com>
2948
2949         * gst-libs/gst/floatcast/floatcast.h:
2950           Fix obviously-bogus macros; use the correct types.
2951
2952 2006-10-06  Wim Taymans  <wim@fluendo.com>
2953
2954         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2955         (gst_base_rtp_depayload_change_state):
2956         Also call parent state change function to activate pads.
2957
2958         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2959         (mpeg1_parse_header), (mpeg1_sys_type_find):
2960         Add some more debug info in mpeg typefinding.
2961
2962 2006-10-06  Michael Smith  <msmith@fluendo.com>
2963
2964         * ext/theora/theoradec.c: (theora_dec_chain):
2965           Zero byte theora packets are valid and well-defined; don't warn on
2966           them.
2967
2968 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2969
2970         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2971         (gst_multi_fd_sink_get_stats), (find_limits),
2972         (gst_multi_fd_sink_queue_buffer):
2973           API: add dropped_buffers to the get-stats GValueArray
2974
2975 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2976
2977         * ext/alsa/gstalsadeviceprobe.c:
2978         (gst_alsa_device_property_probe_get_values):
2979         * ext/alsa/gstalsasink.c: (set_hwparams):
2980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2981         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2982         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2983         (gst_ogg_mux_process_best_pad):
2984         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2985         (gst_ogg_parse_chain):
2986         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2987         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2988         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2989         (gst_vorbis_enc_buffer_check_discontinuous):
2990         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2991         * gst-libs/gst/audio/gstbaseaudiosink.c:
2992         (gst_base_audio_sink_render):
2993         * gst-libs/gst/cdda/gstcddabasesrc.c:
2994         (gst_cdda_base_src_handle_track_seek):
2995         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2996         (gst_base_rtp_depayload_push_full):
2997         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2998         * gst/audioresample/resample.c: (resample_input_pushthrough):
2999         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
3000         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3001         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3002         (wavpack_type_find):
3003         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3004         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3005         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
3006         * tests/check/elements/volume.c: (GST_START_TEST):
3007           Printf format fixes.
3008
3009 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3010
3011         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
3012           Fix a simple mistake (see the docs)
3013           Fixes #359580
3014
3015 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3016
3017         * docs/plugins/Makefile.am:
3018         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3019         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3020         * docs/plugins/gst-plugins-base-plugins.args:
3021         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3022         * docs/plugins/inspect/plugin-adder.xml:
3023         * docs/plugins/inspect/plugin-alsa.xml:
3024         * docs/plugins/inspect/plugin-audioconvert.xml:
3025         * docs/plugins/inspect/plugin-audiorate.xml:
3026         * docs/plugins/inspect/plugin-audioresample.xml:
3027         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3028         * docs/plugins/inspect/plugin-cdparanoia.xml:
3029         * docs/plugins/inspect/plugin-decodebin.xml:
3030         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3031         * docs/plugins/inspect/plugin-gdp.xml:
3032         * docs/plugins/inspect/plugin-gnomevfs.xml:
3033         * docs/plugins/inspect/plugin-libvisual.xml:
3034         * docs/plugins/inspect/plugin-ogg.xml:
3035         * docs/plugins/inspect/plugin-pango.xml:
3036         * docs/plugins/inspect/plugin-playbin.xml:
3037         * docs/plugins/inspect/plugin-subparse.xml:
3038         * docs/plugins/inspect/plugin-tcp.xml:
3039         * docs/plugins/inspect/plugin-theora.xml:
3040         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3041         * docs/plugins/inspect/plugin-video4linux.xml:
3042         * docs/plugins/inspect/plugin-videorate.xml:
3043         * docs/plugins/inspect/plugin-videoscale.xml:
3044         * docs/plugins/inspect/plugin-videotestsrc.xml:
3045         * docs/plugins/inspect/plugin-volume.xml:
3046         * docs/plugins/inspect/plugin-vorbis.xml:
3047         * docs/plugins/inspect/plugin-ximagesink.xml:
3048         * docs/plugins/inspect/plugin-xvimagesink.xml:
3049           Add vorbistag element to docs; update version numbers to 0.10.10.1.
3050
3051 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3052
3053         Patch by: James "Doc" Livingston <doclivingston at gmail com>
3054
3055         * ext/vorbis/Makefile.am:
3056         * ext/vorbis/vorbis.c: (plugin_init):
3057         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3058         (vorbis_parse_parse_packet), (vorbis_parse_chain):
3059         * ext/vorbis/vorbisparse.h:
3060         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3061         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3062         (gst_vorbis_tag_parse_packet):
3063         * ext/vorbis/vorbistag.h:
3064           Add new vorbistag element which derives from vorbisparse
3065           and is essentially the same as well, only that it implements
3066           the GstTagSetter interface and can modify the stream's
3067           vorbiscomment on the fly (#335635).
3068
3069         * tests/check/Makefile.am:
3070         * tests/check/elements/.cvsignore:
3071         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3072         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3073         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3074         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3075           Add unit test for new vorbistag element.
3076
3077 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3078
3079         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3080         (vorbis_parse_push_headers), (vorbis_parse_chain):
3081           Set BOS flag in packet structure to fix 'jump depends
3082           on unitialized value' errors in valgrind; various minor
3083           clean-ups.
3084
3085 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
3086
3087         * gst/playback/gstdecodebin.c: (close_pad_link):
3088         Fix typo in a debug statement.
3089
3090         * gst/playback/gstplaybasebin.c: (probe_triggered),
3091         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3092         (gen_source_element), (source_new_pad), (analyse_source),
3093         (setup_source):
3094         When handling no_more_pads in new_decoded_pad, make sure to treat
3095         subtitle pads correctly. Fixes playback with subtitle files.
3096
3097         Move a recurring message to LOG level.
3098
3099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3100         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3101         which ends up as -1 when cast to an int. Make the logic handle the
3102         max value as an unsigned mask and only change the colorkey when it's
3103         a value we recognise.
3104
3105 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3106
3107         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3108         Removed empty * between paragraphs
3109
3110 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3111
3112         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3113         * gst-libs/gst/rtp/README:
3114         Moved some documentation into .c file
3115
3116 2006-09-29  Wim Taymans  <wim@fluendo.com>
3117
3118         * gst/playback/gstdecodebin.c: (no_more_pads):
3119         Fix compilation.
3120
3121 2006-09-29  Wim Taymans  <wim@fluendo.com>
3122
3123         * gst/playback/gstdecodebin.c: (new_caps):
3124         Remove g_print
3125
3126         * gst/playback/gstplaybin.c:
3127         Add some docs.
3128
3129 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3130
3131         * tests/check/Makefile.am:
3132           Re-enable cddabasesrc test to see if it works again
3133           now.
3134
3135 2006-09-29  Wim Taymans  <wim@fluendo.com>
3136
3137         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3138         (gen_source_element):
3139         Handle invalid URIs a bit more gracefully.
3140
3141 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3142
3143         * tests/check/pipelines/oggmux.c:
3144           Remove obsolete comment.
3145
3146 2006-09-29  Michael Smith  <msmith@fluendo.com>
3147
3148         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3149         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3150         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3151         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3152         (gst_ogg_mux_collected):
3153           Commit patch from James "Doc" Livingston, adds proper EOS handling
3154           in oggmux. GStreamer can, for the first time ever, create a valid
3155           Ogg file! Yay!
3156
3157         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3158         (oggmux_suite):
3159           Reenable tests now that they pass.
3160
3161 2006-09-29  Wim Taymans  <wim@fluendo.com>
3162
3163         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3164         Stop reading commands when EOF (we read 0) as well.
3165
3166 2006-09-28  Wim Taymans  <wim@fluendo.com>
3167
3168         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3169         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3170         (find_dynamic), (unlinked), (close_link):
3171         Implement delayed caps linking needed for element with a lot of
3172         different caps on the src pads that get fixed at runtime.
3173         Improve management of dynamic elements.
3174
3175         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3176         (group_destroy), (group_commit), (check_queue), (queue_overrun),
3177         (gen_preroll_element), (remove_groups), (unknown_type),
3178         (add_element_stream), (no_more_pads_full), (no_more_pads),
3179         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3180         (new_decoded_pad), (setup_subtitle), (array_has_value),
3181         (gen_source_element), (source_new_pad), (has_all_raw_caps),
3182         (analyse_source), (remove_decoders), (make_decoder),
3183         (remove_source), (setup_source), (finish_source), (prepare_output),
3184         (gst_play_base_bin_change_state):
3185         * gst/playback/gstplaybasebin.h:
3186         Use more _CAST instead of full type checking casts.
3187         Small cleanups, plug some leaks.
3188         Handle dynamic sources.
3189         Add some helper functions to create lists of strings used for
3190         blacklisting and other stuff.
3191         Refactor some code dealing with analysing the source.
3192         Re-enable sources without pads (like cd:// or other selfcontained
3193         elements).
3194
3195 2006-09-28  Wim Taymans  <wim@fluendo.com>
3196
3197         * gst-libs/gst/audio/gstbaseaudiosink.c:
3198         (gst_base_audio_sink_render):
3199         When we have a timestamp, we can still perform clipping.
3200         When we have no clock, we must play the sample ASAP.
3201
3202 2006-09-28  Wim Taymans  <wim@fluendo.com>
3203
3204         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3205         Set caps on outgoing buffers.
3206
3207         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3208         (gst_video_rate_event), (gst_video_rate_chain):
3209         * gst/videorate/gstvideorate.h:
3210         Fix videorate some more. Fixes #357977
3211
3212 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3213
3214         * tests/check/elements/adder.c: (adder_suite):
3215           Don't set timeout to 6 seconds when we're running
3216           in valgrind ... (and how is 6 seconds longer than
3217           the default anyway?)
3218
3219 2006-09-28  Wim Taymans  <wim@fluendo.com>
3220
3221         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3222         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3223         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3224         Keep sink and src segment to keep track of time and support more
3225         input formats.
3226         Fix bogus next_offset and run_time calculation, don't understand how
3227         this could have worked before. Fixes #357976.
3228         Remove some unneeded vars.
3229
3230 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3231
3232         * gst/playback/gstplaybin.c: (remove_sinks):
3233           Only remove visualisation from visbin if there is a visbin (or:
3234           don't throw warnings when closing totem without playing a file).
3235
3236 2006-09-27  Wim Taymans  <wim@fluendo.com>
3237
3238         * gst-libs/gst/audio/gstbaseaudiosink.c:
3239         (gst_base_audio_sink_render):
3240         Add some more info in a WARNING.
3241
3242         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3243         (gst_base_audio_src_create):
3244         Handle PAUSE in create function, use new -core addition to
3245         wait for playing. Fixes pausing and resuming capture from an
3246         audiosrc.
3247
3248         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3249         (gst_ring_buffer_read):
3250         Constify some more.
3251         Caller supports interrupted reads now.
3252
3253 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * tests/check/Makefile.am:
3256           Another attempt to make the gen64 buildbot happy.
3257
3258 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3259
3260         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3261
3262         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3263         (gst_visual_chain), (gst_visual_change_state):
3264           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3265           correctly. Fixes #357800
3266
3267 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3268
3269         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3270           Add timeout to _get_state() so we see which pipeline it is
3271           that causes trouble on the gen64 build bot.
3272
3273 2006-09-27  Wim Taymans  <wim@fluendo.com>
3274
3275         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3276         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3277         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3278         (gst_base_rtp_depayload_set_gst_timestamp):
3279         the source pad always uses fixed caps.
3280
3281 2006-09-27  Wim Taymans  <wim@fluendo.com>
3282
3283         * docs/libs/gst-plugins-base-libs-docs.sgml:
3284         * docs/libs/gst-plugins-base-libs-sections.txt:
3285         * gst-libs/gst/audio/gstaudioclock.c:
3286         * gst-libs/gst/audio/gstaudioclock.h:
3287         * gst-libs/gst/audio/gstaudiosink.c:
3288         * gst-libs/gst/audio/gstaudiosink.h:
3289         * gst-libs/gst/audio/gstaudiosrc.c:
3290         * gst-libs/gst/audio/gstbaseaudiosink.c:
3291         (gst_base_audio_sink_render):
3292         * gst-libs/gst/audio/gstbaseaudiosink.h:
3293         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3294         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3295         * gst-libs/gst/audio/gstringbuffer.h:
3296         Added docs for the audio libs.
3297
3298 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3299
3300         * tests/check/Makefile.am:
3301           Temporarily disable test that fails on the bots for unknown reasons.
3302
3303 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3304
3305         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3306         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3307         Moved AudioCodecType into priv
3308         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3309
3310 2006-09-25  Wim Taymans  <wim@fluendo.com>
3311
3312         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3313         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3314         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3315         (new_pad):
3316         Cleanups and small leak fixes.
3317         Added Depayloaders to valid list of autopluggable elements.
3318
3319 2006-09-25  Wim Taymans  <wim@fluendo.com>
3320
3321         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3322         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3323         (gen_video_element), (gen_text_element), (gen_audio_element),
3324         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3325         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3326         Detect NO_PREROLL state change returns and disable clock distribution to
3327         the sinks so that sync is disabled.
3328         Avoid some type checking and do simple casts instead.
3329         Small cleanups, fix some FIXMEs.
3330         Be more robust when linking user specified elements, catch an report
3331         errors. Fixes #357404.
3332         Fix some leaks in the error paths.
3333
3334 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3335
3336         * ChangeLog:
3337           ChangeLog surgery for missing bug-number
3338
3339 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3340
3341         Patch by: Peter Kjellerstedt  <pkj at axis com>
3342
3343         * gst/playback/test.c:
3344           Fix compilation with uClibc and -Werror (#357591).
3345
3346 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3347
3348         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3349           Parse dates that are followed by a time as well (#357532).
3350
3351         * tests/check/libs/tag.c: (test_vorbis_tags):
3352           Add unit test for this.
3353
3354 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3355
3356         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3357         (gst_audio_convert_transform_caps):
3358         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3359         * gst/videotestsrc/videotestsrc.h:
3360           A few array const-ifications.
3361
3362 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3363
3364         * tests/check/Makefile.am:
3365           See if this makes the build bots happy.
3366
3367         * tests/check/libs/cddabasesrc.c:
3368           UTF8-ise my name.
3369
3370 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3371
3372         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3373
3374         * gst/subparse/samiparse.c: (handle_start_font),
3375         (fix_invalid_entities):
3376           More case-insensitivity for certain tags; recognise entities with
3377           decimal codes as special entities as well (#357330).
3378
3379 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3380
3381         * gst-libs/gst/Makefile.am:
3382           Need to build tag directory before cdda.
3383
3384 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3385
3386         * docs/libs/gst-plugins-base-libs-sections.txt:
3387         * gst-libs/gst/cdda/Makefile.am:
3388         * gst-libs/gst/cdda/gstcddabasesrc.c:
3389         (gst_cdda_base_src_base_init):
3390         * gst-libs/gst/cdda/gstcddabasesrc.h:
3391         * gst-libs/gst/tag/tag.h:
3392         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3393         (gst_tag_register_musicbrainz_tags):
3394           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3395           depend on libgsttag. This is required so we can extract/read tags like
3396           DISCID without depending on libgstcddabasesrc (which used to register
3397           them).
3398
3399         * gst-libs/gst/tag/gstvorbistag.c:
3400           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3401           tags (also see #347848).
3402
3403         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3404           Log vorbis comments we are actually writing. Const-ify array.
3405
3406 2006-09-23  Wim Taymans  <wim@fluendo.com>
3407
3408         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3409         Improve buffering a bit by avoiding a deadlock because we cannot assume
3410         the underrun is always called.
3411
3412 2006-09-23  Wim Taymans  <wim@fluendo.com>
3413
3414         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3415
3416         * gst-libs/gst/riff/riff-ids.h:
3417         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3418         (gst_riff_create_audio_template_caps):
3419         Added MPEG-4 AAC and id and caps. Fixes #357289
3420         Added WMA9 Lossless id.
3421
3422 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3423
3424         * ext/gnomevfs/gstgnomevfssrc.c:
3425           Fix misleading docs addition.
3426
3427         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3428           Get rid of compiler warning the right way.
3429
3430 2006-09-22  Wim Taymans  <wim@fluendo.com>
3431
3432         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3433         (gst_base_rtp_depayload_finalize),
3434         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3435         (gst_base_rtp_depayload_push_full),
3436         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3437         (gst_base_rtp_depayload_process),
3438         (gst_base_rtp_depayload_set_gst_timestamp),
3439         (gst_base_rtp_depayload_queue_release):
3440         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3441         Small cleanups.
3442         Fix some leaks.
3443         Refactored the process method and added methods to push from the process
3444         vmethod.
3445         Use _scale functions.
3446         API: gst_base_rtp_depayload_push_ts
3447         API: gst_base_rtp_depayload_push
3448
3449         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3450         timestamps are uint.
3451
3452 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3453
3454         * gst-libs/gst/interfaces/xoverlay.c:
3455           Remove unused statement from doc example.
3456
3457 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3458
3459         * gst-libs/gst/interfaces/videoorientation.c:
3460         (gst_video_orientation_iface_init),
3461         (gst_video_orientation_get_hflip),
3462         (gst_video_orientation_get_vflip),
3463         (gst_video_orientation_get_hcenter),
3464         (gst_video_orientation_get_vcenter),
3465         (gst_video_orientation_set_hflip),
3466         (gst_video_orientation_set_vflip),
3467         (gst_video_orientation_set_hcenter),
3468         (gst_video_orientation_set_vcenter):
3469           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3470           in ChangeLog)
3471
3472 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3473
3474         * tests/check/Makefile.am:
3475         * tests/check/elements/.cvsignore:
3476         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3477         (create_rgb_conversions), (rgb_conversion_free),
3478         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3479         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3480           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3481           but disable for now since it doesn't pass (something wrong with
3482           RGBA somewhere).
3483
3484 2006-09-21  Wim Taymans  <wim@fluendo.com>
3485
3486         * gst/playback/gstplaybasebin.c: (group_commit),
3487         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3488         (queue_out_of_data), (gen_preroll_element),
3489         (preroll_remove_overrun), (probe_triggered):
3490         Refactor handling of overrun detection.
3491         Separate handling of group completion and deadlock detection when doing
3492         network buffering. This should fix some deadlocks that were not detected
3493         because the group was completed.
3494         Add more comments, improve debugging.
3495
3496 2006-09-21  Wim Taymans  <wim@fluendo.com>
3497
3498         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3499         * tests/check/libs/audio.c:
3500         Some more compilation fixes.
3501
3502 2006-09-21  Wim Taymans  <wim@fluendo.com>
3503
3504         * gst-libs/gst/audio/gstringbuffer.c:
3505         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3506         (gst_ring_buffer_read):
3507         Early morning compilation fix.
3508
3509 2006-09-20  Wim Taymans  <wim@fluendo.com>
3510
3511         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3512         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3513         * tests/check/elements/videorate.c: (GST_START_TEST):
3514         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3515         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3516         Fix some warnings.
3517
3518 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3519
3520         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3521         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3522         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3523           Handcrafted merge to help CVS understanding what I changed and what
3524           not.
3525
3526 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3527
3528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3529         (gst_xvimagesink_get_times):
3530           change colorkey behaviour back according to #354773 comment 6/7
3531
3532 2006-09-19  Michael Smith  <msmith@fluendo.com>
3533
3534         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3535         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3536         (gst_multi_fd_sink_recover_client),
3537         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3538         (gst_multi_fd_sink_get_property):
3539         * gst/tcp/gstmultifdsink.h:
3540           Implement stubbed out properties unit-type, units-soft-max,
3541           units-max, to allow specifying maximum sizes in units other than
3542           buffers.
3543           Fixes #355935
3544
3545 2006-09-19  Wim Taymans  <wim@fluendo.com>
3546
3547         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3548         (gst_riff_create_audio_template_caps):
3549         Reorder the audio formats a bit for clarity.
3550         Detect and create caps for MSGSM and MSN (WAV49).
3551         Fixes #356596.
3552
3553         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3554         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3555         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3556         Small cleanups, move error handling out of normal flow for clarity.
3557
3558 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3559
3560         * docs/libs/gst-plugins-base-libs-docs.sgml:
3561         * docs/libs/gst-plugins-base-libs.types:
3562         * gst-libs/gst/interfaces/Makefile.am:
3563         * gst-libs/gst/interfaces/videoorientation.c:
3564         (gst_video_orientation_get_type),
3565         (gst_video_orientation_iface_init),
3566         (gst_video_orientation_get_hflip),
3567         (gst_video_orientation_get_vflip),
3568         (gst_video_orientation_get_hcenter),
3569         (gst_video_orientation_get_vcenter),
3570         (gst_video_orientation_set_hflip),
3571         (gst_video_orientation_set_vflip),
3572         (gst_video_orientation_set_hcenter),
3573         (gst_video_orientation_set_vcenter):
3574         * gst-libs/gst/interfaces/videoorientation.h:
3575           API: Add new interface to control video orientation (fixes #354908)
3576
3577 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3578
3579         * gst/videotestsrc/gstvideotestsrc.c:
3580           Use G_UNLIKELY in _create and log one more detail.
3581           
3582         (gst_video_test_src_get_times), (gst_video_test_src_create):
3583         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3584           Use gst_util_uint64_scale_int in _get_times().
3585
3586 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3587
3588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3589           Give better warning message (add object and detail).
3590
3591 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3592
3593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3594         (gst_xvimagesink_get_times):
3595           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3596           #354773), use gst_util_uint64_scale_int in _get_times()
3597
3598 2006-09-18  Michael Smith  <msmith@fluendo.com>
3599
3600         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3601           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3602           always true, leading to dropping all timestamps.
3603
3604 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3605
3606         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3607         (gst_visual_chain), (gst_visual_change_state):
3608           update to work also with libvisual 0.4 API, fix double unref (#355914)
3609           
3610         * tools/gst-launch-ext.1.in:
3611         * tools/gst-visualise.1.in:
3612           remove references to old man-pages
3613
3614         * tests/examples/seek/seek.c: (main):
3615           add real meadi-buttons, add tool-tips for the seek-options, arrange
3616           seek options in a table
3617
3618 2006-09-18  Michael Smith  <msmith@fluendo.com>
3619
3620         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3621         (gst_ogg_mux_push_buffer):
3622           Don't generate out-of-order timestamps from oggmux, instead clamp
3623           output timestamps to be >= the previously output ts.
3624           Fixes #355595
3625
3626 2006-09-18  Michael Smith  <msmith@fluendo.com>
3627
3628         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3629         (gst_multi_fd_sink_class_init):
3630           Updates, fixes, and typo corrections for multifdsink. No functional
3631           changes.
3632
3633 2006-09-17  Michael Smith  <msmith@fluendo.com>
3634
3635         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3636           Don't crash on truncated files - check that we got an 8 byte buffer
3637           before trying to memcmp it.
3638
3639 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3640
3641         * gst/playback/gstplaybasebin.c: (get_active_source):
3642           Make stream-switching appear instant to the application
3643           (ie. make sure that a g_object_get on 'current-foo' returns
3644           the stream previously set with g_object_set(). Totem needs
3645           this to update stream-related meta-info (like audio-codec)
3646           correctly when switching streams.
3647
3648 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3649
3650         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3651         (gst_alsa_mixer_ensure_track_list):
3652           Try harder to guess which mixer track is the master mixer
3653           track (instead of just taking the first one that has a pvolume).
3654           Fixes #342228.
3655
3656 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3657
3658         reviewed by: <delete if not using a buddy>
3659
3660         * gst-libs/gst/audio/audio.h:
3661         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3662
3663 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3664
3665         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3666         (gst_audio_convert_transform_caps):
3667           Get structure-name just once.
3668
3669 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3670
3671         * tests/check/elements/audioresample.c: (GST_START_TEST):
3672         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3673         * tests/check/elements/volume.c: (GST_START_TEST):
3674         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3675         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3676         (test_pipeline), (GST_START_TEST):
3677         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3678         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3679           Fix big batch of compiler warnings.
3680
3681 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3682
3683         * ext/gnomevfs/gstgnomevfssrc.c:
3684           Add docs about icydemux usage in connection with gnomevfssrc
3685
3686         * ext/libvisual/visual.c:
3687         * ext/ogg/gstoggaviparse.c:
3688         * ext/ogg/gstoggdemux.c:
3689         * ext/ogg/gstoggmux.c:
3690         * ext/ogg/gstoggparse.c:
3691         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3692         * gst-libs/gst/audio/gstaudiosink.c:
3693         * gst-libs/gst/audio/gstaudiosrc.c:
3694         * gst/audiorate/gstaudiorate.c:
3695           More G_OBJECT macro fixing.
3696
3697         * gst/audiotestsrc/gstaudiotestsrc.h:
3698           Fix wrong info in header due to copy & paste
3699
3700 2006-09-15  Wim Taymans  <wim@fluendo.com>
3701
3702         * gst-libs/gst/audio/gstbaseaudiosink.c:
3703         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3704         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3705         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3706         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3707         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3708         Do the delay calculation in the source/sink base classes as this is
3709         specific for the capture/playback mode.
3710         Try to fixate a bit better, like round depth up to a multiple of 8
3711         bigger than width.
3712         Handle underruns correctly by marking DISCONT on buffers and adjusting
3713         timestamps to handle the gap.
3714         Set offset/offset_end correctly on buffers.
3715
3716         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3717         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3718         (gst_ring_buffer_read):
3719         Remove resync and underrun recovery from the ringbuffer.
3720         Fix ringbuffer read code on under/overrun.
3721
3722 2006-09-15  Wim Taymans  <wim@fluendo.com>
3723
3724         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3725         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3726         (queue_threshold_reached), (gst_play_base_bin_set_property),
3727         (gst_play_base_bin_get_property):
3728         * gst/playback/gstplaybasebin.h:
3729         Don't use a 0 low watermark when buffering, it is catching starvation
3730         way too late. Instead, use a 3 second queue with 30 and 95
3731         percent low/high watermarks. 
3732         Added queue-min-threshold property to configure low watermark.
3733         Use new _buffering message API.
3734         Make queue_threshold variable big enough to store a uint64 time value.
3735         API: playbin::queue-min-threshold property.
3736
3737 2006-09-15  Wim Taymans  <wim@fluendo.com>
3738
3739         * configure.ac:
3740         We require 0.10.10.1 now because of _wait_preroll().
3741
3742         * gst-libs/gst/audio/gstbaseaudiosink.c:
3743         (gst_base_audio_sink_render):
3744         Use gst_base_sink_wait_preroll().
3745
3746 2006-09-15  Wim Taymans  <wim@fluendo.com>
3747
3748         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3749         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3750         Use DEBUG_OBJECT more.
3751
3752 === release 0.10.10 ===
3753
3754 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3755
3756         patch by: Michael Smith <msmith at fluendo dot com>
3757
3758         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3759         (gst_multi_fd_sink_client_queue_buffer),
3760         (gst_multi_fd_sink_new_client):
3761         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3762         (multifdsink_suite):
3763           Fix implementation of sync-method 'next-keyframe'
3764           Closes #354594
3765
3766 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3767
3768         patch by: Wim Taymans <wim at fluendo dot com>
3769
3770         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3771         This patch removes the RANDOM flag that was incorrectly introduced with
3772         revision 1.91.  Fixes #354590
3773
3774 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3775
3776         * tests/check/Makefile.am:
3777           Random variation in Makefile line to see if it makes the
3778           gen64-base-full bot any happier.
3779
3780 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3781
3782         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3783           Disable test that fails at the moment (killed after timeout).
3784
3785 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3786
3787         Patch by: James Livingston  <doclivingston at gmail.com>
3788
3789         * tests/check/Makefile.am:
3790         * tests/check/pipelines/.cvsignore:
3791         * tests/check/pipelines/oggmux.c: (get_page_codec),
3792         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3793         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3794         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3795         (test_theora_vorbis), (oggmux_suite):
3796           Add simple unit test for oggmux from #337026 with checking for the
3797           EOS flags disabled for the time being.
3798
3799 2006-09-04  Wim Taymans  <wim@fluendo.com>
3800
3801         patch by: Alessandro Dessina <alessandro nnva org>
3802
3803         * ext/ogg/gstoggmux.c:
3804         Add cmml caps to oggmux. Fixes #353912
3805
3806 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3807
3808         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3809           Returning a return value often helps. In this case, we
3810           don't need the return value anyway, so just get rid of it.
3811           Should make build bots much happier.
3812
3813 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3814
3815         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3816         (paint_get_structure), (gst_video_test_src_get_size),
3817         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3818         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3819         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3820         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3821         * gst/videotestsrc/videotestsrc.h:
3822           Add support for AYUV and the various RGBA formats. Initialise
3823           fields of paintinfo structs allocated on the stack.
3824
3825         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3826         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3827         (check_rgb_buf), (videotestsrc_suite):
3828           Add unit tests for videotestsrc's RGB output.
3829
3830 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3831
3832         * gst/videotestsrc/gstvideotestsrc.c:
3833         (gst_video_test_src_pattern_get_type),
3834         (gst_video_test_src_set_pattern):
3835         * gst/videotestsrc/gstvideotestsrc.h:
3836         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3837         (gst_video_test_src_black), (gst_video_test_src_white),
3838         (gst_video_test_src_red), (gst_video_test_src_green),
3839         (gst_video_test_src_blue):
3840         * gst/videotestsrc/videotestsrc.h:
3841           Add more uni-colour patterns ("white", "red", "green", and "blue").
3842
3843 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3844
3845         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3846           Fix stride for YVYU, should be word-aligned (#353658).
3847
3848 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3849
3850         * gst/adder/gstadder.c: (gst_adder_src_event):
3851           Fix build.
3852
3853 2006-08-31  Edward Hervey  <edward@fluendo.com>
3854
3855         * gst/adder/gstadder.c: (forward_event_func),
3856         (gst_adder_src_event), (gst_adder_collected),
3857         (gst_adder_change_state):
3858         * gst/adder/gstadder.h:
3859         Remember the start position asked in the incoming seeks, so we can
3860         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3861         of assuming it will always be 0).
3862
3863 2006-08-31  Edward Hervey  <edward@fluendo.com>
3864
3865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3866         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3867         (gst_ogg_demux_loop):
3868         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3869
3870 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3873         (gst_ffmpegcsp_get_unit_size):
3874           Return FALSE instead of returning a random false unit
3875           size when the format isn't known/supported (even if
3876           this shouldn't happen under normal circumstances).
3877
3878 2006-08-29  Wim Taymans  <wim@fluendo.com>
3879
3880         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3881
3882         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3883         (gst_gnome_vfs_src_start):
3884         Try harder to get the size from a uri by using _info_uri() when
3885         _info_from_handle() does not give us enough info. 
3886         Also follow symlinks when getting the size.
3887         Partially Fixes #332864.
3888
3889 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3890
3891         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3892
3893         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3894         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3895         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3896         (gst_alsa_mixer_set_record):
3897         * ext/alsa/gstalsamixertrack.c:
3898         (gst_alsa_mixer_track_update_alsa_capabilities),
3899         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3900         (gst_alsa_mixer_track_update):
3901         * ext/alsa/gstalsamixertrack.h:
3902           Improve and fix mixer track handling, in particular better handling
3903           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3904           separate track objects for tracks that have both capture and playback
3905           volume (and label them differently as well so they're not mistakenly
3906           assumed to be duplicates); classify mixer tracks that only affect
3907           the audible volume of something (rather than the capture volume)
3908           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3909           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3910           (following the meaning documented in the mixer interface header
3911           file); add support for alsa's exclusive cswitch groups; update/sync
3912           state/flags better if mixer settings are changed by another
3913           application. Fixes #336075.
3914
3915 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3916
3917         * gst/playback/gstplaybin.c:
3918           Improve docs: add section about BUFFERING messages sent by playbin.
3919
3920 2006-08-29  Michael Smith  <msmith@fluendo.com>
3921
3922         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3923         (gst_vorbis_enc_buffer_check_discontinuous),
3924         (gst_vorbis_enc_chain):
3925           Ignore explicit DISCONT marked on buffers (which is often spurious,
3926           particularly when using multiple segments), in favour of solely
3927           using the timestamps/durations.
3928
3929 2006-08-29  Edward Hervey  <edward@fluendo.com>
3930
3931         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3932         Don't rely on incoming buffers offset anymore, since it is completely
3933         broken when using multiple segments.
3934         Instead convert the incoming buffers timestamp to running time, and
3935         then convert that value to the offsets.
3936         Also inform GstSegment of the last outputted stop position, which is
3937         needed if we received several segments with an unknown stop value.
3938
3939 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3940
3941         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3942           fix buffer unreffing on a header push failure
3943
3944 2006-08-28  Wim Taymans  <wim@fluendo.com>
3945
3946         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3947         (gst_audio_rate_chain):
3948         Make the metadata of the buffer writable before changing its
3949         flags.
3950
3951 2006-08-28  Wim Taymans  <wim@fluendo.com>
3952
3953         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3954         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3955         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3956         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3957         Fix audiorate some more.
3958         Reset and resync counters on flush and READY.
3959         Handle the DISCONT flag correctly.
3960         Use GstSegment to track position.
3961         Fail when not negotiated.
3962         Fixes #353234.
3963
3964 2006-08-25  Michael Smith  <msmith@fluendo.com>
3965
3966         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3967           Fix spelling.
3968           Remove accidently included debug line.
3969
3970 2006-08-25  Wim Taymans  <wim@fluendo.com>
3971
3972         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3973         Small cleanups.
3974         If a buffer is received with no caps, make the buffer metadata
3975         writable and set the caps, making sure that we don't screw up the
3976         refcounts.
3977
3978 2006-08-25  Michael Smith  <msmith@fluendo.com>
3979
3980         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3981         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3982           Fix memory leaks and misleading debug messages, add a couple of
3983           comments.
3984
3985         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3986         (gst_multi_fd_sink_render):
3987           Do not use gst_buffer_make_writable() in a basesink render method,
3988           as it may incorrectly unref the buffer. Instead, use convoluted
3989           dance to avoid copying the buffer except when we need to.
3990
3991 2006-08-25  Michael Smith  <msmith@fluendo.com>
3992
3993         * ext/vorbis/vorbisenc.c:
3994         (gst_vorbis_enc_buffer_check_discontinuous):
3995           Allow very small discontinuities in the timestamps. These we can't
3996           do anything useful with anyway (because vorbis's timestamps have
3997           only sample granularity), and are commonly produced by elements with
3998           minor bugs. Allow up to 1/2 a sample out.
3999           Fixes #351742.
4000
4001 2006-08-24  Wim Taymans  <wim@fluendo.com>
4002
4003         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
4004         (play_scrub_toggle_cb), (main):
4005         Add a checkbox to enable play scrubbing. Makes it possible to disable
4006         normal scrubbing.
4007
4008 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
4009
4010         * tests/check/elements/.cvsignore:
4011           make buildbot happy
4012
4013 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4014
4015         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4016         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
4017         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
4018         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4019         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4020         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
4021         (gst_ogm_text_parse_strip_trailing_zeroes),
4022         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
4023         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
4024           Refactor ogm parse, do better input checking, misc. clean-ups.
4025           Cache incoming events and push them once the source pad has
4026           been created. Don't pass unterminated strings to sscanf().
4027           Strip trailing zeroes from subtitle text output, since they
4028           are not valid UTF-8. Don't push vorbiscomment packets on
4029           the subtitle text pad. Output perfect streams if possible.
4030
4031 2006-08-23  Wim Taymans  <wim@fluendo.com>
4032
4033         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
4034         Waits for tasks to settle down so that we clean up correctly for 
4035         valgrind.
4036
4037 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4038
4039         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
4040           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
4041           actually return return value in taglists_are_equal.
4042
4043 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4044
4045         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4046           Fix crash due to broken bitstream parsing on x86-64: can't make
4047           any assumptions about sizeof(struct) due to alignment/packing
4048           differences on different architectures. Fixes #351790.
4049
4050 2006-08-22  Wim Taymans  <wim@fluendo.com>
4051
4052         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4053         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4054         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4055         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4056         (gst_riff_parse_info):
4057         Protect public functions against bad input.
4058         Do some cleanups.
4059         Fix documentation.
4060
4061 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4062
4063         * gst-libs/gst/riff/riff-ids.h:
4064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4065           Add voxware audio IDs (even if we can't play it) (#351795).
4066
4067 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4068
4069         * gst-libs/gst/riff/riff-media.c:
4070         (gst_riff_create_video_template_caps),
4071         (gst_riff_create_audio_template_caps),
4072         (gst_riff_create_iavs_template_caps):
4073           Const-ify some arrays and use G_N_ELEMENTS instead
4074           of wasting oodles of RAM on terminator bits.
4075
4076 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4077
4078         * gst-libs/gst/tag/gstvorbistag.c:
4079         (gst_tag_list_to_vorbiscomment_buffer):
4080         * tests/check/libs/tag.c: (GST_START_TEST):
4081           And the same for _to_vorbiscomment_buffer(): allow
4082           id_data_len == 0 for speex.
4083
4084 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4085
4086         * configure.ac:
4087         * docs/plugins/Makefile.am:
4088         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4089         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4090         * docs/plugins/inspect/plugin-gdp.xml:
4091         * gst/gdp/Makefile.am:
4092         * tests/check/Makefile.am:
4093           Move GDP plugin to -base from -bad.  Closes #347783.
4094
4095 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4096
4097         * gst-libs/gst/tag/gstvorbistag.c:
4098         (gst_tag_list_from_vorbiscomment_buffer):
4099           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4100           Also add some checks to make sure we don't memcmp() beyond the end of
4101           vorbiscomment buffer if the ID to check for is larger than the buffer.
4102
4103         * tests/check/libs/tag.c: (GST_START_TEST):
4104           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4105
4106 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4107
4108         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4109         (gst_vorbis_enc_set_metadata):
4110           Use vorbis comment utility functions from libgsttag
4111           instead of re-inventing the wheel (partially fixes #347091).
4112
4113 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4114
4115         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4116         Fix leaks. Wait for state transitions that might happen ASYNC, as well
4117         as some that won't.
4118
4119 2006-08-21  Wim Taymans  <wim@fluendo.com>
4120
4121         * docs/libs/Makefile.am:
4122         * docs/libs/gst-plugins-base-libs-sections.txt:
4123         * docs/libs/gst-plugins-base-libs.types:
4124         Don't try to GObject scan the netbuffer as it's not a GObject.
4125         Fixes #351308.
4126
4127         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4128         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4129         Document GstNetBuffer.
4130
4131 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
4132
4133         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4134         (audioconvert_suite):
4135           Add testcase for caps-size-explosion
4136
4137 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4138
4139         * gst/audioconvert/gstaudioconvert.c:
4140         (gst_audio_convert_get_unit_size), (set_structure_widths):
4141           Lower debug, use g_assert in _get_unit_size
4142
4143         * gst/audioresample/gstaudioresample.c:
4144         (audioresample_get_unit_size):
4145         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4146         (gst_ffmpegcsp_get_unit_size):
4147         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4148           use g_assert in _get_unit_size
4149
4150 2006-08-18  Wim Taymans  <wim@fluendo.com>
4151
4152         * docs/libs/gst-plugins-base-libs-sections.txt:
4153         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4154         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4155         (gst_rtp_buffer_get_payload_buffer):
4156         * gst-libs/gst/rtp/gstrtpbuffer.h:
4157         Document GstRTPBuffer.
4158         Added function to efficiently strip payload headers.
4159         API: gst_rtp_buffer_get_payload_subbuffer()
4160
4161 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4162
4163         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4164         (gst_tag_to_vorbis_comments):
4165           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4166           tags and deserialise them properly as well (#347091).
4167           Add some more gtk-doc blurbs and also some g_return_if_fail().
4168
4169         * tests/check/libs/tag.c: (GST_START_TEST),
4170         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4171           More tests.
4172
4173 2006-08-17  Wim Taymans  <wim@fluendo.com>
4174
4175         * ext/ogg/Makefile.am:
4176         * ext/ogg/gstogg.c: (plugin_init):
4177         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4178         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4179         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4180         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4181         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4182         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4183         Added ogg-in-avi parser element. Fixes #140139.
4184
4185         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4186         Fixed a bug in oggdemux debug code.
4187
4188         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4189         (gst_riff_create_audio_template_caps):
4190         Recognise Ogg in the AVI extensible wave format.
4191
4192 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4193
4194         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4195           Make buffer durations add up (duration should be next_ts-ts for
4196           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4197           from CVS.
4198
4199         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4200         (test_buffer_timestamps), (cddabasesrc_suite):
4201           Add unit test for the above.
4202
4203         * tests/check/Makefile.am:
4204           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4205           to see what happens.
4206
4207 2006-08-16  Wim Taymans  <wim@fluendo.com>
4208
4209         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4210         (gst_alsasink_open):
4211         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4212         (gst_alsasrc_open):
4213         Avoid setting and using a NULL device name.
4214         Print more info when we fail to open a device.
4215
4216 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4217
4218         * docs/libs/gst-plugins-base-libs-sections.txt:
4219         * gst-libs/gst/tag/tag.h:
4220         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4221           API: add gst_tag_parse_extended_comment() (#351426).
4222
4223         * tests/check/Makefile.am:
4224         * tests/check/libs/.cvsignore:
4225         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4226           Add unit test for gst_tag_parse_extended_comment().
4227
4228 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4229
4230         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4232           Fix leak (#351502).
4233
4234 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4235
4236         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4237         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4238         * docs/plugins/gst-plugins-base-plugins.args:
4239         * gst/playback/gstplaybin.c:
4240           Document playbin.
4241           
4242         * docs/plugins/inspect/plugin-adder.xml:
4243         * docs/plugins/inspect/plugin-alsa.xml:
4244         * docs/plugins/inspect/plugin-audioconvert.xml:
4245         * docs/plugins/inspect/plugin-audiorate.xml:
4246         * docs/plugins/inspect/plugin-audioresample.xml:
4247         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4248         * docs/plugins/inspect/plugin-cdparanoia.xml:
4249         * docs/plugins/inspect/plugin-decodebin.xml:
4250         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4251         * docs/plugins/inspect/plugin-gnomevfs.xml:
4252         * docs/plugins/inspect/plugin-ogg.xml:
4253         * docs/plugins/inspect/plugin-pango.xml:
4254         * docs/plugins/inspect/plugin-playbin.xml:
4255         * docs/plugins/inspect/plugin-subparse.xml:
4256         * docs/plugins/inspect/plugin-tcp.xml:
4257         * docs/plugins/inspect/plugin-theora.xml:
4258         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4259         * docs/plugins/inspect/plugin-video4linux.xml:
4260         * docs/plugins/inspect/plugin-videorate.xml:
4261         * docs/plugins/inspect/plugin-videoscale.xml:
4262         * docs/plugins/inspect/plugin-videotestsrc.xml:
4263         * docs/plugins/inspect/plugin-volume.xml:
4264         * docs/plugins/inspect/plugin-vorbis.xml:
4265         * docs/plugins/inspect/plugin-ximagesink.xml:
4266         * docs/plugins/inspect/plugin-xvimagesink.xml:
4267           Update to CVS version.
4268
4269 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4270
4271         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4272         (gst_play_bin_set_property), (gst_play_bin_get_property),
4273         (value_list_append_structure_list),
4274         (gst_play_bin_handle_redirect_message),
4275         (gst_play_bin_handle_message):
4276           API: GstPlayBin::connection-speed
4277           Add "connection-speed" property; re-order redirect messages with
4278           multiple redirect locations depending on the minimum bitrate if
4279           that information is available and a connection speed is set
4280           (#350399).
4281
4282 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4283
4284         * gst/playback/gstplaybin.c:
4285           Update max volume to the same value that the volume element uses.
4286
4287 2006-08-14  Wim Taymans  <wim@fluendo.com>
4288
4289         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4290         Less uglyness..
4291
4292 2006-08-14  Wim Taymans  <wim@fluendo.com>
4293
4294         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4295         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4296         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4297         Add some more debug info.
4298         Don't crash when a seek failed.
4299         Actually return the result of the seek instead of TRUE.
4300         Ignore multiple BOS pages with the same serial so that we don't create
4301         the same stream multiple times.
4302         Post an error when we fail to do the initial seek.
4303
4304 2006-08-13  Wim Taymans  <wim@fluendo.com>
4305
4306         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4307         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4308         Small code cleanup.
4309
4310         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4311         (gst_alsa_mixer_new):
4312         Remove hack that always set the device to hw:0*.
4313         Properly find the card name for whatever device was configured.
4314         Do some better debugging.
4315         Fixes #350784.
4316
4317         * ext/alsa/gstalsamixerelement.c:
4318         (gst_alsa_mixer_element_set_property),
4319         (gst_alsa_mixer_element_change_state):
4320         Cleanups.
4321         Handle setting of a NULL device name better.
4322
4323 2006-08-11  Wim Taymans  <wim@fluendo.com>
4324
4325         * gst/adder/gstadder.c:
4326         Don't clip float values. Fixes #350900.
4327
4328 2006-08-11  Andy Wingo  <wingo@pobox.com>
4329
4330         * gst/tcp/gsttcp.c: Really fix the build?
4331
4332         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4333         fixes the build.
4334
4335 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4336
4337         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4338           Float caps shouldn't have a "signed" field.
4339
4340 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4343           Implement SEEKING query in its most basic form, so that we can
4344           at least check if we're seekable or not (#350655).
4345
4346 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4349           The checks here are not even close to anything that would
4350           justify MAXIMUM probability, lowering to POSSIBLE until someone
4351           fixes the checks (case at hand: quicktime redirection files
4352           might start with 00 00 01 XX and pass the checks here just
4353           fine, see #350399).
4354
4355 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4356
4357         Patch by: Sjoerd Simons  <sjoerd at luon net>
4358
4359         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4360           Better detection for multipart/x-mixed-replace: accept leading
4361           whitespaces before the boundary marker as well (as our very own
4362           multipartmux used to produce) (#349068).
4363
4364 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4365
4366         Patch by: Young-Ho Cha  <ganadist at chollian net>
4367
4368         * gst-libs/gst/riff/riff-ids.h:
4369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4370         (gst_riff_create_audio_template_caps):
4371           Detect DTS audio streams (#350157).
4372
4373 2006-08-05  Andy Wingo  <wingo@pobox.com>
4374
4375         * ext/theora/gsttheoraparse.h:
4376         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4377         (theora_parse_dispose, theora_parse_set_property)
4378         (theora_parse_get_property, theora_parse_munge_granulepos)
4379         (theora_parse_push_buffer, theora_parse_change_state):
4380         API: GstTheoraParse::synchronization-points
4381         Add a property 'synchronization-points' to fix badly synchronized oggs.
4382
4383 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4384
4385         * tests/check/Makefile.am:
4386         * tests/check/libs/.cvsignore:
4387         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4388         (fixed_caps_have_channel_positions), (GST_START_TEST),
4389         (audio_suite), (main):
4390           Add a few tests for the channel position stuff in libgstaudio.
4391
4392 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4393
4394         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4395         (gst_alsa_detect_channels):
4396         * ext/alsa/gstalsasink.c:
4397           Add support for cards that (only) do more than 8 channels,
4398           like the Delta 44 (#345188).
4399
4400         * gst-libs/gst/audio/multichannel.c:
4401         (gst_audio_check_channel_positions):
4402         * gst-libs/gst/audio/multichannel.h:
4403           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4404           unspecified channel position and cannot be combined with any
4405           of the other audio channel positions; adjust position layout
4406           checks accordingly (#345188).
4407
4408 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4409
4410         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4411           Recognise ancient RealAudio files (see #349779).
4412
4413 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4414
4415         Patch by: Jens Granseuer  <jensgr at gmx net>
4416
4417         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4418           Add typefinder for Interplay's MVE format (#348973).
4419
4420 2006-08-02  Wim Taymans  <wim@fluendo.com>
4421
4422         Patch by: Marcel Moreaux <marcelm at luon dot net>
4423
4424         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4425         (gst_base_rtp_depayload_add_to_queue):
4426         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4427         Handle RTP sequence number rollover.
4428         Disable jitterbuffer by default.
4429
4430 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4431
4432         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4433         (audioresample_set_caps):
4434         Don't leak references to the incoming caps. Clean them up when
4435         stopping.
4436
4437         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4438         (gst_video_scale_finalize):
4439         Don't leak our temporary pixel buffer.
4440
4441         * tests/check/Makefile.am:
4442         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4443         (GST_START_TEST), (simple_launch_lines_suite):
4444
4445         Fix leaks and re-enable the test for valgrind checking.
4446
4447 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4448
4449         Patch by: Sjoerd Simons  <sjoerd at luon net>
4450
4451         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4452         (plugin_init):
4453           Add typefind function for multipart/x-mixed-replace (#348916).
4454
4455 2006-07-28  Wim Taymans  <wim@fluendo.com>
4456
4457         * gst/adder/gstadder.c: (gst_adder_setcaps),
4458         (gst_adder_query_duration):
4459         Fix leak in duration query.
4460         Reflow some docs and notes.
4461
4462 2006-07-28  Michael Smith  <msmith@fluendo.com>
4463
4464         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4465         (vorbisenc_suite):
4466           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4467           aspect of it.
4468
4469 2006-07-28  Michael Smith  <msmith@fluendo.com>
4470
4471         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4472         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4473         (gst_vorbis_enc_push_buffer),
4474         (gst_vorbis_enc_buffer_check_discontinuous),
4475         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4476         * ext/vorbis/vorbisenc.h:
4477           Handle discontinuities in the input vorbis stream correctly,
4478           so that the output is properly timestamped (and has good granulepos
4479           values). Needs some oggmux fixes too.
4480
4481 2006-07-27  Wim Taymans  <wim@fluendo.com>
4482
4483         patch by: Kai Vehmanen <kv2004 eca cx>
4484
4485         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4486         (gst_base_rtp_depayload_chain),
4487         (gst_base_rtp_depayload_handle_sink_event),
4488         (gst_base_rtp_depayload_change_state):
4489         Don't send multiple newsegments with different formats.
4490         Fixes #348677.
4491
4492 2006-07-26  Wim Taymans  <wim@fluendo.com>
4493
4494         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4495         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4496         Make seeking in ogg more accurate again by doing the more correct
4497         granuletime to stream time conversion.
4498
4499 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4500
4501         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4502         (gst_multi_fd_sink_new_client):
4503           debug a little more understandably
4504           do not use goto as a substitute for break, especially if
4505           break is also being used
4506
4507 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4508
4509         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4510         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4511           Remove GLib-2.6 compatibility cruft.
4512
4513 2006-07-24  Wim Taymans  <wim@fluendo.com>
4514
4515         * gst-libs/gst/audio/gstbaseaudiosink.c:
4516         (gst_base_audio_sink_render):
4517         Don't try to align a sample to an unknown value.
4518
4519 2006-07-24  Wim Taymans  <wim@fluendo.com>
4520
4521         * gst-libs/gst/audio/gstbaseaudiosink.c:
4522         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4523         When the audio clock is slaved to another clock, never try to align
4524         samples but trust the rate interpolation algorithm.
4525
4526 2006-07-24  Wim Taymans  <wim@fluendo.com>
4527
4528         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4529         Don't try to calculate silence samples, base class does this much
4530         better now.
4531
4532         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4533         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4534         (gst_ring_buffer_acquire):
4535         Calculate silence samples correctly.
4536
4537         * gst-libs/gst/audio/gstringbuffer.h:
4538         Add _CAST macro.
4539
4540 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4541
4542         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4543           Limit search for the first markup tag to the first few kB of
4544           the file. If we don't find one there, it's highly unlikely that
4545           this is an XML(-ish) file.
4546
4547 2006-07-21  Andy Wingo  <wingo@pobox.com>
4548
4549         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4550         test to the one in vorbisenc. Also commented out.
4551
4552         * tests/check/pipelines/vorbisenc.c: 
4553         (test_discontinuity): New test, commented out until Mike lands
4554         some elite vorbisenc patches.
4555
4556         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4557         Bufferstraw was actually factored out of these tests. Now we share
4558         code yay.
4559
4560         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4561         for bufferstraw addition to gstcheck.
4562
4563 2006-07-21  Wim Taymans  <wim@fluendo.com>
4564
4565         * ext/theora/theoradec.c: (clip_buffer):
4566         Better clipping.
4567
4568 2006-07-21  Wim Taymans  <wim@fluendo.com>
4569
4570         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4571         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4572         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4573         Fix leak.
4574         Avoid type casting when we can.
4575
4576         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4577         Fix mem leak.
4578
4579 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4580
4581         * ext/alsa/gstalsamixerelement.c:
4582         (gst_alsa_mixer_element_change_state):
4583           Make state change fail if the specified device can't be opened
4584           for some reason.
4585
4586 2006-07-20  Wim Taymans  <wim@fluendo.com>
4587
4588         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4589         (cb_newpad), (main):
4590         Example of a small audio/video player using decodebin.
4591
4592 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4593
4594         * gst-libs/gst/riff/riff-ids.h:
4595           Add 'fact' chunk id
4596
4597 2006-07-19  Wim Taymans  <wim@fluendo.com>
4598
4599         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4600         (gst_base_rtp_depayload_chain),
4601         (gst_base_rtp_depayload_change_state):
4602         Don't assert when not negotiated but post a meaningfull 
4603         error message. Fixes #347918.
4604
4605         * gst-libs/gst/rtp/gstbasertppayload.c:
4606         Add comment about better default MTU size.
4607
4608         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4609         Small cleanups, start docs.
4610
4611 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4612
4613         Patch by: Martin Szulecki
4614
4615         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4616           If "device-name" is requested and the device is not
4617           open, try to temporarily open it to obtain this
4618           information (#342494).
4619
4620 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4621
4622         * gst-libs/gst/tag/gstid3tag.c:
4623           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4624
4625         * gst-libs/gst/tag/gsttageditingprivate.h:
4626         * gst-libs/gst/tag/gstvorbistag.c:
4627           Some more random const-ifications.
4628
4629 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4630
4631         * gst-libs/gst/riff/riff-ids.h:
4632         * gst-libs/gst/riff/riff-media.c:
4633         (gst_riff_create_video_template_caps):
4634           Add more FOURCCs (sort list to make stuff easier to find),
4635           add comment what those 16 bytes in struct _gst_riff_strh according to
4636           one avi-dumper are
4637
4638 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4639
4640         * gst-libs/gst/audio/multichannel.c:
4641         (gst_audio_check_channel_positions),
4642         (gst_audio_fixate_channel_positions):
4643           Const-ify two arrays.
4644
4645 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4646
4647         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4648           Fix typo, so that alsasink also advertises 8 channels
4649           if that's supported (tags: can, worms, open, alsa, ph34r).
4650
4651 2006-07-17  Wim Taymans  <wim@fluendo.com>
4652
4653         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4654         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4655         *sigh*, when is the compiler going to warn when the comments
4656         are out-of-sync with the code.. Refix case of busted theora
4657         headers with 0 granule pos.
4658
4659 2006-07-14  Wim Taymans  <wim@fluendo.com>
4660
4661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4662         (gst_base_rtp_depayload_wait),
4663         (gst_base_rtp_depayload_change_state),
4664         (gst_base_rtp_depayload_set_property),
4665         (gst_base_rtp_depayload_get_property):
4666         Fix 99% cpu load by waiting for absolute times on the
4667         clock. Fixes #347300.
4668
4669 2006-07-14  Andy Wingo  <wingo@pobox.com>
4670
4671         * ext/theora/gsttheoraparse.h: 
4672         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4673         (theora_parse_push_headers, theora_parse_clear_queue)
4674         (theora_parse_drain_queue_prematurely, )
4675         (theora_parse_sink_event, theora_parse_change_state): Queue events
4676         until we initialized our state, like in vorbisparse.
4677
4678         * ext/vorbis/vorbisparse.h: 
4679         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4680         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4681         (vorbis_parse_drain_queue_prematurely, )
4682         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4683         until we have initialized our state. Fixes seeking after an
4684         initial pad block.
4685
4686 2006-07-14  Andy Wingo  <wingo@pobox.com>
4687
4688         Patch by: Iain Holmes <iaingnome@gmail.com>
4689         
4690         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4691
4692 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4693
4694         * configure.ac:
4695         Bump nano back to CVS
4696
4697 === release 0.10.9 ===
4698
4699 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4700
4701         * configure.ac:
4702           releasing 0.10.9, "I walk the line"
4703
4704 2006-07-14  Michael Smith  <msmith@fluendo.com>
4705
4706         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4707           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4708           (commonly happens when running this test under valgrind) when trying
4709           to remove the buffer probe.
4710
4711 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4712
4713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4714         Fix missing g_unlock from the previous commit
4715
4716 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4717
4718         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4719         (gst_ximagesink_change_state):
4720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4721         (gst_xvimagesink_change_state):
4722         Implement a locking order to ensure we always take the object lock
4723         before the x_lock and never vice-versa.
4724
4725 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4726
4727         * gst/playback/gstdecodebin.c: (find_compatibles):
4728         Fix a caps leak when linking (#347304)
4729
4730         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4731         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4732         (gst_ximagesink_change_state):
4733         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4734         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4735         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4736         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4737         Don't leak shared memory resources. Use the object lock to protect
4738         against the xcontext disappearing while returning a buffer from the
4739         pipeline. (#347304)
4740
4741 2006-07-12  Edward Hervey  <edward@fluendo.com>
4742
4743         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4744         (vorbis_handle_comment_packet):
4745         gst_tag_list_merge() returns a new object. Take that into account when
4746         using it. This avoids memleak.
4747         Revert previous commit which is not needed.
4748
4749 2006-07-12  Edward Hervey  <edward@fluendo.com>
4750
4751         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4752         Reset the decoder in finalize so that all fields get cleared.
4753
4754 2006-07-12  Wim Taymans  <wim@fluendo.com>
4755
4756         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4757         (gst_base_audio_src_set_clock),
4758         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4759         Don't try to post an error message when setting the clock fails
4760         as this can happen when adding an element to a bin which will then
4761         deadlock. Fixes #347296.
4762
4763 2006-07-12  Edward Hervey  <edward@fluendo.com>
4764
4765         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4766         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4767         (vorbis_handle_type_packet):
4768         Post tag messages on the bus even if we're not initialized.
4769         If we're not initialized, we still postpone the event pushing of tags.
4770
4771 2006-07-12  Wim Taymans  <wim@fluendo.com>
4772
4773         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4774         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4775         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4776         Revert last two changes that broke the freeze.
4777
4778 2006-07-12  Wim Taymans  <wim@fluendo.com>
4779
4780         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4781         basesink calculates silence sample correctly for us.
4782
4783 2006-07-12  Wim Taymans  <wim@fluendo.com>
4784
4785         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4786         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4787         Calculate correct silence samples so we don't fill our ringbuffer
4788         with noise.
4789
4790 2006-07-12  Edward Hervey  <edward@fluendo.com>
4791
4792         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4793         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4794         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4795         * ext/vorbis/vorbisdec.h:
4796         Delay sending events (newsegment, tags) until the decoder is properly
4797         initialized.
4798         Fixes #347295
4799
4800 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4801
4802         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4803         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4804           Patch from #347221 adding a test for audioconvert
4805           channel remappings.
4806
4807 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4808
4809         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4810         (gst_ssa_parse_parse_line):
4811           Don't include the terminating NUL in the buffer size,
4812           it's only there for extra paranoia (would add random
4813           '*' characters at the end of each subtitle since the
4814           terminator itself is not valid UTF-8 technically).
4815           Also fix indenting after boilerplate macro.
4816
4817 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         * gst/playback/gstdecodebin.c: (close_pad_link):
4820           Also emit 'unknown-type' signal (which should really be
4821           called unhandled-type) if we found potential decoders/demuxers
4822           in the registry but none of them worked in the end (as in the
4823           case where the plugins don't exist any longer but are still
4824           listed in the registry). Fixes #329798.
4825
4826 2006-07-08  Andy Wingo  <wingo@pobox.com>
4827
4828         * theoraparse.c (theora_parse_push_buffer)
4829         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4830         Add some more debugging. Fix granulepos reconstruction in the face
4831         of discontinuities.
4832
4833 2006-07-06  Wim Taymans  <wim@fluendo.com>
4834
4835         * gst-libs/gst/audio/gstbaseaudiosink.c:
4836         (gst_base_audio_sink_class_init),
4837         (gst_base_audio_sink_provide_clock):
4838         Use gobject_class instead of G_OBJECT_CLASS (klass)
4839
4840         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4841         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4842         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4843         (gst_base_audio_src_get_time),
4844         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4845         (gst_base_audio_src_create_ringbuffer):
4846         Fix latency and buffer-time constants and properties ala basesink.
4847         Implement pull based scheduling. Fixes #346527.
4848         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4849         one segment.
4850         Refuse slaving to another clock instead of silently not working.
4851         Only provide a clock when we are actually able to do so.
4852         Various small cleanups and compiler hints.
4853
4854 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4855
4856         Patch by: Lutz Mueller <lutz at topfrose de>
4857
4858         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4859         (plugin_init):
4860           Add typefinding for text/html (#346581).
4861
4862 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4863
4864         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4865         (xml_check_first_element), (xml_type_find), (smil_type_find):
4866           Fix SMIL typefinding, make xml_check_first_element() more
4867           useful.
4868
4869 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4870
4871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4872         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4873         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4874         * gst/playback/gstplaybasebin.h:
4875           Protect list of elements with a subtitle-encoding property and
4876           the subtitle encoding member itself with a lock of their own
4877           instead of using the object lock. This prevents a dead-lock in
4878           the element-remove callback in some circumstances when shutting
4879           down playbin.
4880
4881 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4882
4883         * win32/common/libgsttag.def:
4884         Export some new functions.
4885         * win32/vs6/libgstogg.dsp:
4886         Add a link to libgsttag-0.10.lib.
4887
4888 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4889
4890         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4891           Some const-ification.
4892
4893 2006-07-04  Wim Taymans  <wim@fluendo.com>
4894
4895         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4896         Improve checking if we are dealing with a stream. Added some
4897         more uris that need buffering.
4898
4899 2006-07-03  Edward Hervey  <edward@fluendo.com>
4900
4901         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4902         Remove unused variable.
4903
4904 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4905
4906         * Makefile.am:
4907           include lcov.mak
4908         * configure.ac:
4909           add GCOV_LIBS to GST_LIBS
4910
4911 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4912
4913         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4914
4915         * ext/alsa/gstalsasrc.c:
4916           Add 32 bps to template caps and increase channels range
4917           from [1,2] to [1,MAX]. See #346326.
4918
4919 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4920
4921         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4922           Recognise 'WMVA' video codec fourcc (#345879).
4923           
4924 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4925          
4926         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4927           Fixed nasty memory leak
4928
4929 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4930
4931         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4932         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4933           fix logging
4934
4935 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4936
4937         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4938         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4939         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4940         Protect remove_fakesink using a mutex, so that we don't try and
4941         remove the fakesink simultaneously from multiple threads.
4942
4943         When going from READY to PAUSED, restore the fakesink, so that
4944         it is there when decodebin gets reused.
4945
4946 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4947
4948         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4949         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4950         * gst-libs/gst/rtp/gstbasertppayload.c:
4951         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4952         * gst/tcp/gstmultifdsink.c:
4953         * gst/tcp/gsttcpclientsink.c:
4954         * gst/tcp/gsttcpclientsrc.c:
4955         * gst/tcp/gsttcpserversink.c:
4956         * gst/tcp/gsttcpserversrc.c:
4957         * gst/videorate/gstvideorate.c:
4958         * gst/videotestsrc/gstvideotestsrc.c:
4959         * sys/v4l/gstv4ljpegsrc.c:
4960         * sys/v4l/gstv4lmjpegsink.c:
4961         * sys/v4l/gstv4lsrc.c:
4962         * tests/examples/seek/scrubby.c:
4963         * tests/examples/seek/seek.c:
4964           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4965
4966 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4967
4968         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4969           Second field in GEnumValue shouldn't be a description,
4970           but a stringified version of the enum value.
4971
4972 2006-06-22  Wim Taymans  <wim@fluendo.com>
4973
4974         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4975         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4976         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4977         Avoid type checking in buffer casts.
4978         Avoid caps copy in buffer_alloc when we can.
4979         Use pad_peer_accept.
4980
4981 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4982
4983         * gst-libs/gst/tag/tag.h:
4984           Oops, make that 'Since: 0.10.9'.
4985
4986 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4987
4988         * docs/libs/gst-plugins-base-libs-sections.txt:
4989         * gst-libs/gst/tag/tag.h:
4990         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4991         (gst_tag_image_type_get_type):
4992           API: add GstTagImageType enum to describe images contained
4993           in image tags (#345641).
4994
4995 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4996
4997         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4998           Fix warnings with gst-inspect: "buffers-min" property
4999           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
5000           typo in property description.
5001
5002 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         Patch by: Cody Russell <bratsche at gnome org>
5005
5006         * gst/audioresample/gstaudioresample.c:
5007         (gst_audioresample_class_init):
5008         * gst/playback/gststreamselector.c:
5009         (gst_stream_selector_class_init):
5010         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5011         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5012         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5013         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
5014         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
5015         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
5016         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
5017         * gst/videotestsrc/gstvideotestsrc.c:
5018         (gst_video_test_src_class_init):
5019         * gst/volume/gstvolume.c: (gst_volume_class_init):
5020           Avoid unnecessary class cast check in class_init
5021           functions (#337747).
5022
5023 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
5024
5025         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
5026         (gst_text_overlay_video_chain):
5027           g_markup_escape_text() REALLY doesn't like non-UTF8 input
5028           and doesn't validate its input either (and neither did
5029           textoverlay it seems). Let's do that then and fix #345206.
5030
5031 2006-06-19  Wim Taymans  <wim@fluendo.com>
5032
5033         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5034         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
5035         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
5036         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
5037         (find_syncframe), (find_limits), (assign_value),
5038         (count_burst_unit), (gst_multi_fd_sink_new_client),
5039         (gst_multi_fd_sink_handle_client_write),
5040         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
5041         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
5042         (gst_multi_fd_sink_change_state):
5043         * gst/tcp/gstmultifdsink.h:
5044         Added shiny new burst-on-connect methods.
5045         Add properties to control the minimal amount of data queued.
5046         Small cleanups.
5047         API: bytes-min property
5048         API: time-min property
5049         API: buffers-min property
5050         API: burst-unit property
5051         API: burst-value property
5052         API: add-full signal
5053
5054         * gst/tcp/gsttcp-marshal.list:
5055         Added new marshaller code for the new signal.
5056
5057         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5058         (multifdsink_suite):
5059         Added testcases for new burst methods.
5060
5061 2006-06-19  Edward Hervey  <edward@fluendo.com>
5062
5063         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5064         Implement clipping for accurate seeking.
5065         Closes #345225
5066
5067 2006-06-19  Wim Taymans  <wim@fluendo.com>
5068
5069         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5070
5071         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5072         (gst_video_scale_transform):
5073         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5074
5075 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
5076
5077         * configure.ac:
5078           Fix --disable-external (can't set conditionals conditionally,
5079           #343602).
5080
5081 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5082
5083         * tests/check/elements/audioresample.c: (test_reuse),
5084         (audioresample_suite):
5085           Add test case for bug #342789 fixed below.
5086
5087 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5088
5089         * gst/audioresample/gstaudioresample.c:
5090         (gst_audioresample_class_init), (gst_audioresample_init),
5091         (audioresample_start), (audioresample_stop),
5092         (gst_audioresample_set_property), (gst_audioresample_get_property):
5093           Implement GstBaseTransform::start and ::stop so that audioresample
5094           can clear its internal state properly and be reused instead of
5095           causing non-negotiated errors with playbin under some circumstances
5096           (#342789).
5097
5098         * tests/check/elements/audioresample.c: (setup_audioresample),
5099         (cleanup_audioresample):
5100           Need to set element state here so that ::start and ::stop are
5101           called.
5102
5103 2006-06-16  Wim Taymans  <wim@fluendo.com>
5104
5105         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5106
5107         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5108         Parse extra data better, apparently it's right behind
5109         the normal strf header size. Fixes #343500.
5110
5111 2006-06-16  Wim Taymans  <wim@fluendo.com>
5112
5113         * ext/alsa/gstalsasink.c: (set_hwparams):
5114         If we fail to set the buffer_time and period_time alsa
5115         parameters, post a warning and leave alsa select a 
5116         default instead of failing. Fixes #342085
5117
5118 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5119
5120         * docs/libs/gst-plugins-base-libs-sections.txt:
5121         * gst-libs/gst/cdda/gstcddabasesrc.h:
5122           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5123           out in the header file and shouldn't be listed in the docs.
5124
5125         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5126           Must dereference pointer to fourcc in the debug statement.
5127
5128 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
5129
5130         * docs/libs/Makefile.am:
5131         * docs/libs/gst-plugins-base-libs-docs.sgml:
5132         * docs/libs/gst-plugins-base-libs-sections.txt:
5133         * docs/libs/gst-plugins-base-libs.types:
5134         add remaining symbols into correct setions
5135         
5136         * gst-libs/gst/audio/gstringbuffer.c:
5137         fix incomplete docs
5138         
5139         * gst-libs/gst/audio/gstringbuffer.h:
5140         comment out not yet implemented function
5141         
5142         
5143         * gst-libs/gst/floatcast/floatcast.h:
5144         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5145         add short descriptions
5146         
5147         
5148         * gst-libs/gst/interfaces/propertyprobe.c:
5149         fix return value docs   
5150         
5151         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5152         simplify debug logging
5153         
5154         * gst-libs/gst/riff/riff-read.h:
5155         sync function prototype and docs
5156         
5157         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5158         remove left over symbol
5159
5160 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5161
5162         * autogen.sh:
5163         * configure.ac:
5164         * docs/Makefile.am:
5165           Use GST_PLUGIN_DOCS macro in configure.ac, add
5166           --enable-plugin-docs default to autogen.sh and use
5167           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5168
5169 2006-06-15  Wim Taymans  <wim@fluendo.com>
5170
5171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5172         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5173         (gst_ogg_demux_loop):
5174         Combine GstFlowReturn from the source pads to give a
5175         meaningfull result to the upstream peer or to stop the
5176         processing task in case of errors.
5177
5178 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * gst/playback/gststreaminfo.c: (cb_probe):
5181           Try GST_TAG_CODEC as fallback when extracting the
5182           codec name; more debug info.
5183
5184 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5185
5186         * ext/ogg/Makefile.am:
5187         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5188           Extract language tags from ogm subtitle streams, so that
5189           the subtitle menu choices are labelled correctly in
5190           Totem (fixes #344708).
5191
5192 2006-06-14  Wim Taymans  <wim@fluendo.com>
5193
5194         Patch by: Alessandro Decina <alessandro at nnva dot org>
5195
5196         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5197         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5198         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5199         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5200         Fix various leaks. Fixes #343699.
5201         Add x-smoke mime type.
5202
5203 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5204
5205         * gst-libs/gst/riff/riff-ids.h:
5206           Add IDs for 'bext' chunks (see #343837).
5207
5208 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5209
5210         Patch by: Young-Ho Cha  <ganadist at chollian net>
5211
5212         * gst/subparse/samiparse.c: (sami_context_pop_state),
5213         (handle_start_font), (end_sami_element):
5214           Honour font face tags in SAMI subtitles (#344503).
5215
5216 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5217
5218         * po/POTFILES.in:
5219           add missing files containing translatable strings
5220
5221 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5222
5223         * docs/libs/tmpl/.cvsignore:
5224           we don't want those *.sgml files in CVS either
5225
5226 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5227
5228         * docs/libs/.cvsignore:
5229         * tests/check/elements/.cvsignore:
5230         * tests/check/libs/.cvsignore:
5231           ignore more
5232
5233 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5234
5235         * docs/libs/Makefile.am:
5236           also commiting the changed Makefile.am (added more libs to the
5237           doc-build)
5238
5239 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5240
5241         * docs/libs/gst-plugins-base-libs-docs.sgml:
5242         * docs/libs/gst-plugins-base-libs-sections.txt:
5243         * docs/libs/gst-plugins-base-libs.types:
5244           first batch of reordering things, add index & hierarchy
5245
5246 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5247
5248         * configure.ac:
5249           use GST_PKG_CHECK_MODULES, cleans up output
5250
5251 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5252
5253         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5254           Add support for burn:// URIs (#343385); const-ify things a bit,
5255           use G_N_ELEMENTS instead of hard-coded array size.
5256
5257 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         Patch by: Young-Ho Cha  <ganadist at chollian net>
5260
5261         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5262           Fix up broken entities before passing them to libxml *sigh*.
5263           (#343303).
5264           
5265 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5266
5267         * configure.ac:
5268           back to TRUNK
5269
5270 === release 0.10.8 ===
5271
5272 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5273
5274         * configure.ac:
5275           releasing 0.10.8, "Moar gij ziet mij nie"
5276
5277 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5278
5279         * configure.ac:
5280         * po/af.po:
5281         * po/az.po:
5282         * po/cs.po:
5283         * po/en_GB.po:
5284         * po/hu.po:
5285         * po/it.po:
5286         * po/nb.po:
5287         * po/nl.po:
5288         * po/or.po:
5289         * po/sq.po:
5290         * po/sr.po:
5291         * po/sv.po:
5292         * po/uk.po:
5293         * po/vi.po:
5294         * win32/common/config.h:
5295           0.10.7.2 prerelease
5296
5297 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5298
5299         * docs/libs/tmpl/gstaudio.sgml:
5300         * docs/libs/tmpl/gstcolorbalance.sgml:
5301         * docs/libs/tmpl/gstmixer.sgml:
5302         * docs/libs/tmpl/gstringbuffer.sgml:
5303         * docs/libs/tmpl/gsttuner.sgml:
5304         * docs/libs/tmpl/gstxoverlay.sgml:
5305         * gst-libs/gst/audio/audio.c:
5306         * gst-libs/gst/audio/gstringbuffer.c:
5307         * gst-libs/gst/interfaces/colorbalance.c:
5308         * gst-libs/gst/interfaces/mixer.c:
5309         * gst-libs/gst/interfaces/tuner.c:
5310         * gst-libs/gst/interfaces/xoverlay.c:
5311           move last template doc snippets to source code and delete them
5312
5313 2006-06-06  Michael Smith  <msmith@fluendo.com>
5314
5315         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5316         (theora_parse_drain_queue):
5317           Mark DELTA_UNIT on non-keyframes.
5318
5319 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5320
5321         * gst-libs/gst/audio/gstbaseaudiosink.c:
5322         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5323         * gst-libs/gst/audio/gstbaseaudiosink.h:
5324         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5325         (gst_ring_buffer_samples_done):
5326         * gst-libs/gst/audio/gstringbuffer.h:
5327         Document better the fact that latency_time and buffer_time are values
5328         stored in microseconds, and not the usual GStreamer nanoseconds.
5329         Change the variables (compatibly) that store them from GstClockTime 
5330         to guint64 to make it more clear that they're not storing clock times.
5331         Also, remove the bogus property description that says the user can
5332         specify -1 to get the default value, since that's never been the case.
5333
5334         When computing the default segment size for the ring buffer, make it
5335         an integer number of samples.
5336
5337         When the sub-class indicates a delay greater than the number of
5338         samples we've written return 0 from the audio sink get_time method.
5339
5340 2006-06-02  Michael Smith  <msmith@fluendo.com>
5341
5342         * tests/check/elements/audioconvert.c: (set_channel_positions),
5343         (get_float_mc_caps), (get_int_mc_caps):
5344         * tests/check/elements/audioresample.c:
5345         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5346         * tests/check/elements/videorate.c:
5347         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5348         * tests/check/elements/volume.c:
5349         * tests/check/elements/vorbisdec.c:
5350         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5351           Don't busy-wait in tests; this was causing test timeouts very
5352           frequently when running under valgrind.
5353
5354 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5355
5356         * gst/tcp/README:
5357         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5358         (gst_multi_fd_sink_remove_client_link),
5359         (gst_multi_fd_sink_client_queue_caps),
5360         (gst_multi_fd_sink_client_queue_buffer),
5361         (gst_multi_fd_sink_handle_client_write),
5362         (gst_multi_fd_sink_render):
5363         * gst/tcp/gstmultifdsink.h:
5364           make multifdsink properly deal with streamheader:
5365           - streamheader is taken from caps
5366           - buffers marked with IN_CAPS are not sent
5367           - streamheaders are sent, on connection, from the caps of the
5368             buffer where the client gets positioned to
5369           - further streamheader changes are done every time the client
5370             will receive a buffer with different caps
5371         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5372         (gst_multifdsink_create_streamheader):
5373           add tests for this
5374
5375 2006-06-02  Michael Smith  <msmith@fluendo.com>
5376
5377         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5378           Reinstate limit on channel count. Vorbis does not define the meaning
5379           of > 6 channels, so they're just independent channels. Gstreamer
5380           currently has no mechanism to represent N independent channels.
5381
5382 2006-06-02  Michael Smith  <msmith@fluendo.com>
5383
5384         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5385           Don't arbitrarily restrict channel counts and rate in vorbis.
5386           In terms of effects likely on real-world files, this fixes 96kHz
5387           playback of vorbis.
5388
5389 2006-06-02  Michael Smith  <msmith@fluendo.com>
5390
5391         * gst/audioconvert/audioconvert.c: (float):
5392           More correct float->int conversion.
5393
5394 2006-06-02  Michael Smith  <msmith@fluendo.com>
5395
5396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5397           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5398           value. Fixes g-critical on trying to play back ogg containing
5399           unknown codec.
5400
5401 2006-06-02  Wim Taymans  <wim@fluendo.com>
5402
5403         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5404         (setup_source):
5405         * gst/playback/gstplaybasebin.h:
5406         Make the subtitle detection work from any thread so we don't
5407         deadlock. Fixes #343397.
5408
5409 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5410
5411         * gst/volume/Makefile.am:
5412           Seriously, it's not *that* hard to get compilation right.  Even
5413           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5414
5415 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5416
5417         * gst/volume/gstvolume.c: (volume_choose_func),
5418         (volume_update_real_volume), (gst_volume_class_init),
5419         (gst_volume_init), (volume_process_float), (volume_process_int16),
5420         (volume_process_int16_clamp), (volume_set_caps),
5421         (volume_transform_ip), (plugin_init):
5422         * gst/volume/gstvolume.h:
5423         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5424         another property desc., remove unused param from process function
5425         
5426         * tests/check/elements/volume.c: (volume_suite):
5427         reactivate the passthrough test
5428
5429 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5430
5431         * ext/alsa/gstalsamixerelement.h:
5432         * ext/alsa/gstalsamixeroptions.h:
5433         * ext/alsa/gstalsamixertrack.h:
5434         * ext/gnomevfs/gstgnomevfssink.h:
5435         * ext/gnomevfs/gstgnomevfssrc.h:
5436         * ext/theora/gsttheoradec.h:
5437         * ext/theora/gsttheoraenc.h:
5438         * ext/theora/gsttheoraparse.h:
5439         * ext/vorbis/vorbisparse.h:
5440         * gst-libs/gst/audio/gstaudioclock.h:
5441         * gst-libs/gst/audio/gstaudiofilter.h:
5442         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5443         * gst/audioconvert/gstaudioconvert.h:
5444         * gst/audioresample/gstaudioresample.h:
5445         * gst/audiotestsrc/gstaudiotestsrc.h:
5446         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5447         * gst/playback/gststreamselector.h:
5448         * gst/tcp/gstmultifdsink.h:
5449         * gst/tcp/gsttcpclientsink.h:
5450         * gst/tcp/gsttcpclientsrc.h:
5451         * gst/tcp/gsttcpserversink.h:
5452         * gst/tcp/gsttcpserversrc.h:
5453         * gst/videorate/gstvideorate.h:
5454         * gst/videoscale/gstvideoscale.h:
5455         * gst/videotestsrc/gstvideotestsrc.h:
5456         * gst/volume/gstvolume.h:
5457         * sys/v4l/gstv4ljpegsrc.h:
5458         * sys/v4l/gstv4lmjpegsink.h:
5459         * sys/v4l/gstv4lmjpegsrc.h:
5460         * sys/v4l/gstv4lsrc.h:
5461         * sys/ximage/ximagesink.h:
5462         * sys/xvimage/xvimagesink.h:
5463         * tests/old/testsuite/alsa/sinesrc.h:
5464         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5465
5466 2006-05-31  Wim Taymans  <wim@fluendo.com>
5467
5468         * ext/libvisual/visual.c: (gst_visual_reset),
5469         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5470         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5471         Handle DISCONT.
5472         Use running time before doing QoS.
5473         Handle mono too.
5474
5475 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5476
5477         * docs/libs/Makefile.am:
5478           set a magic variable to indicate we know the docs are incomplete
5479
5480 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5481
5482         * win32/common/libgstvideo.def:
5483           export gst_video_calculate_display_ratio
5484         * win32/vs6/libgstvideoscale.dsp:
5485           add link to libgstvideo-0.10.lib
5486
5487 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5488
5489         * gst/playback/gstplaybasebin.c: (gen_source_element):
5490           Throw a more comprehensible error for rtsp:// URIs (rather
5491           than erroring out with a negotiation error later on) until
5492           we fix playbin to handle rtspsrc etc.
5493
5494 2006-05-30  Wim Taymans  <wim@fluendo.com>
5495
5496         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5497         (gst_text_overlay_text_event):
5498         Added some FIXMEs.
5499
5500 2006-05-30  Wim Taymans  <wim@fluendo.com>
5501
5502         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5503         (gst_adder_request_new_pad), (gst_adder_release_pad):
5504         * gst/adder/gstadder.h:
5505         Implement release_request_pad.
5506         Make padcounter atomic.
5507
5508         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5509         Added check for release_pad in adder.
5510
5511 2006-05-30  Wim Taymans  <wim@fluendo.com>
5512
5513         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5514         Fix build again.
5515
5516 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5517
5518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5519         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5520         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5521         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5522         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5523         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5524         (gst_ogg_demux_bisect_forward_serialno),
5525         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5526         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5527           add more debugging
5528           clean up printf formats for granulepos and serialno
5529
5530 2006-05-30  Michael Smith  <msmith@fluendo.com>
5531
5532         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5533         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5534         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5535         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5536         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5537         * ext/vorbis/vorbisenc.h:
5538           Multi-channel caps negotiation, so we can do proper multichannel
5539           vorbis encoding, negotiated through audioconvert.
5540
5541 2006-05-30  Wim Taymans  <wim@fluendo.com>
5542
5543         * tests/check/elements/adder.c: (test_event_message_received),
5544         (test_play_twice_message_received), (GST_START_TEST),
5545         (adder_suite):
5546         Added check to show that #339935 is fixed with ongoing
5547         adder and collectpads fixes.
5548
5549 2006-05-29  Wim Taymans  <wim@fluendo.com>
5550
5551         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5552         Don't leak pad name.
5553
5554 2006-05-29  Wim Taymans  <wim@fluendo.com>
5555
5556         * gst/adder/gstadder.c: (gst_adder_query_duration),
5557         (forward_event_func), (forward_event), (gst_adder_src_event):
5558         Fix adder seeking.
5559         Make query/seeking code threadsafe.
5560
5561         * tests/check/Makefile.am:
5562         * tests/check/elements/adder.c: (test_event_message_received),
5563         (GST_START_TEST), (test_play_twice_message_received):
5564         Fix adder test case.
5565
5566 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5567
5568         Patch by: Young-Ho Cha  <ganadist at chollian net>
5569
5570         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5571         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5572         (set_encoding_element), (decodebin_element_added_cb),
5573         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5574         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5575         * gst/playback/gstplaybasebin.h:
5576           Add 'subtitle-encoding' property to playbin, so applications can
5577           force a subtitle encoding for non-UTF8 subtitles (#342268).
5578
5579         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5580         (gst_sub_parse_set_property):
5581           Rename recently-added 'encoding' property to 'subtitle-encoding'
5582           (so it can be proxied by playbin/decodebin in a generic way
5583           with less danger of false positives).
5584
5585 2006-05-29  Michael Smith  <msmith@fluendo.com>
5586
5587         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5588         (append_with_other_format), (set_structure_widths),
5589         (gst_audio_convert_transform_caps):
5590           Patch from #341562: give more specific audio caps in get_caps, so
5591           that basetransform  can make better decisions on what caps to
5592           negotiate.
5593
5594 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5595
5596         * tests/check/elements/volume.c:
5597         make it compile again
5598
5599 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5600
5601         * tests/check/elements/volume.c: (volume_suite):
5602         disable test until #343196 gets resolved
5603
5604 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5605
5606         * gst/adder/gstadder.c: (gst_adder_get_type):
5607         Make it easier to copy&paste
5608         
5609         * gst/volume/Makefile.am:
5610         * gst/volume/gstvolume.c: (volume_update_real_volume),
5611         (gst_volume_set_volume), (gst_volume_set_mute),
5612         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5613         (volume_transform_ip), (volume_update_mute),
5614         (volume_update_volume):
5615         * gst/volume/gstvolume.h:
5616         Add own debug category, move duplicate code to helper function, fix
5617         property texts, add more comments and prepare ffor liboil-goodness
5618         
5619         * tests/check/Makefile.am:
5620         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5621         add test for mute and passtrough case, be a bit more verbose to track
5622         failure
5623         
5624         * tests/check/generic/states.c: (GST_START_TEST):
5625         catch elements that fail to instantiate
5626
5627 2006-05-28  Edward Hervey  <edward@fluendo.com>
5628
5629         * tests/check/pipelines/simple-launch-lines.c:
5630         * tests/check/pipelines/theoraenc.c:
5631         * tests/check/pipelines/vorbisenc.c:
5632         Comment out tests using parse_launch() if core was built without
5633         parsing capabilities.
5634
5635 2006-05-27  Edward Hervey  <edward@fluendo.com>
5636
5637         * tests/check/Makefile.am:
5638         Extra bonus points for whoever explains to ensonic that you are meant
5639         to test unit tests thoroughly before commiting them, especially if
5640         you know it's going to break.
5641         De-activated element/adder tests.
5642
5643 2006-05-27  Edward Hervey  <edward@fluendo.com>
5644
5645         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5646         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5647         Marking caps conversion issues as GST_WARNING is way too verbose,
5648         Moving them to GST_LOG.
5649
5650 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5651
5652         * README:
5653           Replace current README (containing the release notes from
5654           some 0.9.x version) with a proper README taken from the core.
5655
5656 2006-05-26  Wim Taymans  <wim@fluendo.com>
5657
5658         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5659         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5660         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5661         (vorbis_dec_change_state):
5662         Small cleanups.
5663         Add some FIXMEs
5664         Clip output samples to segment boundaries.
5665
5666 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5667
5668         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5669         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5670         Improve the errors produced on bad output, including some human
5671         readable description strings.
5672         Handle the (theoretical for ximagesink) case where the XServer 
5673         has a different idea about the size required for a particular 
5674         frame and gives us too small a memory allocation.
5675
5676 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5677
5678         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5679         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5680         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5681         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5682         Improve the errors produced on bad output, including some human 
5683         readable description strings.
5684         Handle RGB Xv formats properly by transforming them into our 
5685         big-endian caps description.
5686         Use gst_caps_truncate to ensure that we never try and choose a
5687         non-fixed caps in buffer_alloc.
5688         Handle the case where the XServer has a different idea about the size
5689         required for a particular frame and gives us too small a memory
5690         allocation.
5691         Use -1 to indicate 'no image format', because 0 is a valid XServer
5692         image format number.
5693         Put RGB Xv formats at the end of the caps, so that we always prefer
5694         YUV format frames.
5695         Iterate the available Xv Encodings to determine the maximum width and
5696         height, and then return that in our caps.
5697         (Closes #315312, #337544)
5698
5699 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5700
5701         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5702         When there is only one unfinished pad and it receives an event that
5703         doesn't match our requirements, we need to set alldone=FALSE so that
5704         the fakesink is not removed yet.
5705
5706 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5707
5708         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5709           Use gst_type_find_helper_for_buffer() to find the type
5710           of stream from the first packet.
5711
5712         * configure.ac:
5713           Bump requirements to core CVS (needed for vorbis
5714           typefinding to work).
5715
5716 2006-05-24  Edward Hervey  <edward@fluendo.com>
5717
5718         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5719         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5720         contain.  Else they play perfectly fine with qtdemux.
5721
5722 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5723
5724         * ext/theora/theoradec.c:
5725         * ext/theora/theoraenc.c:
5726         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5727         * gst/audiorate/gstaudiorate.c:
5728           make more debug catagories static
5729         
5730         * tests/check/Makefile.am:
5731         * tests/check/elements/adder.c: (message_received),
5732         (test_event_message_received), (GST_START_TEST),
5733         (test_play_twice_message_received), (adder_suite):
5734           added test case for using element twice, extra bonus points for anyone
5735           who can make these test run reliably
5736
5737 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5738
5739         * ext/theora/theoradec.c: (theora_dec_chain):
5740           Make work with time-stamped input buffers that do not
5741           have a granulepos in BUFFER_OFFSET_END (like theora
5742           buffers coming from matroskademux). Fixes #342448.
5743
5744 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5745
5746         Patch by: Peter Kjellerstedt  <pkj at axis com>
5747
5748         * gst/tcp/Makefile.am:
5749           fdstresstest doesn't need Gtk+, fix compilation if 
5750           gtk is not available (#342566).
5751
5752 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5753          
5754         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5755           80 line columns
5756           Removed redundant floor()
5757
5758 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5759
5760         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5761           On second thought, just skip JUNK chunks automatically, so
5762           the caller doesn't have to handle this. Fixes #342345.
5763           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5764           not GST_FLOW_ERROR.
5765
5766 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5767
5768         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5769           Don't bail out on JUNK chunks with a size of 0 (would try to
5770           pull_range 0 bytes before, which sources don't like too much).
5771           See #342345.
5772
5773 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5774
5775         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5777         Use the gstutil scaling function to preserve 64 bits while calculating
5778         output width and height from the display-aspect-ratio. (A continuation
5779         of #341542)
5780
5781 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5782
5783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5784         (gst_xvimagesink_buffer_alloc):
5785         * sys/xvimage/xvimagesink.h:
5786         When performing buffer allocations, remember the caps and image format
5787         we return so that if the same caps are asked for next time we can
5788         return them immediately without doing any caps intersections.
5789
5790 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5791          
5792         * gst-libs/gst/rtp/README:
5793           Some new documentation
5794         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5795           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5796         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5797         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5798           New RTP audio base payloader class. Supports frame or sample based
5799           codecs.  Not enabled in Makefile.am until approved.
5800
5801 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5802
5803         * tests/check/elements/alsa.c: (test_device_property_probe):
5804           Fix test case: don't try to free NULL GValueArray when there
5805           are no devices.
5806
5807 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         * tests/check/Makefile.am:
5810         * tests/check/elements/alsa.c: (test_device_property_probe),
5811         (alsa_suite), (main):
5812           Add simple test that runs a device property probe on alsasrc,
5813           alsasink and alsamixer. Disable valgrind check for now (too
5814           many leaks in libasound, and valgrind ignored my suppressions
5815           additions).
5816
5817 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5818
5819         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5820         (gst_alsa_device_property_probe_probe_property),
5821         (gst_alsa_device_property_probe_needs_probe),
5822         (gst_alsa_device_property_probe_get_values),
5823         (gst_alsa_type_add_device_property_probe_interface):
5824         * ext/alsa/gstalsadeviceprobe.h:
5825         * ext/alsa/gstalsamixerelement.c:
5826         (gst_alsa_mixer_element_init_interfaces):
5827         * ext/alsa/gstalsamixerelement.h:
5828           Clean up and simplify alsa device probing. Make it actually work
5829           for multiple classes. Don't cache results any longer.
5830
5831         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5832         (gst_alsasink_init):
5833         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5834         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5835         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5836           Make alsasink and alsasrc implement the GstPropertyProbe interface
5837           for device probing (#342181).
5838           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5839
5840 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5841
5842         * gst/subparse/samiparse.c: (handle_start_font):
5843           Don't ignore return value of strtol (++compiler_happiness).
5844
5845 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5846
5847         Patch by: Young-Ho Cha  <ganadist chollian net>
5848
5849         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5850         (gst_sub_parse_class_init), (gst_sub_parse_init),
5851         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5852         (convert_encoding):
5853         * gst/subparse/gstsubparse.h:
5854           Add 'encoding' property (#341681).
5855
5856         * gst/subparse/samiparse.c: (characters_sami):
5857           Output is pango markup, so we need to escape text
5858           between tags (#342143).
5859
5860 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5861
5862         * gst-libs/gst/audio/multichannel.c:
5863         (gst_audio_check_channel_positions):
5864           It's okay to have caps with channels=1 and a channel position
5865           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5866           (deinterleavers might want to keep the position in the caps,
5867           so that they can be re-interleaved again properly later).
5868           Leave check for unexpected 2-channel layouts intact for now.
5869
5870 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5871
5872         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5873         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5874         basesrc can do its job correctly.
5875
5876 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5877
5878         * ext/alsa/Makefile.am:
5879         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5880         (gst_alsa_detect_formats), (get_channel_free_structure),
5881         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5882         (gst_alsa_probe_supported_formats):
5883         * ext/alsa/gstalsa.h:
5884         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5885           Refactor and improve caps probing code: probe signedness
5886           when we probe the supported formats/widths; set endianness
5887           to the one we actually probed for (ie. cpu endianness).
5888           
5889         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5890         (gst_alsasrc_close):
5891         * ext/alsa/gstalsasrc.h:
5892           Implement caps probing for alsasrc.
5893
5894 2006-05-15  Wim Taymans  <wim@fluendo.com>
5895
5896         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5897         (theora_dec_src_query), (theora_dec_src_event),
5898         (theora_dec_sink_event), (theora_handle_comment_packet),
5899         (theora_handle_data_packet), (theora_dec_change_state):
5900         Cleanups, add some G_LIKELY.
5901         Use segment helpers instead of our own wrong code.
5902         Clear queued buffers on seek and READY.
5903
5904         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5905         (vorbis_dec_convert), (vorbis_dec_src_query),
5906         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5907         (vorbis_handle_comment_packet), (vorbis_dec_push),
5908         (vorbis_handle_data_packet), (vorbis_dec_chain),
5909         (vorbis_dec_change_state):
5910         * ext/vorbis/vorbisdec.h:
5911         Remove old useless packetno variable.
5912         Do position query properly.
5913         Add some G_LIKELY.
5914         Do cleanup of queued buffers in new helper function
5915         and use it.
5916
5917 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5918
5919         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5920           Query supported sample rates. Fixes #341732.
5921
5922 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5923
5924         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5925         (gst_decode_bin_change_state): Make decodebin reusable
5926         when going from PAUSE_TO_READY and then back to PAUSED.
5927         Fixes #331678.
5928
5929 2006-05-15  Wim Taymans  <wim@fluendo.com>
5930
5931         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5932         (vorbis_dec_convert), (vorbis_dec_src_query),
5933         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5934         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5935         (vorbis_dec_clean_queued), (vorbis_dec_push),
5936         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5937         Cleanups. Use refcounting and DEBUG_OBJECT.
5938         Reset segment on flush, use code methods instead of our
5939         own wrong version.
5940         Fix potential memleak.
5941
5942 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5943
5944         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5945         (gst_alsasink_init):
5946         * ext/alsa/gstalsasink.h:
5947           Don't leak allocated snd_output_t structure if there's
5948           more than one alsasink instance at a time (#341873).
5949           Also fix GObject macros in header file.
5950           
5951 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5952
5953         * gst/subparse/gstsubparse.c:
5954         (gst_sub_parse_data_format_autodetect):
5955           Don't use libxml functions in the typefinding code.
5956
5957 2006-05-15  Wim Taymans  <wim@fluendo.com>
5958
5959         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5960         Fix seeking performance in the case where a non-header 
5961         packet has a 0 granulepos (busted theora case). 
5962         Fixes #341719
5963         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5964          the first place, you limelight stealer you)
5965
5966 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5967
5968         * gst/subparse/gstsubparse.c:
5969         (gst_sub_parse_data_format_autodetect):
5970           Improve SAMI typefinding: handle case where there are
5971           whitespaces or newlines in front of the first <SAMI>
5972           tag (#169936).
5973
5974 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5975
5976         * configure.ac:
5977           Build video4linux plugin even if there's no XVIDEO, just
5978           without implementing the GstXOverlay interface (#334002).
5979          
5980 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         * configure.ac:
5983         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5984         (plugin_init):
5985           Add tentative support for libvisual-0.4 (#336881).
5986
5987 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5988
5989         Patch by: Young-Ho Cha <ganadist at chollian net>
5990
5991         * gst/subparse/samiparse.c: (handle_start_font):
5992           Need to map "silver" colour explicitly (#169936).
5993
5994 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5995
5996         Patch by: Young-Ho Cha  <ganadist at chollian net>
5997
5998         * gst/subparse/Makefile.am:
5999         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6000         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
6001         (gst_sub_parse_format_autodetect), (feed_textbuf),
6002         (gst_subparse_type_find), (plugin_init):
6003         * gst/subparse/gstsubparse.h:
6004         * gst/subparse/samiparse.c:
6005         * gst/subparse/samiparse.h:
6006           Add support for SAMI subtitles (#169936).
6007
6008 2006-05-14  Michael Smith  <msmith@fluendo.com>
6009
6010         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
6011           Fix #341696: crash when mixing L+R+C to mono or stereo.
6012         * tests/check/Makefile.am:
6013         * tests/check/elements/audioconvert.c: (set_channel_positions),
6014         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
6015         (audioconvert_suite):
6016           Add test for the above, including some generic framework bits for
6017           testing multichannel things.
6018
6019 === release 0.10.7 ===
6020
6021 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
6022
6023         * configure.ac:
6024           releasing 0.10.7, "Leave the gun"
6025
6026 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6027
6028         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6030         Fix the build.
6031
6032 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
6033
6034         * docs/libs/gst-plugins-base-libs-docs.sgml:
6035         * docs/libs/gst-plugins-base-libs-sections.txt:
6036         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
6037         * gst-libs/gst/video/video.h:
6038         * gst/videoscale/Makefile.am:
6039         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6040         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6041         * tests/check/Makefile.am:
6042         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
6043         (main):
6044           Fix integer overflow problem with pixel-aspect-ratio calculations
6045           in videoscale and xvimagesink (#341542)
6046
6047 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
6048
6049         * gst-libs/gst/tag/gstid3tag.c:
6050           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6051
6052 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
6053
6054         * win32/MANIFEST:
6055           update win32 files listing
6056
6057 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6058
6059         patch by: Sjoerd Simons (sjoerd@luon.net)
6060
6061         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6062         (group_create), (group_destroy), (add_stream),
6063         (gst_play_base_bin_get_property),
6064         (gst_play_base_bin_get_streaminfo_value_array):
6065         * gst/playback/gstplaybasebin.h:
6066           API: GstPlayBaseBin::stream-info-value-array property
6067           use a more bindings-friendly way of exposing streaminfo
6068           using a GValueArray.  Tested in ipython.
6069           Closes #341114
6070
6071 2006-05-11  Wim Taymans  <wim@fluendo.com>
6072
6073         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6074         (queue_underrun_cb), (queue_filled_cb):
6075         Also catch queue underruns but don't do anything yet.
6076         Refactor and comment queue enlarging code a bit.
6077
6078         * gst/playback/gstplaybasebin.c: (queue_overrun),
6079         (queue_threshold_reached), (queue_out_of_data),
6080         (gen_preroll_element):
6081         If a queue over/underruns check that we don't create nasty
6082         deadlocks when the min-threshold is not reached but the
6083         max-bytes is. In those cases disable max-bytes when we
6084         know that the queue is fed timed data.
6085         Add more comments.
6086
6087 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6088
6089         * gst/playback/gstplaybin.c: (gen_audio_element):
6090           Make playbin automatically plug an 'audioresample'
6091           element before the audio sink as well. This solves
6092           problems with sinks that only accept a very specific
6093           sample rate, like esdsink (e.g. #340379).
6094
6095 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6096
6097         * gst/playback/gstplaybasebin.c: (gen_source_element):
6098           Make http sources send special headers so that we receive
6099           icecast metadata if the http stream is an icecast stream
6100           (otherwise the server will just ignore them). This also
6101           means that from now on users will need the 'icydemux'
6102           element from gst-plugins-good installed if they want to
6103           listen to icecast radio streams. (#341432, #333657).
6104
6105 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6106
6107         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6108         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6109           remove stupid example from docs - it should come with a simple
6110           C program instead.
6111           Clean up/fix docs
6112         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6113         (fail_if_can_read), (GST_START_TEST),
6114         (gst_multifdsink_create_streamheader), (multifdsink_suite):
6115           add a test for changing streamheader which exposes a bug in
6116           multifdsink
6117
6118 2006-05-11  Michael Smith  <msmith@fluendo.com>
6119
6120         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6121         (gst_gnome_vfs_src_received_headers_callback):
6122         * ext/gnomevfs/gstgnomevfssrc.h:
6123           Don't set icy-caps unless we have a sane interval value. Move
6124           interval to a local variable; we never use it outside this function.
6125
6126 2006-05-11  Wim Taymans  <wim@fluendo.com>
6127
6128         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6130         Register special buffer types along with the objects so
6131         that they are not registered at runtime from N different
6132         streaming threads since they are not threadsafe.
6133
6134 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6135
6136         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6137         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6138           add two more tests, one doing streamheader
6139
6140 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6141
6142         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6143           clean up the bufqueue when shutting down
6144         * tests/check/Makefile.am:
6145         * tests/check/elements/multifdsink.c: (setup_multifdsink),
6146         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6147         (main):
6148           add a test for the leak that was just fixed
6149
6150 2006-05-10  Wim Taymans  <wim@fluendo.com>
6151
6152         * gst/adder/gstadder.c: (gst_adder_setcaps),
6153         (gst_adder_query_duration), (gst_adder_query), (forward_event),
6154         (gst_adder_src_event), (gst_adder_sink_event),
6155         (gst_adder_class_init), (gst_adder_finalize),
6156         (gst_adder_request_new_pad), (gst_adder_collected):
6157         * gst/adder/gstadder.h:
6158         Updated some docs. Added comments and FIXMEs all over the place.
6159         Improve debugging info.
6160         Fix leak on finalize by not calling the parent.
6161         Implement duration query.
6162         Make event forwarding threadsafe.
6163         Correctly send NEWSEGMENT at start and after flush.
6164         Handle EOS correctly.
6165         Post error when not negotiated.
6166
6167         * tests/check/elements/adder.c: (GST_START_TEST):
6168         Added FIXME in the test.
6169
6170 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6171
6172         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6173         (gst_text_overlay_halign_get_type),
6174         (gst_text_overlay_wrap_mode_get_type):
6175         * ext/theora/theoradec.c: (theora_handle_type_packet),
6176         (theora_handle_data_packet):
6177         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6178         (theora_enc_sink_setcaps), (theora_enc_chain):
6179         * gst-libs/gst/cdda/gstcddabasesrc.c:
6180         (gst_cdda_base_src_mode_get_type):
6181         * gst/audiotestsrc/gstaudiotestsrc.c:
6182         (gst_audiostestsrc_wave_get_type):
6183         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6184         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6185         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6186         (gst_sync_method_get_type), (gst_unit_type_get_type),
6187         (gst_client_status_get_type):
6188         * gst/videoscale/gstvideoscale.c:
6189         (gst_video_scale_method_get_type):
6190         * gst/videotestsrc/gstvideotestsrc.c:
6191         (gst_video_test_src_pattern_get_type):
6192         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6193         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6194         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6195         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6196         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6197         (paint_setup_RGB565), (paint_setup_xRGB1555):
6198           Const-ify GEnumValue and GFlagsValue arrays. Use
6199           GST_ROUND_UP_* macros instead of home-made ones.
6200
6201 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6202
6203         * configure.ac:
6204           Require core CVS for the new newsegment stuff.
6205
6206 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6207
6208         Patch by: Sjoerd Simons  <sjoerd at luon net>
6209
6210         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6211           Register nick for enum value (#341160).
6212
6213 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
6214
6215         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6216         (plugin_init):
6217          backout typefind patch #340375
6218          
6219         * tests/check/elements/adder.c: (message_received),
6220         (GST_START_TEST), (adder_suite):
6221           redo, signal-handling of test
6222
6223 2006-05-09  Wim Taymans  <wim@fluendo.com>
6224
6225         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6226         (gst_adder_collected):
6227         * gst/adder/gstadder.h:
6228         Remove bogus segment merging and forwarding, we don't
6229         care about timestamps anyway and we just produce a
6230         continuous stream. 
6231         Also create a nice NEWSEGMENT event when we start.
6232         Use _scale_int some more.
6233
6234 2006-05-09  Edward Hervey  <edward@fluendo.com>
6235
6236         * tests/icles/stress-xoverlay.c:
6237         Fix if core was built without parsing support.
6238
6239 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6240
6241         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6242           Add SEDG (Samsung MPEG-4) fourcc.
6243
6244 2006-05-09  Edward Hervey  <edward@fluendo.com>
6245
6246         * tests/icles/stress-xoverlay.c:
6247         * tests/examples/volume/volume.c:
6248         Fix if core was built without parsing support.
6249
6250         * tests/examples/seek/seek.c:
6251         Disable the parse_launch example if core was built without parsing
6252         support.
6253
6254 2006-05-08  Edward Hervey  <edward@fluendo.com>
6255
6256         * autogen.sh: (CONFIGURE_DEF_OPT): 
6257         libtoolize on Darwin/MacOSX is called glibtoolize
6258
6259 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6260
6261         * tests/check/Makefile.am:
6262         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6263           Disable the adder test, until the build-slaves posses the kindness to 
6264           either like it or to give valid reason for not doing so 
6265
6266 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6267
6268         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6269         (adder_suite):
6270           Shuffle NULL state change around and raise timeout more
6271
6272 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6273
6274         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6275         (mp4_type_find), (plugin_init):
6276           Add typefind to distinguish between "audio/x-m4a" and new type
6277           "video/mp4". Fixes #340375
6278
6279         * tests/check/elements/adder.c: (adder_suite):
6280           Raise timeout to make buildbot happy
6281
6282 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6283
6284         * gst/adder/gstadder.c: (gst_adder_sink_event),
6285         (gst_adder_request_new_pad), (gst_adder_change_state):
6286         * gst/adder/gstadder.h:
6287         * tests/check/Makefile.am:
6288         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6289         (adder_suite), (main):
6290           Add sink-event handling to adder. It tries to merge incomming
6291           newsegment-events. Added test to check if segment_done is comming
6292           through. Fixes #340060
6293
6294 2006-05-05  Andy Wingo  <wingo@pobox.com>
6295
6296         * ext/theora/theoraparse.c (gst_theora_parse_init)
6297         (theora_parse_src_convert, theora_parse_src_query):
6298         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6299         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6300         query functions on the source pads of the theora and vorbis parse
6301         elements. Fixes position querying when doing a remux.
6302
6303 2006-05-05  Michael Smith  <msmith@fluendo.com>
6304
6305         * ext/theora/theoraparse.c: (parse_granulepos),
6306         (theora_parse_drain_queue_prematurely),
6307         (theora_parse_queue_buffer), (theora_parse_sink_event):
6308           Fix flushing.
6309           Fix invalid granulepos outputs when starting with a non-keyframe.
6310
6311 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6312
6313         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6314         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6315         Rearrange MPEG system stream detection, fixing some memleaks in the
6316         process.
6317         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6318         they clean up their data correctly.
6319         Remove unused ogganx caps and move the 'is_annodex' check to inside
6320         the 'is_ogg' if statement.
6321
6322 2006-05-05  Wim Taymans  <wim@fluendo.com>
6323
6324         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6325         Properly remove ghostpads. Fixes #340392
6326
6327 2006-05-04  David Schleef  <ds@schleef.org>
6328
6329         * gst/typefind/gsttypefindfunctions.c:
6330
6331 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6332
6333         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6334         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6335
6336         When typefinding an MP3 in push-based mode, don't penalise the
6337         probability down to 74% when we found 5 valid frames just because we
6338         can't peek the end of the file.
6339
6340         Make the probability for detecting MPEG Transport Streams based on the
6341         number of sequential headers we successfully detected.
6342
6343 2006-05-03  Wim Taymans  <wim@fluendo.com>
6344
6345         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6346         (vorbis_dec_push), (vorbis_dec_chain):
6347         Still produce an error when we receive an empty packet.
6348
6349 2006-05-03  Wim Taymans  <wim@fluendo.com>
6350
6351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6352         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6353         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6354         Mark buffers with DISCONT after seek and after activating new
6355         chains.
6356
6357         * ext/theora/gsttheoradec.h:
6358         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6359         (theora_get_query_types), (theora_dec_sink_event),
6360         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6361         (theora_dec_change_state):
6362         Fix frame counter.
6363         Detect and mark DISCONT buffers.
6364
6365         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6366         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6367         (vorbis_dec_change_state):
6368         * ext/vorbis/vorbisdec.h:
6369         Use GstSegment.
6370         Detect and mark DISCONT buffers.
6371         Don't crash on 0 sized buffers.
6372
6373 2006-05-03  Wim Taymans  <wim@fluendo.com>
6374
6375         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6376         (volume_transform_ip):
6377         Increase "volume" property to 10.0. Fixes #340369.
6378         Set the process function to NULL when capsnego fails so that
6379         we properly error out.
6380
6381 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6382
6383         * gst/playback/gstplaybin.c: (add_sink):
6384         * gst/playback/test.c: (main):
6385         * gst/playback/test5.c: (dump_element_stats):
6386         * gst/playback/test6.c: (main):
6387           free caps using gst_caps_unref, don't leak caps-strings
6388
6389 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6390
6391         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6392         (plugin_init):
6393           Refine musepack typefinding a bit. Return MAXIMUM
6394           probability when we detect stream version 7 to make
6395           sure the mpeg audio typefinder doesn't trump us.
6396
6397 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6398
6399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6400           Protect against unexpected NULL strf_data buffer.
6401
6402 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6403
6404         * tests/check/elements/audioconvert.c: (verify_convert),
6405         (GST_START_TEST):
6406           interpret the out[] buffer in the order the bytes are actually
6407           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6408           Other tests should use BYTE_ORDER since the array is filled in
6409           with actual values
6410
6411 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6412
6413         * tests/check/elements/audioconvert.c: (verify_convert),
6414         (GST_START_TEST):
6415           when a test fails, give an indication of which it is
6416
6417 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6418
6419         * gst-libs/gst/cdda/gstcddabasesrc.c:
6420           compile fix; strtol() needs <stdlib.h>
6421
6422 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6423
6424         * ext/alsa/gstalsamixerelement.c:
6425         * ext/alsa/gstalsasrc.c:
6426         * ext/cdparanoia/gstcdparanoiasrc.c:
6427         * ext/gnomevfs/gstgnomevfssink.c:
6428         * ext/gnomevfs/gstgnomevfssrc.c:
6429         * ext/ogg/gstoggdemux.c:
6430         * ext/ogg/gstoggmux.c:
6431         * ext/ogg/gstoggparse.c:
6432         * ext/ogg/gstogmparse.c:
6433         * ext/pango/gstclockoverlay.c:
6434         * ext/pango/gsttextoverlay.c:
6435         * ext/pango/gsttextrender.c:
6436         * ext/pango/gsttimeoverlay.c:
6437         * ext/theora/theoradec.c:
6438         * ext/theora/theoraenc.c:
6439         * ext/vorbis/vorbisdec.c:
6440         * ext/vorbis/vorbisenc.c:
6441         * gst-libs/gst/audio/gstaudiofilter.c:
6442         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6443         * gst/audioconvert/gstaudioconvert.c:
6444         * gst/audiorate/gstaudiorate.c:
6445         * gst/audioresample/gstaudioresample.c:
6446         * gst/audiotestsrc/gstaudiotestsrc.c:
6447         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6448         * gst/playback/gstdecodebin.c:
6449         * gst/playback/gstplaybin.c:
6450         * gst/playback/gststreamselector.c:
6451         * gst/subparse/gstsubparse.c:
6452         * gst/tcp/gstmultifdsink.c:
6453         * gst/tcp/gsttcpclientsink.c:
6454         * gst/tcp/gsttcpclientsrc.c:
6455         * gst/tcp/gsttcpserversink.c:
6456         * gst/tcp/gsttcpserversrc.c:
6457         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6458         * gst/videorate/gstvideorate.c:
6459         * gst/videoscale/gstvideoscale.c:
6460         * gst/videotestsrc/gstvideotestsrc.c:
6461         * gst/volume/gstvolume.c:
6462         * sys/v4l/gstv4ljpegsrc.c:
6463         * sys/v4l/gstv4lmjpegsink.c:
6464         * sys/v4l/gstv4lmjpegsrc.c:
6465         * sys/v4l/gstv4lsrc.c:
6466         * sys/ximage/ximagesink.c:
6467         * sys/xvimage/xvimagesink.c:
6468         * tests/check/libs/cddabasesrc.c:
6469           make GstElementDetails const
6470
6471 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6472
6473         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6474         (gst_adder_init):
6475           send events from src-pad to all sink-pads fixes #338657
6476
6477 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6478
6479         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6480         (alsasink_parse_spec):
6481           query width capabilities from alsa, fixes #338919
6482
6483 2006-04-28  Wim Taymans  <wim@fluendo.com>
6484
6485         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6486         (gst_multi_fd_sink_remove_client_link):
6487         * gst/tcp/gstmultifdsink.h:
6488         Fix race condition in multifdsink that can lead to spurious 
6489         duplicate clients. this patch adds a new signal that is fired when
6490         multifdsink has removed all references to the fd.
6491         Fixes #339574.
6492         Updated documentation.
6493         API: client-fd-removed signal added
6494
6495 2006-04-28  Michael Smith  <msmith@fluendo.com>
6496
6497         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6498           When asking g_value_array_new to prealloc elements, we may as well
6499           ask for the right number of elements.
6500
6501 2006-04-28  Wim Taymans  <wim@fluendo.com>
6502
6503         * gst-libs/gst/audio/gstbaseaudiosink.c:
6504         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6505         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6506         patch to make timestamp checking more tollerant to rounding 
6507         errors given that real discontinuities are to be marked on
6508         buffers. Fixes some asf files and #338778.
6509         Also avoid some crashers when we receive an event in the 
6510         NULL state.
6511
6512 2006-04-28  Michael Smith  <msmith@fluendo.com>
6513
6514         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6515         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6516         (gst_gnome_vfs_src_get_property),
6517         (gst_gnome_vfs_src_send_additional_headers_callback),
6518         (gst_gnome_vfs_src_received_headers_callback),
6519         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6520         (gst_gnome_vfs_src_stop):
6521         * ext/gnomevfs/gstgnomevfssrc.h:
6522           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6523           proper shared support within icydemux.
6524
6525 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6526
6527         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6528         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6529           fix up docs
6530           fix a leak when no caps negotiated
6531           fix counting of input frames
6532         * tests/check/elements/.cvsignore:
6533         * tests/check/elements/videorate.c: (assert_videorate_stats),
6534         (GST_START_TEST), (videorate_suite):
6535           add tests for these
6536
6537 2006-04-28  Wim Taymans  <wim@fluendo.com>
6538
6539         * gst-libs/gst/audio/gstringbuffer.c:
6540         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6541         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6542         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6543         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6544         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6545         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6546         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6547         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6548         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6549         Check arguments passed to public functions instead of
6550         crashing.
6551
6552 2006-04-28  Wim Taymans  <wim@fluendo.com>
6553
6554         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6555         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6556         GstBaseAudioSrc must be live or it does not work.
6557
6558         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6559         Don't set live to TRUE as this is the default in the parentclass.
6560
6561 2006-04-28  Wim Taymans  <wim@fluendo.com>
6562
6563         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6564         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6565         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6566         fixation cases better. Fixes #338991
6567
6568 2006-04-28  Wim Taymans  <wim@fluendo.com>
6569
6570         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6571         Handle 0/1 framerate correctly Fixes #331901.
6572
6573 2006-04-28  Wim Taymans  <wim@fluendo.com>
6574
6575         * tests/check/elements/audioconvert.c: (get_float_caps),
6576         (GST_START_TEST), (audioconvert_suite):
6577         Added check for correct clipping when doing float samples
6578         in audioconvert.
6579
6580 2006-04-28  Wim Taymans  <wim@fluendo.com>
6581
6582         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6583         (gst_video_rate_chain):
6584         Print more debugging info.
6585
6586 2006-04-28  Wim Taymans  <wim@fluendo.com>
6587
6588         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6589         (resample_set_state_from_caps):
6590         Add support for other formats audioresample can handle such as
6591         32 bits in and float and 64 bits float. Fixes #301759
6592
6593 2006-04-28  Wim Taymans  <wim@fluendo.com>
6594
6595         * gst/audioconvert/audioconvert.c: (float):
6596         correctly clip float samples > 1.0. Fixes #338718
6597
6598 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6599
6600         Patch by: Young-Ho Cha  <ganadist at chollian net>
6601
6602         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6603         (gst_text_overlay_render_text):
6604           Don't strip newlines from the text. Also, center lines
6605           within multi-line paragraphs (#339405).
6606
6607 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6608
6609         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6610           Fix wavpack typefinding to work in more cases (don't peek
6611           for chunks of multiple hundred kBs at once, but process
6612           things step-by-step in smaller units). Fixes #339786.
6613
6614 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6615
6616         * configure.ac:
6617           back to HEAD
6618
6619 === release 0.10.6 ===
6620
6621 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6622
6623         * configure.ac:
6624           releasing 0.10.6, "Chao"
6625
6626 2006-04-26  David Schleef  <ds@schleef.org>
6627
6628         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6629           Fixes #338897.
6630
6631 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6632
6633         * configure.ac:
6634         * win32/common/config.h:
6635           new prerelease
6636
6637 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6638
6639         patch by: Wim Taymans
6640
6641         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6642         (gst_ogg_demux_perform_seek):
6643           make sure correct newsegments are sent, so that the decoder
6644           and the demuxer agree on timestamps.  Fixes playback of a lot
6645           of Ogg files that do not start from 0.  Fixes #339833.
6646
6647 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6648
6649         Patch by: Edward Hervey  <edward@fluendo.com>
6650
6651         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6652         * tests/check/Makefile.am:
6653         * tests/check/elements/videorate.c: (assert_videorate_stats),
6654         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6655         (videorate_suite), (main):
6656           Fix an infinite loop if frames are passed in with wrongly ordered
6657           timestamps.  Fixes #339013.
6658
6659 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6660
6661         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6662
6663         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6664           fix typefinding on some ISO files.  Fixes #339212.
6665
6666 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6667
6668         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6669
6670         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6671           add another H264 fourcc.  Fixes #339047.
6672
6673 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6674
6675         Patch by: Jan Schmidt
6676
6677         * gst/playback/gststreamselector.c:
6678         (gst_stream_selector_bufferalloc):
6679           Restore old StreamSelector behaviour.
6680           Fixes #338419.
6681
6682 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6683
6684         * configure.ac:
6685         * win32/common/config.h:
6686           prerelease
6687
6688 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6689
6690         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6691
6692         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6693         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6694           Fix some memory leaks: on finalize, free buffers left in the queue
6695           before destroying the queue; in _push(), unref rtp_buf even if
6696           the process vfunc returned a NULL buffer as output buffer (#337548);
6697           demote some recuring debug messages to LOG level.
6698
6699 2006-04-11  Wim Taymans  <wim@fluendo.com>
6700
6701         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6702         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6703         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6704         (gst_ogg_demux_loop):
6705         More cleanups.
6706         Respect segment stop when emiting EOS or SEGMENT_DONE.
6707         Fixes (#337945).
6708
6709 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6710
6711         * gst/playback/gststreamselector.c:
6712         (gst_stream_selector_get_property):
6713           Don't leak pad name.
6714
6715 2006-04-10  Michael Smith  <msmith@fluendo.com>
6716
6717         * tests/check/Makefile.am:
6718         * tests/check/gst-plugins-base.supp:
6719           Suppress an old libtheora bug (fixed in more recent versions), so 
6720           that FC4 buildslaves can pass.
6721
6722 2006-04-10  Wim Taymans  <wim@fluendo.com>
6723
6724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6725         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6726         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6727         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6728         (gst_ogg_demux_loop):
6729         Don't leak events.
6730         Remember what error we got when finding chains, if we
6731         were shutdown, that would not be an error.
6732
6733 2006-04-10  Wim Taymans  <wim@fluendo.com>
6734
6735         * gst-libs/gst/audio/gstbaseaudiosink.c:
6736         (gst_base_audio_sink_event):
6737         Starting the ringbuffer when we did not acquire it can cause
6738         a deadlock, is pointless and causes nasty things for
6739         subclasses. 
6740         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6741
6742 2006-04-10  Wim Taymans  <wim@fluendo.com>
6743
6744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6745         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6746         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6747         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6748         (gst_ogg_demux_deactivate_current_chain),
6749         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6750         (gst_ogg_demux_bisect_forward_serialno),
6751         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6752         Add some more debugging.
6753
6754 2006-04-10  Wim Taymans  <wim@fluendo.com>
6755
6756         * ext/theora/theoradec.c: (theora_dec_src_event),
6757         (theora_handle_data_packet):
6758         Some more debug info.
6759
6760         * tests/examples/seek/seek.c: (start_seek), (main):
6761         Print element messages too.
6762
6763 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6764
6765         * gst/audioresample/debug.h:
6766           replace debug macros with variable number of parameters
6767           by a simple alias to gstreamer standard debug macros 
6768          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6769           supported by MSVC 6.0 and 7.1)
6770         * gst/audioresample/resample.h:
6771           define M_PI and rint for WIN32
6772         * win32/common/libgstaudio.def:
6773         * win32/common/libgstriff.def:
6774         * win32/common/libgsttag.def:
6775         * win32/common/libgstvideo.def:
6776           add new exported functions
6777         * win32/vs6:
6778           update project files
6779
6780 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6781
6782         * ext/alsa/gstalsamixeroptions.c:
6783         (gst_alsa_mixer_options_class_init):
6784         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6785         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6787         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6788         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6789         * gst-libs/gst/audio/gstaudiofilter.c:
6790         (gst_audio_filter_class_init):
6791         * gst-libs/gst/audio/gstaudiosink.c:
6792         (gst_audioringbuffer_class_init):
6793         * gst-libs/gst/audio/gstaudiosrc.c:
6794         (gst_audioringbuffer_class_init):
6795         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6796         * gst-libs/gst/interfaces/colorbalancechannel.c:
6797         (gst_color_balance_channel_class_init):
6798         * gst-libs/gst/interfaces/mixeroptions.c:
6799         (gst_mixer_options_class_init):
6800         * gst-libs/gst/interfaces/mixertrack.c:
6801         (gst_mixer_track_class_init):
6802         * gst-libs/gst/interfaces/tunerchannel.c:
6803         (gst_tuner_channel_class_init):
6804         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6805         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6806         (gst_netbuffer_class_init):
6807         * gst-libs/gst/rtp/gstbasertppayload.c:
6808         (gst_basertppayload_class_init):
6809         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6810         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6811         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6812         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6813         * gst/playback/gststreamselector.c:
6814         (gst_stream_selector_class_init):
6815         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6816         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6817         * sys/v4l/gstv4lcolorbalance.c:
6818         (gst_v4l_color_balance_channel_class_init):
6819         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6820         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6821         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6822         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6823         (gst_v4l_tuner_norm_class_init):
6824         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6825         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6826         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6827         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6828
6829 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6830
6831         * ext/pango/gsttextrender.h:
6832         * gst-libs/gst/audio/gstaudiosink.h:
6833         * gst-libs/gst/audio/gstaudiosrc.h:
6834         * gst-libs/gst/audio/gstbaseaudiosink.h:
6835         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6836         * gst-libs/gst/audio/gstringbuffer.h:
6837         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6838         * gst-libs/gst/rtp/gstbasertppayload.h:
6839         * gst-libs/gst/video/gstvideofilter.h:
6840         * gst-libs/gst/video/gstvideosink.h:
6841         * gst/playback/gstplaybasebin.h:
6842         * gst/tcp/gstmultifdsink.h:
6843         * sys/v4l/gstv4lelement.h:
6844         Fix broken GObject macros
6845
6846 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6847
6848         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6849         More debug to trace why my USB headset is not working with gst
6850
6851 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6852
6853         * gst/playback/gstplaybasebin.c: (group_destroy):
6854         Clean up our group elements properly in the case where it never 
6855         got committed - it still got added unconditionally to the bin.
6856
6857 2006-04-07  Wim Taymans  <wim@fluendo.com>
6858
6859         * ext/theora/theoradec.c: (theora_dec_sink_event),
6860         (theora_handle_data_packet), (theora_dec_chain):
6861         Unref unhandled events.
6862         Protect against empty buffers.
6863         Perform QoS on running time.
6864
6865 2006-04-07  Michael Smith  <msmith@fluendo.com>
6866
6867         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6868         (gst_vorbis_enc_chain):
6869           Remove leaks from vorbisenc.
6870           Mostly minor changes, the only significant one is that now the
6871           buffers we set as 'streamheader' on the caps are copies of the
6872           original buffers, to avoid circular refcounting problems.
6873
6874 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6875
6876         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6877           Don't remove our mute-probe if someone else already did so.
6878           Don't set a 2nd one if there is already one pending on the pad.
6879
6880         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6881         (do_playbin_seek):
6882           When a seek fails, ensure that playbin is still set back to playing.
6883           
6884         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6885         (mpeg_ts_type_find), (plugin_init):
6886           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6887
6888 2006-04-06  Andy Wingo  <wingo@pobox.com>
6889
6890         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6891         (gst_video_rate_init): Caps-related parameters should not be reset
6892         by a flush -- move their inits to the instance init function.
6893         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6894         is not OK, just return the result.
6895
6896         * gst/audiotestsrc/gstaudiotestsrc.c
6897         (gst_audio_test_src_class_init)
6898         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6899         broken by Stefan's commit on 24 March.
6900
6901         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6902         buffers being pushed out. Fixes oggmux ! multifdsink.
6903
6904 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6905
6906         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6907         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6908         * ext/vorbis/vorbisdec.h:
6909         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6910         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6911         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6912         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6913         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6914         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6915         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6916         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6917         (gst_vorbis_enc_buffer_from_packet),
6918         (gst_vorbis_enc_buffer_from_header_packet),
6919         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6920         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6921         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6922         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6923         (gst_vorbis_enc_change_state):
6924         * ext/vorbis/vorbisenc.h:
6925           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6926           vorbisenc adhere to the official nomenclature; use boilerplate
6927           macro.
6928
6929 2006-04-04  Andy Wingo  <wingo@pobox.com>
6930
6931         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6932         Whoops, fix bug introduced. Bad hacker!
6933         
6934         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6935         Properly handle the case where you get EOS before any buffers are
6936         received. Use gst_buffer_make_metadata_writable where appropriate.
6937
6938         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6939         is often negative -- make it signed so as not to wrap around.
6940         Fixes segfaults introduced on 9 March.
6941
6942 2006-04-03  Wim Taymans  <wim@fluendo.com>
6943
6944         * ext/theora/gsttheoradec.h:
6945         * ext/theora/theoradec.c: (theora_dec_src_event):
6946         Don't try to store a gdouble in a gboolean.
6947         Small cleanups.
6948
6949 2006-04-03  Michael Smith  <msmith@fluendo.com>
6950
6951         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6952           Oggmux sucks.
6953           Make it suck slightly less by writing out the final page.
6954           Still can't encode a vorbis-in-ogg file correctly, though.
6955
6956 2006-04-03  Andy Wingo  <wingo@pobox.com>
6957
6958         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6959         a g_print.
6960
6961         * ext/theora/theora.c (plugin_init): Register theoraparse.
6962
6963         * ext/theora/gsttheoraparse.h: 
6964         * ext/theora/theoraparse.c: New files implementing a theora
6965         parser. Now we can properly remux ogg/theora+vorbis, yay.
6966
6967         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6968
6969 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6970
6971         * gst/audiotestsrc/gstaudiotestsrc.c:
6972           Fixed the sample pipeline (see #323798)
6973
6974 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6975
6976         * configure.ac:
6977         * win32/common/config.h:
6978         * win32/common/config.h.in:
6979           use AS_VERSION and AS_NANO
6980           more cleanups
6981
6982 2006-03-31  Andy Wingo  <wingo@pobox.com>
6983
6984         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6985         uninitialized variable return that would happen.
6986         
6987         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6988         uninitialized variable return that would never happen.
6989
6990         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6991         (vorbis_parse_sink_event): Add an event function to flush our
6992         state on a seek, and to drain buffers on a premature EOS.
6993         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6994         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6995         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6996         (vorbis_parse_drain_queue): Queue up buffers until we can set
6997         their timestamps and granulepos values.
6998
6999         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
7000         and keep track of data needed for deriving granulepos and
7001         timestamps for buffers.
7002
7003 2006-03-29  Wim Taymans  <wim@fluendo.com>
7004
7005         Patch by: j^ <j at bootlab dot org>
7006
7007         * ext/alsa/gstalsamixerelement.c:
7008         (gst_alsa_mixer_element_class_init):
7009         * ext/alsa/gstalsasink.c:
7010         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
7011         * ext/ogg/gstoggdemux.c:
7012         * ext/ogg/gstoggmux.c:
7013         * ext/ogg/gstoggparse.c:
7014         * ext/pango/gstclockoverlay.c:
7015         * ext/pango/gsttextoverlay.c:
7016         * ext/pango/gsttextrender.c:
7017         * ext/pango/gsttimeoverlay.c:
7018         * ext/theora/theoradec.c:
7019         * ext/theora/theoraenc.c:
7020         * ext/vorbis/vorbisdec.c:
7021         * ext/vorbis/vorbisenc.c:
7022         * gst/audioconvert/gstaudioconvert.c:
7023         * gst/subparse/gstsubparse.c:
7024         * gst/tcp/gstmultifdsink.c:
7025         * gst/tcp/gsttcpclientsink.c:
7026         * gst/tcp/gsttcpclientsrc.c:
7027         * gst/tcp/gsttcpserversink.c:
7028         * gst/tcp/gsttcpserversrc.c:
7029           better/unified long descriptions
7030           Fixes #336477
7031
7032 2006-03-29  Wim Taymans  <wim@fluendo.com>
7033
7034         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
7035         (stop_seek):
7036         Don't let double and triple clicks mess up our state.
7037
7038 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         * gst/playback/gstplaybin.c: (gen_video_element),
7041         (gen_text_element), (gen_audio_element), (gen_vis_element):
7042           Error out gracefully when we can't create any of the usual
7043           conversion elements for some reason. Also, don't try to
7044           create an audioscale (sic) element that's not used anyway.
7045
7046 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7047
7048         * gst/playback/gstplaybasebin.c: (setup_source):
7049           Don't post RESOURCE_NOT_FOUND error when we can't find a source
7050           element for a particular protocol, that's confusing for users.
7051           Instead, post a RESOURCE_FAILED error, so that our own error
7052           message is actually shown in totem etc. (#336303).
7053
7054 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7055
7056         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7057
7058         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7059         (gst_gnome_vfs_src_get_icy_metadata):
7060           Fix some minor memory leaks (#336194).
7061
7062 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7063
7064         * ext/gnomevfs/gstgnomevfs.c:
7065         (gst_gnome_vfs_location_to_uri_string):
7066         * ext/gnomevfs/gstgnomevfs.h:
7067         * ext/gnomevfs/gstgnomevfssink.c:
7068         (gst_gnome_vfs_sink_set_property):
7069         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7070           Make gnomevfssink accept filenames as well as URIs for the
7071           "location" property, just like gnomevfssrc does (and
7072           filesrc/filesink do) (#336190).
7073
7074 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7075
7076         * tests/check/generic/clock-selection.c: (GST_START_TEST):
7077           set to NULL before unreffing, fixes a valgrind leak.
7078           Why was this not triggering the error that an object needs to
7079           be NULL before unreffing ?
7080         * win32/common/config.h:
7081           update
7082
7083 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
7084
7085         * gst/subparse/gstsubparse.c: (convert_encoding),
7086         (gst_sub_parse_change_state):
7087         * gst/subparse/gstsubparse.h:
7088           Text subtitle files may or may not be UTF-8. If it's not, we
7089           don't really want to see '?' characters in place of non-ASCII
7090           characters like accented characters. So let's assume the input
7091           is UTF-8 until we come across text that is clearly not. If it's
7092           not UTF-8, we don't really know what it is, so try the following:
7093           (a) see whether the GST_SUBTITLE_ENCODING environment variable
7094           is set; if not, check (b) if the current locale encoding is
7095           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7096           the current locale encoding is UTF-8 and the environment variable
7097           was not set to any particular encoding. Not perfect, but better
7098           than nothing (and better than before, I think) (fixes #172848).
7099
7100 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7101
7102         * configure.ac:
7103           update core requirement to 0.10.4.1 because of async_playback
7104           vmethod on GstBaseSink
7105
7106 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7107
7108         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7109         * gst/adder/gstadder.c: (gst_adder_init):
7110         use DEBUG_FUNCPTR for collectpads
7111
7112 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7113
7114         * docs/plugins/Makefile.am:
7115         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7116         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7117         * ext/cdparanoia/gstcdparanoiasrc.c:
7118         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7119         (gst_gnome_vfs_sink_class_init):
7120         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7122         * ext/ogg/gstoggmux.c:
7123         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7124         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7125         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7126         * ext/pango/gsttextoverlay.c:
7127         * ext/pango/gsttextrender.c:
7128         * ext/theora/theoradec.c:
7129         * ext/theora/theoraenc.c:
7130         * ext/vorbis/vorbisdec.c:
7131         * ext/vorbis/vorbisenc.c:
7132         * gst-libs/gst/audio/gstaudiofilter.c:
7133         (gst_audio_filter_base_init):
7134         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7135         (gst_audio_filter_template_base_init):
7136         * gst/adder/gstadder.c: (gst_adder_get_type):
7137         * gst/adder/gstadder.h:
7138         * gst/audioconvert/gstaudioconvert.c:
7139         * gst/audiotestsrc/gstaudiotestsrc.c:
7140         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7141         (gst_audio_test_src_create):
7142         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7143         * gst/playback/gstdecodebin.c:
7144         * gst/playback/gstplaybin.c:
7145         * gst/playback/gststreamselector.c:
7146         (gst_stream_selector_base_init):
7147         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7148         * gst/volume/gstvolume.c:
7149         * sys/v4l/gstv4lmjpegsink.c:
7150         * sys/v4l/gstv4lmjpegsrc.c:
7151         * tests/check/libs/cddabasesrc.c:
7152         * tests/old/examples/gob/gst-identity2.gob:
7153           Add docs for adder, use GST_ELEMENT_DETAILS macro,
7154           define GstElementDetails at the top
7155
7156 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
7157
7158         * win32/common/libgstinterfaces.def:
7159         Add a lot of export functions for gst-python
7160         * win32/vs6/libgstinterfaces.dsp:
7161         Add a missing include folder in the project configuration
7162         
7163 2006-03-23  Wim Taymans  <wim@fluendo.com>
7164
7165         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7166         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7167         (gst_base_audio_src_change_state):
7168         Fix audio sources, forgot to make the ringbuffer
7169         startable...
7170
7171 2006-03-23  Wim Taymans  <wim@fluendo.com>
7172
7173         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7174         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7175         (gst_base_audio_src_change_state):
7176         unparent instead of unref the ringbuffer.
7177
7178 2006-03-23  Wim Taymans  <wim@fluendo.com>
7179
7180         * gst-libs/gst/audio/gstbaseaudiosink.c:
7181         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7182         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7183         Implement new async_play vmethod to start slaving and allow
7184         playback start in case of async PLAY state changes. 
7185
7186         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7187         Enable QoS with new method in base class.
7188
7189 2006-03-23  Wim Taymans  <wim@fluendo.com>
7190
7191         Patch by: Julien MOUTTE <julien at moutte dot net>
7192
7193         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7194         (gst_video_test_src_do_seek), (gst_video_test_src_create):
7195         Partially handle 0 framerate, only EOS after the first frame
7196         is missing.
7197
7198 2006-03-23  Wim Taymans  <wim@fluendo.com>
7199
7200         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7201
7202         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7203         (gst_riff_create_video_template_caps):
7204         * gst/ffmpegcolorspace/avcodec.h:
7205         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7206         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7207         (gst_ffmpegcsp_avpicture_fill):
7208         * gst/ffmpegcolorspace/imgconvert.c:
7209         Patch for support of YVU9 AVI files (#334822)
7210
7211 2006-03-22  Edward Hervey  <edward@fluendo.com>
7212
7213         * docs/design/design-decodebin.txt:
7214         Added design document for new decodebin
7215         (Target Caps): text/x-pango-markup is also a default target caps.
7216
7217 2006-03-22  Wim Taymans  <wim@fluendo.com>
7218
7219         * gst-libs/gst/audio/gstbaseaudiosink.c:
7220         (gst_base_audio_sink_dispose):
7221         Since we _parent the ringbuffer, we also need to
7222         _unparent instead of a plain _unref.
7223
7224 2006-03-22  Wim Taymans  <wim@fluendo.com>
7225
7226         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7227         (stop_seek), (scrub_toggle_cb), (main):
7228         Add scrub checkbox.
7229
7230 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7231
7232         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7233         (gst_ogg_parse_chain):
7234           Fix very inefficient usage of linked lists (#335365).
7235
7236 2006-03-21  Edward Hervey  <edward@fluendo.com>
7237
7238         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7239         * gst/playback/gstplaybin.c: (handoff):
7240         * gst/playback/gststreamselector.c:
7241         (gst_stream_selector_set_property):
7242         gcc 4.1 unreferenced pointer fixes.
7243         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7244         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7245         gst_buffer_ref() now takes a GstBuffer*.
7246
7247 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7248
7249         * sys/xvimage/xvimagesink.c:
7250         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7251         by Jan Schmidt.
7252
7253 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7254
7255         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7256         (id3v1_type_find), (apetag_type_find), (plugin_init):
7257           Can't do tag preferences via probability, as tags would then
7258           lose against types that are recognised with MAXIMUM probability
7259           (like .wav); so let all tag typefinders return MAXIMUM themselves
7260           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7261           that we can prefer APE to ID3v1 (fixes #335028).
7262           
7263 2006-03-17  Wim Taymans  <wim@fluendo.com>
7264
7265         * gst-libs/gst/audio/gstbaseaudiosink.c:
7266         (gst_base_audio_sink_change_state):
7267         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7268         (gst_ring_buffer_may_start):
7269         * gst-libs/gst/audio/gstringbuffer.h:
7270         Only start playback if we are playing.
7271         should fix #330748.
7272
7273 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7274
7275         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7276         * win32/common/config.h:
7277           Revert accidental commits to these files.
7278
7279 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7280
7281         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7282
7283         * tests/Makefile.am:
7284           Don't try to build tests in tests/icles if we
7285           don't have X (#323852)
7286
7287 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7288
7289         * gst-libs/gst/tag/gstid3tag.c:
7290           Add TXXX frame identifiers for replaygain stuff as used
7291           by some taggers (see #323721).
7292
7293 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7294
7295         * gst/playback/gststreamselector.c:
7296         (gst_stream_selector_set_property),
7297         (gst_stream_selector_bufferalloc):
7298           Preserve the existing buggy streamselector behaviour by performing
7299           a fallback buffer allocation when downstream isn't linked yet.
7300           This should really be fixed in playbin by blocking pads until it's
7301           linked them.
7302           Also, use gst_pad_alloc_buffer instead of
7303           gst_pad_alloc_buffer_and_set.
7304
7305 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7306
7307         * gst-libs/gst/tag/gstid3tag.c:
7308           Don't crash on unknown ID3v2 TXXX frames.
7309           
7310 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7311
7312         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7313           Chain up to the parent finalize method.
7314           Add 32-bit sample size to the template caps.
7315
7316         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7317         (gst_riff_create_video_template_caps):
7318           Add the fourcc that the VMWare codec uses.
7319           
7320         * gst/playback/gststreamselector.c:
7321         (gst_stream_selector_set_property),
7322         (gst_stream_selector_bufferalloc),
7323         (gst_stream_selector_request_new_pad):
7324           For the active pad, forward buffer-alloc requests, otherwise
7325           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7326           having to memcpy every frame when used by playbin.
7327
7328         * gst/tcp/gstmultifdsink.c:
7329         (gst_multi_fd_sink_handle_client_write):
7330           Get negotiated caps from the sink pad, rather than the sink
7331           pad's peer.
7332
7333 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7334
7335         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7336         
7337         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7338           Don't forget to set src->callbacks_pushed to FALSE again when
7339           popping them, otherwise re-activation in a different mode won't
7340           work (#334620).
7341
7342 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7343
7344         Patch by: Sebastien Moutte  <sebastien moutte net>
7345
7346         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7347         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7348         (gst_ffmpeg_smpfmt_to_caps):
7349           Replace __VA_ARGS__ caps creation macros with varargs functions.
7350           Makes things compile on MSVC (#320765), looks nicer, and we can
7351           tell the compiler to check for the NULL terminator.
7352
7353 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7354
7355         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7356
7357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7358           Make sure the buffer we copy into is really always big
7359           enough, this time for real (#333488).
7360           
7361 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7362
7363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7364           Add support for 24bpp DIB (#305279).
7365
7366 2006-03-14  Wim Taymans  <wim@fluendo.com>
7367
7368         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7369         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7370         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7371         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7372         (gst_video_scale_init), (gst_video_scale_src_event):
7373         Re-enable QoS after the release.
7374         Rework videoscale to use the base class src_event handler.
7375
7376 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7377
7378         * configure.ac:
7379           back to CVS.
7380
7381 === release 0.10.5 ===
7382
7383 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7384
7385         * configure.ac:
7386           releasing 0.10.5, "Net"
7387
7388 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7389
7390         * docs/plugins/Makefile.am:
7391           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7392           
7393 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7394
7395         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7396         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7397         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7398           Add cdparanoiasrc to docs.
7399
7400         * gst-libs/gst/cdda/gstcddabasesrc.c:
7401           More GstCddaBaseSrc docs.
7402
7403 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7404
7405         * docs/libs/gst-plugins-base-libs-sections.txt:
7406         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7407         * gst-libs/gst/tag/tag.h:
7408           API: libgsttag: new method gst_tag_from_id3_user_tag().
7409
7410 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7411
7412         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7413           NULL-terminate array of mpeg4 video file extensions.
7414           Fixes crash on PPC (#334226).
7415
7416 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7417
7418         * ext/gnomevfs/gstgnomevfssrc.c:
7419         (gst_gnome_vfs_src_check_get_range):
7420           gnome_vfs_uri_is_local() alone is not a good indicator
7421           whether we can operate in pull-mode with a specific URI,
7422           as it returns FALSE for file:// URIs that point to an
7423           NFS-mounted path. Be more conservative here: whitelist
7424           local files, blacklist http URIs and use the old
7425           mechanism for anything else (fixes #334216).
7426
7427 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7428
7429         * configure.ac:
7430           back to trunk
7431
7432 === release 0.10.4 ===
7433
7434 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7435
7436         * configure.ac:
7437           releasing 0.10.4, "Power"
7438
7439 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7440
7441         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7442         Disable max-lateness by setting it to -1 for now, so that 
7443         we can bed QoS stuff in thoroughly between now and the next
7444         release.
7445
7446 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7447
7448         Patch by: Fabrizio Gennari
7449
7450         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7451           Make sure we don't read beyond the palette buffer in case of
7452           broken or manipulated files (#333488)
7453
7454 2006-03-10  Edward Hervey  <edward@fluendo.com>
7455
7456         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7457         Fix for variable not initialized.
7458
7459 2006-03-09  Wim Taymans  <wim@fluendo.com>
7460
7461         * ext/libvisual/visual.c: (gst_visual_get_type),
7462         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7463         (gst_visual_chain):
7464         Small cleanups.
7465
7466         * ext/theora/gsttheoradec.h:
7467         * ext/theora/theoradec.c: (gst_theora_dec_init),
7468         (gst_theora_dec_reset), (_theora_granule_time),
7469         (theora_dec_src_convert), (theora_dec_sink_convert),
7470         (theora_dec_src_query), (theora_dec_src_event),
7471         (theora_dec_sink_event), (theora_handle_comment_packet),
7472         (theora_handle_header_packet), (theora_dec_push),
7473         (theora_handle_data_packet), (theora_dec_chain),
7474         (theora_dec_change_state):
7475         Add simple QoS.
7476
7477 2006-03-09  Wim Taymans  <wim@fluendo.com>
7478
7479         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7480         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7481         Some cleanups.
7482
7483 2006-03-09  Wim Taymans  <wim@fluendo.com>
7484
7485         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7486         Don't try to activate NULL chains.
7487
7488 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7489
7490         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7491           Fix invalid memory access to region before peek'd data (#332964).
7492
7493 2006-03-09  Wim Taymans  <wim@fluendo.com>
7494
7495         Patch by: Christophe Fergeau
7496
7497         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7498         * ext/pango/gsttextrender.c: (gst_text_render_init):
7499         * gst/adder/gstadder.c: (gst_adder_init):
7500         Don't leak padtemplates, closes #333510.
7501
7502 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7503
7504         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7505           Fix invalid memory access: make sure string passed to
7506           regexec() is NUL-termianted.
7507
7508 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7509
7510         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7511         (mp3_type_find):
7512           Refactor mpeg/audio typefinding to make it more maintainable
7513           and easier to fine-tune. Make probing into middle of the file
7514           work properly (fixes #333900, also see #152688).
7515
7516 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7517
7518         * gst/typefind/gsttypefindfunctions.c:
7519         (utf8_type_find_have_valid_utf8_at_offset):
7520           Remove part from previous commit that was bogus:
7521           g_utf8_validate() does in fact not accept embedded
7522           zeroes, so we don't need to check for those (thanks
7523           to Mike for the hint).
7524
7525 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7526
7527         * gst/typefind/gsttypefindfunctions.c:
7528         (utf8_type_find_count_embedded_zeroes),
7529         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7530           Make plain/text typefinder more conservative: firstly, check
7531           for embedded zeroes, which are perfectly valid UTF-8 characters,
7532           but also a fairly good sign that something is not a plain text
7533           file; secondly, probe into the middle of the file if possible.
7534           If we can't probe into the middle, limit the probability value
7535           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7536
7537 2006-03-08  Michael Smith  <msmith@fluendo.com>
7538
7539         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7540           Make typefind function name for mpeg4 video unique.
7541
7542 2006-03-08  Wim Taymans  <wim@fluendo.com>
7543
7544         * ext/libvisual/visual.c: (gst_visual_init),
7545         (gst_visual_clear_actors), (gst_visual_dispose),
7546         (gst_visual_reset), (gst_visual_src_setcaps),
7547         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7548         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7549         (gst_visual_chain), (gst_visual_change_state):
7550         Cleanups, post nice errors.
7551         Handle sink and src events.
7552         Implement simple QoS.
7553
7554         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7555         Use new basesink methods to configure max-lateness.
7556         Small doc update.
7557
7558         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7559         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7560         Debug statement cleanups.
7561
7562         * gst/volume/gstvolume.c: (gst_volume_class_init):
7563         Simple cleanup.
7564
7565 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7566
7567         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7568         (gst_text_overlay_init), (gst_text_overlay_set_property),
7569         (gst_text_overlay_get_property):
7570           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7571           as string type properties, but mark them deprecated. Add
7572           'halignment' and 'valignment' properties that use enums
7573           instead of strings.
7574
7575 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         Patch by: Fabrizio Gennari
7578
7579         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7580           Allow palettes with less than 256 colours in AVI files
7581           (#333488)
7582
7583 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7584
7585         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7586         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7587         pad. We were releasing the queued text buffer when we should keep
7588         it until video pad gets EOS or discard the text buffer because it's
7589         too old. That was eating the last subtitle buffer. Add some more
7590         debug.
7591
7592 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7593
7594         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7595         (gst_text_overlay_video_chain):
7596           Fix invalid memory access (we can't access a buffer after it's been
7597           pushed downstream without taking a reference); fix memory leak (if
7598           there's no text to render, bail out before allocating stuff).
7599
7600 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7601
7602         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7603         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7604         * ext/pango/gsttextoverlay.h:
7605           If input is plain text, escape it before passing it to
7606           pango_layout_set_markup().
7607
7608 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7609
7610         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7611           Don't ignore flow return from gst_pad_push().
7612
7613 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7614
7615         Patch by: Fabrizio Gennari
7616
7617         * ext/libvisual/visual.c: (gst_visual_getcaps),
7618         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7619         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7620         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7621         (gst_vorbisenc_convert_sink):
7622         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7623         (gst_audio_duration_from_pad_buffer):
7624         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7625         (gst_audio_filter_chain):
7626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7627         (gst_base_rtp_depayload_setcaps):
7628         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7629         (gst_video_get_size):
7630         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7631           Don't leak references returned by gst_pad_get_parent()
7632           (#333663)
7633
7634 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7635
7636         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7637           change location param details
7638         * gst/volume/gstvolume.c: (plugin_init):
7639           correct plugin description
7640
7641 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7642
7643         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7644         (gst_gnome_vfs_src_check_get_range):
7645           Override GstBaseSrc::check_get_range() in order to avoid opening
7646           the resource just to check whether we can operate in pull-mode or
7647           not - we can predict that pretty well from the URI alone. Should
7648           fix problems with last.fm (#331690). (Requires latest core CVS).
7649
7650 2006-03-06  Wim Taymans  <wim@fluendo.com>
7651
7652         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7653         (gst_video_sink_class_init):
7654         Throw away frames that are later than 20 ms.
7655
7656 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7657
7658         Patch by: Fabrizio Gennari
7659
7660         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7661           Set depth on WMA caps (#333545)
7662
7663 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7664
7665         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7666         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7667           put Theora BOS pages before others.  This hardcodes
7668           the Ogg/Theora I profile, but hey.
7669
7670 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7671
7672         * ext/ogg/README:
7673           updated with some examples
7674         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7675         (granulepos_add), (theora_buffer_from_packet):
7676         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7677         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7678         (gst_vorbisenc_chain):
7679           implement strategy from ext/ogg/README
7680         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7681         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7682         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7683         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7684           Fix muxer so that oggz-validate is happy with all streams;
7685           except for no eos mark, and the BOS page ordering
7686         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7687         (check_buffer_granulepos):
7688         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7689           update tests to check for OFFSET being set as requested
7690           fixed type of granulepos, it's not a ClockTime
7691
7692 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7693
7694         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7695         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7696         Check that the xvimage we are creating has a correct size
7697         before returning it. (#314897)
7698
7699 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7700
7701         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7702           Give id3 and ape tag typefinders a rank slightly higher
7703           than PRIMARY to ensure they're always run before any of
7704           the other typefinders (in particular wav and mp3) (#324186).
7705
7706 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7707
7708         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7709           Add support for '3IVD' fourcc (#333403).
7710
7711 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7712
7713         * configure.ac:
7714           Bump requirements to GStreamer CVS for the new error enum.
7715
7716         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7717           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7718           space left on the device (fixes #333352).
7719
7720 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7721
7722         * win32/vs6:
7723           add a project file for libgstvolume
7724           update the workspace
7725
7726 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7727
7728         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7729         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7730         (GST_START_TEST):
7731           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7732           Set IN_CAPS on header buffers
7733
7734 2006-03-02  Wim Taymans  <wim@fluendo.com>
7735
7736         * docs/plugins/Makefile.am:
7737         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7738         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7739         Add audioresample to docs.
7740
7741         * gst/audioconvert/gstaudioconvert.c:
7742         Add revision date.
7743
7744         * gst/audioresample/gstaudioresample.c:
7745         (gst_audioresample_base_init), (gst_audioresample_class_init),
7746         (gst_audioresample_init), (gst_audioresample_dispose),
7747         (audioresample_get_unit_size), (audioresample_transform_caps),
7748         (resample_set_state_from_caps), (audioresample_transform_size),
7749         (audioresample_set_caps), (audioresample_event),
7750         (audioresample_do_output), (audioresample_transform),
7751         (audioresample_pushthrough), (gst_audioresample_set_property),
7752         (gst_audioresample_get_property), (plugin_init):
7753         * gst/audioresample/gstaudioresample.h:
7754         Added docs.
7755         Small code cleanups.
7756
7757 2006-03-02  Wim Taymans  <wim@fluendo.com>
7758
7759         * docs/plugins/Makefile.am:
7760         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7761         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7762         Added videoscale to docs.
7763
7764         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7765         (gst_video_rate_swap_prev), (gst_video_rate_event),
7766         (gst_video_rate_chain):
7767         Fix typo in docs.
7768
7769         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7770         (gst_video_scale_init), (gst_video_scale_prepare_size),
7771         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7772         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7773         * gst/videoscale/gstvideoscale.h:
7774         Added docs, examples.
7775         Some code cleanups.
7776         Post errors instead of g_warning.
7777
7778 2006-03-02  Wim Taymans  <wim@fluendo.com>
7779
7780         * docs/libs/gst-plugins-base-libs-docs.sgml:
7781         * docs/libs/gst-plugins-base-libs-sections.txt:
7782         * docs/libs/gst-plugins-base-libs.types:
7783         * docs/plugins/Makefile.am:
7784         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7785         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7786         Added some more docs to libs and plugins.
7787
7788         * gst-libs/gst/audio/gstringbuffer.c:
7789         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7790         * gst-libs/gst/audio/gstringbuffer.h:
7791         Document ringbuffer some more.
7792
7793         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7794         (gst_video_rate_setcaps), (gst_video_rate_reset),
7795         (gst_video_rate_init), (gst_video_rate_flush_prev),
7796         (gst_video_rate_swap_prev), (gst_video_rate_event),
7797         (gst_video_rate_chain), (gst_video_rate_change_state):
7798         * gst/videorate/gstvideorate.h:
7799         Fix videorate to use segments.
7800         Make it work with 0/1 framerates (closes #331903)
7801         Handle EOS correctly.
7802         Added docs.
7803
7804 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7805
7806         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7807         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7808         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7809           In state change function, first chain up to parent class,
7810           then handle downwards state change stuff. Remove some
7811           commented out cruft from 0.8 code.
7812
7813 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7814
7815         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7816         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7817         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7818         (gst_ogm_parse_chain):
7819           Don't remove/re-add source pad if the new caps are the same as
7820           the old caps anyway (#333042). When removing source pad, don't
7821           unref it afterwards - we didn't ref it when adding. Sprinkle some
7822           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7823           after using gst_pad_get_parent(). Return downstream flow return
7824           value in chain function.
7825
7826 2006-03-02  Wim Taymans  <wim@fluendo.com>
7827
7828         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7829         * docs/plugins/gst-plugins-base-plugins.args:
7830         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7831         * docs/plugins/gst-plugins-base-plugins.interfaces:
7832         * docs/plugins/gst-plugins-base-plugins.signals:
7833         Fix hierarchy, added some more elements to the docs.
7834
7835         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7836         (gst_ffmpegcsp_get_type):
7837         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7838         Fix docs for ffmpegcolorspace.
7839
7840 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7841
7842         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7843         (apetag_type_find), (ape_type_find), (plugin_init):
7844           Some typefinding fine-tuning:
7845           - rank ID3/APE tags in order of preference via probabilities, so that
7846             ID3v2 > APEv2 > APEv1 > ID3v1.
7847           - three or four bytes don't really justify MAXIMUM probability,
7848             change those to 'very likely' (musepack and monkeysaudio).
7849
7850 2006-03-01  Wim Taymans  <wim@fluendo.com>
7851
7852         * docs/plugins/Makefile.am:
7853         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7854         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7855         * ext/alsa/gstalsamixer.c:
7856         * ext/alsa/gstalsamixer.h:
7857         * ext/alsa/gstalsamixerelement.c:
7858         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7859         * ext/alsa/gstalsamixerelement.h:
7860         * ext/alsa/gstalsasink.c:
7861         * ext/alsa/gstalsasink.h:
7862         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7863         (gst_alsasrc_init):
7864         * ext/alsa/gstalsasrc.h:
7865         Added alsa docs.
7866         Small code cleanups.
7867
7868 2006-03-01  Wim Taymans  <wim@fluendo.com>
7869
7870         * ext/theora/Makefile.am:
7871         Dist new header too,
7872
7873 2006-03-01  Wim Taymans  <wim@fluendo.com>
7874
7875         * docs/plugins/Makefile.am:
7876         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7877         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7878         * ext/gnomevfs/gstgnomevfssink.h:
7879         * ext/gnomevfs/gstgnomevfssrc.h:
7880         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7881         * ext/vorbis/vorbisdec.h:
7882         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7883         * ext/vorbis/vorbisenc.h:
7884         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7885         (vorbis_parse_chain), (vorbis_parse_change_state):
7886         * ext/vorbis/vorbisparse.h:
7887         * gst/audioconvert/gstaudioconvert.h:
7888         * gst/tcp/gsttcpserversink.h:
7889         * gst/videotestsrc/gstvideotestsrc.c:
7890         * gst/videotestsrc/gstvideotestsrc.h:
7891         * gst/volume/gstvolume.c:
7892         * gst/volume/gstvolume.h:
7893         Fix some more docs.
7894         Added docs for vorbisdec and vorbisparse.
7895         Fix vorbisparse.
7896
7897 2006-03-01  Wim Taymans  <wim@fluendo.com>
7898
7899         * docs/plugins/Makefile.am:
7900         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7901         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7902         * ext/pango/gstclockoverlay.h:
7903         * ext/pango/gsttextoverlay.h:
7904         * ext/pango/gsttextrender.h:
7905         * ext/pango/gsttimeoverlay.h:
7906         * ext/theora/gsttheoradec.h:
7907         * ext/theora/gsttheoraenc.h:
7908         * ext/theora/theoradec.c:
7909         * ext/theora/theoraenc.c:
7910         * gst/audioconvert/gstaudioconvert.h:
7911         * gst/audiotestsrc/gstaudiotestsrc.h:
7912         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7913         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7914         * gst/tcp/gstmultifdsink.h:
7915         Updated/added documentation.
7916
7917         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7918         (gst_text_overlay_halign_get_type),
7919         (gst_text_overlay_wrap_mode_get_type),
7920         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7921         (gst_text_overlay_init), (gst_text_overlay_set_property),
7922         (gst_text_overlay_get_property):
7923         Fix up properties to be enums instead of string to make bindings,
7924         introspection and automatic GUI creation possible.
7925         Add getters for the properties.
7926
7927 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7928
7929         * gst/audiotestsrc/gstaudiotestsrc.c:
7930           added defines of M_PI and M_PI_2
7931         * gst/ffmpegcolorspace/avcodec.h:
7932           removed #include "stdint.h" for win32 as _stdint.h is 
7933           autogenerated to win32/common
7934         * win32/common/libgstaudio.def:
7935         * win32/common/libgsttag.def:
7936           added some exports
7937         * win32/vs6:
7938           some project files bugs corrected
7939         * win32/vs7:
7940           project files are reset to the default vs7 configuration 
7941           (they link to msvcr71.dll using default optimizations)
7942           
7943 2006-02-28  Wim Taymans  <wim@fluendo.com>
7944
7945         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7946         Fix some docs.
7947
7948 2006-02-28  Edward Hervey  <edward@fluendo.com>
7949
7950         * ext/alsa/gstalsasrc.c:
7951         Set proper class on the ElementDetails:
7952         Source/Audio instead of Src/Audio/
7953
7954 2006-02-28  Edward Hervey  <edward@fluendo.com>
7955
7956         * gst/videoscale/vs_scanline.c:
7957         (vs_scanline_resample_nearest_RGBA):
7958         Revert optimization in videoscale. It should go in liboil and have
7959         an appropriate liboil function.
7960
7961 2006-02-28  Wim Taymans  <wim@fluendo.com>
7962
7963         * gst-libs/gst/audio/gstbaseaudiosink.c:
7964         (gst_base_audio_sink_provide_clock):
7965         Don't try to provide a clock in the NULL state.
7966
7967 2006-02-28  Wim Taymans  <wim@fluendo.com>
7968
7969         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7970         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7971         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7972         (gst_ogg_demux_deactivate_current_chain),
7973         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7974         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7975         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7976         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7977         Use GstSegment infrastructure to remove duplicated code
7978         and handle more seek cases correctly.
7979
7980 2006-02-28  Wim Taymans  <wim@fluendo.com>
7981
7982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7983         (gst_ffmpegcsp_transform):
7984         Don't ignore return code from ffmpeg convert function.
7985
7986         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7987         Split out some long statements to ease debugging.
7988
7989 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7990
7991         * ext/libvisual/visual.c: (gst_visual_init),
7992         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7993         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7994         being able to renegotiate the size. Instead, use the negotiation
7995         algorithm from the goom plugin to pick an initial output caps. 
7996
7997         Also, allow theoretical libvisual plugins that might support non-GL 
7998         output even if they also do GL.
7999
8000 2006-02-26  Julien MOUTTE  <julien@moutte.net>
8001
8002         * ext/libvisual/visual.c: (gst_visual_init),
8003         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
8004         (plugin_init): Load only non GL plugins. Fix some memleaks and 
8005         possible negotiation issues.
8006
8007 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8008
8009         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
8010
8011 2006-02-24  Michael Smith  <msmith@fluendo.com>
8012
8013         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
8014         (cmml_type_find), (plugin_init):
8015           Fix CMML type find function to not require a specific minor version
8016           of the CMML header.
8017
8018           Add an MPEG4 video elementary stream typefind function.
8019
8020 2006-02-04  Michael Smith  <msmith@fluendo.com>
8021
8022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
8023         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
8024         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8025         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8026         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
8027         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
8028           Annodex support in ogg demuxer. Doesn't do very much without the
8029           other annodex patches (to come).
8030
8031 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8032
8033         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
8034
8035         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8036           Pick up palette for MS video v1 (#327028)
8037
8038 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8039
8040         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8041         (gst_ffmpegcsp_caps_remove_format_info),
8042         (gst_ffmpegcsp_get_unit_size):
8043           The 'palette_data' field from incoming RGB caps shouldn't be
8044           proxied on outgoing YUV caps; also, restrict unit size
8045           adjustment in case of paletted data only to the unit that
8046           actually has a palette. Fixes #330711.
8047
8048 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8049
8050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8051         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8052         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8053         (gst_ffmpegcsp_get_unit_size):
8054           Plug some memory leaks.
8055
8056 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8057
8058         * sys/ximage/Makefile.am:
8059         * sys/xvimage/Makefile.am:
8060           Add some _CFLAGS and _LIBS that seem to be missing
8061           and/or required for Cygwin (see #317048).
8062
8063 2006-02-22  Wim Taymans  <wim@fluendo.com>
8064
8065         * ext/alsa/gstalsasrc.c:
8066         Fix description as pointed out by caugier.
8067
8068 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
8069
8070         Reviewed by : Edward Hervey  <edward@fluendo.com>
8071
8072         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8073         (qt_type_find):
8074         Better 3gp typefinding (#331526).
8075
8076 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8077
8078         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8079           Don't send EOS event here, the base class will send one for us.
8080
8081         * gst/playback/gstplaybasebin.c: (prepare_output):
8082           Subpictures without video stream aren't allowed either.
8083         
8084         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8085           Fix debug statement copy'n'paste-o.
8086
8087 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8088
8089         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8090           Fix issues with mixer keeping state when muting/unmuting
8091           and when changing the volume whilst muted (see #331763
8092           and #331765).
8093
8094 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8095
8096         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8097         (parse_subrip), (gst_sub_parse_format_autodetect):
8098           Set right caps given that we send escaped text. Also,
8099           honour <i></i>, <b></b> and <u></u> markers that can be found
8100           in .srt files (fixes #310202).
8101
8102 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8103
8104         * gst-libs/gst/audio/mixerutils.c:
8105         (element_factory_rank_compare_func):
8106           Make order in which elements are tried more determinable.
8107
8108 2006-02-20  Julien MOUTTE  <julien@moutte.net>
8109
8110         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8111         (remove_element_chain), (cleanup_decodebin),
8112         (gst_decode_bin_change_state): Make decodebin reusable by
8113         fixing remove_element_chain first and then introduce a
8114         cleaner in state change to ->NULL. (Closes #331678)
8115
8116 2006-02-19  Wim Taymans  <wim@fluendo.com>
8117
8118         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8119         use 0666 mask when creating files so umask gets applied
8120         correctly. Fixes #331295.
8121
8122 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8123
8124         * gst/subparse/Makefile.am:
8125         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8126         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8127         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8128         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8129         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8130         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8131         * gst/subparse/gstssaparse.h:
8132         * gst/subparse/gstsubparse.c: (plugin_init):
8133           Add very basic parser for SSA subtitle streams (as often
8134           found in matroska files).
8135
8136 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8137
8138         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8139           That should be text/x-pango-markup, not text/x-pango-layout.
8140
8141 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8142
8143         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8144         Polishing.
8145
8146 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8147
8148         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8149         (gst_text_overlay_finalize), (gst_text_overlay_init),
8150         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8151         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8152         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8153         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8154         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8155         Fix state change deadlock.
8156
8157 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8158
8159         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8160         (gst_text_overlay_finalize), (gst_text_overlay_init),
8161         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8162         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8163         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8164         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8165         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8166         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8167         and subtitles files.
8168
8169 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8170
8171         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8172         should be considered as raw.
8173
8174 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8175
8176         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8177         (cb_probe):
8178         * gst/playback/gststreaminfo.h: Introduce language informations.
8179
8180 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
8181
8182         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8183         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8184         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8185         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8186         Set shared memory segments to be deleted as soon as we have attached,
8187         that way they get cleaned up automatically if we crash.
8188
8189 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8190
8191         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
8192         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8193         functions are called with lock held.
8194
8195 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8196
8197         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8198         (gst_text_overlay_finalize), (gst_text_overlay_init),
8199         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8200         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8201         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8202         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8203         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8204         (gst_text_overlay_change_state): Refactoring of textoverlay
8205         without collectpads. This now supports sparse subtitles coming
8206         from a demuxer instead of a sub file. Seeking is still broken 
8207         though. Need to discuss with wtay some more on how to handle
8208         seeking correctly.
8209         * ext/pango/gsttextoverlay.h:
8210         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8211         subtitles coming from the demuxer.
8212
8213 2006-02-17  Wim Taymans  <wim@fluendo.com>
8214
8215         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8216         (gst_vorbisenc_convert_sink):
8217         Use some more scaling functions.
8218
8219 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8220
8221         * ext/cdparanoia/gstcdparanoiasrc.c:
8222         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8223         (gst_cd_paranoia_paranoia_callback),
8224         (gst_cd_paranoia_src_signal_is_being_watched),
8225         (gst_cd_paranoia_src_read_sector):
8226         * ext/cdparanoia/gstcdparanoiasrc.h:
8227           Add back 'transport-error' and 'uncorrected-error' signals and
8228           make them actually be fired when bad stuff happens (#319340).
8229
8230 2006-02-17  Wim Taymans  <wim@fluendo.com>
8231
8232         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8233         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8234         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8235         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8236         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8237         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8238         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8239         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8240         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8241         (gst_ring_buffer_clear):
8242         Small cleanups.
8243         Added some G_LIKELY.
8244
8245 2006-02-17  Wim Taymans  <wim@fluendo.com>
8246
8247         * gst-libs/gst/audio/TODO:
8248         Update TODO
8249
8250         * gst-libs/gst/audio/gstbaseaudiosink.c:
8251         (gst_base_audio_sink_get_offset):
8252         When trying to play samples ASAP and we don't have a
8253         previous sample, try to play at position 0 instead of
8254         an invalid position.
8255
8256 2006-02-17  Wim Taymans  <wim@fluendo.com>
8257
8258         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8259         (gst_alsasink_reset):
8260         Also release lock when we get an error in _reset();
8261         fix an error message.
8262
8263 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8264
8265         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8266         (gst_alsasink_init), (get_channel_free_structure),
8267         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8268         (gst_alsasink_close):
8269         * ext/alsa/gstalsasink.h:
8270           Add support for more than 2 channels (#326720).
8271
8272 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8273
8274         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8275           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8276           with 4 or 6 channels, assume a default channel layout to make things
8277           work (not sure there's anything else we can do in those cases).
8278
8279 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8280
8281         * gst-libs/gst/audio/multichannel.c:
8282           Minor docs fix.
8283
8284         * gst-libs/gst/riff/Makefile.am:
8285         * gst-libs/gst/riff/riff-ids.h:
8286         * gst-libs/gst/riff/riff-media.c:
8287         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8288           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8289           channels and a channel layout map.
8290           
8291 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8292
8293         Reviewed by Edward Hervey  <edward@fluendo.com>
8294
8295         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8296         C-level optimization of the RGBA nearest neighbour function.
8297         Eventually this might end up in liboil with vectorized versions.
8298
8299 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8300
8301         * gst-libs/gst/audio/multichannel.c:
8302         (gst_audio_get_channel_positions):
8303           When we have more than 2 channels, but no channel layout is
8304           specified in the caps, return some default channel layout
8305           to the caller and warn about about a possibly buggy element
8306           (could be buggy filtercaps as well of course) (#317038).
8307
8308 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8309
8310         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8311           Add gst-libs/gst/cdda to list of lib search paths.
8312
8313 2006-02-15  Andy Wingo  <wingo@pobox.com>
8314
8315         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8316         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8317         to the Lord Jesus that I do not have to touch the ogg muxer ever
8318         again.
8319
8320 2006-02-15  Edward Hervey  <edward@fluendo.com>
8321
8322         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8323         quicktime movie files can also contain 'uuid' atoms.
8324
8325 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8326
8327         * gst/audioconvert/plugin.c: (plugin_init):
8328           Register the GstAudioChannelPosition enum type with the type
8329           system in the plugin_init function, so that it is known before
8330           any element actually makes use of multi-channel stuff. This is
8331           required for example if one wants to be able to deserialise/use
8332           a caps string with channel positions before any pipeline has
8333           been setup and started, like with gst-launch.
8334
8335 2006-02-14  Wim Taymans  <wim@fluendo.com>
8336
8337         * gst-libs/gst/audio/gstringbuffer.c:
8338         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8339         (gst_ring_buffer_samples_done), (wait_segment),
8340         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8341         Add some compiler G_(UN_)LIKELY help.
8342         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8343         make sure they can exit their functions. Should fix #330748
8344
8345 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8346
8347         * Makefile.am:
8348         * configure.ac:
8349         * win32/MANIFEST:
8350         * win32/common/_stdint.h:
8351           Windows does not have long long; copy the generated _stdint.h
8352         * win32/common/interfaces-enumtypes.c:
8353         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8354         (gst_mixer_track_flags_get_type),
8355         (gst_tuner_channel_flags_get_type):
8356         * win32/common/multichannel-enumtypes.c:
8357         (gst_audio_channel_position_get_type):
8358           update
8359
8360 2006-02-13  Wim Taymans  <wim@fluendo.com>
8361
8362         * gst-libs/gst/audio/gstbaseaudiosink.c:
8363         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8364         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8365         Always sync on first sample we receive when starting.
8366
8367 2006-02-13  Wim Taymans  <wim@fluendo.com>
8368
8369         * gst/playback/gstplaybin.c: (gen_vis_element):
8370         Update vis bin docs.
8371         Move queue after tee so we don't queue video buffers but
8372         audio samples instead. Fixes problems where the video queue
8373         is filled and the audio queue empty.
8374
8375 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8376
8377         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8378           No need to push an EOS event here, GstBaseSrc will do that for us
8379           when we return FLOW_UNEXPECTED.
8380           
8381 2006-02-12  Wim Taymans  <wim@fluendo.com>
8382
8383         * gst-libs/gst/audio/gstbaseaudiosink.c:
8384         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8385         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8386         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8387         Use scale functions when possible.
8388         Fix error messages.
8389         Free clockid when after waiting for EOS.
8390         Use G_(UN_)LIKLY when it makes sense.
8391         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8392
8393 2006-02-12  Edward Hervey  <edward@fluendo.com>
8394
8395         * gst/playback/gstplaybasebin.c: (prepare_output): 
8396         Remove stray semi-colon (fixes #330888).
8397
8398 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8399
8400         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8401         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8402         Fix up the XShm call testing so that we catch errors, and don't
8403         cause new ones by attempting to detach from a segment we failed
8404         to attach to. Fixes #312439.
8405
8406 2006-02-10  Edward Hervey  <edward@fluendo.com>
8407
8408         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8409         Added flv file typefind (video/x-flv).
8410
8411 2006-02-10  Edward Hervey  <edward@fluendo.com>
8412
8413         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8414         (gst_riff_create_video_template_caps):
8415         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8416         Also added the caps to the default set of riff video caps.
8417
8418 2006-02-09  Andy Wingo  <wingo@pobox.com>
8419
8420         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8421         time and the end time of the last packet in the page.
8422         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8423         on the pages in our queue, set the duration as well. Reflow a
8424         debug statement.
8425         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8426         Fixes bad muxing order.
8427
8428 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8429
8430         * gst-libs/gst/rtp/gstbasertppayload.c:
8431         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8432           update seqnum before setting it on the packet; this makes sure
8433           that the timestamp and seqnum properties match after pushing
8434           a buffer
8435
8436 2006-02-09  Andy Wingo  <wingo@pobox.com>
8437
8438         * gst-libs/gst/audio/gstringbuffer.c
8439         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8440         overflow after 13.5 hours of recording. Kapow!
8441
8442         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8443         the buffer size -- we don't care about underrun/overrun reporting
8444         right now, just need to return a useful value.
8445
8446 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8447
8448         * configure.ac:
8449           Back to CVS
8450
8451 === release 0.10.3 ===
8452
8453 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8454
8455         * configure.ac:
8456           releasing 0.10.3, "Under Pressure"
8457
8458 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8459
8460         * configure.ac:
8461         Drat. Bump libtool version number for new API.
8462         Prelease 0.10.2.3 (of 0.10.3)
8463
8464 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8465
8466         * configure.ac:
8467         * win32/common/config.h:
8468         0.10.2.2 prerelease (of 0.10.3).
8469
8470 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8471
8472         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8473           Revert Andy's newsegment change pending a more correct
8474           fix.
8475
8476 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8477
8478         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8479         (qt_type_find), (plugin_init):
8480           detect more files as 3gp
8481           group and reorder the iso file formats
8482
8483 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8484
8485         * ext/vorbis/vorbis.c: (plugin_init):
8486           Register musicbrainz tags, so apps don't have to.
8487
8488 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8489
8490         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8491         (gst_tag_to_vorbis_tag):
8492           Make sure we called gst_tag_register_musicbrainz_tags()
8493           before possibly mapping a vorbiscomment string from/to a
8494           musicbrainz tag.
8495
8496 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8497
8498         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8499           In case we can't find the required number of consecutive
8500           mpeg audio frames to positively identify an MPEG audio
8501           stream, check if there's at least a valid mpeg audio
8502           frame right at offset 0 and if so suggest mpeg/audio
8503           caps with a very low probability (#153004).
8504
8505 2006-02-07  Andy Wingo  <wingo@pobox.com>
8506
8507         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8508         a TIME segment if we get timestamped buffers. Requires recent
8509         fixes in core to work properly.
8510
8511 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8512
8513         * gst/playback/gstplaybasebin.c: (prepare_output):
8514           Don't print the URI as part of the error message, it
8515           makes error dialogs look rather ugly, especially if
8516           the URI is very long or has characters in it that
8517           need escaping.
8518
8519 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8520
8521         * gst/playback/gstplaybasebin.c: (prepare_output):
8522           Error out if we have only text or subtitles, but nothing
8523           else. Also error out if we have subtitles but no video
8524           stream.
8525
8526 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8527
8528         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8529           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8530           Post an error message on the bus when we encounter an
8531           error, which will hopefully be more meaningful than the
8532           'Internal Flow Error' message users get to see if we
8533           just return GST_FLOW_ERROR.
8534
8535 2006-02-07  Andy Wingo  <wingo@pobox.com>
8536
8537         * configure.ac (GST_MAJORMINOR): Update core version req to
8538         0.10.2.2, for the collectpads API addition (#330244).
8539
8540 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8541
8542         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8543           Return FALSE from plugin_init() when GnomeVFS can't
8544           be initialised for some reason (#328423).
8545
8546 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8547
8548         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8549         Stick to seeking theory until i find the bug.
8550         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8551
8552 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8553
8554         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8555         (theora_enc_finalize), (theora_enc_sink_setcaps),
8556         (theora_set_header_on_caps), (theora_enc_chain),
8557         (theora_enc_change_state):
8558         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8559           Make theoraenc and the tests leak free. Like, really.
8560
8561 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8562
8563         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8564         (theora_enc_finalize), (theora_enc_sink_setcaps):
8565           Add a finalize method to ensure we clean up state even if
8566           someone omitted the state change back to NULL.
8567
8568         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8569         (gst_vorbisenc_chain):
8570           Free some more leaked bits.
8571
8572         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8573         (stop_pipeline):
8574           Wait for state changes to happen if they're ASYNC.
8575
8576           This ought to teach those fancy pants buildbots a lesson.
8577
8578 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8579
8580         * gst-libs/gst/tag/gstid3tag.c:
8581           Add mapping for ID3 International Standard Recording Code
8582           tag "TSRC"
8583
8584 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8585
8586         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8587           Don't leak tag names.
8588
8589 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8590
8591         * docs/libs/gst-plugins-base-libs-docs.sgml:
8592         * docs/libs/gst-plugins-base-libs-sections.txt:
8593         * gst-libs/gst/tag/gstid3tag.c:
8594         * gst-libs/gst/tag/gstvorbistag.c:
8595         * gst-libs/gst/tag/tags.c:
8596           Split libgsttag docs into multiple sections.
8597
8598 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * docs/libs/Makefile.am:
8601         * docs/libs/gst-plugins-base-libs-docs.sgml:
8602         * docs/libs/gst-plugins-base-libs-sections.txt:
8603         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8604         * gst-libs/gst/tag/gstvorbistag.c:
8605         * gst-libs/gst/tag/tag.h:
8606         * gst-libs/gst/tag/tags.c:
8607           Add libgsttag to the docs.
8608
8609 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8610
8611         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8612         (gst_text_overlay_init), (gst_text_overlay_src_event),
8613         (gst_text_overlay_collected): Fix clockoverlay.
8614
8615 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8616
8617         * docs/libs/compiling.sgml:
8618           Fix typo: it's pkg-config, not pkg-gconfig
8619
8620         * docs/libs/gst-plugins-base-libs-docs.sgml:
8621         * docs/libs/gst-plugins-base-libs-sections.txt:
8622         * docs/libs/tmpl/gstgconf.sgml:
8623           There is no libgstgconf in 0.10, remove it
8624           from the docs.
8625
8626 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8627
8628         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8629         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8630         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8631         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8632         (gst_sub_parse_class_init), (gst_sub_parse_init),
8633         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8634         (parse_mpsub), (parser_state_init), (handle_buffer),
8635         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8636         * gst/subparse/gstsubparse.h: Introduce seeking code.
8637
8638 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8639
8640         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8641           Add comment about LANGUAGE tag inconsistency (we want
8642           ISO-639-1, but extract three-letter identifiers?)
8643
8644         * po/POTFILES.in:
8645           Add two translatable files.
8646
8647 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8648
8649         * gst-libs/gst/tag/Makefile.am:
8650         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8651         * gst-libs/gst/tag/tag.h:
8652         * gst-libs/gst/tag/tags.c:
8653         (gst_tag_register_musicbrainz_tags_internal),
8654         (gst_tag_register_musicbrainz_tags):
8655           Forward-port some tags stuff from the 0.8 branch. This is
8656           mostly the addition of musicbrainz tags and their mapping
8657           to vorbistags, and a vorbistag mapping of the language tag.
8658
8659 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8660
8661         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8662         refactoring.
8663
8664 2006-02-04  David Schleef  <ds@schleef.org>
8665
8666         * ext/ogg/gstoggmux.c:
8667         * gst/typefind/gsttypefindfunctions.c:
8668           Add Dirac typefinding and add dirac format to oggmux.
8669
8670 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8671
8672         * gst/playback/gstdecodebin.c: (try_to_link_1):
8673           Don't put essential function call into
8674           g_return_*() macro, otherwise it'll all be
8675           replaced by NOOPs when compiling with
8676           G_DISABLE_CHECKS defined.
8677
8678 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8679
8680         * ext/ogg/gstoggdemux.c:
8681         * ext/ogg/gstoggparse.c:
8682         * gst/tcp/gsttcpserversink.c:
8683         * sys/v4l/v4lsrc_calls.c:
8684         * sys/v4l/v4lsrc_calls.h:
8685         Just make it compile with --disable-gst-debug.
8686
8687 2006-02-03  Wim Taymans  <wim@fluendo.com>
8688
8689         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8690         (gst_alsasink_class_init), (gst_alsasink_init),
8691         (gst_alsasink_write), (gst_alsasink_reset):
8692         * ext/alsa/gstalsasink.h:
8693         Add lock to protect alsa calls.
8694         Implement reset to flush samples ASAP, does not work
8695         with dmix though.
8696
8697 2006-02-02  Wim Taymans  <wim@fluendo.com>
8698
8699         * gst-libs/gst/audio/gstbaseaudiosink.c:
8700         (gst_base_audio_sink_provide_clock):
8701         Ugh.. getting late I guess...
8702
8703 2006-02-02  Wim Taymans  <wim@fluendo.com>
8704
8705         * gst-libs/gst/audio/gstbaseaudiosink.c:
8706         (gst_base_audio_sink_provide_clock),
8707         (gst_base_audio_sink_set_property),
8708         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8709         Don't try to provide a clock when we are not negotiated since
8710         we might not be able to make it run.
8711
8712 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8713
8714         * gst/playback/gstdecodebin.c: (try_to_link_1):
8715           Unlinking two source pads is ... hard.
8716
8717 2006-02-02  Wim Taymans  <wim@fluendo.com>
8718
8719         * gst-libs/gst/audio/TODO:
8720         Updated.
8721
8722         * gst-libs/gst/audio/gstbaseaudiosink.c:
8723         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8724         On EOS, wait till the last sample is played before posting EOS.
8725
8726 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8727
8728         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8729           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8730           setting queue_delay to zero. Also avoid thread being started if
8731           queue_delay is zero.
8732
8733 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8734
8735         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8736           Make test work again by connecting fakesinks to each decoded pad,
8737           which makes the pipeline wait until each fakesink has a buffer
8738           queued before going to PAUSED state. At that point we know the
8739           decodebin pads are negotiated.
8740
8741 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8742
8743         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8744         (gst_cdda_base_src_handle_event):
8745         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8746           Pass unhandled queries to the parent class's query function.
8747
8748 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8749
8750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8751         (gst_ogg_pad_src_query):
8752         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8753         * ext/theora/theoradec.c: (theora_dec_src_query),
8754         (theora_dec_sink_query):
8755         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8756         (vorbis_dec_sink_query):
8757         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8758         (gst_vorbisenc_sink_query):
8759         * gst/adder/gstadder.c: (gst_adder_query):
8760           Pass unhandled queries upstream instead of just
8761           dropping them (#326447). Also, fix supported
8762           query types list for some elements.
8763
8764 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8765
8766         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8767         (paris_type_find), (ilbc_type_find), (plugin_init):
8768           Fix typefinding for audio/x-au, audio/x-paris and
8769           audio/iLBC-sh. We cannot use the START_WITH macros
8770           here, because there can only be one typefind factory
8771           with the same name (caps), so the second one would
8772           replace the first one and the first one would never
8773           be called when doing typefinding (see #161712).
8774           
8775
8776 2006-01-31  Wim Taymans  <wim@fluendo.com>
8777
8778         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8779         (vorbis_handle_header_packet), (vorbis_dec_push),
8780         (vorbis_handle_data_packet):
8781         Use scale_int when we can, add some more scaling.
8782         Check packettype before parsing it.
8783
8784 2006-01-31  Wim Taymans  <wim@fluendo.com>
8785
8786         * ext/theora/theoradec.c: (_theora_granule_time),
8787         (theora_dec_src_convert), (theora_dec_sink_convert):
8788         Call right _scale functions.
8789         Use parameter instead of some other random value.
8790
8791 2006-01-31  Wim Taymans  <wim@fluendo.com>
8792
8793         * ext/theora/theoradec.c: (_theora_granule_frame),
8794         (_theora_granule_time), (_inc_granulepos),
8795         (theora_dec_src_convert), (theora_dec_sink_convert),
8796         (theora_handle_type_packet), (theora_handle_data_packet),
8797         (theora_dec_chain):
8798         Use higher precision timestamps calculation.
8799         Convert some other conversions to _scale.
8800
8801 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8802
8803         * gst/audiotestsrc/gstaudiotestsrc.c:
8804         (gst_audio_test_src_create_sine_table), (plugin_init):
8805         * gst/volume/gstvolume.c: (plugin_init):
8806           initialize gst_controller before using
8807
8808 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8809
8810         * tests/check/pipelines/theoraenc.c:
8811         * tests/check/pipelines/vorbisenc.c:
8812         Define constant using G_GINT64_CONSTANT to avoid errors when
8813         passing it around - otherwise it gets truncated to 32 bits.
8814
8815         Fixes failing tests.
8816
8817 2006-01-31  Andy Wingo  <wingo@pobox.com>
8818
8819         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8820         caps being set doesn't have a framerate value. Basically a stopgap
8821         measure.
8822
8823         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8824         technically correct enough to put into core though.
8825         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8826         DURATION. Fixes theoraenc ! oggmux.
8827
8828         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8829         fraction, not double.
8830
8831 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8832
8833         * win32/vs7:
8834         add vs7 project files created by Sergey Scobich
8835
8836 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8837
8838         * win32/vs8:
8839         add vs8 project files created by Sergey Scobich
8840         
8841 2006-01-30  Andy Wingo  <wingo@pobox.com>
8842
8843         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8844         timestamp + duration, not just timestamp -- ogg pages should be
8845         ordered by stop time. Necessary fix given the change in vorbis
8846         timestamps.
8847
8848         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8849         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8850         (granulepos_add): New function, handles the messiness of adjusting
8851         granulepos values.
8852         (theora_buffer_from_packet):
8853         (theora_enc_chain):
8854         (theora_enc_sink_event): Use granulepos_add, not +.
8855
8856         * tests/check/pipelines/theoraenc.c
8857         (check_buffer_granulepos_from_starttime): Just check the frame
8858         count, not the actual granulepos -- we can't dictate to the
8859         encoder when it should be placing keyframes.
8860
8861 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8862
8863         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8864           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8865           play an http:// stream from a server that's not serving
8866
8867 2006-01-30  Andy Wingo  <wingo@pobox.com>
8868
8869         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8870         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8871         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8872         available.
8873
8874         * ext/theora/gsttheoraenc.h:
8875         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8876         although theoraenc was timestamping correctly. Added handling of
8877         streams that start with nonzero timestamps.
8878
8879         * tests/check/Makefile.am:
8880         * tests/check/pipelines/theoraenc.c: New file, basically does same
8881         tests as vorbisenc.
8882
8883         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8884
8885 2006-01-30  Wim Taymans  <wim@fluendo.com>
8886
8887         * gst-libs/gst/audio/gstaudiosink.c:
8888         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8889         (gst_audioringbuffer_pause):
8890         Implement pause that does not wait for completion.
8891
8892         * gst-libs/gst/audio/gstbaseaudiosink.c:
8893         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8894         Don't drop buffers when going to PAUSED but perform preroll on
8895         remaining samples now that core base class supports this.
8896
8897         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8898         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8899         (gst_ring_buffer_commit):
8900         Pause should not signal waiters.
8901         Implement return value of _commit correctly.
8902
8903 2006-01-30  Andy Wingo  <wingo@pobox.com>
8904
8905         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8906
8907         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8908         updated to timestamp from the first sample, not the last.
8909         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8910         special care of granulepos and timestamp for header packets.
8911         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8912         when the first buffer has a nonzero timestamp.
8913
8914         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8915         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8916         case when the first audio buffer we get has a nonzero timestamp.
8917         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8918         properly timestamp vorbis buffers with the time of the first
8919         sample, not the last.
8920         
8921         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8922         vorbis_granule_time_copy -- now it takes the granule/subgranule
8923         offset into account.
8924
8925         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8926         timestamps, durations, and granulepos on buffers produced by
8927         vorbisenc.
8928
8929 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8930
8931         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8932         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8933           Patch from Eric Jonas to support conversions to/from UYVY 
8934           (Fixes: #324626)
8935
8936 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8937
8938         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8939         (setup_subtitle), (setup_source), (set_active_source):
8940         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8941         (gen_text_element), (gen_audio_element), (gen_vis_element),
8942         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8943
8944 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8945
8946         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8947         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8948                 use gst_guint64_to_gdouble to be compliant with vs6
8949         * gst/playback/gstdecodebin.c: (try_to_link_1)
8950         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8951                 use G_GINT64_CONSTANT for int64 constants
8952         * win32/common/libgstinterfaces.def:
8953                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8954         * win32/vs6:
8955                 update and add new project files
8956                 
8957 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8958
8959         * Makefile.am:
8960         * win32/MANIFEST:
8961         * win32/common/interfaces-enumtypes.c:
8962         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8963         (gst_mixer_track_flags_get_type),
8964         (gst_tuner_channel_flags_get_type):
8965         * win32/common/interfaces-enumtypes.h:
8966         * win32/common/multichannel-enumtypes.c:
8967         (gst_audio_channel_position_get_type):
8968         * win32/common/multichannel-enumtypes.h:
8969           add a win32-update rule like in core, and copy over enumtypes files
8970
8971 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8972
8973         * win32/MANIFEST:
8974         * win32/common/config.h:
8975         * win32/common/config.h.in:
8976           add config files just like in core
8977
8978 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8979
8980         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8981           Make gcc-4.1 happy (part of #327357).
8982
8983 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8984
8985         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8986         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8987         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8988         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8989         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8990         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8991           Update all error messages.  All of them should either use
8992           the default translated message, or actually provide a
8993           translatable string.
8994           Make the string for channel count problems meaningful.
8995
8996 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8997
8998         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8999           check for and throw RESOURCE_BUSY
9000
9001 2006-01-27  David Schleef  <ds@schleef.org>
9002
9003         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
9004           checked in this change -- it requires liboil features not
9005           in 0.3.6.  Revert parts.
9006
9007 2006-01-27  David Schleef  <ds@schleef.org>
9008
9009         * REQUIREMENTS:
9010         * configure.ac: update liboil requirement to 0.3.6
9011         * gst/videoscale/Makefile.am:
9012         * gst/videoscale/vs_scanline.c: liboilify
9013
9014 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9015
9016         * ext/libvisual/visual.c: (get_buffer):
9017           When pad_alloc returns a GstFlowReturn other
9018           than GST_FLOW_OK, make sure it is passed upstream.
9019
9020 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9021
9022         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9023         (gst_alsasink_class_init):
9024           Free the device name string.
9025
9026         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9027         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
9028         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
9029           Don't remove a pad from the collectpads structure until it
9030           is released - it's a request pad, and may receive data again
9031           if the element gets moved back to PLAYING state.
9032
9033         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9034           Ensure we turn on double buffering on the Xv port, and
9035           set the colour key to something dark and mysterious that
9036           isn't black.
9037
9038 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9039
9040         * ext/alsa/gstalsaplugin.c: (plugin_init):
9041         * ext/cdparanoia/gstcdparanoiasrc.c:
9042         (gst_cd_paranoia_src_base_init), (plugin_init):
9043         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9045           - a library should not call setlocale. see "Libraries" node in
9046             gettext manual
9047           - make sure all plugins that use translation do bindtextdomain
9048             to point to the localedir
9049         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9050         (setup_sinks), (plugin_init):
9051           all this, and check for NULL when creating sinks
9052
9053 2006-01-27  Julien MOUTTE  <julien@moutte.net>
9054
9055         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9056         (plugin_init): Make typefinding of subtitles work again.
9057
9058 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
9059
9060         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9061         (mp3_type_frame_length_from_header), (mp3_type_find),
9062         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9063         (plugin_init):
9064           Backport a bunch of typefinding fixes from the 0.8 branch.
9065           Also, improve wavpack typefinding: if we can't peek the
9066           entire wavpack block, try to parse the bits we can get and
9067           see if we find what we're looking for in those.
9068
9069 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9070
9071         * sys/ximage/ximagesink.c:
9072         (gst_ximagesink_calculate_pixel_aspect_ratio):
9073         * sys/xvimage/xvimagesink.c:
9074         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9075         more cases of pixel aspect ratio.
9076
9077 2006-01-26  Edward Hervey  <edward@fluendo.com>
9078
9079         * gst/playback/gstdecodebin.c: (pad_probe):
9080         Also consider the flush-start and tag events as unblockers
9081         for the pad probes.
9082
9083 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9084
9085         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9086         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9087         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
9088         On the fly visualisation switch, works disabling, enabling as
9089         well but it won't be able to enable vis in a playbin that was
9090         created with no visualisation.
9091
9092 2006-01-25  Wim Taymans  <wim@fluendo.com>
9093
9094         * gst-libs/gst/audio/gstbaseaudiosink.c:
9095         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9096         Undo previous commit that returned WRONG_STATE sooner, it breaks 
9097         resume after pause.
9098
9099 2006-01-25  Wim Taymans  <wim@fluendo.com>
9100
9101         * gst-libs/gst/audio/gstbaseaudiosink.c:
9102         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9103         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9104         Improve debugging.
9105         Post error when caps cannot be parsed.
9106         Resync on discontinuity in the stream.
9107         Clip samples to segment boundaries.
9108         return WRONG_STATE sooner when we are flushing.
9109
9110         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9111         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9112         Make audiosrc operate in TIME.
9113         Set TIMESTAMP and DURATION on buffers.
9114
9115 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
9116
9117         * tests/examples/seek/seek.c: (main):
9118           Output tag messages as well.
9119
9120 2006-01-23  Edward Hervey  <edward@fluendo.com>
9121
9122         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9123         (free_pad_probes), (remove_fakesink), (pad_probe),
9124         (close_pad_link), (gst_decode_bin_change_state):
9125         Replace GstPadBlockCallback with pad probes that detect
9126         first buffer AND eos before removing fakesink.
9127         Fixes hang with demuxers doing EOS while pre-rolling.
9128         Solves #328279
9129
9130 2006-01-23  Andy Wingo  <wingo@pobox.com>
9131
9132         * ext/alsa/gstalsasink.c:
9133         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9134         (gst_base_rtp_depayload_setcaps),
9135         (gst_base_rtp_depayload_add_to_queue),
9136         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9137         
9138         Patch by: Jens Granseuer <jensgr at gmx dot net>
9139
9140 2006-01-22  Julien MOUTTE  <julien@moutte.net>
9141
9142         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9143         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9144         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
9145         frames. We might get a frame destroyed after changing state to
9146         NULL, adding a safety check on xcontext.
9147
9148 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9149
9150         * gst-libs/gst/interfaces/xoverlay.c:
9151           Fix prepare-xwindow-id code example in the docs - we need to
9152           ignore all messages that aren't element messages as well.
9153           
9154 2006-01-21  Julien MOUTTE  <julien@moutte.net>
9155
9156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9157           I think one day i'll completely undestand how caps negotiation
9158           is supposed to work. This refactoring handles buffer_alloc
9159           called with caps we can't handle. We definitely don't want a
9160           set_caps with those caps, so we define and allocate a buffer
9161           we would like to receive.
9162
9163 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9164
9165         * gst/playback/gstplaybasebin.c: (setup_source):
9166           Free iterator when done.
9167
9168 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
9169
9170         * gst-libs/gst/audio/gstbaseaudiosink.c:
9171         (gst_base_audio_sink_render):
9172           Fix playback of non-synchronised streams by assuming a rate
9173           of 1.0 instead of a random one.
9174
9175           Makes this work again:
9176
9177           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9178           endianness=(int)4321, signed=(boolean)true, width=(int)16,
9179           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9180           audioresample ! alsasink
9181
9182 === release 0.10.2 ===
9183
9184 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
9185
9186         * configure.ac:
9187           releasing 0.10.2, "Then the devil is six"
9188
9189 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9190
9191         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9192         * gst/playback/gststreamselector.c:
9193         (gst_stream_selector_set_property):
9194           Comment out broken code that connects to the state-changed signal.
9195           At this point, changing current stream selection is broken, but 
9196           stuff like gst-launch playbin current-audio=1 works and filters
9197           to the chosen stream.
9198
9199 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9200
9201         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9202           Fix #327216 (null dereference in vorbisdec)
9203
9204 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9205
9206         * ext/theora/theoradec.c: (theora_handle_comment_packet):
9207           Post taglist actually on bus instead of just freeing it
9208           (fixes #327114 and totem bug #327080).
9209
9210         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9211           Use gst_element_found_tags_for_pad(), so that the tags
9212           are sent downstream as an event as well.
9213
9214 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9215
9216         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9217         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9218         (gst_ximagesink_buffer_alloc):
9219         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9220         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9221         (gst_xvimagesink_buffer_alloc):
9222           move all regularly occurring messages to GST_LOG level
9223           add some more object logs
9224
9225 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9226
9227         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9228           fix a silly segfault
9229
9230 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9231
9232         * docs/libs/gst-plugins-base-libs-docs.sgml:
9233         * docs/libs/gst-plugins-base-libs-sections.txt:
9234         * gst-libs/gst/audio/mixerutils.c:
9235         * gst-libs/gst/audio/mixerutils.h:
9236           Add docs for mixerutils stuff.
9237
9238 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9239
9240         * gst/playback/gstplaybasebin.c: (setup_source):
9241           Fix playback for sources that emit raw audio or
9242           raw video streams (e.g.: cd audio sources) (#325984).
9243
9244 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9245
9246         * gst-libs/gst/audio/mixerutils.c:
9247         (gst_audio_mixer_filter_do_filter):
9248           actually save the element we create
9249
9250 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * gst-libs/gst/cdda/gstcddabasesrc.c:
9253         (gst_cdda_base_src_handle_track_seek):
9254           No need to post a tag message on the bus when seeking
9255           within the same track, only post it when the current
9256           track changes.
9257
9258 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9259
9260         * gst/playback/gstplaybasebin.c: (group_destroy),
9261         (probe_triggered), (new_decoded_pad), (mute_group_type),
9262         (set_active_source):
9263         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9264         * gst/playback/gststreamselector.c:
9265         (gst_stream_selector_base_init),
9266         (gst_stream_selector_set_property),
9267         (gst_stream_selector_request_new_pad):
9268           Reenable stream selection. These mechanisms need a complete overhaul
9269           in the face of 0.8->0.10 changes though.
9270
9271 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9272
9273         * ext/ogg/gstoggdemux.c:
9274           Change the pad template to src_%d to match the pads that 
9275           are created from it. decodebin needs this information in order
9276           to decide that oggdemux is capable of producing multiple pads
9277           (and hence needs queues inserted).
9278
9279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9280         (gst_ogg_mux_collected):
9281           Make debug output more useful by using GST_PTR_FORMAT.
9282
9283 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9284
9285         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9286
9287         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9288           Set depth and width for alaw/mulaw (fixes #326601).
9289
9290 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9291
9292         * tests/icles/Makefile.am:
9293           don't build the tests if we don't have the libs
9294
9295 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9296
9297         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9298         (gst_cd_paranoia_paranoia_callback):
9299           Don't try to free NULL pointers.
9300
9301 2006-01-10  Edward Hervey  <edward@fluendo.com>
9302
9303         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9304         (gst_audio_rate_change_state), (plugin_init):
9305         Add debugging category.
9306         Fix type issues.
9307         Add case for incoming buffers without valid offset/offset_end.
9308
9309 2006-01-10  Michael Smith  <msmith@fluendo.com>
9310
9311         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9312           Don't leak GCond in audio sources.
9313
9314 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9315
9316         * gst/playback/gstplaybin.c: (gen_audio_element):
9317           Don't leak an autoaudiosink/alsasink when we generate
9318           a new audio element. (old code, I guess)
9319
9320 2006-01-10  Michael Smith  <msmith@fluendo.com>
9321
9322         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9323           Support float audio in audiorate.
9324           Use width rather than depth for selecting sample width.
9325
9326 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9327
9328         * gst/videotestsrc/videotestsrc.h:
9329           Use GLib types here (that way we don't have to include the
9330           generated _stdint.h header, which makes life easier for win32
9331           folks that don't use autotools for the build) (#325990, patch
9332           by: Sergey Scobich).
9333
9334 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9335
9336         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9337         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9338         (gst_ring_buffer_pause), (wait_segment):
9339         * gst-libs/gst/audio/gstringbuffer.h:
9340           Name (private) union, makes Forte compiler happy (this time
9341           for real) (#324900).
9342
9343 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9344
9345         * gst-libs/gst/audio/Makefile.am:
9346           Link against libgstinterfaces, needed for mixer
9347           and property probe stuff.
9348
9349 2006-01-09  Edward Hervey  <edward@fluendo.com>
9350
9351         * gst-libs/gst/Makefile.am:
9352
9353 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9354
9355         * gst-libs/gst/audio/Makefile.am:
9356         * gst-libs/gst/audio/mixerutils.c:
9357         (gst_audio_mixer_filter_do_filter),
9358         (gst_audio_mixer_filter_check_element),
9359         (gst_audio_mixer_filter_probe_feature),
9360         (element_factory_rank_compare_func),
9361         (gst_audio_default_registry_mixer_filter):
9362         * gst-libs/gst/audio/mixerutils.h:
9363           Add gst_audio_default_registry_mixer_filter() utility
9364           function.
9365
9366 2006-01-03  Michael Smith  <msmith@fluendo.com>
9367
9368         * gst/audioresample/resample.h:
9369           As before, but for o_buf
9370
9371 2006-01-03  Michael Smith  <msmith@fluendo.com>
9372
9373         * gst/audioresample/resample.h:
9374           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9375           since we do arithmetic on it.
9376
9377 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9378
9379         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9380         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9381         (gst_ring_buffer_pause), (wait_segment):
9382         * gst-libs/gst/audio/gstringbuffer.h:
9383           Sun's Forte compiler doesn't seem to like anonymous structs,
9384           so use same setup as in GstBaseSrc (fixes #324900).
9385
9386 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9387
9388         * configure.ac:
9389         * gst/volume/Makefile.am:
9390         * gst/volume/demo.c:
9391           move old example to tests/examples/volume/volune.c
9392         * tests/examples/Makefile.am:
9393         * tests/examples/seek/seek.c: (main):
9394           change window-close event from "delete-event" to "destroy"
9395         * tests/examples/volume/Makefile.am:
9396         * tests/examples/volume/volume.c: (value_changed_callback),
9397         (setup_gui), (message_received), (eos_message_received), (main):
9398           fix event handling and bus usage
9399
9400 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9401
9402         * gst/audiotestsrc/gstaudiotestsrc.c:
9403         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9404         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9405         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9406         (gst_audio_test_src_create_square),
9407         (gst_audio_test_src_create_saw),
9408         (gst_audio_test_src_create_triangle),
9409         (gst_audio_test_src_create_silence),
9410         (gst_audio_test_src_create_white_noise),
9411         (gst_audio_test_src_create_pink_noise),
9412         (gst_audio_test_src_init_sine_table),
9413         (gst_audio_test_src_create_sine_table),
9414         (gst_audio_test_src_change_wave),
9415         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9416         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9417         * gst/audiotestsrc/gstaudiotestsrc.h:
9418           update to basesrc changes, implement segmented seeking and eos
9419           handling, add a 'sine-tab' waveform for performance critical playback
9420
9421 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9422
9423         * po/POTFILES.in:
9424           ... and this time the other modified file that I missed last time.
9425
9426 2005-12-29  Michael Smith  <msmith@fluendo.com>
9427
9428         * gst/playback/gstdecodebin.c: (new_pad):
9429           Fix non-C89 variable declaration not at the start of a block. Should
9430           help some compilers.
9431
9432 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * tests/check/Makefile.am:
9435           And now fix 'make distcheck' (builddir != srcdir)
9436
9437 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9438
9439         * configure.ac:
9440         * ext/cdparanoia/Makefile.am:
9441         * ext/cdparanoia/gstcdparanoia.c:
9442         * ext/cdparanoia/gstcdparanoia.h:
9443         * ext/cdparanoia/gstcdparanoiasrc.c:
9444         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9445         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9446         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9447         (gst_cd_paranoia_paranoia_callback),
9448         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9449         (gst_cd_paranoia_src_set_property),
9450         (gst_cd_paranoia_src_get_property), (plugin_init):
9451         * ext/cdparanoia/gstcdparanoiasrc.h:
9452           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9453           plugin again (there are still fixes required to playbin to make
9454           cdda:// uris work there).
9455
9456 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9457
9458         * tests/check/Makefile.am:
9459           Fix test case compilation.
9460
9461 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9462
9463         * gst-libs/gst/cdda/gstcddabasesrc.c:
9464         (gst_cdda_base_src_update_duration),
9465         (gst_cdda_base_src_calculate_cddb_id):
9466           An integer is not a string. Fix access to uninitialised variable.
9467
9468         * tests/check/Makefile.am:
9469           Add cddabasesrc unit test; also actually enable the vorbis test.
9470
9471         * tests/check/generic/states.c:
9472           Blacklist new cd audio elements as well.
9473
9474         * tests/check/libs/cddabasesrc.c:
9475           Unit test for GstCddaBaseSrc (discid calculation mostly).
9476
9477 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9478
9479         * docs/libs/Makefile.am:
9480         * docs/libs/gst-plugins-base-libs-docs.sgml:
9481         * docs/libs/gst-plugins-base-libs-sections.txt:
9482         * docs/libs/gst-plugins-base-libs.types:
9483           Add docs for libgstcdda/GstCddaBaseSrc.
9484
9485         * gst-libs/gst/interfaces/mixertrack.h:
9486           Do one struct member per line with a semicolon at the end, that way
9487           even gtk-doc might parse it without complaining.
9488
9489 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9490
9491         * configure.ac:
9492         * gst-libs/gst/Makefile.am:
9493         * gst-libs/gst/cdda/Makefile.am:
9494         * gst-libs/gst/cdda/base64.c:
9495         * gst-libs/gst/cdda/base64.h:
9496         * gst-libs/gst/cdda/gstcddabasesrc.c:
9497         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9498         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9499         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9500         (gst_cdda_base_src_get_property),
9501         (gst_cdda_base_src_get_track_from_sector),
9502         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9503         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9504         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9505         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9506         (gst_cdda_base_src_uri_get_protocols),
9507         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9508         (gst_cdda_base_src_uri_handler_init),
9509         (gst_cdda_base_src_setup_interfaces),
9510         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9511         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9512         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9513         (gst_cdda_base_src_add_tags),
9514         (gst_cdda_base_src_add_index_associations),
9515         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9516         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9517         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9518         (gst_cdda_base_src_create):
9519         * gst-libs/gst/cdda/gstcddabasesrc.h:
9520         * gst-libs/gst/cdda/sha1.c:
9521         * gst-libs/gst/cdda/sha1.h:
9522           Add new libgstcdda with GstCddaBaseSrc class.
9523
9524 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * ext/gnomevfs/gstgnomevfssink.h:
9527           Use GstBaseSinkClass as parent_class member for class struct, not
9528           GstBaseSink.
9529
9530 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9531
9532         Patch by: Michael Benes
9533
9534         * gst/videotestsrc/gstvideotestsrc.c:
9535         (gst_video_test_src_class_init), (gst_video_test_src_start):
9536           Add start method to reset running time and number of frames sent
9537           when starting up (fixes #324696)
9538
9539 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9540
9541         * docs/plugins/Makefile.am:
9542         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9543         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9544         * docs/plugins/gst-plugins-base-plugins.args:
9545         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9546         * docs/plugins/gst-plugins-base-plugins.signals:
9547           Add docs stuff for gnomevfssrc and gnomevfssink.
9548
9549         * ext/gnomevfs/gstgnomevfssrc.c:
9550           Fix example pipeline in gtk-doc blurb.
9551
9552 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9553
9554         * ext/gnomevfs/Makefile.am:
9555         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9556         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9557         (gst_gnome_vfs_handle_get_type), (plugin_init):
9558         * ext/gnomevfs/gstgnomevfs.h:
9559         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9560         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9561         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9562         (gst_gnome_vfs_sink_set_property),
9563         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9564         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9565         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9566         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9567         (gst_gnome_vfs_sink_uri_get_type),
9568         (gst_gnome_vfs_sink_uri_get_protocols),
9569         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9570         (gst_gnome_vfs_sink_uri_handler_init):
9571         * ext/gnomevfs/gstgnomevfssink.h:
9572           Port gnomevfssink; add gtk-doc blurb.
9573
9574         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9575         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9576         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9577         (gst_gnome_vfs_src_uri_get_type),
9578         (gst_gnome_vfs_src_uri_get_protocols),
9579         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9580         (gst_gnome_vfs_src_uri_handler_init),
9581         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9582         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9583         (gst_gnome_vfs_src_send_additional_headers_callback),
9584         (gst_gnome_vfs_src_received_headers_callback),
9585         (gst_gnome_vfs_src_push_callbacks),
9586         (gst_gnome_vfs_src_pop_callbacks),
9587         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9588         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9589         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9590         * ext/gnomevfs/gstgnomevfssrc.h:
9591           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9592           file; add gtk-doc blurb with example pipelines.
9593
9594 === release 0.10.1 ===
9595
9596 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9597
9598         * configure.ac:
9599           releasing 0.10.1, "Dobro Dedek"
9600
9601 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9602
9603         * gst/typefind/gsttypefindfunctions.c:
9604         iLBC30 and iLBC20 added to typefind.
9605
9606 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9607
9608         * gst-libs/gst/audio/gstbaseaudiosink.c:
9609         (gst_base_audio_sink_class_init):
9610         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9611         (gst_base_audio_src_class_init):
9612           update strings, values are in microseconds
9613           change the default sink buffer time to something that is smaller
9614           (to help software volume mixing have a slightly lower delay) but
9615           still be acceptable on Wim's laptop
9616
9617 2005-12-20  Edward Hervey  <edward@fluendo.com>
9618
9619         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9620         Made a quack, forgot to add DUCK to the riff video template.
9621
9622 2005-12-19  Edward Hervey  <edward@fluendo.com>
9623
9624         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9625         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9626         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9627         (gst_ogm_parse_chain):
9628         Make sure pads are initialized correctly.
9629         * gst-libs/gst/riff/riff-ids.h:
9630         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9631         (gst_riff_create_video_template_caps):
9632         Add a whole bunch of FOURCC <=> MimeType.
9633         Extend the riff video pad template to support the newly added fourcc.
9634
9635 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9636
9637         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9638         (gst_ogg_demux_activate_chain):
9639           Extra debug output when activating/deactivating chains.
9640
9641         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9642         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9643         (unlinked):
9644           Remove a queue from our list when it becomes unlinked.
9645           Don't add queues to elements in class 'Demux' if they
9646           can only produce one pad 
9647
9648 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9649
9650         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9651         (gst_video_sink_get_type): Add a debug category.
9652
9653 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9654
9655         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9656         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9657           Handle downstream newsegment by sending our own newsegment before the
9658           next buffer to be released. (#323900)
9659
9660 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9661
9662         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9663         (gst_base_rtp_depayload_set_gst_timestamp):
9664           add queue delay to new segment as well (as opposed to just the first
9665           buffer). (bug #322347)
9666
9667 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9668
9669         * ext/libvisual/visual.c: (make_valid_name):
9670           change some char* into char[]
9671         * gst/audiotestsrc/gstaudiotestsrc.c:
9672         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9673         (gst_audio_test_src_create):
9674         * gst/audiotestsrc/gstaudiotestsrc.h:
9675           prepare to handle EOS and SEGMENT_DONE
9676
9677 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9678
9679         * tests/check/generic/states.c: (GST_START_TEST):
9680           Blacklist cdparanoia element in state test.
9681
9682 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9683
9684           Patch by: Benjamin Pineau
9685
9686         * gst/tcp/gsttcp.c:
9687         * gst/tcp/gsttcpclientsink.c:
9688         * gst/tcp/gsttcpserversink.c:
9689         * gst/tcp/gsttcpserversrc.c:
9690           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9691
9692 2005-12-15  Michael Smith  <msmith@fluendo.com>
9693
9694         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9695         (gst_video_rate_chain):
9696           Fix timestamping for videorate when the first buffer it sees has a
9697           non-zero timestamp. Fix some misleading debug output.
9698
9699 2005-12-15  Michael Smith  <msmith@fluendo.com>
9700
9701         * gst/audioresample/gstaudioresample.c:
9702           Don't leak all input buffers to audioresample.
9703
9704 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9705
9706         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9707           Don't operate on empty text buffers. Strip newlines and
9708           tabs only from the end of the text, but leave them intact
9709           in the middle. Fix typo in gtk-doc description.
9710
9711 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9712
9713         * gst/playback/gstplaybasebin.c:
9714         * gst/playback/gstplaybin.c: (handoff):
9715           Make sure the video frame buffer we return to apps via the
9716           "frame" property always has caps set on it. Modify
9717           _gst_gvalue_set_object() macro to handle NULL objects
9718           gracefully too.
9719
9720 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9721
9722         * gst/audiotestsrc/gstaudiotestsrc.c:
9723         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9724         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9725         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9726         (gst_audio_test_src_create):
9727         * gst/audiotestsrc/gstaudiotestsrc.h:
9728         Adjust to some recent api changes and add wtays new cool seeking
9729         capabillities
9730
9731 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9732
9733         * ext/alsa/Makefile.am:
9734         * ext/alsa/gstalsadeviceprobe.c:
9735         * ext/alsa/gstalsadeviceprobe.h:
9736           Helper functions to add device probing via the GstPropertyProbe
9737           interface to a class.
9738
9739         * ext/alsa/gstalsamixer.h:
9740           Comment out GST_ALSA_MIXER, it returns a struct that's not
9741           used.
9742
9743         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9744           Add some debug info. 
9745
9746         * ext/alsa/gstalsamixerelement.c:
9747         (gst_alsa_mixer_element_interface_supported),
9748         (gst_implements_interface_init),
9749         (gst_alsa_mixer_element_init_interfaces),
9750         (gst_alsa_mixer_element_class_init),
9751         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9752         (gst_alsa_mixer_element_set_property),
9753         (gst_alsa_mixer_element_get_property),
9754         (gst_alsa_mixer_element_change_state):
9755         * ext/alsa/gstalsamixerelement.h:
9756           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9757           for device handling (gnome-volume-control will need that).
9758
9759 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9760
9761         * ext/Makefile.am: fix cdparanoia entry
9762         * gst-plugins-base.spec.in: add cdparanoia
9763
9764 2005-12-12  Michael Smith  <msmith@fluendo.com>
9765
9766         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9767           Use the correct function to free list of typefind factories.
9768
9769 2005-12-12  Wim Taymans  <wim@fluendo.com>
9770
9771         * gst/videotestsrc/gstvideotestsrc.c:
9772         (gst_video_test_src_class_init), (gst_video_test_src_init),
9773         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9774         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9775         (gst_video_test_src_create):
9776         * gst/videotestsrc/gstvideotestsrc.h:
9777         Implement seeking in videotestsrc.
9778         Small cleanups.
9779
9780 2005-12-12  Wim Taymans  <wim@fluendo.com>
9781
9782         * ext/cdparanoia/Makefile.am:
9783         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9784         (gst_paranoia_endian_get_type), (_do_init),
9785         (cdparanoia_class_init), (cdparanoia_init),
9786         (cdparanoia_set_property), (cdparanoia_get_property),
9787         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9788         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9789         (cdparanoia_convert), (cdparanoia_get_query_types),
9790         (cdparanoia_query), (cdparanoia_set_index),
9791         (cdparanoia_uri_set_uri):
9792         * ext/cdparanoia/gstcdparanoia.h:
9793         Partially ported cdparanoia now that basesrc can support a
9794         plugin like this..
9795
9796 2005-12-12  Wim Taymans  <wim@fluendo.com>
9797
9798         * tests/examples/seek/scrubby.c: (main):
9799         Set higher priority for bus events so they don't get reordered with
9800         gtk gui events.
9801
9802         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9803         (flush_toggle_cb), (main):
9804         Added checkbox to disable flushing seeks. 
9805         Disable scrubbing when doing non flushing seeks.
9806
9807 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9808
9809         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9810         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9811         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9812         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9813           Implement some sort of event handling that doesn't rely on
9814           g_return_if_fail; make sure we always push the last chunk of an 
9815           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9816           state change function; remove some old cruft. Seeking is still
9817           rather unlikely to work though.
9818
9819         * tools/.cvsignore:
9820           Ignore more.
9821
9822 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9823
9824         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9825         Fixed a leak of the current image reference when cleaning up.
9826         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9827
9828 2005-12-09  Michael Smith  <msmith@fluendo.com>
9829
9830         * tools/Makefile.am:
9831         * tools/gst-launch-ext-m.m:
9832           Remove gst-launch-ext. It doesn't work, and is no longer
9833           particularly useful.
9834
9835 2005-12-08  Luca Ognibene  <luogni@tin.it>
9836
9837         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9838           don't pass random values to ogmparse convert function.
9839           Make seeking possible in the exile1.ogm file.
9840
9841 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9842
9843         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9844         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9845           Work around refcount problem with g_value_set_object() that occur
9846           if the core has been compiled against GLib-2.6 (g_value_set_object()
9847           will only g_object_ref() the element, but the caller will
9848           gst_object_unref() it and bad things will happen due to the way
9849           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9850           totem for people on FC4 using Thomas's 0.10 RPMs.
9851           
9852 2005-12-07  Edward Hervey  <edward@fluendo.com>
9853
9854         Time to welcome ogm to 0.10 :)
9855         
9856         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9857         (gst_ogg_pad_typefind):
9858         Oggdemux can now properly typefind elements with dynamic pads.
9859         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9860         Properly set caps on src pad, and set caps on outgoing buffers.
9861
9862 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9863
9864         * ext/alsa/gstalsamixer.h:
9865         * ext/alsa/gstalsamixerelement.h:
9866         * ext/alsa/gstalsamixeroptions.h:
9867         * ext/alsa/gstalsamixertrack.h:
9868         * ext/alsa/gstalsasink.c:
9869         * ext/alsa/gstalsasink.h:
9870         * ext/alsa/gstalsasrc.c:
9871         * ext/alsa/gstalsasrc.h:
9872         * ext/cdparanoia/gstcdparanoia.h:
9873         * ext/gnomevfs/gstgnomevfsuri.h:
9874         * ext/ogg/gstoggdemux.c:
9875         * ext/ogg/gstoggmux.c:
9876         * ext/pango/gsttextoverlay.h:
9877         * ext/theora/theoradec.c:
9878         * ext/theora/theoraenc.c:
9879         * ext/vorbis/vorbisdec.h:
9880         * ext/vorbis/vorbisenc.c:
9881         * ext/vorbis/vorbisenc.h:
9882         * ext/vorbis/vorbisparse.h:
9883         * gst-libs/gst/audio/gstaudioclock.h:
9884         * gst-libs/gst/audio/gstaudiosink.c:
9885         * gst-libs/gst/audio/gstaudiosink.h:
9886         * gst-libs/gst/audio/gstaudiosrc.c:
9887         * gst-libs/gst/audio/gstaudiosrc.h:
9888         * gst-libs/gst/audio/gstbaseaudiosink.c:
9889         * gst-libs/gst/audio/gstbaseaudiosink.h:
9890         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9891         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9892         * gst-libs/gst/audio/gstringbuffer.h:
9893         * gst-libs/gst/audio/multichannel.h:
9894         * gst-libs/gst/floatcast/floatcast.h:
9895         * gst-libs/gst/interfaces/colorbalance.c:
9896         * gst-libs/gst/interfaces/colorbalance.h:
9897         * gst-libs/gst/interfaces/colorbalancechannel.h:
9898         * gst-libs/gst/interfaces/mixer.h:
9899         * gst-libs/gst/interfaces/mixeroptions.h:
9900         * gst-libs/gst/interfaces/mixertrack.h:
9901         * gst-libs/gst/interfaces/navigation.h:
9902         * gst-libs/gst/interfaces/propertyprobe.h:
9903         * gst-libs/gst/interfaces/tuner.h:
9904         * gst-libs/gst/interfaces/tunerchannel.h:
9905         * gst-libs/gst/interfaces/tunernorm.h:
9906         * gst-libs/gst/interfaces/xoverlay.h:
9907         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9908         * gst-libs/gst/riff/riff-ids.h:
9909         * gst-libs/gst/riff/riff-media.h:
9910         * gst-libs/gst/riff/riff-read.h:
9911         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9912         * gst-libs/gst/rtp/gstbasertppayload.c:
9913         * gst-libs/gst/rtp/gstbasertppayload.h:
9914         * gst-libs/gst/rtp/gstrtpbuffer.c:
9915         * gst-libs/gst/rtp/gstrtpbuffer.h:
9916         * gst-libs/gst/tag/gsttageditingprivate.h:
9917         * gst-libs/gst/tag/gstvorbistag.c:
9918         (gst_tag_list_from_vorbiscomment_buffer):
9919         * gst-libs/gst/tag/tag.h:
9920         * gst-libs/gst/video/video.h:
9921         * gst/adder/gstadder.c:
9922         * gst/adder/gstadder.h:
9923         * gst/audioconvert/audioconvert.c:
9924         * gst/audioconvert/audioconvert.h:
9925         * gst/audioconvert/gstaudioconvert.c:
9926         * gst/audioconvert/gstchannelmix.c:
9927         * gst/audioconvert/gstchannelmix.h:
9928         * gst/audiorate/gstaudiorate.c:
9929         * gst/audioresample/buffer.h:
9930         * gst/audioresample/functable.h:
9931         * gst/audioresample/gstaudioresample.c:
9932         * gst/audioresample/resample.h:
9933         * gst/ffmpegcolorspace/avcodec.h:
9934         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9935         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9936         * gst/ffmpegcolorspace/imgconvert.c:
9937         * gst/ffmpegcolorspace/imgconvert_template.h:
9938         * gst/playback/gstdecodebin.c:
9939         * gst/playback/gstplaybasebin.h:
9940         * gst/playback/gstplaybin.c:
9941         * gst/playback/gststreaminfo.h:
9942         * gst/tcp/gstfdset.c:
9943         * gst/tcp/gstfdset.h:
9944         * gst/tcp/gstmultifdsink.c:
9945         * gst/tcp/gstmultifdsink.h:
9946         * gst/tcp/gsttcp.h:
9947         * gst/tcp/gsttcpclientsrc.c:
9948         * gst/tcp/gsttcpclientsrc.h:
9949         * gst/tcp/gsttcpplugin.h:
9950         * gst/tcp/gsttcpserversink.c:
9951         * gst/tcp/gsttcpserversrc.c:
9952         * gst/typefind/gsttypefindfunctions.c:
9953         * gst/videorate/gstvideorate.c:
9954         * gst/videotestsrc/gstvideotestsrc.h:
9955         * gst/videotestsrc/videotestsrc.h:
9956         * sys/v4l/gstv4lcolorbalance.h:
9957         * sys/v4l/gstv4ltuner.h:
9958         * sys/v4l/gstv4lxoverlay.h:
9959         * sys/v4l/v4l_calls.h:
9960         * sys/v4l/videodev_mjpeg.h:
9961         * tests/check/elements/audioconvert.c:
9962         * tests/check/elements/audioresample.c:
9963         * tests/check/elements/audiotestsrc.c:
9964         * tests/check/elements/videotestsrc.c:
9965         * tests/check/elements/volume.c:
9966         * tests/examples/seek/scrubby.c:
9967         * tests/examples/seek/seek.c:
9968           expand tabs
9969
9970 === release 0.10.0 ===
9971
9972 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9973
9974         * configure.ac:
9975           releasing 0.10.0, "Mont-d'or"
9976
9977 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9978
9979         * tests/examples/seek/Makefile.am:
9980         Build fix for when gtk is not available.
9981
9982 2005-12-05  Andy Wingo  <wingo@pobox.com>
9983
9984         * ext/libvisual/visual.c: (get_buffer):
9985         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9986         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9987         * ext/theora/theoradec.c: (theora_handle_data_packet):
9988         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9989         (theora_enc_chain):
9990         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9991         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9992         Update for alloc_buffer changes.
9993
9994 2005-12-05  Andy Wingo  <wingo@pobox.com>
9995
9996         patch by: Kai Vehmanen <kv2004 eca cx>
9997         
9998         * gst-libs/gst/rtp/gstbasertpdepayload.c
9999         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
10000
10001 2005-12-04  Andy Wingo  <wingo@pobox.com>
10002
10003         patch by: Sebastien Cote <sebas642 yahoo ca>
10004         
10005         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
10006         Fixes #319172.
10007
10008 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
10009
10010         * docs/plugins/Makefile.am:
10011         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10012         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10013         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10014         * ext/pango/gstclockoverlay.c:
10015         * ext/pango/gsttextoverlay.c: 
10016         * ext/pango/gsttextrender.c:
10017         * ext/pango/gsttimeoverlay.c:
10018           Add gtk-doc blurbs to pango elements.
10019
10020 2005-12-02  Wim Taymans  <wim@fluendo.com>
10021
10022         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
10023         * gst/audioresample/buffer.h:
10024         * gst/audioresample/gstaudioresample.c:
10025         * gst/audioresample/gstaudioresample.h:
10026         * gst/audioresample/resample.c: (resample_input_flush),
10027         (resample_input_pushthrough), (resample_input_eos),
10028         (resample_get_output_size_for_input),
10029         (resample_get_input_size_for_output), (resample_get_output_size),
10030         (resample_get_output_data):
10031         * gst/audioresample/resample.h:
10032         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10033         Fix audioresample, seek torture, new segments, reverse negotiation
10034         etc.. work fine.
10035
10036 2005-12-02  Wim Taymans  <wim@fluendo.com>
10037
10038         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10039         Small cleanups.
10040
10041 2005-12-02  Wim Taymans  <wim@fluendo.com>
10042
10043         * gst/audioconvert/gstaudioconvert.c:
10044         (gst_audio_convert_transform):
10045         Post errors.
10046
10047 === release 0.9.7 ===
10048
10049 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10050
10051         * configure.ac:
10052           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10053
10054 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10055
10056         * Makefile.am:
10057         * po/hu.po:
10058         * win32/MANIFEST:
10059         * win32/gst.sln:
10060           add win32 MANIFEST file
10061           do something to the hungarian translation
10062
10063 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
10064
10065         * ext/Makefile.am:
10066           Add $(PANGO_DIR) to SUBDIRS
10067
10068         * ext/pango/gstclockoverlay.c:
10069         * ext/pango/gsttimeoverlay.c:
10070           Fix and improve element descriptions.
10071
10072 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10073
10074         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10075         * docs/plugins/inspect/plugin-libvisual.xml:
10076         * docs/plugins/inspect/plugin-pango.xml:
10077           add pango plugin to docs
10078
10079 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10080
10081         * configure.ac:
10082         * ext/Makefile.am:
10083           moved pango to base
10084
10085 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10086
10087         * configure.ac:
10088         * tests/Makefile.am:
10089         * tests/icles/.cvsignore:
10090         * tests/icles/Makefile.am:
10091         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10092         (close_display), (resize_window), (move_window), (create_window),
10093         (terminate_playback), (pause_playback), (start_playback), (main):
10094           add stress test for xoverlay from Julien
10095
10096 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10097
10098         * docs/libs/tmpl/gstcolorbalance.sgml:
10099         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10100         * gst-libs/gst/rtp/gstbasertppayload.c:
10101         * gst-libs/gst/rtp/gstrtpbuffer.c:
10102         * gst-libs/gst/rtp/gstrtpbuffer.h:
10103           Do burger's rename for rtp payloaders and depayloaders
10104
10105 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10106
10107         * win32/:
10108           add Visual Studio 6 build files
10109
10110 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10111
10112         * docs/libs/gst-plugins-base-libs-docs.sgml:
10113         * docs/libs/gst-plugins-base-libs-sections.txt:
10114         * docs/libs/tmpl/gstaudio.sgml:
10115         * docs/libs/tmpl/gstringbuffer.sgml:
10116         * gst-libs/gst/interfaces/xoverlay.c:
10117         * gst-libs/gst/video/gstvideofilter.c:
10118         * gst-libs/gst/video/gstvideosink.c:
10119           update documentation
10120
10121 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10122
10123         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10124         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10125         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10126         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10127         (gst_multi_fd_sink_get_stats),
10128         (gst_multi_fd_sink_remove_client_link),
10129         (gst_multi_fd_sink_handle_client_read),
10130         (gst_multi_fd_sink_client_queue_data),
10131         (gst_multi_fd_sink_client_queue_caps),
10132         (gst_multi_fd_sink_client_queue_buffer),
10133         (gst_multi_fd_sink_new_client),
10134         (gst_multi_fd_sink_handle_client_write),
10135         (gst_multi_fd_sink_recover_client),
10136         (gst_multi_fd_sink_queue_buffer),
10137         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10138         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10139         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10140         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10141         * gst/tcp/gstmultifdsink.h:
10142         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10143         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10144         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10145         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10146         (gst_tcp_client_sink_set_property),
10147         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10148         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10149         * gst/tcp/gsttcpclientsink.h:
10150         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10151         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10152         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10153         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10154         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10155         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10156         * gst/tcp/gsttcpclientsrc.h:
10157         * gst/tcp/gsttcpplugin.c: (plugin_init):
10158         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10159         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10160         (gst_tcp_server_sink_finalize),
10161         (gst_tcp_server_sink_handle_server_read),
10162         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10163         (gst_tcp_server_sink_set_property),
10164         (gst_tcp_server_sink_get_property),
10165         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10166         * gst/tcp/gsttcpserversink.h:
10167         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10168         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10169         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10170         (gst_tcp_server_src_set_property),
10171         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10172         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10173         * gst/tcp/gsttcpserversrc.h:
10174           more borgifying
10175
10176 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10177
10178         * docs/plugins/Makefile.am:
10179         * docs/plugins/gst-plugins-base-plugins.args:
10180         * docs/plugins/inspect/plugin-libvisual.xml:
10181         * gst/audioconvert/plugin.h:
10182         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10183         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10184         (gst_audio_rate_setcaps), (gst_audio_rate_init),
10185         (gst_audio_rate_chain), (gst_audio_rate_set_property),
10186         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10187         (plugin_init):
10188         * gst/audiotestsrc/gstaudiotestsrc.c:
10189         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10190         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10191         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10192         (gst_audio_test_src_get_query_types),
10193         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10194         (gst_audio_test_src_create_square),
10195         (gst_audio_test_src_create_saw),
10196         (gst_audio_test_src_create_triangle),
10197         (gst_audio_test_src_create_silence),
10198         (gst_audio_test_src_create_white_noise),
10199         (gst_audio_test_src_init_pink_noise),
10200         (gst_audio_test_src_generate_pink_noise_value),
10201         (gst_audio_test_src_create_pink_noise),
10202         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10203         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10204         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10205         (plugin_init):
10206         * gst/audiotestsrc/gstaudiotestsrc.h:
10207         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10208         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10209         (gst_sub_parse_init), (gst_sub_parse_formats),
10210         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10211         (convert_encoding), (get_next_line),
10212         (gst_sub_parse_data_format_autodetect),
10213         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10214         (gst_sub_parse_loop), (gst_sub_parse_chain),
10215         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10216         (plugin_init):
10217         * gst/subparse/gstsubparse.h:
10218         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10219         (gst_video_rate_base_init), (gst_video_rate_class_init),
10220         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10221         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10222         (gst_video_rate_init), (gst_video_rate_event),
10223         (gst_video_rate_chain), (gst_video_rate_set_property),
10224         (gst_video_rate_get_property), (gst_video_rate_change_state),
10225         (plugin_init):
10226         * gst/videoscale/gstvideoscale.c:
10227         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10228         (gst_video_scale_src_template_factory),
10229         (gst_video_scale_sink_template_factory),
10230         (gst_video_scale_get_type), (gst_video_scale_base_init),
10231         (gst_video_scale_class_init), (gst_video_scale_init),
10232         (gst_video_scale_set_property), (gst_video_scale_get_property),
10233         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10234         (gst_video_scale_prepare_size), (parse_caps),
10235         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10236         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10237         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10238         (plugin_init):
10239         * gst/videoscale/gstvideoscale.h:
10240         * gst/videotestsrc/gstvideotestsrc.c:
10241         (gst_video_test_src_pattern_get_type),
10242         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10243         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10244         (gst_video_test_src_set_pattern),
10245         (gst_video_test_src_set_property),
10246         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10247         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10248         (gst_video_test_src_event), (gst_video_test_src_get_times),
10249         (gst_video_test_src_create), (plugin_init):
10250         * gst/videotestsrc/gstvideotestsrc.h:
10251         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10252         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10253         (gst_video_test_src_black):
10254         * gst/videotestsrc/videotestsrc.h:
10255           borgify further
10256           clean up docs a little
10257
10258 2005-11-30  Wim Taymans  <wim@fluendo.com>
10259
10260         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10261         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10262         (gst_basertppayload_event), (gst_basertppayload_push),
10263         (gst_basertppayload_change_state):
10264         * gst-libs/gst/rtp/gstbasertppayload.h:
10265         closed #320644.
10266
10267 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10268
10269         * docs/libs/gst-plugins-base-libs-docs.sgml:
10270         * docs/libs/gst-plugins-base-libs-sections.txt:
10271         * gst-libs/gst/video/gstvideofilter.c:
10272         * gst-libs/gst/video/gstvideosink.c:
10273         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10274
10275 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10276
10277         * LICENSE:
10278           move
10279         * po/af.po:
10280         * po/az.po:
10281         * po/cs.po:
10282         * po/en_GB.po:
10283         * po/hu.po:
10284         * po/it.po:
10285         * po/nb.po:
10286         * po/nl.po:
10287         * po/or.po:
10288         * po/sq.po:
10289         * po/sr.po:
10290         * po/sv.po:
10291         * po/uk.po:
10292         * po/vi.po:
10293         * Makefile.am:
10294           update
10295         * scripts/autoplugins.sh:
10296           remove
10297
10298 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10299
10300         * Makefile.am:
10301         * configure.ac:
10302         * examples/Makefile.am:
10303         * examples/capsfilter/Makefile.am:
10304         * examples/capsfilter/capsfilter1.c:
10305         * examples/gob/Makefile.am:
10306         * examples/gob/gst-identity2.gob:
10307         * examples/indexing/.cvsignore:
10308         * examples/indexing/Makefile.am:
10309         * examples/indexing/indexmpeg.c:
10310         * examples/seeking/.cvsignore:
10311         * examples/seeking/Makefile.am:
10312         * examples/seeking/cdparanoia.c:
10313         * examples/seeking/cdplayer.c:
10314         * examples/seeking/chained.c:
10315         * examples/seeking/scrubby.c:
10316         * examples/seeking/seek.c:
10317         * examples/stats/Makefile.am:
10318         * examples/stats/mp2ogg.c:
10319         * examples/switch/.cvsignore:
10320         * examples/switch/Makefile.am:
10321         * examples/switch/switcher.c:
10322         * tests/Makefile.am:
10323         * tests/check/generic/.cvsignore:
10324         * tests/check/pipelines/.cvsignore:
10325         * tests/examples/Makefile.am:
10326         * tests/examples/seek/Makefile.am:
10327           reorganize stuff under tests/
10328
10329 2005-11-30  Edward Hervey  <edward@fluendo.com>
10330
10331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10332         Go away you stupid GstStaticPadTemplate memleak.
10333
10334 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10335
10336         * gst-libs/gst/net/Makefile.am:
10337         * gst-libs/gst/net/README:
10338         * gst-libs/gst/net/gstnetbuffer.c:
10339         * gst-libs/gst/net/gstnetbuffer.h:
10340           this was moved to "netbuffer"
10341
10342 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10343
10344         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10345         (gst_video_filter_class_init), (gst_video_filter_init):
10346         * gst-libs/gst/video/gstvideofilter.h:
10347           borgify name to bring in line with other classes
10348
10349 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10350
10351         * gst/audioscale/.cvsignore:
10352         * gst/audioscale/Makefile.am:
10353         * gst/audioscale/README:
10354         * gst/audioscale/audioscale.vcproj:
10355         * gst/audioscale/dtof.c:
10356         * gst/audioscale/dtos.c:
10357         * gst/audioscale/functable.c:
10358         * gst/audioscale/gstaudioscale.c:
10359         * gst/audioscale/gstaudioscale.h:
10360         * gst/audioscale/private.h:
10361         * gst/audioscale/resample.c:
10362         * gst/audioscale/resample.h:
10363         * gst/audioscale/test.c:
10364           remove
10365
10366 2005-11-30  Edward Hervey  <edward@fluendo.com>
10367
10368         * gst-libs/gst/netbuffer/Makefile.am:
10369         really, really tired
10370
10371 2005-11-30  Edward Hervey  <edward@fluendo.com>
10372
10373         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10374         Update for new GstTypeFindFactory _register()
10375
10376 2005-11-30  Edward Hervey  <edward@fluendo.com>
10377
10378         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10379         Let's not override libgstnet from core for no reason...
10380         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10381         Ok, maybe not so quick next time.
10382
10383 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10384
10385         * configure.ac:
10386         * gst-libs/gst/Makefile.am:
10387           moved gst-libs/gst/net to netbuffer through CVS surgery
10388           remove old directory
10389           updating build to accomodate
10390           (#322257)
10391
10392 2005-11-29  Andy Wingo  <wingo@pobox.com>
10393
10394         * pkgconfig/gstreamer-plugins-base.pc.in:
10395         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10396         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10397         (#322257).
10398
10399 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10400
10401         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10402         3rd time's the charm. Correct ref-counting for discarded buffers.
10403
10404 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10405
10406         * gst/playback/gststreamselector.c:
10407         (gst_stream_selector_class_init),
10408         (gst_stream_selector_set_property),
10409         (gst_stream_selector_get_property),
10410         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10411         Fix ref-counting
10412
10413 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10414
10415         * gst/subparse/gstsubparse.c: (feed_textbuf):
10416           Don't access already unref'ed buffer.
10417
10418 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10419
10420         * gst/playback/gststreamselector.c:
10421         (gst_stream_selector_class_init), (gst_stream_selector_init),
10422         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10423         (gst_stream_selector_get_property),
10424         (gst_stream_selector_get_linked_pad),
10425         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10426         * gst/playback/gststreamselector.h:
10427         Add the active-pad property for playbin to use shortly. Ignore buffers
10428         from any other pad, returning GST_FLOW_NOT_LINKED
10429
10430 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10431
10432         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10433         patch from bug #322704 (Alessandro Decina).
10434
10435 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10436
10437         * gst-libs/gst/audio/Makefile.am:
10438           folded audiofilter into the audio library
10439
10440 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10441
10442         * gst/videoscale/gstvideoscale.h:
10443         * gst/videoscale/gstvideoscale.c:
10444           remove unimplemented scale methods
10445
10446 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10447
10448         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10449           Don't leak caps.
10450
10451 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10452
10453         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10454         (gst_ximagesink_setcaps):
10455         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10456         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10457         happens (only visible on ximagesink but bug is in xv too) set_caps was
10458         destroying the internal x[v]image used to memcpy non locally alloced
10459         buffers so that it got renewed on next _chain. The issue is that 
10460         _expose will try to put that image as it reffed it in _put.
10461         Using gst_buffer_unref instead of destroy fixes it !
10462
10463 2005-11-28  Edward Hervey  <edward@fluendo.com>
10464
10465         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10466         (try_to_link_1), (queue_filled_cb):
10467         Better use of the queues. Start with a small size queue and only increase
10468         the size of the queues when the other queues are empty.
10469
10470 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10471
10472         * gst-libs/gst/video/Makefile.am:
10473           compile in copied-over videofilter into the video library
10474         * gst-libs/gst/video/videosink.h:
10475           rename the header to gstvideosink.h since it's a base GstObject class
10476         * sys/ximage/ximagesink.h:
10477         * sys/xvimage/xvimagesink.h:
10478           use the new header
10479
10480 2005-11-28  Wim Taymans  <wim@fluendo.com>
10481
10482         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10483         * gst/playback/gstplaybasebin.h:
10484         Prepare to handle errors betters.
10485
10486         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10487         Set sinks to PAUSED first before adding and linking them so that
10488         we don't interrupt dataflow.
10489
10490 2005-11-28  Wim Taymans  <wim@fluendo.com>
10491
10492         * gst-libs/gst/audio/TODO:
10493         Updated TODO
10494
10495         * gst-libs/gst/audio/gstaudiosink.c:
10496         (gst_audioringbuffer_open_device),
10497         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10498         (gst_audioringbuffer_release):
10499         Small cleanups.
10500
10501         * gst-libs/gst/audio/gstbaseaudiosink.c:
10502         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10503         (gst_base_audio_sink_change_state):
10504         Slave to the master clock when going to PLAYING and unslave when
10505         going to PAUSED.
10506
10507         * gst-libs/gst/audio/gstringbuffer.c:
10508         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10509         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10510         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10511         (gst_ring_buffer_clear_all), (wait_segment),
10512         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10513         (gst_ring_buffer_advance):
10514         * gst-libs/gst/audio/gstringbuffer.h:
10515         Add some docs and cleanups.
10516
10517 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10518
10519         * sys/xvimage/xvimagesink.c:
10520         (gst_xvimagesink_navigation_send_event): Fix navigation events
10521         coordinates translation with pixel aspect ratios.
10522
10523 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10524
10525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10526         Use calculated video geometry from _setcaps instead of buffer
10527         caps to respect pixel aspect ratio. (fixes #322388)
10528
10529 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10530
10531         * docs/libs/tmpl/gstcolorbalance.sgml:
10532         * docs/libs/tmpl/gstmixer.sgml:
10533         * docs/libs/tmpl/gstxoverlay.sgml:
10534         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10535         interface.
10536
10537 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10538
10539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10540         Refuse to create an XvImage if we can't find the format.
10541
10542 2005-11-28  Edward Hervey  <edward@fluendo.com>
10543
10544         * gst-libs/gst/riff/riff-media.c:
10545         (gst_riff_create_audio_template_caps):
10546         Add ATRAC3 to the list of riff-possible audio caps.
10547         I know we still don't have a plugin for atrac3, but it's saner to output
10548         that than a cryptic mimetype.
10549
10550 2005-11-27  Edward Hervey  <edward@fluendo.com>
10551
10552         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10553         Don't try to create a zero-sized subbuffer.
10554
10555 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10556
10557         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10558         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10559         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10560         (gst_ximagesink_expose): Fixed a tricky race.
10561         * sys/ximage/ximagesink.h:
10562         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10563         (gst_xvimagesink_expose): Fixed a tricky race.
10564         * sys/xvimage/xvimagesink.h:
10565
10566 2005-11-27  Edward Hervey  <edward@fluendo.com>
10567
10568         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10569         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10570         Remove unused properties, and add queues between demuxers and decoders
10571         so that a lot more files can preroll properly.
10572
10573 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10574
10575         * gst-libs/gst/net/Makefile.am:
10576         * gst-libs/gst/rtp/Makefile.am:
10577         * gst-libs/gst/tag/Makefile.am:
10578           remove silly include
10579         * gst/tags/Makefile.am:
10580         * gst/tags/gsttagediting.c:
10581         * gst/tags/gsttageditingprivate.h:
10582         * gst/tags/tagedit.vcproj:
10583           remove directory, is as good as empty
10584
10585 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10586
10587         * configure.ac:
10588           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10589         * gst-libs/Makefile.am:
10590         * gst-libs/gst/audio/Makefile.am:
10591         * gst-libs/gst/interfaces/Makefile.am:
10592         * gst-libs/gst/net/Makefile.am:
10593         * gst-libs/gst/riff/Makefile.am:
10594         * gst-libs/gst/rtp/Makefile.am:
10595         * gst-libs/gst/tag/Makefile.am:
10596         * gst-libs/gst/video/Makefile.am:
10597           and use them
10598
10599 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10600
10601         * docs/libs/tmpl/gstcolorbalance.sgml:
10602         * docs/libs/tmpl/gstmixer.sgml:
10603         * docs/libs/tmpl/gstxoverlay.sgml:
10604         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10605         * sys/ximage/ximagesink.h:
10606         * sys/xvimage/xvimagesink.h: More and more documentation.
10607
10608 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10609
10610         * docs/libs/gst-plugins-base-libs-docs.sgml:
10611         * docs/libs/gst-plugins-base-libs-sections.txt:
10612         * docs/libs/tmpl/gstcolorbalance.sgml:
10613         * docs/libs/tmpl/gstmixer.sgml:
10614         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10615         to documentation.
10616
10617 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10618
10619         * docs/plugins/Makefile.am:
10620         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10621         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10622         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10623
10624 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10625
10626         * docs/plugins/Makefile.am:
10627         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10628         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10629         * docs/plugins/inspect/plugin-adder.xml:
10630         * docs/plugins/inspect/plugin-alsa.xml:
10631         * docs/plugins/inspect/plugin-audioconvert.xml:
10632         * docs/plugins/inspect/plugin-audiorate.xml:
10633         * docs/plugins/inspect/plugin-audioresample.xml:
10634         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10635         * docs/plugins/inspect/plugin-decodebin.xml:
10636         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10637         * docs/plugins/inspect/plugin-gnomevfs.xml:
10638         * docs/plugins/inspect/plugin-ogg.xml:
10639         * docs/plugins/inspect/plugin-playbin.xml:
10640         * docs/plugins/inspect/plugin-subparse.xml:
10641         * docs/plugins/inspect/plugin-tcp.xml:
10642         * docs/plugins/inspect/plugin-theora.xml:
10643         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10644         * docs/plugins/inspect/plugin-video4linux.xml:
10645         * docs/plugins/inspect/plugin-videorate.xml:
10646         * docs/plugins/inspect/plugin-videoscale.xml:
10647         * docs/plugins/inspect/plugin-videotestsrc.xml:
10648         * docs/plugins/inspect/plugin-volume.xml:
10649         * docs/plugins/inspect/plugin-vorbis.xml:
10650         * docs/plugins/inspect/plugin-ximagesink.xml:
10651         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10652         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10653
10654 2005-11-26  Edward Hervey  <edward@fluendo.com>
10655
10656         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10657         Properly return GstFlowReturn from gst_pad_push in chain functions.
10658
10659 2005-11-25  Michael Smith  <msmith@fluendo.com>
10660
10661         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10662         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10663         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10664         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10665           Handle various conditions better when we don't understand a stream.
10666           Removes a heap of CRITICALs on ogg streams containing unknown data.
10667
10668 2005-11-24  Andy Wingo  <wingo@pobox.com>
10669
10670         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10671         Be threadsafe.
10672
10673 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10674
10675         * configure.ac: back to HEAD
10676
10677 === release 0.9.6 ===
10678
10679 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10680
10681         * configure.ac:
10682           releasing 0.9.6, "White Eight"
10683
10684 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10685
10686         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10687         * docs/plugins/inspect/plugin-sine.xml:
10688           remove sinesrc some more
10689
10690 2005-11-23  Wim Taymans  <wim@fluendo.com>
10691
10692         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10693         If we are reading too slowly, jump forward in the ringbuffer
10694         instead of blocking.
10695
10696 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10697
10698         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10699         (gst_visual_chain):
10700         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10701         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10702         (gst_videorate_chain):
10703         * gst/videotestsrc/gstvideotestsrc.c:
10704         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10705         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10706         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10707         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10708         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10709         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10710           Updates for API changes
10711
10712 2005-11-23  Wim Taymans  <wim@fluendo.com>
10713
10714         * gst-libs/gst/audio/gstbaseaudiosink.c:
10715         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10716         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10717         Fix for calibration API change.
10718
10719 2005-11-23  Michael Smith <msmith@fluendo.com>
10720
10721         * gst-libs/gst/audio/multichannel.c:
10722         (gst_audio_get_channel_positions),
10723         (gst_audio_set_channel_positions),
10724         (gst_audio_set_structure_channel_positions_list),
10725         (gst_audio_fixate_channel_positions):
10726           Use gst_value_array_*() functions on value arrays, not
10727           gst_value_list_*().
10728
10729 2005-11-23  Edward Hervey  <edward@fluendo.com>
10730
10731         * autogen.sh:
10732         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10733         Fixes autogen
10734
10735 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10736
10737         * check/Makefile.am:
10738         * check/elements/videotestsrc.c: (setup_videotestsrc),
10739         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10740         (main):
10741           add a test for videotestsrc
10742
10743 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10744
10745         * gst/sine/.cvsignore:
10746         * gst/sine/Makefile.am:
10747         * gst/sine/gstsinesrc.c:
10748         * gst/sine/gstsinesrc.h:
10749         * gst/sine/sinesrc.vcproj:
10750           and remove sinesrc from the repository.  Closes #321446
10751
10752 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10753
10754         * configure.ac:
10755         * gst-plugins-base.spec.in:
10756           remove sinesrc from the build
10757
10758 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10759
10760         * check/Makefile.am:
10761         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10762         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10763         (main):
10764           add a test for audiotestsrc, testing all waves.  Even seems
10765           leak-free at first glance, nice job Stefan
10766
10767 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10768
10769         * po/af.po:
10770         * po/az.po:
10771         * po/cs.po:
10772         * po/en_GB.po:
10773         * po/hu.po:
10774         * po/it.po:
10775         * po/nb.po:
10776         * po/nl.po:
10777         * po/or.po:
10778         * po/sq.po:
10779         * po/sr.po:
10780         * po/sv.po:
10781         * po/uk.po:
10782         * po/vi.po:
10783           Translation string updates
10784
10785         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10786         (gst_v4lsrc_set_caps):
10787         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10788         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10789         * sys/v4l/v4lsrc_calls.h:
10790           Improve v4lsrc, by making it work again.
10791
10792 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10793
10794         * ext/libvisual/visual.c: (gst_visual_chain):
10795           Fix the fps calculations.
10796
10797         * gst/ffmpegcolorspace/avcodec.h:
10798           Move structure element for clarity
10799
10800         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10801         * gst-libs/gst/interfaces/tunernorm.h:
10802         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10803         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10804         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10805         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10806         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10807         (gst_v4lmjpegsrc_getcaps):
10808         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10809         (gst_v4lsrc_set_caps):
10810         * sys/v4l/gstv4lsrc.h:
10811         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10812         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10813         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10814         * sys/v4l/v4lsrc_calls.h:
10815           Fractional framerates...
10816
10817 2005-11-22  Wim Taymans  <wim@fluendo.com>
10818
10819         * gst-libs/gst/audio/gstbaseaudiosink.c:
10820         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10821         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10822         And we provide a clock by default, of course...
10823
10824 2005-11-22  Wim Taymans  <wim@fluendo.com>
10825
10826         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10827         This clock can be slaved to a master clock now.
10828
10829         * gst-libs/gst/audio/gstbaseaudiosink.c:
10830         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10831         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10832         (gst_base_audio_sink_set_clock),
10833         (gst_base_audio_sink_set_property),
10834         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10835         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10836         * gst-libs/gst/audio/gstbaseaudiosink.h:
10837         Handle slaving the internal clock to the clock selected in the
10838         pipeline.
10839         Add property to make the basesink not provide a clock.
10840
10841         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10842         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10843         (gst_base_rtp_depayload_wait):
10844         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10845         We can use the clock in GstElement, no need to store it ourselves.
10846
10847 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10848
10849         * docs/libs/tmpl/gstaudio.sgml:
10850           update
10851         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10852         (gst_paranoia_endian_get_type):
10853         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10854         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10855         * gst/audiotestsrc/gstaudiotestsrc.c:
10856         (gst_audiostestsrc_wave_get_type):
10857         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10858         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10859         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10860         (gst_sync_method_get_type), (gst_unit_type_get_type),
10861         (gst_client_status_get_type), (gst_multifdsink_class_init),
10862         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10863         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10864         (gst_multifdsink_get_property):
10865         * gst/tcp/gstmultifdsink.h:
10866         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10867         * gst/videotestsrc/gstvideotestsrc.c:
10868         (gst_videotestsrc_pattern_get_type):
10869           remove deprecated properties
10870           fix up enums to correctly have short lowercase dashed nicks
10871
10872 2005-11-22  Michael Smith <msmith@fluendo.com>
10873
10874         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10875         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10876           Add underscore.
10877
10878 2005-11-22  Michael Smith <msmith@fluendo.com>
10879
10880         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10881         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10882           Use utility method for scaling clocktime for fractional framerates.
10883
10884 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10885
10886         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10887         (gst_visual_chain):
10888         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10889         * ext/theora/theoradec.c: (theora_handle_type_packet):
10890         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10891         (theora_enc_chain):
10892         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10893         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10894         * gst-libs/gst/video/video.h:
10895         * gst/ffmpegcolorspace/avcodec.h:
10896         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10897         (gst_ffmpeg_caps_to_pixfmt):
10898         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10899         (gst_ffmpegcsp_set_caps):
10900         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10901         (gst_videorate_setcaps), (gst_videorate_blank_data),
10902         (gst_videorate_chain):
10903         * gst/videotestsrc/gstvideotestsrc.c:
10904         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10905         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10906         (gst_videotestsrc_event), (gst_videotestsrc_create):
10907         * gst/videotestsrc/gstvideotestsrc.h:
10908         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10909         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10910         (gst_ximagesink_get_times), (gst_ximagesink_init):
10911         * sys/ximage/ximagesink.h:
10912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10913         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10914         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10915         * sys/xvimage/xvimagesink.h:
10916           Convert elements to use fractions for their framerate.
10917           V4L elements to come later tonight.
10918
10919 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10920
10921         * gst-libs/gst/audio/audio.c:
10922         * gst-libs/gst/audio/audio.h:
10923           remove some deprecated functions
10924
10925 2005-11-22  Andy Wingo  <wingo@pobox.com>
10926
10927         * Update for gst_tag_setter API changes.
10928
10929 2005-11-22  Andy Wingo  <wingo@pobox.com>
10930
10931         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10932         (gst_ogg_demux_perform_seek):
10933         * ext/theora/theoradec.c (theora_dec_sink_event):
10934         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10935         update-funcnames.
10936
10937 2005-11-22  Wim Taymans  <wim@fluendo.com>
10938
10939         * examples/seeking/seek.c: (main):
10940         Give higher priority to bus signals than the gtk events
10941         to fix a race condition in the segment looping.
10942
10943 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10944
10945         * ext/theora/Makefile.am:
10946         * ext/vorbis/Makefile.am:
10947         * gst-libs/gst/tag/Makefile.am:
10948         * gst-plugins-base.spec.in:
10949           Rename libgsttagedit to libgsttag (#322117).
10950
10951 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10952
10953         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10954         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10955           Call gst_x_overlay_prepare_xwindow_id() to give applications
10956           a final chance to set their own xwindow id before the video
10957           sink creates its own window.
10958
10959 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10960
10961         * sys/xvimage/xvimagesink.c:
10962         (gst_xvimagesink_navigation_send_event): Handle navigation
10963         events correcly with borders if applicable.
10964
10965 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10966
10967         Patch by: Luca Ognibene
10968
10969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10970         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10972         (gst_ffmpegcsp_caps_remove_format_info):
10973         * gst/ffmpegcolorspace/imgconvert.c:
10974         * gst/ffmpegcolorspace/imgconvert_template.h:
10975           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10976           #318353); use gst_structure_has_name().
10977
10978 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10979
10980         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10981         (gst_ximagesink_class_init): Add debug macros on functions.
10982         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10983         (gst_xvimagesink_xwindow_draw_borders),
10984         (gst_xvimagesink_xvimage_put),
10985         (gst_xvimagesink_xwindow_update_geometry),
10986         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10987         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10988         (gst_xvimagesink_xcontext_clear),
10989         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10990         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10991         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10992         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10993         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10994         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10995         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10996         expose while being PAUSED, out of data flow navigation events, etc..
10997
10998 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10999
11000         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11001         * gst-libs/gst/audio/audio.h:
11002           fix prototype - wondering why the test worked regardless
11003
11004 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11005
11006         * check/Makefile.am:
11007         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11008         * gst-libs/gst/audio/audio.h:
11009           add a method that returns a proper GstClockTime
11010
11011 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11012
11013         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
11014         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
11015         * gst-libs/gst/interfaces/xoverlay.h:
11016           Remove everything having to do with the desired size; add 
11017           gst_x_overlay_prepare_xwindow_id() function; remove the
11018           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
11019           post a message on the bus instead (#321816).
11020
11021         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
11022         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
11023         (gst_xvimagesink_xoverlay_init):
11024           Remove desired size stuff (#321816).
11025
11026 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11027
11028         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11029         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11030         (mpeg_video_type_find), (mpeg_video_stream_type_find):
11031           Terminate vararg functions with NULL instead of 0 to 
11032           make gcc4 happy.
11033
11034 2005-11-21  Andy Wingo  <wingo@pobox.com>
11035
11036         patch by: Sebastien Cote <sebas642@yahoo.ca>
11037         
11038         * gst-libs/gst/rtp/gstrtpbuffer.h: 
11039         * gst-libs/gst/rtp/gstrtpbuffer.c
11040         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
11041
11042 2005-11-21  Andy Wingo  <wingo@pobox.com>
11043
11044         * gst/playback/gstplaybin.c (gen_audio_element) 
11045         (gen_video_element): Use the new MISSING_PLUGIN core error
11046         category. Closes #320060.
11047
11048         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
11049         * gst/videorate/gstvideorate.c (gst_videorate_event):
11050         * ext/theora/theoradec.c (theora_dec_sink_event): 
11051         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11052         stream lock.
11053
11054         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11055         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11056         stream lock changes.
11057
11058 2005-11-21  Wim Taymans  <wim@fluendo.com>
11059
11060         * gst-libs/gst/audio/gstbaseaudiosink.c:
11061         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11062         (gst_base_audio_sink_provide_clock),
11063         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11064         (gst_base_audio_sink_change_state):
11065         * gst/audioresample/gstaudioresample.c:
11066         Segment update fix.
11067
11068 2005-11-21  Andy Wingo  <wingo@pobox.com>
11069
11070         * *.h:
11071         * *.c: Ran scripts/update-macros. Oh yes.
11072
11073 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11074
11075         * sys/ximage/Makefile.am:
11076         * sys/ximage/ximage.c:
11077           Rename ximage plugin to ximagesink (#321426) (Don't forget to
11078           remove your old libgstximage.* manually if necessary).
11079
11080 2005-11-21  Michael Smith <msmith@fluendo.com>
11081
11082         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11083           Minimal fix for bug #320200: set the min/max bitrate in the correct
11084           units. A better fix would be to upgrade to the RATEMANAGE2
11085           interface, rather than using the deprecated interface used here, but
11086           that would require an update in our libvorbis dependency (to 1.1),
11087           which is probably undesirable.
11088
11089 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
11090
11091         * ext/libvisual/visual.c: (get_buffer):
11092         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11093         (gst_base_audio_src_fixate):
11094         * gst/audioconvert/gstaudioconvert.c:
11095         (gst_audio_convert_fixate_caps):
11096         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11097         * gst/audiotestsrc/gstaudiotestsrc.c:
11098         (gst_audiotestsrc_src_fixate):
11099         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11100         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11101         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11102         * gst/videotestsrc/gstvideotestsrc.c:
11103         (gst_videotestsrc_src_fixate):
11104         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11106           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11107           (#322027)
11108
11109
11110 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11111
11112         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11113         (gst_riff_create_iavs_caps):
11114         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11115         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11116         (gst_riff_parse_info):
11117         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11118         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11119         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11120           Fixes for GST_FOURCC_FORMAT API change.
11121
11122 2005-11-21  Andy Wingo  <wingo@pobox.com>
11123
11124         patch by: Alessandro Dessina <alessandro nnva org>
11125
11126         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11127         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11128         (gst_ogg_parse_chain):
11129         * ext/theora/theoraenc.c (theora_set_header_on_caps):
11130         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11131         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11132         gst_value_list calls on arrays. Fixes #321962.
11133
11134 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11135
11136         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11137         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11138         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11139         * gst/adder/gstadder.c: (gst_adder_init),
11140         (gst_adder_request_new_pad), (gst_adder_collected),
11141         (gst_adder_change_state):
11142           Update for gst_collectpads_foo() to gst_collect_pads_foo()
11143           API change.
11144
11145 2005-11-21  Michael Smith <msmith@fluendo.com>
11146
11147         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11148         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11149           Properly handle pad_push return values.
11150
11151 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
11152
11153         * gst-libs/gst/tag/Makefile.am:
11154         * gst-libs/gst/tag/gstvorbistag.c:
11155         (gst_tag_list_to_vorbiscomment_buffer):
11156           Remove obsolete vorbistag element and debug category.
11157
11158         * gst/playback/gstplaybasebin.c: (check_queue):
11159           Don't divide by 0 when queue-threshold is 0.
11160
11161         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11162           Don't modify an existing pixel-aspect-ratio if we fail to read
11163           a new one.
11164
11165 2005-11-20  Wim Taymans  <wim@fluendo.com>
11166
11167         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11168         (gst_vorbisenc_push_packet):
11169         GST_PAD_IS_USABLE is gone, use the return value of
11170         the push or pad_alloc_buffer instead.
11171
11172 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11173
11174         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11175         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11176         (gst_ximagesink_ximage_destroy),
11177         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11178         (gst_ximagesink_xwindow_new),
11179         (gst_ximagesink_xwindow_update_geometry),
11180         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11181         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11182         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11183         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11184         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11185         (gst_ximagesink_navigation_send_event),
11186         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11187         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11188         (gst_ximagesink_finalize), (gst_ximagesink_init),
11189         (gst_ximagesink_class_init):
11190         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11191         This new version brings correct software scaling, non flickering
11192         window while resizing, pixel aspect ratio handling, usage of
11193         hardware buffer pools, out of data flow event thread for 
11194         navigation and handling of expose events even when being PAUSED,
11195         a new property to keep video aspect ratio when resizing, etc...
11196
11197 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11198
11199         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11200         (gst_videoscale_fixate_caps): Introduce back caps fixate with
11201         handling of PAR.
11202
11203 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
11204
11205         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
11206         Unsetting IS_SINK flag from the fakesink, so decodebin
11207         never behaves as a sink.
11208
11209 2005-11-17  Wim Taymans  <wim@fluendo.com>
11210
11211         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11212         (gst_base_audio_src_change_state):
11213         Fix the audiosrc base class again, we did not unflush.
11214
11215 2005-11-17  Julien MOUTTE  <julien@moutte.net>
11216
11217         * examples/seeking/seek.c: (make_dv_pipeline),
11218         (make_vorbis_theora_pipeline), (make_avi_pipeline),
11219         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11220         to ogg/vorbis/theora pipeline.
11221
11222 2005-11-17  Wim Taymans  <wim@fluendo.com>
11223
11224         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11225         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11226         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11227         Fix EOS on multiple streams.
11228         More debugging.
11229
11230 2005-11-16  Wim Taymans  <wim@fluendo.com>
11231
11232         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11233         (gst_ogg_demux_perform_seek):
11234         Segment done must include stream time.
11235
11236         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11237         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11238         (gst_ogg_mux_change_state):
11239         Fix ogg muxer again.
11240
11241 2005-11-16  Wim Taymans  <wim@fluendo.com>
11242
11243         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11244         Fix compile again.
11245
11246 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11247
11248         * ext/libvisual/visual.c: (gst_visual_init):
11249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11250         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11251         (gst_ogg_parse_chain):
11252         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11253         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11254         * ext/theora/theoradec.c: (gst_theora_dec_init):
11255         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11256         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11257         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11258         * gst/adder/gstadder.c: (gst_adder_class_init),
11259         (gst_adder_dispose):
11260         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11261         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11262         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11263           Fix a whole set of pad template leaks
11264
11265 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11266
11267         * check/generic/states.c: (GST_START_TEST):
11268           fix the test so that it only checks for elements that are part of
11269           this source module
11270
11271 2005-11-16  Michael Smith <msmith@fluendo.com>
11272
11273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11274         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11275         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11276         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11277         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11278         (gst_ogg_mux_change_state):
11279           Fix leaking collectpads.
11280
11281 2005-11-16  Edward Hervey  <edward@fluendo.com>
11282
11283         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11284         (gst_videorate_event), (gst_videorate_chain):
11285         Handle segment seeks
11286
11287 2005-11-16  Wim Taymans  <wim@fluendo.com>
11288
11289         * gst-libs/gst/audio/gstbaseaudiosink.c:
11290         (gst_base_audio_sink_provide_clock),
11291         (gst_base_audio_sink_change_state):
11292         Set ringbuffer to non-flushing when going to PAUSED, set to
11293         flushing again when going to READY.
11294
11295         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11296         (gst_ring_buffer_stop):
11297         Start in flushing mode by default.
11298         Don't set flushing in the _stop method, let the app call
11299         this explicitly.
11300
11301 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11302
11303         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11304         * gst-libs/gst/video/videosink.h: Add helper function needed
11305         for video sinks.
11306
11307 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11308
11309         * gst/videoscale/gstvideoscale.c:
11310         (gst_videoscale_handle_src_event):
11311           Don't leak reference to pad parent.
11312
11313 2005-11-16  Wim Taymans  <wim@fluendo.com>
11314
11315         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11316         Set ringbuffer to flushing when stopping so that we don't
11317         block on wait_segment anymore and livelock.
11318
11319 2005-11-16  Wim Taymans  <wim@fluendo.com>
11320
11321         * examples/seeking/seek.c: (send_event), (do_seek),
11322         (loop_toggle_cb), (segment_done), (main):
11323         Added looping checkbox.
11324
11325 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11326
11327         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11328         (gst_ogg_demux_init):
11329         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11330         (gst_vorbis_dec_init):
11331           revert unrefs, they don't pass make check
11332
11333 2005-11-15  Johan Dahlin  <johan@gnome.org>
11334
11335         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11336         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11337         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11338         (gst_vorbis_dec_init):
11339         Fix pad template leaks. 
11340
11341 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11342
11343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11344           Make state change function thread safe.
11345
11346 2005-11-15  Edward Hervey  <edward@fluendo.com>
11347
11348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11349         (gst_ogg_demux_class_init):
11350         Implement GstElement::send_event, so we can send seek events
11351         in GST_STATE_READY
11352
11353 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11354
11355         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11356         Discovered how to take away flickering while resizing the
11357         window. Please don't put that in ximagesink, refactoring in
11358         progress.
11359
11360 2005-11-14  Michael Smith <msmith@fluendo.com>
11361
11362         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11363         (gst_multifdsink_render):
11364           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11365
11366 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11367
11368         * gst/playback/gstplaybin.c: (gen_audio_element):
11369           Use autoaudiosink, it tends to be more widely available than
11370           autoaudiiosink.
11371           
11372 2005-11-14  Andy Wingo  <wingo@pobox.com>
11373
11374         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11375         as well if it is available. Fixes #316442.
11376
11377 2005-11-14  Michael Smith <msmith@fluendo.com>
11378
11379         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11380         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11381         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11382         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11383         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11384         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11385         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11386         (gst_vorbisenc_change_state):
11387           Fix a small memory leak in vorbisenc.
11388           Fix large memory leaks in oggmux, also fix lots of state change
11389           bugs in oggmux.
11390
11391 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11392
11393         * gst/videotestsrc/gstvideotestsrc.c:
11394         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11395         (gst_videotestsrc_src_fixate):
11396           move fixation to a fixate function
11397           remove negotiate function, basesrc's is good enough
11398           fixes a bug for check when using the element alone
11399
11400 2005-11-13  Edward Hervey  <edward@fluendo.com>
11401
11402         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11403         (key_toggle_cb), (main):
11404         Added checkboxes for adding/removing the accurate and key_unit seek
11405         flags.
11406
11407 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11408
11409         * configure.ac: back to HEAD
11410
11411 === release 0.9.5 ===
11412
11413 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11414
11415         * configure.ac:
11416           releasing 0.9.5, "No No Kia"
11417
11418 2005-11-11  Edward Hervey  <edward@fluendo.com>
11419
11420         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11421         Added parse-launch syntax seeking mode for the seeking example.
11422         This should help stress-test even more cases.
11423         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11424
11425 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11426
11427         * sys/xvimage/xvimagesink.c:
11428         (gst_xvimagesink_navigation_send_event):
11429           Check whether peer pad exists before sending navigation events
11430           to it.
11431
11432 2005-11-11  Michael Smith <msmith@fluendo.com>
11433
11434         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11435         (gst_vorbisenc_buffer_from_packet):
11436         * ext/vorbis/vorbisenc.h:
11437           Set duration on encoded buffers. This allows oggmux's
11438           max_page_delay parameter to actually work.
11439
11440 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11441
11442         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11443         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11444         (gst_ffmpegcsp_avpicture_fill):
11445         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11446         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11447           Make palettes work again (see #132341). Use our own macros
11448           for rounding up.
11449
11450 2005-11-10  Andy Wingo  <wingo@pobox.com>
11451
11452         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11453         string doober.
11454
11455 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11456
11457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11458         (gst_ffmpegcsp_transform_caps):
11459           Prefer passthrough in transform_caps
11460
11461 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11462
11463         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11464           check for ALSA errors properly, instead of relying on ALSA's
11465           error strings to serve to the user.
11466
11467 2005-11-10  Wim Taymans  <wim@fluendo.com>
11468
11469         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11470         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11471         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11472         Modernise the seek code.
11473
11474 2005-11-10  Michael Smith <msmith@fluendo.com>
11475         
11476         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11477         (setup_substreams), (set_active_source):
11478           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11479           trying to go to NULL if we failed to read a file.
11480
11481 2005-11-10  Wim Taymans  <wim@fluendo.com>
11482
11483         * gst/audiotestsrc/gstaudiotestsrc.c:
11484         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11485         (gst_audiotestsrc_create):
11486         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11487         (gst_sinesrc_get_times), (gst_sinesrc_create):
11488         * gst/videotestsrc/gstvideotestsrc.c:
11489         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11490         (gst_videotestsrc_create):
11491         The base class can now sync for us.
11492
11493 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11494
11495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11496           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11497           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11498           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11499           format=(fourcc)I420" ! xvimagesink
11500
11501 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11504         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11505         (gst_sinesrc_newsegment):
11506           Send newsegment event in TIME format, set duration if
11507           num-buffers is set, fix duration querying.
11508
11509 2005-11-10  Michael Smith <msmith@fluendo.com>
11510
11511         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11512         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11513         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11514         (gst_ogg_mux_collected):
11515          Fix EOS handling, partially. Now forwarding an EOS event once we have
11516          EOS on all pads works correctly. However, we still don't properly set
11517          EOS on the actual ogg stream pages.
11518
11519 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11520
11521         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11522           Set elements to NULL state before disposing of them.
11523
11524 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11525
11526         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11527
11528         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11529         (gst_base_rtp_depayload_init),
11530         (gst_base_rtp_depayload_set_gst_timestamp):
11531         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11532           We need to send a newsegment event for each instance, not
11533           just for the first instance of this class (get rid of
11534           static variable in function). (#321011).
11535           
11536 2005-11-08  Michael Smith <msmith@fluendo.com>
11537
11538         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11539         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11540         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11541         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11542           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11543           This makes us mux things correctly according to the ogg muxing
11544           rules. Still not handling EOS correctly right now, though.
11545
11546 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11547
11548         * gst/audioconvert/gstaudioconvert.c:
11549           Fix typo in docs. 
11550
11551 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11552
11553         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11554         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11555           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11556           creating a new chain; should fix live streaming. Also
11557           add more debug output and fix a typo.
11558
11559 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11560
11561         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11562
11563         * gst/volume/gstvolume.c: (volume_set_caps):
11564           Fix compilation on Solaris with Forte. (#320923)
11565
11566 2005-11-08  Wim Taymans  <wim@fluendo.com>
11567
11568         * gst-libs/gst/audio/gstbaseaudiosink.c:
11569         (gst_base_audio_sink_render):
11570         No need to do a typecheck.
11571
11572 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11573
11574         * ext/alsa/gstalsa.h:
11575           We register a debug category, so let's use it.
11576
11577 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11578
11579         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11580         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11581         Fixed a small problem.
11582
11583 2005-11-04  Wim Taymans  <wim@fluendo.com>
11584
11585         * examples/seeking/Makefile.am:
11586         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11587         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11588         (make_playerbin_pipeline), (format_value), (update_scale),
11589         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11590         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11591         (print_usage), (main):
11592         Added app for playback speed testing.
11593
11594         * examples/seeking/seek.c: (dynamic_link),
11595         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11596         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11597         (message_received), (main):
11598         Updated seek example.
11599
11600 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11601
11602         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11603         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11604         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11605         (gst_base_rtp_depayload_set_clock):
11606         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11607         Don't sleep on the bench (system clock) when you have a nice 
11608         comfortable bed (Gstreamer clock) to sleep on.
11609
11610 2005-11-03  Wim Taymans  <wim@fluendo.com>
11611
11612         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11613         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11614         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11615         Handle the case where a pad_block failed.
11616
11617 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11618
11619         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11620
11621         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11622         (gst_base_rtp_depayload_add_to_queue),
11623         (gst_base_rtp_depayload_push),
11624         (gst_base_rtp_depayload_set_gst_timestamp),
11625         (gst_base_rtp_depayload_queue_release):
11626           Fixes some bugs in the depayloader's queuing/de-queueing code.
11627
11628 2005-10-31  Michael Smith <msmith@fluendo.com>
11629
11630         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11631         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11632         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11633           Patch from Alessandro Decina <alessandro@nnva.org>.
11634           Make oggdemux only find the final time in a chain, not per-pad,
11635           since the per-pad information can be very expensive to locate, and
11636           it isn't used anywhere. This makes reading a file containing
11637           OggSkeleton reasonably fast.
11638           Also, make chain finding work when there are logical bitstreams that
11639           can't be decoded. Fixes #319110.
11640
11641 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11642
11643         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11644         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11645         (gst_base_rtp_depayload_chain),
11646         (gst_base_rtp_depayload_add_to_queue),
11647         (gst_base_rtp_depayload_push),
11648         (gst_base_rtp_depayload_set_gst_timestamp),
11649         (gst_base_rtp_depayload_queue_release),
11650         (gst_base_rtp_depayload_start_thread),
11651         (gst_base_rtp_depayload_set_property),
11652         (gst_base_rtp_depayload_get_property):
11653         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11654         Some random fixes, to fullfill the desires of thomas.
11655
11656 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11657
11658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11659         (gst_base_rtp_depayload_add_to_queue),
11660         (gst_base_rtp_depayload_push):
11661         Fixed the queueing algorithm.
11662
11663 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11664
11665         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11666         (gst_base_rtp_depayload_push):
11667         A small fix
11668
11669 2005-10-31  Wim Taymans  <wim@fluendo.com>
11670
11671         * gst-libs/gst/audio/gstringbuffer.h:
11672         Don't break ABI.
11673
11674         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11675         (gst_ffmpeg_caps_to_pixfmt):
11676         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11677         (gst_ffmpegcsp_set_caps):
11678         Some more comments.
11679         Handle missing required caps fields better.
11680
11681 2005-10-31  Wim Taymans  <wim@fluendo.com>
11682
11683         * gst-libs/gst/audio/gstbaseaudiosink.c:
11684         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11685         (gst_base_audio_sink_render):
11686         * gst-libs/gst/audio/gstringbuffer.c:
11687         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11688         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11689         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11690         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11691         (gst_ring_buffer_read):
11692         * gst-libs/gst/audio/gstringbuffer.h:
11693         Add flushing mode to the ringbuffer so that it in all cases does
11694         not try to handle more audio. This makes sure it does not try to
11695         block anymore when flushing and fixes a livelock.
11696
11697 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11698
11699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11700         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11701         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11702           Explicitly check for -1 values before doing a conversion
11703           and always map them to -1. (#315545)
11704
11705 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11706
11707         * gst/playback/gstplaybin.c: (gen_video_element):
11708           first try autovideosink, then xvimagesink, then error out
11709         * po/POTFILES.in:
11710           add translatable file
11711         * po/af.po:
11712         * po/az.po:
11713         * po/cs.po:
11714         * po/en_GB.po:
11715         * po/hu.po:
11716         * po/it.po:
11717         * po/nb.po:
11718         * po/nl.po:
11719         * po/or.po:
11720         * po/sq.po:
11721         * po/sr.po:
11722         * po/sv.po:
11723         * po/uk.po:
11724         * po/vi.po:
11725           update translations
11726
11727 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11728
11729         * gst-libs/gst/rtp/gstbasedepayload.c:
11730         * gst-libs/gst/rtp/gstbasedepayload.h:
11731           Minor cleanups
11732
11733 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11734
11735         * gst/playback/.cvsignore:
11736         * gst/playback/decodetest.c:
11737         * gst/playback/test3.c:
11738           Port these two tests as well.
11739
11740 2005-10-27  Wim Taymans  <wim@fluendo.com>
11741
11742         * ext/theora/theoradec.c: (theora_dec_src_query),
11743         (theora_dec_sink_event):
11744         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11745         (theora_enc_change_state):
11746         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11747         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11748         Take proper locks when handling events.
11749
11750 2005-10-27  Wim Taymans  <wim@fluendo.com>
11751
11752         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11753         (gst_adder_change_state):
11754         Fix timestamps and fix deadlock when stopping the collectpads.
11755
11756 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11757
11758         * gst-libs/gst/rtp/gstrtpbuffer.h:
11759         Declaring the payload types as strings too so that they can be used
11760         in the padtemplate inialization.
11761
11762 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11763
11764         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11765
11766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11767         (gst_base_rtp_depayload_class_init):
11768         Fixes a small but nasty bug. The derived elements no longer segfaults
11769         on finalization.
11770
11771 2005-10-26  Michael Smith <msmith@fluendo.com>
11772
11773         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11774           When clearing an audioconvert context, set tmpbufsize to zero, so
11775           we'll allocate it again later if required.
11776           This fixes audioconvert re-negotiating formats, which previously
11777           segfaulted with a NULL destination buffer.
11778
11779 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11780
11781         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11782         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11783         (gst_base_rtp_depayload_set_gst_timestamp),
11784         (gst_base_rtp_depayload_queue_release):
11785         Fixed a smalll memleak.
11786
11787 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11788         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11789         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11790         (gst_base_rtp_depayload_finalize),
11791         (gst_base_rtp_depayload_setcaps),
11792         (gst_base_rtp_depayload_add_to_queue),
11793         (gst_base_rtp_depayload_push),
11794         (gst_base_rtp_depayload_set_gst_timestamp),
11795         (gst_base_rtp_depayload_queue_release),
11796         (gst_base_rtp_depayload_thread),
11797         (gst_base_rtp_depayload_change_state):
11798         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11799         Changed the C++ comments to C comments
11800
11801 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11802
11803         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11804         * gst/tcp/gsttcpclientsrc.h:
11805         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11806         * gst/tcp/gsttcpserversrc.h:
11807           Remove unused 'curoffset' structure member.
11808
11809 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11810
11811         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11812         (gst_base_rtp_depayload_base_init),
11813         (gst_base_rtp_depayload_finalize):
11814         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11815         * gst-libs/gst/rtp/gstbasertppayload.h:
11816           The pad-template on the sinkpad should be set by the derived classes.
11817           Also added some useful macros.
11818
11819 2005-10-24  Wim Taymans  <wim@fluendo.com>
11820
11821         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11822         Correctly flush decoder samples even if we could not
11823         copy them to an output buffer. Fixes #319618.
11824
11825 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11826
11827         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11828         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11829         the caps against our xcontext caps.
11830
11831 2005-10-24  Wim Taymans  <wim@fluendo.com>
11832
11833         * gst-libs/gst/audio/gstbaseaudiosink.c:
11834         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11835         Remove g_print
11836         Use sync property from baseclass to disable sync.
11837
11838 2005-10-24  Wim Taymans  <wim@fluendo.com>
11839
11840         * gst-libs/gst/audio/gstbaseaudiosink.c:
11841         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11842         Buffers with no timestamps get aligned with previous buffers or
11843         on underrun, played ASAP.
11844
11845 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11846
11847         * gst-libs/gst/video/video.h:
11848         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11849         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11851         here comes my change on caps for framerate and geometry range.
11852         We are now accepting 1 to MAXINT for width and height, and from
11853         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11854         to be blended correctly in videomixer.
11855
11856 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11857
11858         * configure.ac:
11859           back to HEAD
11860
11861 === release 0.9.4 ===
11862
11863 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11864
11865         * NEWS:
11866         * RELEASE:
11867         * configure.ac:
11868           releasing 0.9.4, "Velociraptor"
11869
11870 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11871
11872         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11873         * po/POTFILES.in:
11874           STOPPED -> FAILED
11875
11876 2005-10-21  Wim Taymans  <wim@fluendo.com>
11877
11878         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11879         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11880         (pad_blocked), (close_pad_link), (new_pad):
11881         Don't try to remove elements twice.
11882
11883 2005-10-21  Wim Taymans  <wim@fluendo.com>
11884
11885         * ext/theora/theoradec.c: (theora_dec_src_query),
11886         (theora_dec_sink_event):
11887         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11888         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11889         (vorbis_handle_data_packet):
11890         * ext/vorbis/vorbisdec.h:
11891         Fix old naming.
11892
11893         * gst-libs/gst/audio/gstbaseaudiosink.c:
11894         (gst_base_audio_sink_render):
11895         Don't try to sync on buffers without a timestamp.
11896
11897 2005-10-21  Wim Taymans  <wim@fluendo.com>
11898
11899         * ext/theora/theoradec.c: (theora_dec_src_query),
11900         (theora_dec_sink_event):
11901         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11902         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11903         (vorbis_handle_data_packet):
11904         * ext/vorbis/vorbisdec.h:
11905         Fix old naming.
11906
11907 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11908
11909         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11910         (gst_vorbisenc_src_query):
11911           Implement position and duration queries.
11912
11913         * gst/playback/test3.c: (update_scale), (main):
11914           Fix for async state changes and print nicer output.
11915
11916 2005-10-20  Wim Taymans  <wim@fluendo.com>
11917
11918         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11919         (dump_element_stats), (main):
11920         * gst/playback/test6.c: (main):
11921         Fix tests again
11922
11923 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11924
11925         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11926         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11927           Don't use functions for position queries when handling
11928           duration queries.
11929
11930 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11931
11932         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11933         (vorbis_handle_data_packet), (vorbis_dec_chain),
11934         (vorbis_dec_change_state):
11935         * ext/vorbis/vorbisdec.h:
11936           Vorbis streams can be embedded in other container formats
11937           than ogg, container formats where the demuxer might set 
11938           timestamps on encoded vorbis buffers instead of those silly 
11939           granulepos thingies. In short: make vorbisdec handle 
11940           timestamps on incoming buffers as well.
11941
11942 2005-10-20  Wim Taymans  <wim@fluendo.com>
11943
11944         * gst/playback/gstplaybasebin.c: (group_destroy),
11945         (gst_play_base_bin_change_state):
11946         Fix leak.
11947         Handle case where playbasebin is now ASYNC because
11948         decodebin is.
11949
11950 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11951
11952         * gst/audioconvert/Makefile.am:
11953         * gst/audioconvert/bufferframesconvert.c:
11954         * gst/audioconvert/plugin.c: (plugin_init):
11955         * gst/audioconvert/plugin.h:
11956           And bye bye buffer-frames-convert
11957
11958 2005-10-19  Wim Taymans  <wim@fluendo.com>
11959
11960         * check/elements/audioconvert.c:
11961         * docs/libs/tmpl/gstaudio.sgml:
11962         * docs/libs/tmpl/gstcolorbalance.sgml:
11963         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11964         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11965         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11966         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11967         * gst-libs/gst/audio/audio.h:
11968         * gst/audioconvert/audioconvert.h:
11969         * gst/audioconvert/gstaudioconvert.c:
11970         (gst_audio_convert_parse_caps):
11971         * gst/volume/gstvolume.c:
11972         Bye bye buffer-frames.
11973
11974 2005-10-19  Wim Taymans  <wim@fluendo.com>
11975
11976         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11977         (query_positions_elems), (query_positions_pads), (update_scale),
11978         (do_seek), (set_update_scale), (message_received), (main):
11979         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11980         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11981         (gst_ogg_demux_loop):
11982         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11983         * ext/theora/theoradec.c: (theora_dec_src_query),
11984         (theora_dec_sink_event):
11985         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11986         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11987         * gst/adder/gstadder.c: (gst_adder_query):
11988         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11989         * gst/playback/test3.c: (update_scale):
11990         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11991         (dump_element_stats), (main):
11992         * gst/playback/test6.c: (main):
11993         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11994         Query API update.
11995
11996 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11997
11998         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11999         (xml_check_first_element), (xml_type_find), (smil_type_find),
12000         (plugin_init):
12001           Add typefinding for SMIL and for generic XML. Based on patch by
12002           Akos Maroy (#308663).
12003
12004 2005-10-18  Wim Taymans  <wim@fluendo.com>
12005
12006         * gst/playback/Makefile.am:
12007         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12008         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
12009         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
12010         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
12011         (gst_decode_bin_change_state):
12012         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12013         (gst_play_bin_send_event_to_sink):
12014         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12015         (dump_element_stats), (main):
12016         * gst/playback/test6.c: (main):
12017         Make playbin async, it'll commit state to paused when all streams
12018         are detected.
12019         Remove ugly hack.
12020         Added test6.c to show async behaviour.
12021
12022 2005-10-18  Wim Taymans  <wim@fluendo.com>
12023
12024         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12025         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
12026         Fix for segment-start/stop API change.
12027
12028 2005-10-18  Wim Taymans  <wim@fluendo.com>
12029
12030         * check/Makefile.am:
12031         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
12032         (main):
12033         Add future test for clock selection.
12034
12035 2005-10-18  Wim Taymans  <wim@fluendo.com>
12036
12037         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
12038         (gst_alsasink_close):
12039         Set handle to NULL.
12040
12041         * gst-libs/gst/audio/gstringbuffer.c:
12042         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12043         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12044         (gst_ring_buffer_start), (gst_ring_buffer_pause),
12045         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12046         (gst_ring_buffer_read):
12047         More debug info.
12048
12049 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
12050
12051         * gst/audiotestsrc/Makefile.am:
12052         * gst/sine/Makefile.am:
12053         * gst/volume/Makefile.am:
12054           fix broken build of controllerized plugins
12055
12056 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12057
12058         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12059
12060         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12061         (gst_riff_create_video_template_caps):
12062           Add support for Indeo-3 (IV32).
12063
12064 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12065
12066         * configure.ac:
12067           rewrite
12068
12069 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12070
12071         * gst-libs/gst/video/video.c: (gst_video_get_size):
12072         * gst/audiotestsrc/gstaudiotestsrc.c:
12073           doc updates
12074
12075 2005-10-17  Andy Wingo  <wingo@pobox.com>
12076
12077         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12078         with the collectpads change.
12079         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12080
12081         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12082
12083         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12084
12085         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12086         alloc_buffer flow return to callers.
12087         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12088         change. Fix some memleaks in theoraenc.
12089
12090         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12091         in strange circumstance.
12092
12093 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12094
12095         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12096         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12097         from caps, let's use the caps...
12098
12099 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12100
12101         * configure.ac:
12102           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12103
12104 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12105
12106         * gst-libs/gst/interfaces/Makefile.am:
12107           fix silly typo
12108
12109 2005-10-16  Andy Wingo  <wingo@pobox.com>
12110
12111         * gst/playback/gstdecodebin.c
12112         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12113         function!
12114         (try_to_link_1): Increase kraziness level.
12115
12116 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12117
12118         * configure.ac:
12119           restructure like the core one
12120         * gst-libs/gst/audio/Makefile.am:
12121         * gst-libs/gst/interfaces/Makefile.am:
12122         * gst-libs/gst/net/Makefile.am:
12123         * gst-libs/gst/riff/Makefile.am:
12124         * gst-libs/gst/rtp/Makefile.am:
12125         * gst-libs/gst/tag/Makefile.am:
12126         * gst-libs/gst/video/Makefile.am:
12127           use correct linker flags, now the libs are properly versioned
12128         * check/elements/audioconvert.c: (verify_convert):
12129         * ext/alsa/gstalsaplugin.c:
12130         * ext/cdparanoia/gstcdparanoia.c:
12131         * ext/gnomevfs/gstgnomevfs.c:
12132         * ext/libvisual/visual.c:
12133         * ext/ogg/gstogg.c:
12134         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12135         * ext/theora/theora.c:
12136         * ext/vorbis/vorbis.c:
12137         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12138         * gst-libs/gst/tag/gsttagediting.c:
12139         * gst-libs/gst/video/video.c:
12140         * gst/adder/gstadder.c:
12141         * gst/audioconvert/plugin.c:
12142         * gst/audiorate/gstaudiorate.c:
12143         * gst/audioresample/gstaudioresample.c:
12144         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12145         * gst/audioscale/gstaudioscale.c:
12146         * gst/audioscale/resample.c:
12147         * gst/audiotestsrc/gstaudiotestsrc.c:
12148         * gst/ffmpegcolorspace/gstffmpeg.c:
12149         * gst/playback/gstdecodebin.c: (close_pad_link):
12150         * gst/playback/gstplaybin.c: (gen_video_element),
12151         (gen_audio_element):
12152         * gst/sine/gstsinesrc.c:
12153         * gst/subparse/gstsubparse.c:
12154         * gst/tags/gsttagediting.c:
12155         * gst/tcp/gsttcpplugin.c:
12156         * gst/typefind/gsttypefindfunctions.c:
12157         * gst/videorate/gstvideorate.c:
12158         * gst/videoscale/gstvideoscale.c:
12159         * gst/videotestsrc/gstvideotestsrc.c:
12160         * gst/volume/gstvolume.c:
12161         * sys/v4l/gstv4l.c:
12162         * sys/ximage/ximage.c:
12163         * sys/xvimage/xvimagesink.c:
12164           fix up defines
12165
12166 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12167
12168         * ext/vorbis/vorbisenc.c:
12169         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12170         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12171         (gst_tag_to_vorbis_comments):
12172           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12173
12174 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12175
12176         * examples/stats/mp2ogg.c:
12177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12178           typo fixes
12179
12180 2005-10-13  Michael Smith <msmith@fluendo.com>
12181
12182         * ext/ogg/gstoggmux.c:
12183           Use magic glib macros to define constants as 64 bit, to ensure
12184           appropriate vararg passing.
12185
12186 2005-10-13  Michael Smith <msmith@fluendo.com>
12187
12188         * ext/ogg/gstoggmux.c:
12189         * gst/audioconvert/audioconvert.c: (float):
12190           Don't use LL suffix, as it's not portable, and neither of these
12191           uses required it anyway.
12192
12193 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12194
12195         * examples/indexing/indexmpeg.c: (main):
12196         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12197         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12198         (cdparanoia_convert), (cdparanoia_query):
12199         * ext/cdparanoia/gstcdparanoia.h:
12200         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12201         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12202         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12204         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12205         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12206         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12207         (gst_multifdsink_render), (gst_multifdsink_start),
12208         (gst_multifdsink_stop):
12209         * gst/tcp/gstmultifdsink.h:
12210         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12211         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12212         (gst_tcpclientsink_stop):
12213         * gst/tcp/gsttcpclientsink.h:
12214         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12215         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12216         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12217         * gst/tcp/gsttcpclientsrc.h:
12218         * gst/tcp/gsttcpserversink.h:
12219         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12220         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12221         (gst_tcpserversrc_stop):
12222         * gst/tcp/gsttcpserversrc.h:
12223         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12224         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12225         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12226           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12227           moved bitshift from macro to enum definition
12228
12229 2005-10-12  Wim Taymans  <wim@fluendo.com>
12230
12231         * examples/seeking/Makefile.am:
12232         Oops.
12233
12234 2005-10-12  Wim Taymans  <wim@fluendo.com>
12235
12236         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12237         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12238         Don't assert on normal stuff.
12239
12240         * gst/playback/gstplaybin.c: (do_playbin_seek):
12241         API fix.
12242
12243 2005-10-12  Wim Taymans  <wim@fluendo.com>
12244
12245         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12246         * examples/seeking/Makefile.am:
12247         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12248         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12249         (do_seek), (set_update_scale), (message_received), (main):
12250         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12251         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12252         Update for _get_state() API change.
12253
12254 2005-10-11  Wim Taymans  <wim@fluendo.com>
12255
12256         * gst-libs/gst/audio/gstbaseaudiosink.c:
12257         (gst_base_audio_sink_render):
12258         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12259         (gst_base_audio_src_create):
12260         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12261         (gst_ring_buffer_read):
12262         Cleanups.
12263         Commit and read from ringbuffer in samples rather than bytes.
12264
12265 2005-10-11  Wim Taymans  <wim@fluendo.com>
12266
12267         * gst-libs/gst/audio/gstbaseaudiosink.c:
12268         (gst_base_audio_sink_render):
12269         Respect segment rate and accum when scheduling samples.
12270
12271 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12272
12273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12274         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12275         EOS correctly, that needs more work.
12276
12277 2005-10-11  Wim Taymans  <wim@fluendo.com>
12278
12279         * check/generic/states.c: (GST_START_TEST):
12280         remove old property.
12281
12282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12283         (gst_ogg_demux_perform_seek):
12284         * ext/theora/theoradec.c: (theora_dec_sink_event):
12285         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12286         (vorbis_handle_data_packet):
12287         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12288         (gst_base_rtp_depayload_set_gst_timestamp):
12289         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12290         Update for newsegment API change.
12291
12292 2005-10-11  Michael Smith <msmith@fluendo.com>
12293
12294         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12295         (do_playbin_seek), (gst_play_bin_send_event):
12296           Override send_event differently, so that we can takes bits of
12297           functionality from GstPipeline (special handling for seeks,
12298           including pausing/resuming, and resetting stream time) and still get
12299           the appropriate behaviour of only forwarding event to a single sink,
12300           rather than all of them.
12301           Unfortunately requires a lot of code duplication, but the
12302           alternatives are equally ugly in the end.
12303
12304 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12305
12306         * check/elements/audioconvert.c: (setup_audioconvert),
12307         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12308         (GST_START_TEST), (audioconvert_suite):
12309           clean up tests a little, fix some leaks.
12310
12311 2005-10-10  Wim Taymans  <wim@fluendo.com>
12312
12313         * ext/alsa/gstalsasink.c:
12314         Also allow unsigned int.
12315
12316         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12317         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12318         Small cleanup
12319
12320 2005-10-10  Wim Taymans  <wim@fluendo.com>
12321
12322         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12323         Small update, use API as stated in design docs.
12324
12325         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12326         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12327         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12328         (message_received), (main):
12329         Updated seek example for GOption. Some usability improvements.
12330
12331 2005-10-10  Wim Taymans  <wim@fluendo.com>
12332
12333         * gst/audioconvert/audioconvert.h:
12334         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12335         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12336         Alloc temp storage somewhere else where we can do it more
12337         portable.
12338
12339 2005-10-10  Wim Taymans  <wim@fluendo.com>
12340
12341         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12342         (gst_tcpserversrc_start):
12343         Don't block in accept while doing the state change, move
12344         to poll and make cancellable.
12345
12346 2005-10-09  Philippe Khalaf <burger@speedy.org>
12347
12348         * gst-libs/gst/rtp/rtpbasedepayload.c:
12349         Set timestamp and add queue delay to timestamp
12350         * gst-libs/gst/rtp/rtpbuffer.h:
12351         Set correct payload type for h263
12352
12353 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12354
12355         * gst/audiotestsrc/gstaudiotestsrc.c:
12356         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12357         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12358         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12359         (gst_audiotestsrc_create_triangle),
12360         (gst_audiotestsrc_create_silence),
12361         (gst_audiotestsrc_create_white_noise),
12362         (gst_audiotestsrc_init_pink_noise),
12363         (gst_audiotestsrc_generate_pink_noise_value),
12364         (gst_audiotestsrc_create_pink_noise),
12365         (gst_audiotestsrc_change_wave):
12366         * gst/audiotestsrc/gstaudiotestsrc.h:
12367           fixed typo, added pink noise
12368
12369 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12370
12371         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12372         (plugin_init):
12373           Add wavpack and spc typefind functions from 0.8 branch.
12374
12375 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12376
12377         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12378         (ar_type_find), (msdos_type_find), (plugin_init):
12379           Add typefind functions for tar archives, ar archives,
12380           RAR archives, and msdos-executables (dlls, exe, etc.).
12381           Some of those would be wrongly identified as mpeg
12382           streams of some sort before (#315550).
12383
12384 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12385
12386         * configure.ac:
12387         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12388         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12389         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12390         * gst/audiotestsrc/Makefile.am:
12391         * gst/audiotestsrc/gstaudiotestsrc.c:
12392         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12393         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12394         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12395         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12396         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12397         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12398         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12399         (gst_audiotestsrc_create_silence),
12400         (gst_audiotestsrc_create_white_noise),
12401         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12402         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12403         (gst_audiotestsrc_start), (plugin_init):
12404         * gst/audiotestsrc/gstaudiotestsrc.h:
12405           add new plugin and element
12406         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12407           use gobject_class
12408
12409 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12410
12411         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12412         (gst_adder_init), (gst_adder_request_new_pad),
12413         (gst_adder_change_state):
12414           Add query function to source pad, so adder reports the correct
12415           time/sample position when queried (#315457); fix state change
12416           function; use GST_DEBUG_FUNCPTR() for pad functions.
12417
12418 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12419
12420         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12421           Fix leaks in typefind registration
12422           Clean up the gratuitous commenting and whitespacing a little
12423
12424 2005-10-08  Wim Taymans  <wim@fluendo.com>
12425
12426         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12427         Only actually wait for the thread to be stopped if it's 
12428         running.
12429
12430 2005-10-08  Wim Taymans  <wim@fluendo.com>
12431
12432         * gst-libs/gst/audio/gstbaseaudiosink.c:
12433         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12434         If we receive EOS we can start playback of what we had.
12435
12436 2005-10-08  Wim Taymans  <wim@fluendo.com>
12437
12438         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12439         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12440         (gst_multifdsink_stop):
12441         Fix crasher when going to NULL multiple times.
12442
12443 2005-10-06  Wim Taymans  <wim@fluendo.com>
12444
12445         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12446         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12447         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12448         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12449         patch from Edgard Lima <edgard.lima@indt.org.br>
12450         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12451
12452 2005-10-06  Wim Taymans  <wim@fluendo.com>
12453
12454         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12455         Report the FLOW_RETURN as string in the error message.
12456
12457         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12458         Don't assert when clearing an unnegotiated buffer.
12459
12460 2005-10-04  Michael Smith <msmith@fluendo.com>
12461
12462         * gst/playback/gstplaybasebin.c: (group_destroy),
12463         (gen_preroll_element), (remove_groups), (setup_source):
12464         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12465         (setup_sinks), (gst_play_bin_send_event),
12466         (gst_play_bin_change_state):
12467           Set state to NULL before removing from bin. Fix refcounting.
12468
12469 2005-10-04  Michael Smith <msmith@fluendo.com>
12470
12471         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12472           Correct refcounting in send_event() function. Previously was wrong
12473           if the first sink was unable to handle the event.
12474
12475 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12476
12477         * configure.ac:
12478           back to development
12479
12480 === release 0.9.3 ===
12481
12482 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12483
12484         * configure.ac:
12485           Releasing 0.9.3, "De Facto"
12486
12487 2005-10-03  Andy Wingo  <wingo@pobox.com>
12488
12489         * gst/playback/gstdecodebin.c (try_to_link_1)
12490         (remove_element_chain): set element to NULL before removing it.
12491
12492 2005-10-02  Johan Dahlin  <johan@gnome.org>
12493
12494         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12495         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12496         MT safe.
12497
12498 2005-10-02  Andy Wingo  <wingo@pobox.com>
12499
12500         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12501         (gst_ring_buffer_prepare_read): 
12502         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12503         Demote to LOG.
12504
12505 2005-09-29  Wim Taymans  <wim@fluendo.com>
12506
12507         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12508         * ext/theora/theoradec.c: (theora_handle_data_packet):
12509         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12510         Propagate error codes from alloc_buffer too.
12511
12512 2005-09-29  Wim Taymans  <wim@fluendo.com>
12513
12514         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12515         We use fixed caps.
12516
12517         * gst/playback/Makefile.am:
12518         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12519         (dump_element_stats), (main):
12520         Added example stream introspection code.
12521
12522 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12523
12524         * gst/adder/gstadder.c: (gst_adder_collected):
12525           fix adder for float elements
12526
12527 2005-09-28  Wim Taymans  <wim@fluendo.com>
12528
12529         * gst-libs/gst/audio/gstbaseaudiosink.c:
12530         (gst_base_audio_sink_class_init),
12531         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12532         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12533         (gst_base_audio_src_class_init),
12534         (gst_base_audio_src_provide_clock):
12535         get_clock -> provide_clock
12536
12537 2005-09-28  Andy Wingo  <wingo@pobox.com>
12538
12539         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12540         and unlocking.
12541
12542         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12543         unlocking.
12544
12545         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12546         Actually add the pad template.
12547         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12548
12549         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12550         I'm at it...
12551
12552         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12553         from fdsrc. Get caps in create() instead of start() so it can be
12554         interrupted. Interruption somewhat untested.
12555
12556         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12557         Proper EOS handling.
12558
12559 2005-09-27  Andy Wingo  <wingo@pobox.com>
12560
12561         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12562
12563         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12564
12565         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12566
12567         * gst/tcp/gsttcp.h: 
12568         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12569         out of tcpclientsrc.c. Cancellable.
12570         (gst_tcp_socket_read): Made private, cancellable, with better
12571         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12572         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12573         whole buffer, and better diagnostics.
12574         (gst_tcp_gdp_read_caps): Same.
12575
12576         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12577
12578 2005-09-26  Andy Wingo  <wingo@pobox.com>
12579
12580         * gst/sine/gstsinesrc.h:
12581         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12582         change the 'sync' property to 'is-live' and implement it halfway,
12583         update for controller api change.
12584
12585         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12586         controller api change.
12587
12588 2005-09-24  Wim Taymans  <wim@fluendo.com>
12589
12590         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12591         * gst-libs/gst/audio/gstaudiosink.c:
12592         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12593         (gst_audioringbuffer_stop):
12594         * gst-libs/gst/audio/gstbaseaudiosink.c:
12595         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12596         (gst_base_audio_sink_change_state):
12597         * gst-libs/gst/audio/gstbaseaudiosink.h:
12598         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12599         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12600         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12601         * gst-libs/gst/audio/gstringbuffer.h:
12602         Fix sync again. Moved sample alignment to basesink.
12603
12604 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12605
12606         * docs/plugins/Makefile.am:
12607         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12608         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12609         * gst/volume/gstvolume.c:
12610           add/fix docs
12611         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12612         * gst-libs/gst/audio/audio.h:
12613           add conversion macros for frames <-> clocktime
12614
12615 2005-09-23  David Schleef  <ds@schleef.org>
12616
12617         * gst/audioresample/Makefile.am:
12618         * gst/audioresample/debug.h:
12619         * gst/audioresample/gstaudioresample.c:
12620         * gst/audioresample/resample.c: Convert to using gst debugging
12621
12622 2005-09-22  Wim Taymans  <wim@fluendo.com>
12623
12624         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12625         (gst_play_bin_send_event):
12626         Only seek on one sink, the first one that succeeds.
12627
12628 2005-09-22  Michael Smith <msmith@fluendo.com>
12629
12630         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12631         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12632         Don't flush encoder state unless we have an initialised encoder.
12633         Clear out encoder state on PAUSED_TO_READY.
12634
12635 2005-09-22  Wim Taymans  <wim@fluendo.com>
12636
12637         * gst-libs/gst/rtp/gstbasertppayload.c:
12638         (gst_basertppayload_class_init), (gst_basertppayload_init),
12639         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12640         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12641         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12642         (gst_basertppayload_set_property),
12643         (gst_basertppayload_get_property),
12644         (gst_basertppayload_change_state):
12645         * gst-libs/gst/rtp/gstbasertppayload.h:
12646         Added max-ptime to control amount of data in the rtp packets.
12647
12648 2005-09-21  Andy Wingo  <wingo@pobox.com>
12649
12650         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12651         thingies.
12652
12653         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12654         can be called multiple times, dogs.
12655
12656 2005-09-21  Wim Taymans  <wim@fluendo.com>
12657
12658         * gst-libs/gst/rtp/gstbasertppayload.c:
12659         (gst_basertppayload_class_init), (gst_basertppayload_init),
12660         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12661         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12662         (gst_basertppayload_push), (gst_basertppayload_get_property),
12663         (gst_basertppayload_change_state):
12664         Allow 0 ssrc too.
12665
12666 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12667
12668         * docs/libs/compiling.sgml:
12669           fixing typos
12670
12671 2005-09-20  Wim Taymans  <wim@fluendo.com>
12672
12673         * gst-libs/gst/rtp/gstbasertppayload.c:
12674         (gst_basertppayload_class_init), (gst_basertppayload_init),
12675         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12676         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12677         (gst_basertppayload_push), (gst_basertppayload_set_property),
12678         (gst_basertppayload_get_property),
12679         (gst_basertppayload_change_state):
12680         * gst-libs/gst/rtp/gstbasertppayload.h:
12681         Added property to configure sequence number offsets.
12682
12683 2005-09-20  Wim Taymans  <wim@fluendo.com>
12684
12685         * gst-libs/gst/rtp/gstbasertppayload.c:
12686         (gst_basertppayload_class_init), (gst_basertppayload_init),
12687         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12688         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12689         (gst_basertppayload_push), (gst_basertppayload_set_property),
12690         (gst_basertppayload_get_property),
12691         (gst_basertppayload_change_state):
12692         * gst-libs/gst/rtp/gstbasertppayload.h:
12693         Make timestamp offset configurable.
12694
12695 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12696
12697         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12698           fix wrong pop/unref
12699
12700 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12701
12702         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12703
12704         * gst-libs/gst/interfaces/propertyprobe.c:
12705         (gst_property_probe_probe_property_name),
12706         (gst_property_probe_needs_probe_name),
12707         (gst_property_probe_get_values_name),
12708         (gst_property_probe_probe_and_get_values_name):
12709           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12710           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12711
12712 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12713
12714         * check/Makefile.am:
12715           have some tests be disabled for valgrinding
12716         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12717         (GST_START_TEST):
12718         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12719           Fix A Leak.  Chain To Parent Finalize.
12720
12721 2005-09-19  Wim Taymans  <wim@fluendo.com>
12722
12723         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12724         Fixed wav pipeline.
12725
12726 2005-09-19  Wim Taymans  <wim@fluendo.com>
12727
12728         * gst-libs/gst/rtp/gstbasertppayload.c:
12729         (gst_basertppayload_class_init), (gst_basertppayload_init),
12730         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12731         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12732         (gst_basertppayload_push), (gst_basertppayload_get_property),
12733         (gst_basertppayload_change_state):
12734         Posting ERROR and WARNING messages is good.
12735
12736 2005-09-19  Wim Taymans  <wim@fluendo.com>
12737
12738         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12739         (gst_base_rtp_depayload_add_to_queue),
12740         (gst_base_rtp_depayload_push),
12741         (gst_base_rtp_depayload_set_gst_timestamp),
12742         (gst_base_rtp_depayload_queue_release):
12743         This one was not supposed to go in.
12744
12745 2005-09-19  Wim Taymans  <wim@fluendo.com>
12746
12747         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12748         Fix for bus API.
12749
12750         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12751         (gst_base_rtp_depayload_chain),
12752         (gst_base_rtp_depayload_add_to_queue),
12753         (gst_base_rtp_depayload_push),
12754         (gst_base_rtp_depayload_set_gst_timestamp),
12755         (gst_base_rtp_depayload_queue_release):
12756         Some cleanups.
12757
12758         * gst-libs/gst/rtp/gstbasertppayload.c:
12759         (gst_basertppayload_class_init), (gst_basertppayload_init),
12760         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12761         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12762         (gst_basertppayload_get_property),
12763         (gst_basertppayload_change_state):
12764         Added debugging category.
12765
12766 2005-09-18  David Schleef  <ds@schleef.org>
12767
12768         * gst/playback/gstdecodebin.c: free plugin list correctly
12769         * gst/playback/gstplaybin.c: emit warning if autovideosink
12770           and autoaudiosink can't be found (instead of segfaulting)
12771
12772 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12773
12774         * check/elements/audioconvert.c: (GST_START_TEST):
12775           try out 24 bit conversion
12776
12777 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12778
12779         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12780         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12781         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12782         * ext/vorbis/vorbisenc.h:
12783           Fix EOS handling.  Still needs a fix in the ogg muxer to
12784           mark the last page as eos.
12785
12786 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12787
12788         * common/gtk-doc-plugins.mak:
12789         * docs/plugins/Makefile.am:
12790         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12791         * gst/ffmpegcolorspace/Makefile.am:
12792         * gst/ffmpegcolorspace/avcodec.h:
12793         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12794         * gst/tcp/gstmultifdsink.c:
12795           fix up ffmpegcolorspace docs; extract header
12796
12797 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12798
12799         * common/gtk-doc-plugins.mak:
12800         * docs/plugins/Makefile.am:
12801         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12802         * ext/theora/Makefile.am:
12803         * ext/theora/gsttheoraenc.h:
12804         * ext/theora/theoraenc.c:
12805         * ext/vorbis/vorbisenc.c:
12806           pick up signals and args for vorbis; add some docs for vorbis
12807
12808 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12809
12810         * common/gstdoc-scangobj:
12811         * common/gtk-doc-plugins.mak:
12812         * docs/libs/Makefile.am:
12813         * docs/plugins/gst-plugins-base-plugins.args:
12814         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12815         * docs/plugins/gst-plugins-base-plugins.interfaces:
12816         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12817         * docs/plugins/gst-plugins-base-plugins.signals:
12818           only scanobj stuff from our source module.  Not sure yet
12819           if that's correct, given the hierarchy stuff :)
12820
12821 2005-09-15  Wim Taymans  <wim@fluendo.com>
12822
12823         * gst/audioconvert/gstaudioconvert.c:
12824         And enable 24 bits mode as well..
12825
12826 2005-09-15  Wim Taymans  <wim@fluendo.com>
12827
12828         * gst-libs/gst/rtp/Makefile.am:
12829         * gst-libs/gst/rtp/gstbasertppayload.c:
12830         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12831         (gst_basertppayload_class_init), (gst_basertppayload_init),
12832         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12833         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12834         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12835         (gst_basertppayload_set_property),
12836         (gst_basertppayload_get_property),
12837         (gst_basertppayload_change_state):
12838         * gst-libs/gst/rtp/gstbasertppayload.h:
12839         Added rtp payloader base class.
12840
12841 2005-09-15  Andy Wingo  <wingo@pobox.com>
12842
12843         * configure.ac (plugindir): Remove the EOL matcher from the
12844         regexp, as it causes me problems. Libtool? Make? Who knows?
12845
12846 2005-09-14  David Schleef  <ds@schleef.org>
12847
12848         * check/generic/states.c: 
12849         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12850         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12851           Fixes for changes in registry API.
12852
12853         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12854           to GST_PLUGIN_LDFLAGS.
12855         * ext/libvisual/visual.c: Make the library shut up.
12856         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12857         * gst-libs/gst/audio/gstaudiofilter.c: same
12858
12859 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12860
12861         * docs/plugins/Makefile.am:
12862         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12863         * docs/plugins/inspect/plugin-libvisual.xml:
12864         * docs/plugins/tmpl/element-tcpserversink.sgml:
12865         * ext/theora/theoraenc.c:
12866           add libvisual plugin and theoraenc element to docs
12867
12868 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12869
12870         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12871         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12872         * ext/theora/theoraenc.c:
12873           add theoraenc
12874
12875 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12876
12877         * gst/audioconvert/Makefile.am:
12878           Audioconvert derives from GstBaseTransform and should
12879           link to the library with our base elements to avoid
12880           unresolved symbols. Makes things work with MinGW (#316160)
12881
12882         * gst/playback/test4.c: (main):
12883           Fix MinGW build problem and use g_usleep() instead of 
12884           sleep() (#316162)
12885
12886 2005-09-12  Wim Taymans  <wim@fluendo.com>
12887
12888         * gst/audioconvert/audioconvert.c: (float),
12889         (audio_convert_prepare_context), (audio_convert_convert):
12890         * gst/audioconvert/audioconvert.h:
12891         Cleanups, speedups, simplifications, added back support
12892         for 24 bits.
12893
12894 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12895
12896         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12897         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12898         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12899         * docs/plugins/tmpl/element-tcpserversink.sgml:
12900         * gst/ffmpegcolorspace/gstffmpeg.c:
12901         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12902         * gst/videotestsrc/gstvideotestsrc.c:
12903         * gst/volume/gstvolume.c:
12904           add more elements to the docs
12905
12906 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12907
12908         * check/Makefile.am:
12909         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12910         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12911           Add extra tests for basetransform based components. 
12912           Comment out the test_element_negotiation test until we decide
12913           if it's testing correct behaviour.
12914         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12915         (gst_visual_chain), (gst_visual_change_state):
12916           Slightly more correct but still bogus timestamping.
12917           Fix state change function.
12918         * gst/audioconvert/gstaudioconvert.c:
12919         (gst_audio_convert_class_init):
12920         * gst/audioresample/gstaudioresample.c:
12921         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12922         (gst_ffmpegcsp_class_init):
12923         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12924         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12925         (gst_videoscale_prepare_image):
12926         * gst/volume/gstvolume.c: (gst_volume_class_init),
12927         (volume_transform_ip):
12928           Basetransform updates. Enable passthrough modes.
12929         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12930         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12931         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12932           Negotiation fix that allows the window to return to the original
12933           size and renegotiate passthrough upstream. Extra debug output.
12934
12935 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12936
12937         * gst/sine/gstsinesrc.c:
12938         * gst/volume/gstvolume.c:
12939           fix up header include
12940
12941 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12942
12943         * gst-libs/gst/audio/gstbaseaudiosink.c:
12944         (gst_base_audio_sink_render):
12945         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12946         * gst/volume/gstvolume.c: (gst_volume_class_init),
12947         (volume_transform):
12948           fixing lost sync, some more debugging
12949
12950 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12951
12952         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12953         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12954         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12955         (gst_xvimagesink_check_xshm_calls):
12956           Fix compilation when XShm is not available.
12957
12958 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12959
12960         * ext/libvisual/visual.c: (gst_visual_dispose),
12961         (gst_visual_getcaps), (gst_visual_src_setcaps),
12962         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12963         (gst_visual_change_state):
12964           Finish fixing up libvisual plugin so that it runs. 
12965
12966 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12967
12968         * ext/vorbis/vorbisenc.c:
12969         * gst-libs/gst/tag/gstvorbistag.c:
12970           gsttaginterface.h -> gsttagsetter.h
12971
12972 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12973
12974         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12975           added another test that failes for me (test is not active by default)
12976
12977 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12978
12979         * configure.ac:
12980           v4l2 is no longer in gst-plugins-base
12981
12982 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12983
12984         * configure.ac:
12985           In the output at the end, don't show the first plugin on the same
12986           line as "Core plug-ins, always built:".
12987           Indent the output as for other plugin categories
12988         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12989           #define that can be used to not use peer buffer_alloc functions for
12990           test purposes.
12991         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12992         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12993         (gst_ximagesink_show_frame):
12994         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12995         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12996         (gst_xvimagesink_show_frame):
12997           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12998           fails gracefully instead of XError aborting or deadlocking.
12999
13000 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
13001
13002         * ext/libvisual/Makefile.am:
13003           link against gst-base-libs
13004
13005 2005-09-06  David Schleef  <ds@schleef.org>
13006
13007         * configure.ac: Enable libvisual plugin.
13008         * ext/libvisual/Makefile.am:
13009         * ext/libvisual/visual.c: Fixes to make it compile.
13010
13011 === release 0.9.2 ===
13012
13013 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13014
13015         * NEWS:
13016         * RELEASE:
13017         * configure.ac:
13018         * docs/random/ChangeLog-0.8:
13019           releasing 0.9.2, "Spoon"
13020
13021 2005-09-05  Michael Smith <msmith@fluendo.com>
13022
13023         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13024           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
13025           that in the vorbisenc element.
13026
13027 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13028
13029         * common/gtk-doc-plugins.mak:
13030         * docs/plugins/Makefile.am:
13031           fix distcheck
13032         * gst/audioresample/resample.c:
13033           fix wrong docstring
13034
13035 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13036
13037         * common/gst-xmlinspect.py:
13038         * common/gtk-doc-plugins.mak:
13039           only inspect plugins for this given package
13040           require gst-python 0.9
13041
13042 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13043
13044         * Makefile.am:
13045         * autogen.sh:
13046         * common/gst-xmlinspect.py:
13047         * configure.ac:
13048         * docs/Makefile.am:
13049         * docs/plugins/inspect/plugin-alsa.xml:
13050         * docs/plugins/inspect/plugin-audioresample.xml:
13051         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13052         * docs/plugins/inspect/plugin-ogg.xml:
13053         * docs/plugins/tmpl/element-gnomevfssink.sgml:
13054         * docs/plugins/tmpl/element-multifdsink.sgml:
13055         * docs/plugins/tmpl/element-tcpserversink.sgml:
13056         * docs/plugins/tmpl/element-vorbisenc.sgml:
13057         * gst-plugins-base.spec.in:
13058           various doc-related updates
13059
13060 2005-08-31  Wim Taymans  <wim@fluendo.com>
13061
13062         * gst-libs/gst/audio/gstbaseaudiosink.c:
13063         (gst_base_audio_sink_render):
13064         Resync if the buffer timestamps drift more than a 10th 
13065         of a second.
13066
13067 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13068
13069         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13070         (gst_v4lsrc_get_property):
13071           The 'timestamp-offset' property is registered as an int64, so
13072           let's use g_value_{set|get}_int64() in our setter and getter
13073           functions (makes it work and fixes warnings with gst-inspect).
13074
13075 2005-08-30  Wim Taymans  <wim@fluendo.com>
13076
13077         * check/elements/audioconvert.c: (setup_audioconvert):
13078         * check/elements/audioresample.c: (setup_audioresample):
13079         * check/elements/volume.c: (setup_volume):
13080         Fix checks.
13081
13082 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13083
13084         * common/gtk-doc-plugins.mak:
13085         * common/plugins.xsl:
13086         * docs/plugins/Makefile.am:
13087           make module a param
13088
13089 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13090
13091         * examples/seeking/seek.c: (make_mp3_pipeline),
13092         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13093         (play_cb), (pause_cb), (stop_cb):
13094           update the example
13095
13096 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13097
13098         * gst/volume/gstvolume.c: (gst_volume_class_init),
13099         (volume_transform):
13100           do not update controlled params, if buffer has no timestamp
13101
13102 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13103
13104         * configure.ac:
13105         * gst/sine/Makefile.am:
13106         * gst/volume/Makefile.am:
13107           controllerized elements also need to link against controller-libs ;)
13108
13109 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13110
13111         * docs/libs/tmpl/gstcolorbalance.sgml:
13112         * docs/libs/tmpl/gstgconf.sgml:
13113         * docs/libs/tmpl/gstmixer.sgml:
13114         * docs/libs/tmpl/gstringbuffer.sgml:
13115         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13116         (gst_sinesrc_create):
13117         * gst/volume/gstvolume.c: (gst_volume_class_init),
13118         (volume_transform):
13119           controllerized two audio plugins
13120
13121 2005-08-29  Andy Wingo  <wingo@pobox.com>
13122
13123         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
13124         (vorbis_handle_data_packet): Fix some int overflow errors.
13125
13126         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13127         -1.
13128         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13129         valid.
13130         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13131         if it's valid. Fixed streaming-mode playback.
13132
13133         * check/elements/volume.c (cleanup_volume): Fix for running
13134         CK_FORK=no.
13135
13136         * check/elements/audioconvert.c: Convert from native endian, not
13137         little endian.
13138
13139 2005-08-29  Michael Smith <msmith@fluendo.com>
13140
13141         * ext/ogg/Makefile.am:
13142         * ext/ogg/gstogg.c: (plugin_init):
13143         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13144         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13145         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13146         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13147         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13148         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13149         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13150         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13151         Add an ogg parser element.
13152
13153 2005-08-28  Andy Wingo  <wingo@pobox.com>
13154
13155         * Updates for two-arg init from GST_BOILERPLATE_FULL.
13156
13157 2005-08-26  Wim Taymans  <wim@fluendo.com>
13158
13159         * gst/audioconvert/audioconvert.c: (if), (float),
13160         (audio_convert_get_func_index), (check_default),
13161         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13162         (audio_convert_clean_context), (audio_convert_get_sizes),
13163         (audio_convert_convert):
13164         Cleanups.
13165
13166 2005-08-26  Wim Taymans  <wim@fluendo.com>
13167
13168         * gst/audioconvert/audioconvert.c: (if), (float),
13169         (audio_convert_get_func_index), (check_default),
13170         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13171         (audio_convert_clean_context), (audio_convert_get_sizes),
13172         (audio_convert_convert):
13173         More elegant and working temp buffer selection algo.
13174
13175 2005-08-26  Wim Taymans  <wim@fluendo.com>
13176
13177         * gst/audioconvert/audioconvert.c: (if), (float),
13178         (audio_convert_get_func_index), (check_default),
13179         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13180         (audio_convert_clean_context), (audio_convert_get_sizes),
13181         (get_temp_buffer), (audio_convert_convert):
13182         Use realloc else we lose our original data.
13183
13184 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13185
13186         * gst/audioresample/gstaudioresample.c:
13187           use base class' newsegment to properly timestamp
13188
13189 2005-08-26  Wim Taymans  <wim@fluendo.com>
13190
13191         * gst/audioconvert/audioconvert.c: (if), (float),
13192         (audio_convert_get_func_index), (check_default),
13193         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13194         (audio_convert_clean_context), (audio_convert_get_sizes),
13195         (get_temp_buffer), (audio_convert_convert):
13196         * gst/audioconvert/gstaudioconvert.c:
13197         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13198         (gst_audio_convert_transform_caps),
13199         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13200         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13201         Oops, allocate enough space to perform the channel mix.
13202
13203 2005-08-26  Wim Taymans  <wim@fluendo.com>
13204
13205         * gst/audioconvert/Makefile.am:
13206         * gst/audioconvert/audioconvert.c: (if), (float),
13207         (audio_convert_get_func_index), (check_default),
13208         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13209         (audio_convert_clean_context), (audio_convert_get_sizes),
13210         (get_temp_buffer), (audio_convert_convert):
13211         * gst/audioconvert/audioconvert.h:
13212         * gst/audioconvert/gstaudioconvert.c:
13213         (gst_audio_convert_class_init), (gst_audio_convert_init),
13214         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13215         (gst_audio_convert_get_unit_size),
13216         (gst_audio_convert_transform_caps),
13217         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13218         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13219         * gst/audioconvert/gstaudioconvert.h:
13220         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13221         (gst_channel_mix_fill_identical),
13222         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13223         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13224         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13225         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13226         (gst_channel_mix_mix):
13227         * gst/audioconvert/gstchannelmix.h:
13228         Cleanups, librarify a bit, optimize, better negotiation and more.
13229
13230 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13231
13232         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13233         Another from MikeS:
13234         During typefinding, don't support negative offsets
13235         (offsets from the end of the stream) in our typefind->peek() function
13236         - nothing embedded in ogg ever needs them. However, we need to recognise
13237         those requests and reject them, otherwise we return invalid pointers.
13238
13239 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13240
13241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13242         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13243         (vorbisdec_finalize), (vorbis_handle_type_packet):
13244           Big shout-out to MikeS for fixing this giant memory leak.
13245           Huzzah!
13246
13247 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13248
13249         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13250         (audio_convert_get_unit_size):
13251           plug some leaks
13252
13253 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13254
13255         * check/Makefile.am:
13256         * check/elements/audioconvert.c: (setup_audioconvert),
13257         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13258         (GST_START_TEST), (audioconvert_suite), (main):
13259           add a test for audioconvert
13260         * gst/audioresample/gstaudioresample.c:
13261         * gst/audioresample/gstaudioresample.h:
13262           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13263           note that for buffers of 1/3 sec this means DURATION(c) is 
13264           one nanosecond more than for a and b
13265
13266 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13267
13268         * check/Makefile.am:
13269         * check/elements/audioresample.c: (setup_audioresample),
13270         (cleanup_audioresample), (fail_unless_perfect_stream),
13271         (test_perfect_stream_instance), (GST_START_TEST),
13272           add a check for audioresample
13273         (audioresample_suite), (main):
13274         * check/elements/volume.c: (GST_START_TEST):
13275           remove unused method
13276         * gst/audioresample/gstaudioresample.c:
13277           set correct buffer parameters since we're changing them
13278         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13279           add some debug
13280
13281 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13282
13283         * gst/audioresample/debug.c:
13284         * gst/audioresample/gstaudioresample.c:
13285           add room for extra overlap samples when asked to transform size
13286           protect against possible mem corruption and check for discrepancies
13287           between written size and outbuffer's size so we can warn for
13288           potential problems
13289         * gst/audioresample/resample.c: (resample_init),
13290         (resample_get_output_size_for_input), (resample_get_output_size),
13291         (resample_set_n_channels), (resample_set_format):
13292           set debug level based on RESAMPLE_DEBUG env var
13293           make sure that get_output_size* returns a whole number of
13294           sample_size
13295           set sample_size each time either channel or format is set
13296         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13297         * gst/audioresample/resample_functable.c:
13298         (resample_scale_functable):
13299         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13300           remove r->sample_size, it's done in resample.c now
13301           add some debugging to the ref implementation
13302           make sure we only give back bytes that are wholes of the sample
13303           size
13304
13305 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13306         * gst/playback/gstplaybasebin.c: (fill_buffer):
13307         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13308
13309 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13310
13311         * gst/volume/gstvolume.c:
13312           made set_caps function static
13313
13314 2005-08-24  Wim Taymans  <wim@fluendo.com>
13315
13316         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13317         (gst_vorbisenc_change_state):
13318         Stop leaking taglists.
13319
13320 2005-08-24  Wim Taymans  <wim@fluendo.com>
13321
13322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13323         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13324         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13325         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13326         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13327         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13328         Parse seeking events better.
13329         Unref static caps.
13330         Generate correct newsegment events, fixes seeking in live oggs.
13331
13332         * ext/theora/theoradec.c: (theora_dec_src_query),
13333         (theora_dec_src_event), (theora_dec_src_getcaps),
13334         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13335         Use newsegment values to report correct play time.
13336
13337         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13338         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13339         * ext/vorbis/vorbisdec.h:
13340         Parse and use newsegment values to report correct play time.
13341
13342         * gst-libs/gst/audio/gstbaseaudiosink.c:
13343         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13344         Clear ringbuffer on flush.
13345         Use newsegment values to calculate playback time.
13346
13347         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13348         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13349         Basesink does newsegment calculations for us now.
13350
13351 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13352
13353         * check/Makefile.am:
13354         * configure.ac:
13355           add core's plugins to the mix so that playbin works
13356         * check/generic/states.c: (GST_START_TEST):
13357           set a 0 timeout on pipelines, so they don't force the next
13358           state change
13359         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13360         (gst_play_base_bin_change_state):
13361           remove the crappy error handling and do GST error handling
13362
13363 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13364
13365         * check/Makefile.am:
13366         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13367           add same test as to core, it bitches out on playbin atm.
13368
13369 2005-08-24  Wim Taymans  <wim@fluendo.com>
13370
13371         * configure.ac:
13372         Remove audioscale.
13373
13374 2005-08-24  Wim Taymans  <wim@fluendo.com>
13375
13376         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13377         (gst_videoscale_prepare_size), (parse_caps),
13378         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13379         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13380         (gst_videoscale_transform):
13381         * gst/videoscale/gstvideoscale.h:
13382         Refactor, make use of BaseTranform really well.
13383
13384 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13385
13386         * configure.ac:
13387           compile audioresample
13388         * gst/audioresample/Makefile.am:
13389         * gst/audioresample/buffer.c:
13390         * gst/audioresample/functable.c:
13391         * gst/audioresample/gstaudioresample.c:
13392         * gst/audioresample/gstaudioresample.h:
13393         * gst/audioresample/resample.c:
13394         (resample_get_output_size_for_input):
13395         * gst/audioresample/resample.h:
13396         * gst/audioresample/resample_chunk.c:
13397         * gst/audioresample/resample_functable.c:
13398         * gst/audioresample/resample_ref.c:
13399           port to use basetransform; doesn't work in all cases yet
13400
13401 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13402
13403         * gst/audioconvert/gstaudioconvert.c:
13404         (gst_audio_convert_class_init), (gst_audio_convert_init),
13405         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13406         (audio_convert_fixate_caps), (audio_convert_set_caps),
13407         (audio_convert_transform),
13408         (gst_audio_convert_buffer_to_default_format),
13409         (gst_audio_convert_buffer_from_default_format),
13410         (gst_audio_convert_channels):
13411         * gst/audioconvert/gstchannelmix.c:
13412         * gst/audioconvert/gstchannelmix.h:
13413           port to basetransform
13414         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13415         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13416         (gst_ffmpegcsp_get_unit_size):
13417         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13418         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13419           fix for basetransform changes
13420
13421 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13422
13423         * check/Makefile.am:
13424           Add CHECK_CFLAGS and LDFLAGS
13425
13426         * gst/playback/gstplaybasebin.c: (fill_buffer):
13427           GST_MESSAGE_SRC became a GObject
13428
13429 2005-08-24  Wim Taymans  <wim@fluendo.com>
13430
13431         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13432         (gst_ring_buffer_clear_all):
13433         * gst-libs/gst/audio/gstringbuffer.h:
13434         Added function to clear the ringbuffer.
13435
13436 2005-08-24  Andy Wingo  <wingo@pobox.com>
13437
13438         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13439         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13440         of _open and _close.
13441
13442         * sys/v4l/gstv4lxoverlay.h:
13443         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13444         an Xv connection here, instead of all the time. Make Xv only be
13445         loaded if you axe for it. Kindof a workaround for buggy behaviour
13446         of Xv when using remote xservers (XvQueryExtension would block).
13447         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13448         replace the _open and _close public API. Only start the xv
13449         connection if necessary.
13450         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13451
13452 2005-08-23  David Schleef  <ds@schleef.org>
13453
13454         * gst/audioresample/Makefile.am: Leet audioresampling code
13455         * gst/audioresample/buffer.c:
13456         * gst/audioresample/buffer.h:
13457         * gst/audioresample/debug.c:
13458         * gst/audioresample/debug.h:
13459         * gst/audioresample/functable.c:
13460         * gst/audioresample/functable.h:
13461         * gst/audioresample/gstaudioresample.c:
13462         * gst/audioresample/gstaudioresample.h:
13463         * gst/audioresample/resample.c:
13464         * gst/audioresample/resample.h:
13465         * gst/audioresample/resample_chunk.c:
13466         * gst/audioresample/resample_functable.c:
13467         * gst/audioresample/resample_ref.c:
13468
13469 2005-08-23  Wim Taymans  <wim@fluendo.com>
13470
13471         * examples/seeking/seek.c: (make_vorbis_pipeline),
13472         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13473         Small seek updates.
13474
13475 2005-08-23  Andy Wingo  <wingo@pobox.com>
13476
13477         * gst-libs/gst/audio/gstbaseaudiosrc.c
13478         (gst_base_audio_src_fixate): Only fixate endianness if it is
13479         present in the caps.
13480
13481 2005-08-22  Andy Wingo  <wingo@pobox.com>
13482
13483         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13484         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13485         device-name property.
13486
13487         * gst-libs/gst/audio/gstaudiosrc.h:
13488         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13489         close_device in the ring buffer, like gstaudiosink.
13490
13491         * ext/alsa/gstalsamixer.h:
13492         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13493         macro to implement the interface without much code. Cleanups. 
13494
13495         * ext/alsa/gstalsasrc.h:
13496         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13497         READY.
13498
13499         * ext/alsa/Makefile.am: Add new files.
13500         * ext/alsa/gstalsamixerelement.c: 
13501         * ext/alsa/gstalsamixerelement.c: Split element code out from
13502         mixer code so that alsasrc can be a mixer too.
13503
13504 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13505
13506         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13507         (GST_START_TEST):
13508         * check/elements/vorbisdec.c: (setup_vorbisdec),
13509         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13510         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13511         (vorbis_handle_identification_packet),
13512         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13513         (vorbis_handle_header_packet), (vorbis_dec_push),
13514         (vorbis_dec_chain):
13515           use the setup/teardown methods to save code.  save code is good.
13516
13517 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13518
13519         * check/Makefile.am:
13520           add ext dir for plugins
13521           add vorbisdec test conditionally
13522         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13523         (GST_START_TEST), (volume_suite):
13524           add a test with wrong caps
13525         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13526         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13527           add a vorbisdec test
13528         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13529         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13530           clean up debug output
13531         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13532           yay, fix a segfault/security issue in vorbisdec
13533           gst-launch fakesrc ! vorbisdec wasn't happy
13534         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13535         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13536         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13537         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13538         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13539         (gst_vorbisenc_set_metadata), (get_constraints_string),
13540         (update_start_message), (gst_vorbisenc_setup),
13541         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13542         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13543         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13544         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13545         * ext/vorbis/vorbisenc.h:
13546           march in line
13547         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13548         (gst_ffmpegcsp_transform):
13549           have the kow come home
13550         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13551           debug my func ptr
13552         * gst/volume/gstvolume.c: (volume_set_caps):
13553           add a debug
13554
13555 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13556
13557         * Makefile.am:
13558         * check/.cvsignore:
13559         * check/Makefile.am:
13560         * check/elements/.cvsignore:
13561         * check/elements/volume.c: (chain_func), (event_func),
13562         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13563         (main):
13564         * configure.ac:
13565           add unit test structure for gst-plugins-base
13566           add a test for volume
13567         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13568         (gst_volume_set_volume), (gst_volume_get_volume),
13569         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13570         (volume_funcfind), (volume_process_float), (volume_process_int16),
13571         (volume_set_caps), (volume_transform), (volume_update_mute),
13572         (volume_update_volume), (volume_set_property),
13573         (volume_get_property):
13574           document a little; use basetransform vmethod _set_caps
13575
13576 2005-08-19  Andy Wingo  <wingo@pobox.com>
13577
13578         * ext/alsa/gstalsamixertrack.h:
13579         * ext/alsa/gstalsamixertrack.c:
13580         * ext/alsa/gstalsamixeroptions.h:
13581         * ext/alsa/gstalsamixeroptions.c:
13582         * ext/alsa/gstalsamixer.h:
13583         * ext/alsa/gstalsamixer.c: Port to 0.9.
13584
13585         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13586         Remove gstalsa.c and alsaclock. No more cruft here.
13587         
13588 2005-08-18  Wim Taymans  <wim@fluendo.com>
13589
13590         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13591         (gst_base_rtp_depayload_chain),
13592         (gst_base_rtp_depayload_add_to_queue),
13593         (gst_base_rtp_depayload_push),
13594         (gst_base_rtp_depayload_queue_release):
13595         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13596         Fix for RTPBuffer changes.
13597
13598         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13599         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13600         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13601         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13602         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13603         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13604         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13605         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13606         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13607         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13608         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13609         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13610         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13611         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13612         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13613         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13614         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13615         (gst_rtpbuffer_get_payload):
13616         * gst-libs/gst/rtp/gstrtpbuffer.h:
13617         Don't subclass GstBuffer but add methods and helper functions
13618         to construct and manipulate RTP packets in regular GstBuffers.
13619
13620 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13621
13622         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13623           moved statement below switch
13624         * gst/volume/gstvolume.c: (gst_volume_class_init):
13625           added debug ptr
13626
13627 2005-08-16  Wim Taymans  <wim@fluendo.com>
13628
13629         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13630         (gst_base_audio_src_change_state):
13631         Open and close device in READY<->NULL state change.
13632
13633 2005-08-16  Andy Wingo  <wingo@pobox.com>
13634
13635         * examples/seeking/Makefile.am: Don't compile non-compiling
13636         compiled objects with the compiler.
13637
13638         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13639         elements.
13640
13641 2005-08-12  Philippe Khalaf <burger@speedy.org>
13642         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13643         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13644           Made a thread to release the queue.
13645           Removed timestamp conversion for now.
13646
13647 2005-08-10  Philippe Khalaf <burger@speedy.org>
13648         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13649         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13650           Added rtp timestamp -> gst timestamp conversion.
13651           Fixed several problems with queue.
13652
13653 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13654
13655         * gst-libs/gst/audio/gstaudioclock.h:
13656         * gst-libs/gst/audio/gstaudiofilter.h:
13657         * gst-libs/gst/audio/gstaudiosink.h:
13658         * gst-libs/gst/audio/gstaudiosrc.h:
13659         * gst-libs/gst/audio/gstbaseaudiosink.h:
13660         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13661         * gst-libs/gst/audio/gstringbuffer.h:
13662         * gst-libs/gst/net/gstnetbuffer.h:
13663         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13664         * gst-libs/gst/rtp/gstrtpbuffer.h:
13665           Add padding (you will need to rebuild gst-plugins-base,
13666           gst-plugins and all applications afterwards!)
13667
13668 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13669
13670         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13671         (gst_riff_parse_chunk):
13672           Fix bug in debug message and add some more debug messages.
13673
13674 2005-08-08  Edward Hervey  <edward@fluendo.com>
13675
13676         * gst-libs/gst/riff/riff-media.c:
13677         backported updates since branch
13678
13679 2005-08-08  Andy Wingo  <wingo@pobox.com>
13680
13681         * gst-libs/gst/audio/gstbaseaudiosink.c
13682         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13683         like good elements should. Close on READY->NULL too.
13684
13685         * gst-libs/gst/audio/gstaudiosink.c
13686         (gst_audioringbuffer_open_device,
13687         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13688         (gst_audioringbuffer_release): Updates for new ring buffer API,
13689         hook into the new audio sink api.
13690
13691         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13692         (GstAudioSinkClass.close): Just open and close the device -- no
13693         resource allocation or configuration.
13694         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13695         vmethods, handle device setup and resource allocation.
13696
13697         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13698         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13699         base class API.
13700
13701         * gst-libs/gst/audio/gstringbuffer.h
13702         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13703         New vmethods.
13704
13705         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13706         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13707         New API functions. The device should be opened before acquiring
13708         and closed after releasing.
13709
13710 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13711
13712         * gst-libs/gst/interfaces/mixer.h:
13713           Reset padding to GST_PADDING.
13714
13715 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13716
13717         * gst/playback/gstplaybin.c: (remove_sinks):
13718           Remove visualization from parent explicitely; works around some
13719           apparent refcount issue that I haven't tracked down yet.
13720
13721 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13722
13723         * ext/alsa/gstalsasink.c: (set_hwparams):
13724           Assign debug category, add negotiation debug msgs.
13725
13726 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13727
13728         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13729           Fix error code for file-not-found to NOT_FOUND.
13730
13731 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13732
13733         * common/gtk-doc-plugins.mak:
13734         * docs/plugins/Makefile.am:
13735         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13736         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13737           renamed to actual element names, so much nicer to look at
13738         * docs/plugins/tmpl/gstmultifdsink.sgml:
13739           remove
13740         * docs/plugins/tmpl/multifdsink.sgml:
13741         * docs/plugins/tmpl/tcpserversink.sgml:
13742           add
13743         * ext/alsa/gstalsa.c:
13744         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13745         * ext/ogg/gstoggmux.c:
13746         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13747         * gst/playback/gstdecodebin.c:
13748         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13749         * gst/tcp/gsttcpserversink.c:
13750           various fixes and documentation additions
13751
13752 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13753
13754         * common/Makefile.am:
13755         * common/gstdoc-scangobj:
13756         * common/gtk-doc-plugins.mak:
13757         * common/gtk-doc.mak:
13758           add a custom scangobj that uses the registry
13759           add a custom gtk-doc-plugins.mak that uses it
13760           some doc build fixes
13761         * configure.ac:
13762         * docs/Makefile.am:
13763         * docs/plugins/Makefile.am:
13764         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13765         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13766         * docs/plugins/gst-plugins-base-plugins.types:
13767         * docs/plugins/tmpl/gstmultifdsink.sgml:
13768           add docs for one element, multifdsink
13769         * gst/adder/gstadder.h:
13770         * gst/volume/gstvolume.h:
13771           don't privatize enum
13772         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13773         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13774         (gst_sync_method_get_type), (gst_client_status_get_type),
13775         (gst_multifdsink_class_init),
13776         (gst_multifdsink_client_queue_buffer),
13777         (gst_multifdsink_handle_client_write):
13778         * gst/tcp/gstmultifdsink.h:
13779         * gst/tcp/gsttcp.h:
13780         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13781         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13782         (gst_tcpclientsink_render):
13783         * gst/tcp/gsttcpclientsink.h:
13784         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13785         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13786         (gst_tcpclientsrc_start):
13787         * gst/tcp/gsttcpclientsrc.h:
13788         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13789         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13790         * gst/tcp/gsttcpserversrc.h:
13791         * gst/typefind/gsttypefindfunctions.c:
13792           remove superfluous Type stuff
13793
13794 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13795
13796         * gst/playback/gstplaybin.c: (gen_video_element):
13797           Enable videoscale.
13798
13799 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13800
13801         * gst-libs/gst/gconf/gconf.c:
13802         * gst-libs/gst/gconf/gconf.h:
13803           Fix some Andy Problem [tm].
13804
13805 2005-08-04  Andy Wingo  <wingo@pobox.com>
13806
13807         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13809         (gst_ffmpegcsp_get_size): Adapt to API changes.
13810
13811         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13812         Implement an in-place do-nothing transform.
13813
13814 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13815
13816         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13817         (gst_ximagesink_renegotiate_size):
13818           Do not set new window sizes yet if we prepare a new buffer size
13819           for upstream renegotiation (software scaling) at some point in the
13820           future, because this new size waqs not actually accepted yet. Once
13821           accepted, renegotiation later on will set the new sizes just fine.
13822           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13823           embedding testcase.
13824
13825 2005-08-03  Andy Wingo  <wingo@pobox.com>
13826
13827         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13828         (gst_ximagesink_buffer_alloc): 
13829         Protect the height, width, and desired_caps with the pool_lock.
13830         Fixes videotestsrc ! queue ! ximagesink.
13831
13832 2005-08-02  Edward Hervey  <edward@fluendo.com>
13833
13834         * gst/volume/gstvolume.c:
13835         include left from controller cleanup
13836
13837 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13839           Stop collectpads before calling the parent state
13840           change function on PAUSED->READY.
13841
13842 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13843         * configure.ac:
13844           When testing for X libs, use the X CFlags 
13845         * gst/adder/gstadder.c: (gst_adder_change_state):
13846           Stop the collectpads before calling parent state change function
13847           on PAUSED->READY, otherwise we deadlock deactivating pads.
13848
13849 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13850
13851         * configure.ac:
13852         * docs/libs/tmpl/gstcolorbalance.sgml:
13853         * docs/libs/tmpl/gstmixer.sgml:
13854         * examples/Makefile.am:
13855         * gst/sine/Makefile.am:
13856         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13857         (gst_sinesrc_set_property), (plugin_init):
13858         * gst/sine/gstsinesrc.h:
13859         * gst/volume/Makefile.am:
13860         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13861         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13862         (volume_process_float), (volume_process_int16),
13863         (volume_set_property), (plugin_init):
13864         * gst/volume/gstvolume.h:
13865           deactivate and remove dparams (libgstcontrol)
13866
13867 2005-07-29  Wim Taymans  <wim@fluendo.com>
13868
13869         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13870         Convert me to BaseTransform!! help..
13871
13872 2005-07-29  Andy Wingo  <wingo@pobox.com>
13873
13874         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13875         sinks.
13876
13877         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13878         support of both endiannesses.
13879
13880 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13881
13882         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13883           Fix confusing debug message (s/event/query/)
13884
13885 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13886
13887         * gst/videotestsrc/videotestsrc.h:
13888           Use "_stdint.h" instead of <stdint.h>
13889
13890 2005-07-27  Wim Taymans  <wim@fluendo.com>
13891
13892         * ext/vorbis/Makefile.am:
13893         Revert wrong commit.
13894
13895 2005-07-27  Wim Taymans  <wim@fluendo.com>
13896
13897         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13898         More compilation fixen.
13899
13900 2005-07-27  Wim Taymans  <wim@fluendo.com>
13901
13902         * gst-libs/gst/audio/gstbaseaudiosink.c:
13903         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13904         (gst_base_audio_sink_create_ringbuffer),
13905         (gst_base_audio_sink_change_state):
13906         Fix compilation.
13907
13908 2005-07-27  Wim Taymans  <wim@fluendo.com>
13909
13910         * examples/seeking/seek.c: (setup_dynamic_link),
13911         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13912         (query_positions_elems), (query_positions_pads), (do_seek):
13913         Update seek example.
13914
13915         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13916         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13917         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13918         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13919         (gst_ogg_demux_handle_event),
13920         (gst_ogg_demux_deactivate_current_chain),
13921         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13922         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13923         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13924         (gst_ogg_demux_loop):
13925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13926         * ext/theora/theoradec.c: (theora_dec_src_event),
13927         (theora_dec_src_getcaps), (theora_dec_sink_event),
13928         (theora_dec_push), (theora_dec_chain):
13929         * ext/vorbis/Makefile.am:
13930         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13931         (vorbis_dec_sink_event), (vorbis_dec_push),
13932         (vorbis_handle_data_packet):
13933         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13934         (gst_vorbisenc_chain):
13935         * gst/playback/gststreaminfo.c: (cb_probe):
13936         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13937         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13938         * gst/videoscale/gstvideoscale.c:
13939         (gst_videoscale_handle_src_event):
13940         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13941         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13942         (gst_ximagesink_navigation_send_event):
13943         * sys/xvimage/xvimagesink.c:
13944         (gst_xvimagesink_navigation_send_event):
13945         Various event updates and cleanups
13946
13947 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13948
13949         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13950           Fix segfault for I420/YV12.
13951
13952 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13953
13954         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13955           Report bitrate.
13956
13957 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13958
13959         * gst/playback/gstplaybin.c: (gen_video_element),
13960         (gen_audio_element):
13961           Switch to auto*sink elements as default sinks; add volume element
13962           so that volume control in totem works.
13963
13964 2005-07-21  Wim Taymans  <wim@fluendo.com>
13965
13966         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13967         * gst/playback/gstplaybin.c: (setup_sinks),
13968         (gst_play_bin_change_state):
13969         Refcount fix and more comments.
13970
13971 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13972
13973         * sys/ximage/Makefile.am:
13974         * sys/ximage/ximage.c: (plugin_init):
13975         * sys/ximage/ximagesink.c:
13976         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13977         
13978
13979 2005-07-21  Wim Taymans  <wim@fluendo.com>
13980
13981         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13982         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13983         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13984         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13985         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13986         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13987         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13988         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13989         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13990         Generate correct disconts for live chained oggs.
13991
13992         * gst-libs/gst/audio/gstbaseaudiosink.c:
13993         (gst_base_audio_sink_render),
13994         (gst_base_audio_sink_create_ringbuffer),
13995         (gst_base_audio_sink_change_state):
13996         Handle discont math correctly.
13997
13998         * gst/playback/gstplaybin.c: (add_sink):
13999         Some small debug cleanup.
14000
14001 2005-07-21  Wim Taymans  <wim@fluendo.com>
14002
14003         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
14004         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14005         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14006         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14007         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14008         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
14009         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14010         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
14011         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14012         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
14013         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
14014         (gst_ogg_demux_change_state), (gst_ogg_print):
14015         Reorganize code to send the right disconts when in streaming
14016         mode.
14017
14018 2005-07-20  Andy Wingo  <wingo@pobox.com>
14019
14020         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
14021         fix (?), fixes a seggie mcfalterson (#310894).
14022
14023 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14024
14025         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
14026         (gst_ogg_mux_set_header_on_caps):
14027         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14028         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14029         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14030         * gst-libs/gst/audio/multichannel.c:
14031         (gst_audio_set_channel_positions),
14032         (gst_audio_set_structure_channel_positions_list):
14033         * gst/playback/gstdecodebin.c: (dynamic_create):
14034         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
14035         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14036           Fixes for API changes in core.
14037
14038 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14039
14040         * gst/playback/gstplaybasebin.c: (fill_buffer):
14041           Use _new_custom() so we can set custom message types for buffering
14042           messages.
14043
14044 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14045
14046         * configure.ac:
14047         * gst-libs/gst/Makefile.am:
14048         * gst-libs/gst/gconf/.cvsignore:
14049         * gst-libs/gst/gconf/Makefile.am:
14050         * gst-libs/gst/gconf/test-gconf.c:
14051         * pkgconfig/Makefile.am:
14052         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14053         * pkgconfig/gstreamer-gconf.pc.in:
14054           Remove gconf stuff, use gconf elements instead from now on.
14055
14056 2005-07-20  Wim Taymans  <wim@fluendo.com>
14057
14058         * gst-libs/gst/audio/TODO:
14059         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14060         (gst_audio_clock_get_internal_time):
14061         * gst-libs/gst/audio/gstaudioclock.h:
14062         * gst-libs/gst/audio/gstbaseaudiosink.c:
14063         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14064         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14065         (gst_base_audio_sink_render),
14066         (gst_base_audio_sink_create_ringbuffer),
14067         (gst_base_audio_sink_change_state):
14068         Make sure the audio clock always returns an increasing value.
14069
14070 2005-07-19  Andy Wingo  <wingo@pobox.com>
14071
14072         * gst/videotestsrc/: Cleanups.
14073
14074 2005-07-19  Wim Taymans  <wim@fluendo.com>
14075
14076         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14077         Better debugging.
14078
14079 2005-07-19  Wim Taymans  <wim@fluendo.com>
14080
14081         * examples/seeking/seek.c: (make_dv_pipeline),
14082         (make_vorbis_theora_pipeline), (query_rates),
14083         (query_positions_elems), (query_positions_pads), (do_seek):
14084         Make correct DV pipeline.
14085
14086 2005-07-18  Andy Wingo  <wingo@pobox.com>
14087
14088         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14089         default. Also because it's the only thing that really works. (This
14090         is used in the GConf elements).
14091         Use AS_LIBTOOL_TAGS.
14092
14093 2005-07-18  Wim Taymans  <wim@fluendo.com>
14094
14095         * gst/playback/gstdecodebin.c: (remove_element_chain):
14096         * gst/playback/gstplaybin.c: (add_sink):
14097         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14098         (gst_stream_info_set_mute):
14099         * gst/playback/gststreamselector.c:
14100         (gst_stream_selector_get_linked_pad),
14101         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14102         More leak and compile fixes.
14103
14104 2005-07-18  Wim Taymans  <wim@fluendo.com>
14105
14106         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14107         (query_rates), (query_positions_elems), (query_positions_pads),
14108         (do_seek), (seek_cb), (stop_seek):
14109         Updated seek example. 
14110
14111         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14112         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14113         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14114         * gst/playback/gstplaybin.c: (add_sink):
14115         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14116         (gst_stream_info_set_mute):
14117         Some refcount leak fixes.
14118
14119 2005-07-16  Wim Taymans  <wim@fluendo.com>
14120
14121         * gst-libs/gst/audio/gstbaseaudiosink.c:
14122         (gst_base_audio_sink_render):
14123         Align samples even if we have roundoff errors in the 
14124         timestamp conversion.
14125
14126 2005-07-16  Wim Taymans  <wim@fluendo.com>
14127
14128         * docs/libs/tmpl/gstringbuffer.sgml:
14129         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14130         (query_rates), (query_positions_elems), (query_positions_pads),
14131         (update_scale), (do_seek):
14132         Updated seek example.
14133
14134         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14135         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14136         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14137         (gst_ogg_demux_loop):
14138         Push out correct discont values.
14139
14140         * ext/theora/theoradec.c: (theora_dec_src_convert),
14141         (theora_dec_sink_convert), (theora_dec_src_getcaps),
14142         (theora_dec_sink_event), (theora_handle_type_packet),
14143         (theora_handle_header_packet), (theora_dec_push),
14144         (theora_handle_data_packet), (theora_dec_chain),
14145         (theora_dec_change_state):
14146         Better timestamping.
14147
14148         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14149         (vorbis_dec_sink_event), (vorbis_dec_push),
14150         (vorbis_handle_data_packet), (vorbis_dec_chain):
14151         * ext/vorbis/vorbisdec.h:
14152         Better timestamping.
14153
14154         * gst-libs/gst/audio/gstbaseaudiosink.c:
14155         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14156         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14157         Handle syncing on timestamps instead of sample offsets. Make
14158         use of DISCONT values as described in design docs.
14159
14160         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14161         (gst_base_audio_src_get_time):
14162         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14163         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14164         (gst_ring_buffer_read):
14165         * gst-libs/gst/audio/gstringbuffer.h:
14166         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14167         (gst_ximagesink_show_frame):
14168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14169         Correcly convert buffer timestamp to stream time.
14170
14171 2005-07-16  Wim Taymans  <wim@fluendo.com>
14172
14173         * gst/audioconvert/gstaudioconvert.c:
14174         (gst_audio_convert_get_buffer):
14175         Timestamp buffers correctly.
14176
14177         * gst/playback/gstplaybin.c: (gen_video_element):
14178         Make internal fakesink silent.
14179
14180 2005-07-15  Wim Taymans  <wim@fluendo.com>
14181
14182         * gst/ffmpegcolorspace/Makefile.am:
14183         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14184         (gst_ffmpegcsp_caps_remove_format_info),
14185         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14186         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14187         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14188         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14189         Ported ffmpegcolorspace to basetransform.
14190
14191         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14192         * gst/volume/gstvolume.c: (volume_transform):
14193         Ported to new API.
14194
14195 2005-07-14  Wim Taymans  <wim@fluendo.com>
14196
14197         * gst/videotestsrc/Makefile.am:
14198         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14199         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14200         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14201         (gst_videotestsrc_init), (gst_videotestsrc_event),
14202         (gst_videotestsrc_create), (gst_videotestsrc_start),
14203         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14204         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14205         (gst_videotestsrc_get_property):
14206         * gst/videotestsrc/gstvideotestsrc.h:
14207         Make videotestsrc a pushsrc.
14208
14209 2005-07-14  Wim Taymans  <wim@fluendo.com>
14210
14211         * gst/tcp/gstfdset.c: (gst_fdset_free):
14212         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14213         (gst_multifdsink_add), (gst_multifdsink_remove),
14214         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14215         (gst_multifdsink_remove_client_link),
14216         (gst_multifdsink_client_queue_data),
14217         (gst_multifdsink_client_queue_caps),
14218         (gst_multifdsink_client_queue_buffer),
14219         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14220         (gst_multifdsink_stop):
14221         * gst/tcp/gstmultifdsink.h:
14222         0.8 backporting.
14223
14224         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14225         Also draw image when not from a pool.
14226
14227 2005-07-14  Wim Taymans  <wim@fluendo.com>
14228
14229         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14230         (mute_stream), (silence_stream):
14231         Small debug additions.
14232
14233 2005-07-14  Wim Taymans  <wim@fluendo.com>
14234
14235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14236         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14237         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14238         Better error recovery, ignore unconnected pads and
14239         non-fatal errors.
14240
14241 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14242
14243         * docs/libs/tmpl/gstaudio.sgml:
14244         * docs/libs/tmpl/gstcolorbalance.sgml:
14245         * docs/libs/tmpl/gstgconf.sgml:
14246         * docs/libs/tmpl/gstmixer.sgml:
14247         * docs/libs/tmpl/gstringbuffer.sgml:
14248         * docs/libs/tmpl/gsttuner.sgml:
14249         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14250         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14251         (gst_tcpclientsrc_class_init):
14252         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14253         (gst_tcpserversrc_class_init):
14254         * sys/v4l/gstv4lelement.c:
14255           more autistic cleanliness in functions/names/defines
14256
14257 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14258
14259         * configure.ac:
14260           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14261           added manually to each Makefile.am so we are sure it goes
14262           *last* and doesn't add -L flags before linking in libs of our
14263           own, like, say, internal .la libs, that then accidentally pick
14264           up the installed copy.
14265         * docs/libs/Makefile.am:
14266         * ext/alsa/Makefile.am:
14267         * ext/cdparanoia/Makefile.am:
14268         * ext/gnomevfs/Makefile.am:
14269         * ext/libvisual/Makefile.am:
14270         * ext/ogg/Makefile.am:
14271         * ext/theora/Makefile.am:
14272         * ext/vorbis/Makefile.am:
14273         * gst-libs/gst/video/Makefile.am:
14274         * gst/adder/Makefile.am:
14275         * gst/audioconvert/Makefile.am:
14276         * gst/audiorate/Makefile.am:
14277         * gst/audioscale/Makefile.am:
14278         * gst/ffmpegcolorspace/Makefile.am:
14279         * gst/playback/Makefile.am:
14280         * gst/sine/Makefile.am:
14281         * gst/subparse/Makefile.am:
14282         * gst/tags/Makefile.am:
14283         * gst/tcp/Makefile.am:
14284         * gst/typefind/Makefile.am:
14285         * gst/videorate/Makefile.am:
14286         * gst/videoscale/Makefile.am:
14287         * gst/videotestsrc/Makefile.am:
14288         * gst/volume/Makefile.am:
14289         * sys/v4l/Makefile.am:
14290         * sys/ximage/Makefile.am:
14291         * sys/xvimage/Makefile.am:
14292           adapt properly to this change. This should make sure that
14293           plugins and libs properly link to the as-yet-uninstalled
14294           copies of stuff like libgstinterfaces and libgstvideo
14295
14296 2005-07-13  Andy Wingo  <wingo@pobox.com>
14297
14298         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14299         (gst_v4lsrc_fixate): Fixate on format as well.
14300
14301         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14302         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14303         buffer points to it.
14304         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14305         rather just doing X calls ourselves. Also fixes a memleak.
14306
14307 2005-07-12  Andy Wingo  <wingo@pobox.com>
14308
14309         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14310         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14311         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14312         TRUE to avoid deadlocks if an element holds on to our buffers.
14313
14314 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14315
14316         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14317         (gst_sinesrc_init), (gst_sinesrc_create),
14318         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14319         (gst_sinesrc_start):
14320         * gst/sine/gstsinesrc.h:
14321           removing num-buffers property before moving it
14322
14323 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14324
14325         * configure.ac:
14326           use overridable ERROR_CFLAGS
14327         * docs/libs/gst-plugins-base-libs.types:
14328         * docs/libs/tmpl/gstringbuffer.sgml:
14329         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14330         (gst_alsasink_class_init):
14331         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14332         (gst_alsasrc_class_init):
14333         * gst-libs/gst/audio/audio.h:
14334         * gst-libs/gst/audio/gstaudioclock.h:
14335         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14336         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14337         (gst_audio_filter_link), (gst_audio_filter_init),
14338         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14339         (gst_audio_filter_get_property),
14340         (gst_audio_filter_class_add_pad_templates):
14341         * gst-libs/gst/audio/gstaudiofilter.h:
14342         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14343         (gst_audio_filter_template_get_type),
14344         (gst_audio_filter_template_base_init),
14345         (gst_audio_filter_template_class_init),
14346         (gst_audio_filter_template_init),
14347         (gst_audio_filter_template_set_property),
14348         (gst_audio_filter_template_get_property), (plugin_init),
14349         (gst_audio_filter_template_setup),
14350         (gst_audio_filter_template_filter),
14351         (gst_audio_filter_template_filter_inplace):
14352         * gst-libs/gst/audio/gstaudiosink.c:
14353         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14354         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14355         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14356         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14357         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14358         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14359         * gst-libs/gst/audio/gstaudiosink.h:
14360         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14361         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14362         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14363         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14364         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14365         (gst_audio_src_class_init), (gst_audio_src_init),
14366         (gst_audio_src_create_ringbuffer):
14367         * gst-libs/gst/audio/gstaudiosrc.h:
14368         * gst-libs/gst/audio/gstbaseaudiosink.c:
14369         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14370         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14371         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14372         (gst_base_audio_sink_set_property),
14373         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14374         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14375         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14376         (gst_base_audio_sink_create_ringbuffer),
14377         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14378         * gst-libs/gst/audio/gstbaseaudiosink.h:
14379         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14380         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14381         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14382         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14383         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14384         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14385         (gst_base_audio_src_event), (gst_base_audio_src_create),
14386         (gst_base_audio_src_create_ringbuffer),
14387         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14388         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14389         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14390         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14391         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14392         (gst_ring_buffer_debug_spec_caps),
14393         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14394         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14395         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14396         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14397         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14398         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14399         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14400         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14401         (gst_ring_buffer_clear):
14402         * gst-libs/gst/audio/gstringbuffer.h:
14403         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14404         (gst_video_sink_class_init), (gst_video_sink_get_type):
14405         * gst-libs/gst/video/videosink.h:
14406         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14407         (gst_multifdsink_class_init),
14408         (gst_multifdsink_handle_client_write),
14409         (gst_multifdsink_change_state):
14410         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14411         (gst_tcpclientsink_setcaps):
14412         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14413         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14414         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14415         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14416         (gst_ximagesink_send_pending_navigation),
14417         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14418         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14420         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14421         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14422         (gst_xvimagesink_send_pending_navigation),
14423         (gst_xvimagesink_navigation_send_event),
14424         (gst_xvimagesink_set_xwindow_id),
14425         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14426         (gst_xvimagesink_get_type):
14427         more macro splitting
14428
14429 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14430
14431         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14432           plug a memleak, allows me to import 1479 albums in one go
14433           in jamboree
14434         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14435         (vorbis_handle_type_packet), (vorbis_dec_chain),
14436         (vorbis_dec_change_state):
14437           fix some format strings
14438
14439 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14440
14441         * docs/libs/tmpl/gstcolorbalance.sgml:
14442         * docs/libs/tmpl/gstmixer.sgml:
14443         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14444         (gst_alsasink_set_property), (gst_alsasink_get_property):
14445         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14446         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14447           add device property
14448
14449 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14450
14451         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14452         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14453         (audiocast_register_listener), (audiocast_thread_run),
14454         (gst_gnomevfssrc_send_additional_headers_callback),
14455         (gst_gnomevfssrc_received_headers_callback),
14456         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14457         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14458         (gst_gnomevfssrc_get_size):
14459           add/clean up debugging
14460         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14461           cleanups
14462
14463 2005-07-07  Andy Wingo  <wingo@pobox.com>
14464
14465         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14466         framerate. Need to get a handle on when exactly this function is
14467         called, tho.
14468
14469         * sys/v4l/v4lsrc_calls.h:
14470         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14471         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14472         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14473
14474         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14475         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14476         v4lelements are sources.
14477
14478         * sys/v4l/gstv4lxoverlay.h:
14479         * sys/v4l/gstv4lxoverlay.c:
14480         * sys/v4l/gstv4ltuner.h:
14481         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14482         
14483         * sys/v4l/gstv4lsrc.h:
14484         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14485         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14486         or something should handle that. Made a live source.
14487
14488         * sys/v4l/gstv4lelement.h:
14489         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14490         signals. Some cleanups.
14491
14492         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14493
14494         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14495         stuff.
14496
14497         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14498         stuff.
14499
14500         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14501
14502 2005-07-07  Wim Taymans  <wim@fluendo.com>
14503
14504         * ext/theora/theoradec.c: (theora_get_query_types),
14505         (theora_dec_src_getcaps), (theora_dec_push):
14506         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14507         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14508         Remove deprecated/unused query types.
14509
14510 2005-07-06  Wim Taymans  <wim@fluendo.com>
14511
14512         * ext/alsa/Makefile.am:
14513         * ext/alsa/gstalsaplugin.c: (plugin_init):
14514         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14515         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14516         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14517         (gst_alsasrc_class_init), (gst_alsasrc_init),
14518         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14519         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14520         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14521         (gst_alsasrc_reset):
14522         * ext/alsa/gstalsasrc.h:
14523         * gst-libs/gst/audio/Makefile.am:
14524         * gst-libs/gst/audio/gstaudiosink.c:
14525         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14526         (gst_audioringbuffer_start):
14527         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14528         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14529         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14530         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14531         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14532         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14533         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14534         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14535         * gst-libs/gst/audio/gstaudiosrc.h:
14536         * gst-libs/gst/audio/gstbaseaudiosink.c:
14537         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14538         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14539         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14540         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14541         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14542         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14543         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14544         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14545         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14546         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14547         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14548         (gst_baseaudiosrc_change_state):
14549         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14550         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14551         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14552         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14553         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14554         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14555         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14556         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14557         * gst-libs/gst/audio/gstringbuffer.h:
14558         Added audiosource base classes.
14559         Ported alsasrc, still very basic.
14560
14561 2005-07-06  Wim Taymans  <wim@fluendo.com>
14562
14563         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14564         (theora_dec_push), (theora_handle_data_packet):
14565         Prepare for better timestamp fix later.
14566
14567         * gst/audioconvert/gstaudioconvert.c:
14568         List most accurate caps first
14569
14570         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14571         Use proper pad task function.
14572
14573         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14574         (gst_xvimagesink_show_frame):
14575         Fix deadlock when alloc failed.
14576
14577 2005-07-05  Andy Wingo  <wingo@pobox.com>
14578
14579         * ext/gnomevfs/gstgnomevfssrc.c:
14580         * gst/sine/gstsinesrc.c:
14581         * gst/tcp/gsttcpserversrc.c:
14582         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14583
14584         * sys/v4l/: Port from 0.8.
14585
14586         * Many files: Null if we got it....
14587
14588 2005-07-05  Andy Wingo  <wingo@pobox.com>
14589
14590         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14591         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14592         Signedness fixes.
14593
14594 2005-07-05  Wim Taymans  <wim@fluendo.com>
14595
14596         * configure.ac:
14597         * gst/tcp/Makefile.am:
14598         * gst/tcp/README:
14599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14600         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14601         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14602         (is_sync_frame), (gst_multifdsink_handle_client_write),
14603         (gst_multifdsink_render), (gst_multifdsink_start),
14604         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14605         * gst/tcp/gstmultifdsink.h:
14606         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14607         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14608         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14609         * gst/tcp/gsttcp.h:
14610         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14611         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14612         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14613         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14614         * gst/tcp/gsttcpclientsink.h:
14615         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14616         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14617         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14618         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14619         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14620         * gst/tcp/gsttcpclientsrc.h:
14621         * gst/tcp/gsttcpplugin.c: (plugin_init):
14622         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14623         * gst/tcp/gsttcpserversink.h:
14624         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14625         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14626         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14627         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14628         (gst_tcpserversrc_stop):
14629         * gst/tcp/gsttcpserversrc.h:
14630         * gst/tcp/gsttcpsink.c:
14631         * gst/tcp/gsttcpsink.h:
14632         * gst/tcp/gsttcpsrc.c:
14633         * gst/tcp/gsttcpsrc.h:
14634         Ported tcp plugins to 0.9. 
14635         
14636
14637 2005-07-05  Andy Wingo  <wingo@pobox.com>
14638
14639         * gst/playback/gstplaybasebin.c (fill_buffer):
14640         message_new_application fixen.
14641
14642         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14643         Style fix.
14644
14645 2005-07-04  Wim Taymans  <wim@fluendo.com>
14646
14647         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14648         Set caps on output buffer.
14649
14650 2005-07-04  Andy Wingo  <wingo@pobox.com>
14651
14652         * ext/gnomevfs/gstgnomevfssrc.c
14653         (gst_gnomevfssrc_received_headers_callback) 
14654         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14655         hopefully.
14656
14657         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14658         No refcount leakage.
14659
14660         * configure.ac: Enable -Werror.
14661         
14662         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14663         * gst/audioconvert/bufferframesconvert.c
14664         (buffer_frames_convert_fixate):
14665         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14666         (gst_audio_convert_fixate):
14667         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14668         (gst_sinesrc_create): Fixate func changes.
14669         
14670         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14671         (gst_ximagesink_buffer_alloc): Unused var.
14672
14673 2005-07-01  Andy Wingo  <wingo@pobox.com>
14674
14675         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14676         getcaps to do explicit caps. Needs to be done in all decoders,
14677         possibly via a base class.
14678
14679         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14680
14681         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14682         caps on the sink pad, just rely on the pad template. Also, setting
14683         ANY caps on a pad is not valid because the caps are not fixed.
14684
14685         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14686         caps on the buffer, and get the width from the desired_caps if
14687         they're set.
14688         (gst_ximagesink_renegotiate_size): Implement via setting the
14689         desired_caps on the ximagesink.
14690         (gst_ximagesink_setcaps): Only reset the width of the player if it
14691         wasn't already set. Not sure if this is right.
14692         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14693
14694         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14695         that the user wants. NULL unless the window has been resized.
14696
14697         * gst/volume/gstvolume.c (volume_transform): Adapt to
14698         basetransform refcount changes.
14699         
14700 2005-07-01  Andy Wingo  <wingo@pobox.com>
14701
14702         * gst/videoscale/gstvideoscale.c:
14703         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14704         from BaseTransform, implements a transform_caps. Removed dead code
14705         including some PAR stuff that was never reached -- should probably
14706         be added back somehow.
14707
14708 2005-07-01  Andy Wingo  <wingo@pobox.com>
14709
14710         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14711         come later.
14712
14713 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14714
14715         * configure.ac:
14716         * docs/libs/Makefile.am:
14717         * docs/libs/gst-plugins-libs.types:
14718         * ext/alsa/Makefile.am:
14719         * ext/alsa/gstalsamixer.h:
14720         * ext/alsa/gstalsamixeroptions.h:
14721         * ext/alsa/gstalsamixertrack.h:
14722         * gst-libs/gst/Makefile.am:
14723         * gst-libs/gst/colorbalance/.cvsignore:
14724         * gst-libs/gst/colorbalance/Makefile.am:
14725         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14726         * gst-libs/gst/colorbalance/colorbalance.c:
14727         * gst-libs/gst/colorbalance/colorbalance.h:
14728         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14729         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14730         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14731         * gst-libs/gst/interfaces/Makefile.am:
14732         * gst-libs/gst/interfaces/colorbalance.c:
14733         (gst_color_balance_class_init):
14734         * gst-libs/gst/interfaces/colorbalance.h:
14735         * gst-libs/gst/interfaces/interfaces-marshal.list:
14736         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14737         * gst-libs/gst/interfaces/mixer.h:
14738         * gst-libs/gst/interfaces/mixeroptions.h:
14739         * gst-libs/gst/interfaces/navigation.c:
14740         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14741         * gst-libs/gst/interfaces/tuner.h:
14742         * gst/volume/Makefile.am:
14743         * gst/volume/gstvolume.c:
14744         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14745         * sys/ximage/Makefile.am:
14746         * sys/ximage/ximagesink.c:
14747         * sys/xvimage/Makefile.am:
14748         * sys/xvimage/xvimagesink.c:
14749           fold in all interfaces into an interfaces dir, preserving CVS
14750           history
14751
14752 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14753
14754         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14755           Fix build after riff changes.
14756
14757 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14758
14759         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14760         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14761         (gst_riff_create_video_template_caps),
14762         (gst_riff_create_audio_template_caps),
14763         (gst_riff_create_iavs_template_caps):
14764         * gst-libs/gst/riff/riff-media.h:
14765         * gst-libs/gst/riff/riff-read.h:
14766         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14767           Add gst_riff_init() to initialize the debug category, instead
14768           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14769
14770 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14771
14772         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14773           Oops, I shouldn't apply hacks.
14774
14775 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14776
14777         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14778           Remove pad_loop function which doesn't work.
14779
14780 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14781
14782         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14783           Send EOS when deactivating.
14784         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14785         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14786         (gen_preroll_element), (probe_triggered), (mute_stream),
14787         (silence_stream), (new_decoded_pad), (setup_substreams),
14788         (set_active_source):
14789         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14790         (remove_sinks), (add_sink):
14791         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14792           Change for new probe API.
14793
14794 2005-06-29  Wim Taymans  <wim@fluendo.com>
14795
14796         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14797         * gst-libs/gst/audio/gstbaseaudiosink.c:
14798         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14799         (gst_baseaudiosink_change_state):
14800         * gst-libs/gst/audio/gstbaseaudiosink.h:
14801         * gst-libs/gst/audio/gstringbuffer.c:
14802         (gst_ringbuffer_set_callback):
14803         Fix compilation error.
14804         Ringbuffer starts out as not running.
14805         Free our clock in dispose.
14806         When releasing the ringbuffer we need to renegotiate so
14807         clear the pad caps.
14808
14809 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14810
14811         * autogen.sh:
14812         * configure.ac:
14813         * docs/Makefile.am:
14814         * docs/libs/Makefile.am:
14815         * docs/libs/gst-plugins-libs-docs.sgml:
14816         * docs/libs/gst-plugins-libs-sections.txt:
14817         * docs/libs/gst-plugins-libs.types:
14818         * docs/libs/tmpl/gstaudio.sgml:
14819         * docs/libs/tmpl/gstcolorbalance.sgml:
14820         * docs/libs/tmpl/gstringbuffer.sgml:
14821         * gst-libs/gst/audio/gstringbuffer.c:
14822         (gst_ringbuffer_set_callback):
14823           reinstate gtk-doc docs for plugin libs
14824
14825 2005-06-28  Wim Taymans  <wim@fluendo.com>
14826
14827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14828         (gst_ogg_demux_init):
14829         Removed pad loop function.
14830
14831 2005-06-28  Wim Taymans  <wim@fluendo.com>
14832
14833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14834         If we're building a chain we are not in an error case
14835         when we queue a buffer.
14836
14837 2005-06-28  Andy Wingo  <wingo@pobox.com>
14838
14839         * *.c: Don't cast to GstObject before reffing/unreffing.
14840
14841 2005-06-27  Andy Wingo  <wingo@pobox.com>
14842
14843         * gst/videotestsrc/gstvideotestsrc.c
14844         (gst_videotestsrc_activate_push): Activation API changes.
14845
14846         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14847         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14848         they have refs on the decodebin.
14849
14850         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14851         parent class.
14852         (gst_ogg_pad_typefind): Don't leak a pad ref.
14853         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14854         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14855         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14856
14857 2005-06-27  Edward Hervey  <edward@fluendo.com>
14858
14859         * ext/theora/theoradec.c: (theora_dec_change_state): 
14860         re-arranged call to parent's state change in order to avoid locks (or
14861         worse).
14862
14863 2005-06-26  Edward Hervey  <edward@fluendo.com>
14864
14865         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14866         2nd argument of 'unknow-type' signal is a GstCaps and not a
14867         GstMiniObject
14868
14869 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14870         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14871           Set the worker thread's running flag to TRUE before starting the
14872           thread.
14873         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14874           Catch a failure to add typefind to the bin.
14875
14876 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14877
14878         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14879         (gst_sinesrc_init), (gst_sinesrc_create),
14880         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14881         (gst_sinesrc_start):
14882         * gst/sine/gstsinesrc.h:
14883           add num-buffers and timestamp-offset properties
14884         * gst/videotestsrc/gstvideotestsrc.c:
14885         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14886         (gst_videotestsrc_get_property):
14887           add timestamp-offset property
14888
14889 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14890
14891         * configure.ac: add videorate
14892         * gst-plugins-base.spec.in: add videorate
14893
14894 2005-06-23  Wim Taymans  <wim@fluendo.com>
14895
14896         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14897         (gst_videorate_getcaps), (gst_videorate_setcaps),
14898         (gst_videorate_event), (gst_videorate_chain):
14899         Fixed videorate, fixating an already fixated caps is not
14900         an error.
14901
14902 2005-06-23  Wim Taymans  <wim@fluendo.com>
14903
14904         * ext/ogg/README:
14905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14906         Buffer on caps is not boxed anymore.
14907
14908 2005-06-22  Wim Taymans  <wim@fluendo.com>
14909
14910         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14911         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14912         Set buffers on caps as miniobjects and not as boxed.
14913
14914 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14915
14916         * configure.ac:
14917           back to HEAD
14918
14919 === release 0.9.1 ===
14920
14921 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14922
14923         * .cvsignore:
14924         * NEWS:
14925         * README:
14926         * RELEASE:
14927         * configure.ac:
14928         * po/af.po:
14929         * po/az.po:
14930         * po/cs.po:
14931         * po/en_GB.po:
14932         * po/hu.po:
14933         * po/it.po:
14934         * po/nb.po:
14935         * po/nl.po:
14936         * po/or.po:
14937         * po/sq.po:
14938         * po/sr.po:
14939         * po/sv.po:
14940         * po/uk.po:
14941         * po/vi.po:
14942           updates for release
14943
14944 2005-06-09  Andy Wingo  <wingo@pobox.com>
14945
14946         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14947         
14948 2005-06-09  Andy Wingo  <wingo@pobox.com>
14949
14950         * configure.ac:
14951         * gst-libs/gst/Makefile.am:
14952         * gst-libs/gst/net/Makefile.am:
14953         Add gstnet to build.
14954
14955 2005-06-09  Andy Wingo  <wingo@pobox.com>
14956
14957         * gst-libs/gst/gconf/gconf.c:
14958         * gst/playback/test.c:
14959         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14960         fixes.
14961
14962         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14963
14964         * ext/theora/theoraenc.c (theora_enc_chain): 
14965         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14966
14967         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14968         RealPad.
14969
14970 2005-06-02  Wim Taymans  <wim@fluendo.com>
14971
14972         * gst-libs/gst/net/Makefile.am:
14973         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14974         * pkgconfig/gstreamer-libs.pc.in:
14975         Added net stuff, version net lib.
14976
14977 2005-06-02  Wim Taymans  <wim@fluendo.com>
14978
14979         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14980         (query_rates), (query_positions_elems), (query_positions_pads),
14981         (do_seek):
14982         Updated seek example.
14983
14984 2005-06-02  Andy Wingo  <wingo@pobox.com>
14985
14986         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14987         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14988         list.
14989
14990         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14991         remove the typefind, the bin dispose will do it for us. When it's
14992         removed and unreffed, the signal handler will be disconnected,
14993         too.
14994         (unlinked): It's too difficult to disconnect from unlinked
14995         handlers, as they are on pads not elements. Just punt if the pads
14996         aren't grandkids of the bin.
14997
14998 2005-06-02  Wim Taymans  <wim@fluendo.com>
14999
15000         * ext/ogg/README:
15001         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15002         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
15003         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
15004         * ext/theora/theoradec.c: (theora_dec_src_query),
15005         (theora_handle_data_packet):
15006         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15007         (theora_enc_chain):
15008         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15009         (vorbis_handle_data_packet):
15010         * gst/audioconvert/bufferframesconvert.c:
15011         (buffer_frames_convert_chain):
15012         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15013         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15014         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15015         (gst_ffmpegcsp_chain):
15016         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15017         (gst_videorate_getcaps), (gst_videorate_setcaps),
15018         (gst_videorate_event), (gst_videorate_chain):
15019         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
15020         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
15021         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15022         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15023         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15024         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15025         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15026         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15027         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15028         Cleanups and buffer alloc.
15029
15030 2005-05-31  Wim Taymans  <wim@fluendo.com>
15031
15032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
15033         Don't try to call the delay method when the device is not
15034         opened.
15035
15036 2005-05-31  Wim Taymans  <wim@fluendo.com>
15037
15038         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
15039         Get actual segment size and buffer size after opening
15040         the device.
15041
15042 2005-05-30  Wim Taymans  <wim@fluendo.com>
15043
15044         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15045         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15046         Also FLUSH upstream, makes the loop function exit faster.
15047         
15048         * ext/theora/theoradec.c: (theora_dec_src_query):
15049         Some more debug info in the query.
15050         
15051         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15052         (gst_ximagesink_setcaps):
15053         Release lock on par error, better error reporting.
15054
15055 2005-05-26  Wim Taymans  <wim@fluendo.com>
15056
15057         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15058         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15059         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15060         Clear chains in READY
15061         Queue packets until the chain is activated.
15062
15063 2005-05-25  Wim Taymans  <wim@fluendo.com>
15064
15065         * gst-libs/gst/audio/gstaudiosink.c:
15066         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15067         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15068         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15069         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15070         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15071         (gst_audiosink_create_ringbuffer):
15072         * gst-libs/gst/audio/gstbaseaudiosink.c:
15073         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15074         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15075         (gst_baseaudiosink_set_property), (build_linear_format),
15076         (debug_spec_caps), (debug_spec_buffer),
15077         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15078         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15079         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15080         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15081         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15082         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15083         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15084         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15085         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15086         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15087         (wait_segment), (gst_ringbuffer_commit),
15088         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15089         (gst_ringbuffer_clear):
15090         Various small cleanups.
15091
15092         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15093         (gst_audio_convert_change_state):
15094         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15095         No need to take the locks anymore.
15096
15097 2005-05-25  Wim Taymans  <wim@fluendo.com>
15098
15099         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15100         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15101         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15102         (type_found):
15103         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15104         (group_destroy), (group_commit), (queue_overrun),
15105         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15106         (mute_stream), (new_decoded_pad), (setup_substreams),
15107         (setup_source), (mute_group_type), (set_active_source),
15108         (gst_play_base_bin_change_state):
15109         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15110         (gen_video_element), (gen_text_element), (gen_audio_element),
15111         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15112         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15113         (gst_stream_info_dispose), (gst_stream_info_set_mute):
15114         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15115         Some playbin cleanups mostly refcounting sloppyness.
15116
15117 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15118
15119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15120           Work with streaming input.
15121
15122 2005-05-25  Wim Taymans  <wim@fluendo.com>
15123
15124         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15125         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15126         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15127         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15128         No need to take the STREAM lock anymore.
15129
15130 2005-05-25  Wim Taymans  <wim@fluendo.com>
15131
15132         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15133         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15134         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15135         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15136         (gst_ogg_demux_sink_activate):
15137         * ext/theora/theoradec.c: (theora_dec_src_event),
15138         (theora_handle_comment_packet), (theora_dec_chain),
15139         (theora_dec_change_state):
15140         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15141         (vorbis_handle_data_packet), (vorbis_dec_chain),
15142         (vorbis_dec_change_state):
15143         Remove STREAM locks as they are taken in core now.
15144         Never set bogus granulepos on vorbis/theora.
15145         Fix leaks in theoradec tag parsing.
15146
15147 2005-05-25  Wim Taymans  <wim@fluendo.com>
15148
15149         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15150         Fix memleaks, GST_BUFFER_DATA() is not freed.
15151
15152 2005-05-25  Wim Taymans  <wim@fluendo.com>
15153
15154         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15155         Open non-blocking, set to blocking mode afterwards to avoid
15156         lockups when audio device is busy.
15157
15158 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15159
15160         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15161           This can't be good.
15162
15163 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15164
15165         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15166         (gst_audio_convert_chain), (gst_audio_convert_link_src),
15167         (gst_audio_convert_setcaps):
15168           Implement instant setup switching.
15169
15170 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15171
15172         * gst/playback/gstplaybasebin.c: (probe_triggered):
15173           Fix missing unlock.
15174         * gst/playback/gstplaybin.c: (add_sink):
15175           First add, then link (otherwise pad link fails).
15176
15177 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15178
15179         * examples/Makefile.am:
15180         fix buildbot (make distcheck)
15181
15182 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15183
15184         * gst/playback/gstplaybin.c: (gen_vis_element):
15185           Remove some wrong code. Doesn't work yet.
15186
15187 2005-05-19  Wim Taymans  <wim@fluendo.com>
15188
15189         * gst-libs/gst/net/Makefile.am:
15190         * gst-libs/gst/net/README:
15191         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15192         (gst_netbuffer_class_init), (gst_netbuffer_init),
15193         (gst_netbuffer_finalize), (gst_netbuffer_copy),
15194         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15195         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15196         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15197         * gst-libs/gst/net/gstnetbuffer.h:
15198         Added buffer subclass to store extra to/from addresses for
15199         network sources/sinks.
15200
15201 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15202
15203         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15204           Don't lock an unassigned variable.
15205
15206 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15207
15208         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15209           Increase buffer for video, decrease buffer for other media types.
15210         * gst/playback/gstplaybin.c: (gen_video_element),
15211         (gen_audio_element):
15212           Change names for debugging purposes.
15213
15214 2005-05-18  Wim Taymans  <wim@fluendo.com>
15215
15216         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15217         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15218         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15219         (gst_ffmpegcsp_chain):
15220         Enable buffer alloc passthrough if the source and dest
15221         formats are the same.
15222
15223 2005-05-17  Wim Taymans  <wim@fluendo.com>
15224
15225         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15226         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15227         (gst_ogg_demux_chain_unlocked):
15228         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15229         (gst_audio_convert_caps_remove_format_info),
15230         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15231         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15232         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15233         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15234         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15235         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15236         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15237         (gst_ffmpegcsp_get_property):
15238         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15239         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15240         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15241         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15242         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15243         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15244         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15245         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15246         Leak fixes in oggdemux.
15247         Some cleanups in audioconvert.
15248         Make passthrough work along with buffer_alloc etc.
15249         Make buffer_alloc and buffer recycling actually work in
15250         xvimagesink.
15251
15252 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15253
15254         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15255           make the compiler happy
15256
15257 2005-05-17  Wim Taymans  <wim@fluendo.com>
15258
15259         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15260         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15261         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15262         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15263         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15264         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15265         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15266         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15267         (gst_xvimagesink_set_xwindow_id):
15268         * sys/xvimage/xvimagesink.h:
15269         Port xvimagesink to new MiniObject.
15270
15271 2005-05-17  Wim Taymans  <wim@fluendo.com>
15272
15273         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15274         (gst_audiofilter_chain):
15275         * gst-libs/gst/audio/gstaudiosink.c:
15276         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15277         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15278         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15279         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15280         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15281         (gst_audiosink_create_ringbuffer):
15282         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15283         (gst_audio_convert_caps_remove_format_info),
15284         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15285         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15287         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15288         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15289         Fix passthrough in ffmpegcolorspace.
15290         Fix memset in audiosink on wrong memory.
15291
15292 2005-05-16  David Schleef  <ds@schleef.org>
15293
15294         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15295         to GstMiniObject.
15296
15297 2005-05-16  David Schleef  <ds@schleef.org>
15298
15299         Port from GstData to GstMiniObject.
15300         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15301         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15302         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15303         (gst_ogg_mux_collected):
15304         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15305         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15306         (theora_handle_data_packet):
15307         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15308         (theora_set_header_on_caps), (theora_enc_chain):
15309         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15310         (vorbis_handle_comment_packet):
15311         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15312         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15313         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15314         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15315         * gst/audioconvert/gstaudioconvert.c:
15316         (gst_audio_convert_get_buffer):
15317         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15318         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15319         (mute_stream), (silence_stream):
15320         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15321         * gst/volume/gstvolume.c: (volume_transform):
15322         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15323         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15324         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15325         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15326         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15327         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15328         (gst_ximagesink_buffer_alloc):
15329         * sys/ximage/ximagesink.h:
15330
15331 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15332
15333         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15334         (fill_buffer), (check_queue), (queue_threshold_reached),
15335         (queue_out_of_data):
15336         * gst/playback/gstplaybasebin.h:
15337           Post buffer-fullness on the bus.
15338
15339 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15340
15341         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15342         (try_to_link_1):
15343         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15344         (group_commit), (probe_triggered), (setup_source),
15345         (gst_play_base_bin_change_state):
15346         * gst/playback/gstplaybasebin.h:
15347         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15348         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15349         (gst_play_bin_change_state):
15350           Move setup_output_pads into a virtual function, remove
15351           group-switch (no longer needed) and redirect (handled by bus
15352           now) signals.
15353
15354 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15355
15356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15357         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15358         (get_active_group), (get_building_group), (group_destroy),
15359         (group_commit), (check_queue), (queue_overrun),
15360         (queue_threshold_reached), (queue_out_of_data),
15361         (gen_preroll_element), (remove_groups), (unknown_type),
15362         (add_element_stream), (no_more_pads), (probe_triggered),
15363         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15364         (setup_substreams), (setup_source), (finish_source),
15365         (prepare_output), (muted_group_change_state),
15366         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15367         (gst_play_base_bin_change_state):
15368         * gst/playback/gstplaybasebin.h:
15369         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15370         (gst_play_bin_init), (gst_play_bin_set_property),
15371         (gen_video_element), (gen_text_element), (gen_audio_element),
15372         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15373         (gst_play_bin_change_state):
15374         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15375         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15376         (stream_info_change_state), (gst_stream_info_set_mute),
15377         (gst_stream_info_get_property):
15378         * gst/playback/gststreaminfo.h:
15379         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15380         (gst_stream_selector_get_linked_pad),
15381         (gst_stream_selector_getcaps),
15382         (gst_stream_selector_get_linked_pads),
15383         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15384         * gst/playback/gststreamselector.h:
15385           Rough port of playbin. Needs some more work, but is mostly done,
15386           and uses a few locks in important places, which should make stuff
15387           like chain-switches clean. Still uses GST_STATE() in a few places,
15388           which isn't all that good an idea, subtitles/elements disabled
15389           because no elements to test with and thus probably broken, query
15390           and event handling moved to GstBin, internal thread removed
15391           alltogether because the pipeline does that for us now. Can play
15392           Ogg/Vorbis files. Haven't tested anything else yet.
15393
15394 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15395
15396         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15397           Do no-more-pads (needed for autoplugging).
15398
15399 2005-05-10  Andy Wingo  <wingo@pobox.com>
15400
15401         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15402         message to the bus with the tags. Still not sent downstream tho.
15403
15404         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15405         get_parent.
15406         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15407         avoid refcounting hassles.
15408
15409 2005-05-09  Andy Wingo  <wingo@pobox.com>
15410
15411         * gst/volume/Makefile.am:
15412         * gst/volume/demo.c
15413         * gst/volume/gstvolume.h
15414         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15415         basetransform. Probably need an audio filter base class.
15416
15417 2005-05-09  Wim Taymans  <wim@fluendo.com>
15418
15419         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15420         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15421         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15422         (gst_vorbisenc_chain):
15423         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15424         (gst_audio_convert_caps_remove_format_info),
15425         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15426         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15427         Make caps writable before writing to it.
15428         Fix negotiation in audioconvert some more.
15429
15430 2005-05-09  Wim Taymans  <wim@fluendo.com>
15431
15432         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15433         (gst_videorate_getcaps), (gst_videorate_setcaps),
15434         (gst_videorate_event), (gst_videorate_chain):
15435         Better negotiation.
15436
15437 2005-05-09  Wim Taymans  <wim@fluendo.com>
15438
15439         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15440         (gst_videorate_getcaps), (gst_videorate_setcaps),
15441         (gst_videorate_blank_data), (gst_videorate_init),
15442         (gst_videorate_event), (gst_videorate_chain),
15443         (gst_videorate_change_state):
15444         Port videorate, do a better job at negotiation while we're at
15445         it.
15446
15447 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15448
15449         * configure.ac:
15450           Disable libvisual
15451
15452         * examples/Makefile.am:
15453         * gst-libs/gst/audio/Makefile.am:
15454         * gst-libs/gst/riff/Makefile.am:
15455         * gst-libs/gst/tag/Makefile.am:
15456         * gst-libs/gst/video/Makefile.am:
15457           Fixups for missing variables.
15458
15459 2005-05-09  Wim Taymans  <wim@fluendo.com>
15460
15461         * examples/seeking/seek.c: (make_theora_pipeline),
15462         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15463         (query_rates), (query_positions_elems), (query_positions_pads),
15464         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15465         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15466         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15467         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15468         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15469         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15470         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15471         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15472         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15473         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15474         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15475         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15476         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15477         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15478         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15479         (theora_dec_src_convert), (theora_dec_sink_convert),
15480         (theora_dec_src_query), (theora_dec_sink_query),
15481         (theora_dec_src_event), (theora_dec_sink_event),
15482         (theora_handle_comment_packet), (theora_handle_type_packet),
15483         (theora_handle_header_packet), (theora_handle_data_packet),
15484         (theora_dec_chain):
15485         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15486         (vorbis_dec_convert), (vorbis_dec_src_query),
15487         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15488         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15489         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15490         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15491         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15492         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15493         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15494         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15495         (gst_play_bin_query):
15496         * gst/playback/test3.c: (update_scale):
15497         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15498         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15499         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15500         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15501         (gst_videotestsrc_src_query):
15502         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15503         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15504         (paint_hline_YUV9):
15505         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15506         Port to new query API.
15507         Updated seek.
15508         Cleanups in x[v]imagesink
15509
15510 2005-05-09  Andy Wingo  <wingo@pobox.com>
15511
15512         * ext/alsa/gstalsasink.h:
15513         * ext/gnomevfs/gstgnomevfssrc.c:
15514         (gst_gnomevfssrc_get_icy_metadata):
15515         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15516         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15517         * ext/theora/theoradec.c (theora_dec_src_query)
15518         (theora_dec_src_event, theora_dec_sink_event)
15519         (theora_handle_comment_packet, theora_handle_data_packet):
15520         * ext/theora/theoraenc.c (theora_enc_chain):
15521         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15522         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15523         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15524         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15525         (qt_type_find):
15526         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15527         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15528         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15529         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15530         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15531         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15532         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15533         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15534         (paint_setup_RGB565, paint_setup_xRGB1555):
15535         * gst/videotestsrc/videotestsrc.h:
15536         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15537         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15538         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15539         GCC4 fixes.
15540         
15541         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15542         gst_pad_query_position. Fixes oggdemux.
15543
15544 2005-05-08  David Schleef  <ds@schleef.org>
15545
15546         * configure.ac: Require liboil.
15547         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15548         a few more.
15549         * gst/videotestsrc/videotestsrc.c:
15550         * gst/videotestsrc/videotestsrc.h:
15551
15552 2005-05-06  Wim Taymans  <wim@fluendo.com>
15553
15554         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15555         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15556         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15557         Well, unreffing a buffer right before pushing it is asking
15558         for trouble..
15559
15560 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15561
15562         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15563
15564 2005-05-06  Wim Taymans  <wim@fluendo.com>
15565
15566         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15567         (gst_audio_convert_caps_remove_format_info),
15568         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15569         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15570         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15571         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15572         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15573         * gst/sine/Makefile.am:
15574         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15575         (gst_sinesrc_class_init), (gst_sinesrc_init),
15576         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15577         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15578         (gst_sinesrc_update_freq):
15579         * gst/sine/gstsinesrc.h:
15580         * gst/tcp/gstmultifdsink.c:
15581         * sys/xvimage/xvimagesink.c:
15582         Fixed negotiation wrt _peer_get_caps()
15583         Some cleanups.
15584
15585
15586 2005-05-06  Wim Taymans  <wim@fluendo.com>
15587
15588         * gst-libs/gst/audio/gstaudiosink.c:
15589         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15590         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15591         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15592         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15593         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15594         (gst_audiosink_create_ringbuffer):
15595         * gst-libs/gst/audio/gstbaseaudiosink.c:
15596         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15597         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15598         (gst_baseaudiosink_set_property), (build_linear_format),
15599         (debug_spec_caps), (debug_spec_buffer),
15600         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15601         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15602         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15603         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15604         * gst-libs/gst/audio/gstbaseaudiosink.h:
15605         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15606         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15607         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15608         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15609         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15610         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15611         (wait_segment), (gst_ringbuffer_commit),
15612         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15613         (gst_ringbuffer_clear):
15614         * gst-libs/gst/audio/gstringbuffer.h:
15615         Make the base audiosink return an error when there is no
15616         audiobuffer negotiated.
15617
15618 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15619
15620         * ext/Makefile.am:
15621         Disable cdparanoia until someone ports it!
15622
15623 2005-05-06  Wim Taymans  <wim@fluendo.com>
15624
15625         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15626         (gst_ogg_demux_sink_activate):
15627         And revert after wingo's revert.. sigh..
15628
15629 2005-05-05  Andy Wingo  <wingo@pobox.com>
15630
15631         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15632         GObject.
15633         * configure.ac: Return audiorate and subparse from the ghetto.
15634         Re-enable -Wall -Werror.
15635         * gst/subparse/gstsubparse.c:
15636         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15637         or chain-based. Cleaned up a bit. Not tested.
15638         
15639 2005-05-05  Christian Schaller <christian@fluendo.com> 
15640
15641         * Makefile.am: remove stuff that is not building
15642         * configure.ac: remove stuff that is not building
15643         * examples/Makefile.am: remove stuff that is not building
15644         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15645         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15646         * sys/Makefile.am: remove stuff that is not building
15647         * testsuite/Makefile.am: remove stuff that is not building
15648
15649 2005-05-05  Andy Wingo  <wingo@pobox.com>
15650
15651         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15652         * gst-libs/gst/tag/gstvorbistag.c:
15653         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15654         * gst/adder/gstadder.h:
15655         * gst/audioconvert/gstchannelmix.c:
15656         (gst_audio_convert_fill_one_other):
15657         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15658         (gst_audiorate_init), (gst_audiorate_chain):
15659         * gst/playback/gstplaybasebin.c: (setup_source):
15660         * gst/playback/test3.c: (update_scale):
15661         Some GCC4 fixes
15662         
15663         * po/af.po:
15664         * po/az.po:
15665         * po/cs.po:
15666         * po/en_GB.po:
15667         * po/hu.po:
15668         * po/it.po:
15669         * po/nb.po:
15670         * po/nl.po:
15671         * po/or.po:
15672         * po/sq.po:
15673         * po/sr.po:
15674         * po/sv.po:
15675         * po/uk.po:
15676         * po/vi.po: Foo
15677
15678 2005-05-05  Wim Taymans  <wim@fluendo.com>
15679
15680         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15681         (gst_audio_convert_caps_remove_format_info),
15682         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15683         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15684         * gst/videotestsrc/gstvideotestsrc.c:
15685         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15686         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15687         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15688         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15689         Don't ignore _push() return values.
15690         Make sure no processing is done when shutting down.
15691         Videotestsrc pad activation fix.
15692
15693 2005-05-05  Wim Taymans  <wim@fluendo.com>
15694
15695         * gst/adder/Makefile.am:
15696         * gst/adder/gstadder.c: (gst_adder_setcaps),
15697         (gst_adder_class_init), (gst_adder_init),
15698         (gst_adder_request_new_pad), (gst_adder_collected),
15699         (gst_adder_change_state):
15700         * gst/adder/gstadder.h:
15701         Ported adder as an example of a mixer element using
15702         collect pads. Needs more negotiation work.
15703
15704 2005-05-05  Wim Taymans  <wim@fluendo.com>
15705
15706         * ext/theora/theoradec.c: (_inc_granulepos),
15707         (theora_dec_src_event), (theora_dec_sink_event),
15708         (theora_handle_comment_packet), (theora_handle_type_packet),
15709         (theora_handle_header_packet), (theora_handle_data_packet),
15710         (theora_dec_chain):
15711         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15712         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15713         (theora_push_buffer), (theora_push_packet),
15714         (theora_enc_sink_event), (theora_enc_chain),
15715         (theora_enc_change_state), (theora_enc_set_property),
15716         (theora_enc_get_property):
15717         Added stream lock to decoder so that we can serialize
15718         the discont event.
15719         More theoraenc porting, recover from errors, do clean
15720         shutdown.
15721
15722 2005-05-05  Wim Taymans  <wim@fluendo.com>
15723
15724         * ext/ogg/Makefile.am:
15725         * ext/ogg/README:
15726         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15727         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15728         (gst_ogg_print):
15729         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15730         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15731         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15732         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15733         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15734         (gst_ogg_mux_change_state):
15735         Ported ogg muxer.
15736
15737 2005-05-05  Wim Taymans  <wim@fluendo.com>
15738
15739         * docs/design-audiosinks.txt:
15740         * gst-libs/gst/audio/TODO:
15741         * gst-libs/gst/audio/gstaudiosink.c:
15742         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15743         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15744         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15745         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15746         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15747         (gst_audiosink_create_ringbuffer):
15748         * gst-libs/gst/audio/gstbaseaudiosink.c:
15749         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15750         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15751         (gst_baseaudiosink_set_property), (build_linear_format),
15752         (debug_spec_caps), (debug_spec_buffer),
15753         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15754         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15755         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15756         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15757         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15758         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15759         (gst_ringbuffer_release), (gst_ringbuffer_play),
15760         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15761         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15762         (gst_ringbuffer_set_sample), (wait_segment),
15763         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15764         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15765         More work on the audiosink, mostly debugging and a race in
15766         shutdown.
15767
15768 2005-04-28  Wim Taymans  <wim@fluendo.com>
15769
15770         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15771         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15772         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15773         (vorbis_dec_src_query), (vorbis_dec_src_event),
15774         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15775         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15776         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15777         Don't crap out when seeking back to position 0.
15778
15779 2005-04-28  Wim Taymans  <wim@fluendo.com>
15780
15781         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15782         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15783         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15784         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15785         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15786         Make audio sink configurable, use alsasink as default.
15787
15788 2005-04-28  Wim Taymans  <wim@fluendo.com>
15789
15790         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15791         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15792         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15793         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15794         (vorbis_dec_change_state):
15795         * ext/vorbis/vorbisdec.h:
15796         Refactor, use STREAM_LOCK.
15797
15798 2005-04-28  Wim Taymans  <wim@fluendo.com>
15799
15800         * ext/theora/theoradec.c: (_inc_granulepos),
15801         (theora_dec_sink_event), (theora_handle_comment_packet),
15802         (theora_handle_type_packet), (theora_handle_header_packet),
15803         (theora_handle_data_packet), (theora_dec_chain),
15804         (theora_dec_change_state):
15805         Refactor a bit, use STREAM_LOCK.
15806
15807 2005-04-28  Wim Taymans  <wim@fluendo.com>
15808
15809         * ext/alsa/Makefile.am:
15810         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15811         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15812         (gst_alsa_link), (gst_alsa_close_audio):
15813         * ext/alsa/gstalsaplugin.c: (plugin_init):
15814         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15815         (gst_alsasink_dispose), (gst_alsasink_base_init),
15816         (gst_alsasink_class_init), (gst_alsasink_init),
15817         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15818         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15819         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15820         (gst_alsasink_reset):
15821         * ext/alsa/gstalsasink.h:
15822         Implement alsasink with simple open/write/close API. 
15823         Make alsa dir build by disabling compilation of code.
15824
15825 2005-04-28  Wim Taymans  <wim@fluendo.com>
15826
15827         * gst-libs/gst/audio/Makefile.am:
15828         * gst-libs/gst/audio/audio.h:
15829         * gst-libs/gst/audio/audioclock.c:
15830         * gst-libs/gst/audio/audioclock.h:
15831         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15832         (gst_audio_clock_class_init), (gst_audio_clock_init),
15833         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15834         * gst-libs/gst/audio/gstaudioclock.h:
15835         * gst-libs/gst/audio/gstaudiosink.c:
15836         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15837         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15838         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15839         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15840         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15841         (gst_audiosink_create_ringbuffer):
15842         * gst-libs/gst/audio/gstbaseaudiosink.c:
15843         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15844         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15845         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15846         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15847         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15848         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15849         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15850         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15851         * gst-libs/gst/audio/gstbaseaudiosink.h:
15852         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15853         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15854         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15855         (gst_ringbuffer_release), (gst_ringbuffer_play),
15856         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15857         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15858         (gst_ringbuffer_set_sample), (wait_segment),
15859         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15860         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15861         * gst-libs/gst/audio/gstringbuffer.h:
15862         Make ringbuffer faster and more simple by removing the locks
15863         in the playback thread.
15864         Add sample accurate playback based on buffer sample offsets.
15865         Make the baseaudiosink provide a clock.
15866         Parse caps in the base class.
15867         Correctly handle seeking, flushing and state changes.
15868
15869 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15870
15871         * configure.ac:
15872         * gst/audioconvert/Makefile.am:
15873         * gst/audioscale/Makefile.am:
15874           Fix part of the build.  Come on guys, autogen didn't even work :)
15875
15876 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15877
15878         * configure.ac:
15879         * gst-libs/gst/Makefile.am:
15880         * gst-libs/gst/media-info/.cvsignore:
15881         * gst-libs/gst/media-info/Makefile.am:
15882         * gst-libs/gst/media-info/README:
15883         * gst-libs/gst/media-info/media-info-priv.c:
15884         * gst-libs/gst/media-info/media-info-priv.h:
15885         * gst-libs/gst/media-info/media-info-test.c:
15886         * gst-libs/gst/media-info/media-info.c:
15887         * gst-libs/gst/media-info/media-info.h:
15888         * gst-libs/gst/media-info/media-info.vcproj:
15889         * pkgconfig/Makefile.am:
15890         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15891         * pkgconfig/gstreamer-media-info.pc.in:
15892           Remove media-info, which is also successed by playbin (see Totem
15893           implementation).
15894
15895 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15896
15897         * configure.ac:
15898         * examples/Makefile.am:
15899         * examples/gstplay/.cvsignore:
15900         * examples/gstplay/Makefile.am:
15901         * examples/gstplay/player.c:
15902         * gst-libs/gst/Makefile.am:
15903         * gst-libs/gst/play/.cvsignore:
15904         * gst-libs/gst/play/Makefile.am:
15905         * gst-libs/gst/play/play.c:
15906         * gst-libs/gst/play/play.h:
15907         * gst-libs/gst/play/play.vcproj:
15908         * pkgconfig/Makefile.am:
15909         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15910         * pkgconfig/gstreamer-play.pc.in:
15911           Remove libgstplay, playbin is now the official successor.
15912
15913 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15914
15915         * configure.ac:
15916         * gst-libs/gst/Makefile.am:
15917         * gst-libs/gst/xwindowlistener/Makefile.am:
15918         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15919         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15920           Remove deprecated xwindowlistener (I've moved xwindowlistening
15921           in the v4l/v4l2 plugins over to serverside).
15922
15923 2005-04-25  David Schleef  <ds@schleef.org>
15924
15925         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15926         to examples/dynparams.  Examples do not belong interspersed with
15927         source code.
15928         * examples/dynparams/demo-dparams.c:
15929         * gst/sine/Makefile.am:
15930         * gst/sine/demo-dparams.c:
15931
15932 2005-04-25  David Schleef  <ds@schleef.org>
15933
15934         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15935         * gst-libs/gst/audio/Makefile.am:
15936         * gst-libs/gst/riff/Makefile.am:
15937         * gst-libs/gst/tag/Makefile.am:
15938         * gst-libs/gst/video/Makefile.am:
15939         * gst-libs/gst/xwindowlistener/Makefile.am:
15940
15941         Convert to 0.9 API, seems to work:
15942         * sys/ximage/Makefile.am:
15943         * sys/ximage/ximagesink.c:
15944
15945 2005-04-24  David Schleef  <ds@schleef.org>
15946
15947         Link plugins against libraries:
15948         * ext/alsa/Makefile.am:
15949         * gst/tcp/Makefile.am:
15950
15951         Remove asm code that should be in liboil
15952         * gst/videoscale/Makefile.am:
15953         * gst/videoscale/videoscale_x86_asm.s:
15954
15955         gettext wants these checked in:
15956         * po/af.po:
15957         * po/az.po:
15958         * po/cs.po:
15959         * po/en_GB.po:
15960         * po/hu.po:
15961         * po/it.po:
15962         * po/nb.po:
15963         * po/nl.po:
15964         * po/or.po:
15965         * po/sq.po:
15966         * po/sr.po:
15967         * po/sv.po:
15968         * po/uk.po:
15969         * po/vi.po:
15970
15971 2005-04-24  David Schleef  <ds@schleef.org>
15972
15973         Convert gst_main() to g_main_loop_run()
15974         * gst/playback/decodetest.c: (main):
15975         * gst/playback/test2.c: (main):
15976         * gst/playback/test3.c: (main):
15977         * gst/playback/test4.c: (main):
15978
15979         Link plugins against libraries:
15980         * ext/libvisual/Makefile.am:
15981         * sys/xvimage/Makefile.am:
15982
15983 2005-04-24  David Schleef  <ds@schleef.org>
15984
15985         * configure.ac: Remove idct and resample libs
15986         * gst-libs/gst/Makefile.am: same
15987
15988         Remove usage of gst_library_load():
15989         * ext/alsa/gstalsaplugin.c: (plugin_init):
15990         * ext/libvisual/visual.c: (plugin_init):
15991         * ext/ogg/gstogg.c: (plugin_init):
15992         * ext/theora/theora.c: (plugin_init):
15993         * ext/vorbis/vorbis.c: (plugin_init):
15994         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15995         * gst/audioscale/gstaudioscale.c:
15996         * gst/adder/gstadder.c: (plugin_init):
15997         * gst/audioconvert/plugin.c: (plugin_init):
15998         * sys/ximage/ximagesink.c: (plugin_init):
15999         * sys/xvimage/xvimagesink.c: (plugin_init):
16000         * gst/tcp/gsttcpplugin.c: (plugin_init):
16001
16002         Link plugins against libraries:
16003         * ext/ogg/Makefile.am:
16004         * ext/theora/Makefile.am:
16005         * ext/vorbis/Makefile.am:
16006         * gst/audioconvert/Makefile.am:
16007
16008         Create proper libraries:
16009         * gst-libs/gst/riff/Makefile.am:
16010         * gst-libs/gst/audio/Makefile.am:
16011         * gst-libs/gst/video/Makefile.am:
16012
16013         Move resample library to audioscale plugin directory:
16014         * gst-libs/gst/resample/Makefile.am:
16015         * gst-libs/gst/resample/README:
16016         * gst-libs/gst/resample/dtof.c:
16017         * gst-libs/gst/resample/dtos.c:
16018         * gst-libs/gst/resample/functable.c:
16019         * gst-libs/gst/resample/private.h:
16020         * gst-libs/gst/resample/resample.c:
16021         * gst-libs/gst/resample/resample.h:
16022         * gst-libs/gst/resample/resample.vcproj:
16023         * gst-libs/gst/resample/test.c:
16024         * gst/audioscale/Makefile.am:
16025         * gst/audioscale/README:
16026         * gst/audioscale/dtof.c:
16027         * gst/audioscale/dtos.c:
16028         * gst/audioscale/functable.c:
16029         * gst/audioscale/private.h:
16030         * gst/audioscale/resample.c:
16031         * gst/audioscale/resample.h:
16032         * gst/audioscale/test.c:
16033
16034         Move tagedit library to gst-libs:
16035         * gst-libs/gst/tag/Makefile.am:
16036         * gst-libs/gst/tag/gstid3tag.c:
16037         * gst-libs/gst/tag/gsttagediting.c:
16038         * gst-libs/gst/tag/gsttageditingprivate.h:
16039         * gst-libs/gst/tag/gstvorbistag.c:
16040         * gst/tags/Makefile.am:
16041         * gst/tags/gstid3tag.c:
16042         * gst/tags/gstvorbistag.c:
16043
16044         Fix for core changes:
16045         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16046         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16047         (gst_sinesrc_getrange):
16048
16049 2005-04-23  David Schleef  <ds@schleef.org>
16050
16051         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
16052         in gst-plugins in a long time, and properly belongs in liboil.
16053         * gst-libs/gst/idct/Makefile.am:
16054         * gst-libs/gst/idct/README:
16055         * gst-libs/gst/idct/dct.h:
16056         * gst-libs/gst/idct/doieee:
16057         * gst-libs/gst/idct/fastintidct.c:
16058         * gst-libs/gst/idct/floatidct.c:
16059         * gst-libs/gst/idct/idct.c:
16060         * gst-libs/gst/idct/idct.h:
16061         * gst-libs/gst/idct/idtc.vcproj:
16062         * gst-libs/gst/idct/ieeetest.c:
16063         * gst-libs/gst/idct/intidct.c:
16064
16065 2005-04-20  Wim Taymans  <wim@fluendo.com>
16066
16067         * docs/design-audiosinks.txt:
16068         * gst-libs/gst/audio/Makefile.am:
16069         * gst-libs/gst/audio/TODO:
16070         * gst-libs/gst/audio/gstaudiosink.c:
16071         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16072         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16073         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16074         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16075         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16076         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16077         (gst_audiosink_class_init), (gst_audiosink_init),
16078         (gst_audiosink_create_ringbuffer):
16079         * gst-libs/gst/audio/gstaudiosink.h:
16080         * gst-libs/gst/audio/gstbaseaudiosink.c:
16081         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16082         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16083         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16084         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16085         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16086         (gst_baseaudiosink_create_ringbuffer),
16087         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16088         * gst-libs/gst/audio/gstbaseaudiosink.h:
16089         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16090         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16091         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16092         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16093         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16094         (gst_ringbuffer_play), (gst_ringbuffer_pause),
16095         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16096         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16097         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16098         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16099         * gst-libs/gst/audio/gstringbuffer.h:
16100         An attempt at a set of audio base classes together with some
16101         design docs.
16102
16103 2005-04-20  Wim Taymans  <wim@fluendo.com>
16104
16105         * gst/audioconvert/Makefile.am:
16106         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16107         (gst_audio_convert_caps_remove_format_info),
16108         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16109         (gst_audio_convert_channels):
16110         Link against audio libs.
16111         Fix audio convert plugin.
16112
16113 2005-04-20  Wim Taymans  <wim@fluendo.com>
16114
16115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16116         (gst_ogg_demux_sink_activate):
16117         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16118         (theora_set_header_on_caps), (theora_enc_sink_event),
16119         (theora_enc_chain):
16120         Fix theora encoder.
16121
16122 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16123
16124         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16125         * gst/playback/gstdecodebin.c: (find_compatibles):
16126           Work with staticpadtemplates in elementfactories.
16127
16128 2005-04-12  Wim Taymans  <wim@fluendo.com>
16129
16130         * gst/playback/README:
16131         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16132         (compare_ranks), (print_feature), (gst_decode_bin_init),
16133         (dynamic_create), (dynamic_free), (find_compatibles),
16134         (mimetype_is_raw), (close_pad_link), (got_redirect),
16135         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16136         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16137         (gst_decode_bin_change_state):
16138         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16139         (gst_play_base_bin_init), (group_destroy), (group_commit),
16140         (check_queue), (queue_overrun), (queue_threshold_reached),
16141         (queue_out_of_data), (gen_preroll_element), (unknown_type),
16142         (new_decoded_pad), (setup_subtitle), (gen_source_element),
16143         (got_redirect), (setup_source), (play_base_eos),
16144         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16145         (gst_play_base_bin_remove_element):
16146         * gst/playback/gstplaybasebin.h:
16147         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16148         (gst_play_bin_init), (gst_play_bin_dispose),
16149         (gst_play_bin_set_property), (gen_video_element),
16150         (gen_text_element), (gen_audio_element), (remove_sinks),
16151         (gst_play_bin_send_event):
16152         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16153         (stream_info_change_state), (gst_stream_info_set_mute):
16154         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16155         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16156         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16157         (gst_stream_selector_chain):
16158         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16159         (main):
16160         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16161         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16162         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16163         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16164         Raw and crude port of decodebin. 
16165         Make playbin compile.
16166
16167 2005-04-06  Wim Taymans  <wim@fluendo.com>
16168
16169         * ext/gnomevfs/Makefile.am:
16170         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16171         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16172         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16173         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16174         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16175         (gst_gnomevfssrc_stop):
16176         * ext/ogg/Makefile.am:
16177         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16178         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16179         * ext/theora/Makefile.am:
16180         * ext/theora/theoradec.c: (_inc_granulepos),
16181         (theora_dec_sink_event), (theora_dec_chain):
16182         * ext/vorbis/Makefile.am:
16183         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16184         (vorbis_dec_sink_event), (vorbis_dec_chain):
16185         * gst-libs/gst/audio/Makefile.am:
16186         * sys/xvimage/Makefile.am:
16187         Make gnomevfssrc extend the source base class.
16188         Fix linking against libs in various plugins.
16189
16190 2005-04-06  Andy Wingo  <wingo@pobox.com>
16191
16192         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16193         GST_BASE_LIBS.
16194
16195         * configure.ac: Add check and AC_SUBST for libgstbase.
16196
16197 2005-03-31  Wim Taymans  <wim@fluendo.com>
16198
16199         * examples/seeking/Makefile.am:
16200         * examples/seeking/cdparanoia.c: (main):
16201         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16202         (play_cb), (pause_cb), (stop_cb), (main):
16203         * examples/seeking/playbin.c:
16204         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16205         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16206         (make_sid_pipeline), (make_vorbis_pipeline),
16207         (make_theora_pipeline), (make_vorbis_theora_pipeline),
16208         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16209         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16210         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16211         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16212         (stop_cb), (main):
16213         * examples/seeking/spider_seek.c:
16214         * examples/seeking/vorbisfile.c:
16215         * ext/gnomevfs/Makefile.am:
16216         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16217         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16218         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16219         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16220         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16221         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16222         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16223         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16224         * ext/ogg/README:
16225         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16226         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16227         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16228         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16229         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16230         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16231         (gst_ogg_pad_event), (gst_ogg_pad_reset),
16232         (gst_ogg_demux_factory_filter), (compare_ranks),
16233         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16234         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16235         (gst_ogg_chain_new), (gst_ogg_chain_free),
16236         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16237         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16238         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16239         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16240         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16241         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16242         (gst_ogg_demux_get_prev_page),
16243         (gst_ogg_demux_deactivate_current_chain),
16244         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16245         (gst_ogg_demux_bisect_forward_serialno),
16246         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16247         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16248         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16249         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16250         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16251         (gst_ogg_demux_change_state), (gst_ogg_print):
16252         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16253         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16254         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16255         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16256         (gst_ogg_mux_loop):
16257         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16258         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16259         (theora_dec_src_convert), (theora_dec_sink_convert),
16260         (theora_dec_src_query), (theora_dec_src_event),
16261         (theora_dec_sink_event), (theora_dec_chain),
16262         (theora_dec_change_state):
16263         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16264         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16265         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16266         (theora_enc_change_state):
16267         * ext/vorbis/Makefile.am:
16268         * ext/vorbis/oggvorbisenc.c:
16269         * ext/vorbis/oggvorbisenc.h:
16270         * ext/vorbis/vorbis.c: (plugin_init):
16271         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16272         (vorbis_dec_src_query), (vorbis_dec_src_event),
16273         (vorbis_dec_sink_event), (vorbis_dec_chain),
16274         (vorbis_dec_change_state):
16275         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16276         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16277         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16278         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16279         (gst_vorbisenc_change_state):
16280         * ext/vorbis/vorbisenc.h:
16281         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16282         * gst-libs/gst/audio/audioclock.c:
16283         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16284         (gst_audiofilter_init), (gst_audiofilter_chain):
16285         * gst-libs/gst/audio/testchannels.c: (main):
16286         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16287         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16288         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16289         (gmip_find_track_streaminfo), (gmip_find_track_format):
16290         * gst-libs/gst/media-info/media-info.c:
16291         (gst_media_info_read_idler):
16292         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16293         (gst_play_get_all_by_interface):
16294         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16295         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16296         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16297         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16298         (gst_riff_parse_info):
16299         * gst-libs/gst/riff/riff-read.h:
16300         * gst-libs/gst/riff/riff.c: (plugin_init):
16301         * gst-libs/gst/video/Makefile.am:
16302         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16303         (gst_videosink_class_init), (gst_videosink_get_type):
16304         * gst-libs/gst/video/videosink.h:
16305         * gst/audioconvert/bufferframesconvert.c:
16306         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16307         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16308         * gst/audioconvert/channelmixtest.c: (main):
16309         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16310         (gst_audio_convert_chain),
16311         (gst_audio_convert_caps_remove_format_info),
16312         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16313         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16314         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16315         (gst_audio_convert_buffer_to_default_format),
16316         (gst_audio_convert_buffer_from_default_format),
16317         (gst_audio_convert_channels):
16318         * gst/audioconvert/gstchannelmix.h:
16319         * gst/ffmpegcolorspace/avcodec.h:
16320         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16321         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16322         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16323         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16324         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16325         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16326         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16327         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16328         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16329         (dv_type_find):
16330         * gst/videotestsrc/gstvideotestsrc.c:
16331         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16332         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16333         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16334         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16335         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16336         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16337         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16338         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16339         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16340         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16341         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16342         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16343         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16344         (gst_xvimagesink_navigation_send_event),
16345         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16346         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16347         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16348         * sys/xvimage/xvimagesink.h:
16349         Plugin port to 0.9, ogg/theora playback should work in the seek
16350         example now.
16351         Removed old examples.
16352         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16353         explained in 0.9 TODO doc.
16354
16355
16356 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16357
16358         * autogen.sh:
16359         * configure.ac:
16360         * ext/Makefile.am:
16361         * gst/Makefile.am:
16362         * po/POTFILES.in:
16363         * po/af.po:
16364         * po/az.po:
16365         * po/cs.po:
16366         * po/en_GB.po:
16367         * po/hu.po:
16368         * po/it.po:
16369         * po/nb.po:
16370         * po/nl.po:
16371         * po/or.po:
16372         * po/sq.po:
16373         * po/sr.po:
16374         * po/sv.po:
16375         * po/uk.po:
16376         * po/vi.po:
16377         * sys/Makefile.am:
16378         * testsuite/Makefile.am:
16379           remove a whole bunch of plugins.  This module now contains a set
16380           of free reference plugins/elements as agreed.
16381
16382 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16383
16384         * configure.ac:
16385           hunting season on 0.9 is now OPEN
16386
16387 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16388
16389         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16390           Kick the hell out of gcc for not warning me about a symbol conflict.
16391
16392 2005-02-22  Luca Ognibene  <luogni@tin.it>
16393
16394         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16395
16396         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16397           Don't leak caps string (fixes #168134)
16398
16399         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16400         (gst_jpegenc_init), (gst_jpegenc_finalize),
16401         (gst_jpegenc_change_state):
16402           Don't leak line buffers and context struct (fixes #168133).
16403
16404 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16405
16406         * configure.ac:
16407         * ext/dirac/gstdiracdec.cc:
16408         (gst_diracdec_chain):
16409           Since dirac 0.5.0 the framerate in dirac is expressed as a
16410           rational number. Fix build and up requirement to 0.5.0, and
16411           also pass parameters to gst_diracdec_link in the right order
16412           (fixes #167959).
16413
16414 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16415
16416         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16417         * ext/faad/gstfaad.h:
16418         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16419         certain invalid muxed streams, where some packets will contain 
16420         junk after decoder data. Partially fixes #149158.
16421
16422 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16423         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16424           Make sure we only write to writable buffers
16425
16426 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16427
16428         * gst-libs/gst/riff/riff-media.c:
16429         (gst_riff_create_audio_caps_with_data):
16430           Do actually fix invalid RIFF fmt header values for alaw
16431           and mulaw audio instead of just saying so.
16432
16433         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16434           Give gst_riff_create_audio_caps_with_data() a chance to
16435           fix up broken format header fields before extracting any
16436           parameters from the header. (fixes #167633)
16437
16438 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16439
16440         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16441
16442         * gst/audioconvert/bufferframesconvert.c:
16443         (buffer_frames_convert_link):
16444           Don't leak othercaps. (fixes #167878)
16445
16446 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16447
16448         * configure.ac:
16449         * ext/libvisual/visual.c: (gst_visual_srclink),
16450         (gst_visual_change_state):
16451           Support libvisual 0.2.0.
16452
16453 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16454
16455         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16456         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16457           Use same rowstrides for I420 as used everywhere else.
16458
16459 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16460
16461         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16462           Declare variables at beginning of block and make gcc-2.95 happy
16463           (fixes # 167482, patch by Gergely Nagy).
16464           
16465         * gst/tcp/gsttcpclientsrc.c:
16466         * gst/tcp/gsttcpclientsrc.h:
16467           Move some includes into the header, so that struct sockaddr_in is
16468           defined when it should be defined on FreeBSD as well (fixes
16469           #167483).
16470           
16471         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16472           Don't pass uninitialised values to setsockopt() here either.
16473
16474 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16475
16476         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16477
16478         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16479           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16480
16481 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16482
16483         * gst/playback/gstplaybin.c: (add_sink):
16484           Invert bin_add/link order to workaround deadlock in opt.
16485
16486 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16487
16488         * gst/modplug/gstmodplug.cc:
16489           Add missing break causing position queries to fail.
16490
16491 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16492
16493         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16494           Granpos can apparently be -1, which screws up calculations...
16495
16496 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16497
16498         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16499         (gst_ximagesink_send_pending_navigation),
16500         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16501         (gst_ximagesink_init):
16502         * sys/ximage/ximagesink.h:
16503         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16504         (gst_xvimagesink_send_pending_navigation),
16505         (gst_xvimagesink_navigation_send_event),
16506         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16507         * sys/xvimage/xvimagesink.h:
16508           Use a mutex protected list to marshal navigation
16509           events into the stream thread from whichever thread
16510           sends them.
16511
16512 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16513
16514         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16515           Display current position and track length; misc. clean-ups.
16516           
16517         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16518         (speed_init), (speed_chain):
16519           Add query function, so that the stream length and current position
16520           get adjusted when queried (note that current position queries may
16521           still be wrong if the audio sink returns values based on buffer
16522           timestamps instead of passing on the query).
16523
16524 2005-02-13  Benjamin Otte  <otte@gnome.org>
16525
16526         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16527         (gst_audio_convert_channels):
16528           create channel conversion matrix when linking
16529         * gst/audioconvert/.cvsignore:
16530         * gst/audioconvert/Makefile.am:
16531         * gst/audioconvert/channelmixtest.c: (main):
16532           add (ugly) test that ensures stereo <=> mono conversion works
16533           correctly
16534
16535 2005-02-13  Benjamin Otte  <otte@gnome.org>
16536
16537         * gst/audioconvert/gstchannelmix.h:
16538           include missing header file
16539         * gst/audioconvert/gstchannelmix.c:
16540         (gst_audio_convert_fill_compatible):
16541           use same sign for both channels when converting to/from compatible
16542           channel. Previously used different signs made the signals cancel
16543           each other out and appear like silence. (fixes #167269)
16544
16545 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16546
16547         * gst/ffmpegcolorspace/avcodec.h:
16548         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16549         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16550         (gst_ffmpegcsp_avpicture_fill):
16551         * gst/ffmpegcolorspace/imgconvert.c:
16552           Convert to and from YV12 (fixes #156379).
16553
16554 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16555
16556         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16557         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16558         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16559         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16560         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16561         methods from chain and negotiation and vice versa (Fixes #166142).
16562         * sys/ximage/ximagesink.h: Add stream_lock.
16563         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16564         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16565         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16566         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16567
16568 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16569
16570         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16571           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16572           error message when we can't open the DVD device (when dvdnav_open()
16573           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16574           the above). Send something more useful instead (fixes #167117).
16575
16576 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16577
16578         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16579         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16580         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16581         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16582         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16583         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16584         methods from chain and negotiation and vice versa (Fixes #166142).
16585         Fix a possible bug of images in the buffer pool being discarded because
16586         we are looking at the wrong geometry.
16587         * sys/xvimage/xvimagesink.h: Add stream_lock.
16588
16589 2005-02-11  David Schleef  <ds@schleef.org>
16590
16591         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16592         unsigned int. (fixes #167128)
16593
16594 2005-02-11  David Schleef  <ds@schleef.org>
16595
16596         * gst/librfb/Makefile.am: Testing stuff before committing is
16597           for wimps... and people with fast machines.  Fix stupid
16598           mistake.
16599
16600 2005-02-11  David Schleef  <ds@schleef.org>
16601
16602         * configure.ac: Pull in librfb from my CVS tree, because it is
16603           too small and annoying to be separate.  Move rfbsrc plugin
16604           to gst/.
16605         * ext/Makefile.am:
16606         * ext/librfb/Makefile.am:
16607         * ext/librfb/gstrfbsrc.c:
16608         * gst/librfb/Makefile.am:
16609         * gst/librfb/gstrfbsrc.c:
16610         * gst/librfb/rfb.c:
16611         * gst/librfb/rfb.h:
16612         * gst/librfb/rfbbuffer.c:
16613         * gst/librfb/rfbbuffer.h:
16614         * gst/librfb/rfbbytestream.c:
16615         * gst/librfb/rfbbytestream.h:
16616         * gst/librfb/rfbcontext.h:
16617         * gst/librfb/rfbdecoder.c:
16618         * gst/librfb/rfbdecoder.h:
16619         * gst/librfb/rfbutil.h:
16620
16621 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16622
16623         * gst/speed/Makefile.am:
16624         * gst/speed/demo-mp3.c: (main):
16625         * gst/speed/filter.func:
16626         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16627         (speed_class_init), (speed_init), (speed_chain_int16),
16628         (speed_chain_float32), (speed_chain), (speed_set_property),
16629         (speed_get_property), (speed_change_state):
16630         * gst/speed/gstspeed.h:
16631           Fix speed element and make it chain-based (fixes #156467),
16632           and make it handle more than one channel.
16633
16634 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16635
16636         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16637         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16638         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16639         * ext/dts/gstdtsdec.h:
16640           Don't clobber the stack constructing the channels array.
16641           Make the element chain-based. DTS tracks can now be played.
16642           
16643 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16644
16645         * gst-libs/gst/audio/multichannel.h:
16646         * gst-libs/gst/gconf/gconf.h:
16647         * gst-libs/gst/idct/idct.h:
16648         * gst-libs/gst/media-info/media-info-priv.h:
16649         * gst-libs/gst/play/play.h:
16650         * gst-libs/gst/resample/private.h:
16651         * gst-libs/gst/resample/resample.h:
16652         * gst-libs/gst/riff/riff-ids.h:
16653         * gst-libs/gst/video/video.h:
16654         * gst-libs/gst/video/videosink.h:
16655           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16656           missing, so that they work when included from C++ code.
16657
16658 2005-02-09  David Schleef  <ds@schleef.org>
16659
16660         * testsuite/gst-lint: Check for non-statically scoped
16661           parent_class variables.  This won't be a problem once
16662           plugins are loaded with RTLD_LOCAL.
16663
16664 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16665
16666         * ext/mplex/gstmplexibitstream.cc:
16667           gcc madness.
16668
16669 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16670
16671         * ext/ogg/gstogmparse.c:
16672         * gst/debug/gstnavigationtest.c:
16673           Die, thou faulty symbol pollutors (non-static parent_class).
16674
16675 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16676
16677         * ext/mplex/gstmplexibitstream.cc:
16678           Fix event handling (#165525).
16679
16680 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16681
16682         * ext/mikmod/gstmikmod.c:
16683         * gst/modplug/gstmodplug.cc:
16684           Add missing endianness to template (fixes #165509).
16685
16686 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16687
16688         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16689           Fix wrong order of reading of optional bytes (#165290).
16690
16691 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16692
16693         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16694           Implement FILLER event awareness.
16695
16696 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16697
16698         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16699           Fix track calculations (#166208).
16700
16701 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16702
16703         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16704
16705         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16706         * ext/libpng/gstpngenc.c:
16707           Fix byte-order, use proper fixed caps. Fixes #164197.
16708
16709 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16710
16711         * configure.ac:
16712           Add dvdlpcmdec 
16713
16714         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16715         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16716           Don't push buffers if the src pad isn't negotiated yet.
16717           
16718         * gst/audioconvert/gstaudioconvert.c:
16719         (gst_audio_convert_buffer_to_default_format),
16720         (gst_audio_convert_buffer_from_default_format):
16721           Add support for 24-bit width.
16722
16723         * gst/dvdlpcmdec/.cvsignore:
16724         * gst/dvdlpcmdec/Makefile.am:
16725         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16726         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16727         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16728         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16729         (plugin_init):
16730         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16731           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16732           format. Needs support for the channels maps if someone can find 
16733           a DVD LPCM track with > 2 channels.
16734
16735         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16736         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16737         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16738         * gst/mpegstream/gstdvddemux.h:
16739         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16740         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16741         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16742         * gst/mpegstream/gstmpegdemux.h:
16743         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16744         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16745         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16746         (gst_mpeg_parse_handle_src_query),
16747         (gst_mpeg_parse_handle_src_event):
16748           Use audio/x-dvd-lpcm for LPCM output.
16749           Add DTS output.
16750
16751 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16752
16753         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16754
16755         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16756         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16757           Add BGRA handling (#165736).
16758
16759 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16760
16761         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16762
16763         * gst/law/alaw-decode.c: (alawdec_link):
16764         * gst/law/alaw-encode.c: (alawenc_link):
16765         * gst/law/mulaw-decode.c: (mulawdec_link):
16766         * gst/law/mulaw-encode.c: (mulawenc_link):
16767           Fix caps memleaks (#166600).
16768
16769 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16770
16771         * ext/tarkin/mem.h:
16772         * ext/tarkin/wavelet.h:
16773         * ext/tarkin/yuv.h:
16774         * gst/ffmpegcolorspace/avcodec.h:
16775           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16776           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16777
16778 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16779
16780         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16782         (gst_xvimagesink_change_state):
16783           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16784           Xv video (and thereby regenerate Xv colourkey) in clear() so
16785           that PLAY -> READY -> PLAY works (fixes #162504).
16786
16787 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16788
16789         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16790           Switch to list instead of range, since MJPEG-devices really just
16791           support decimations, not any size.
16792
16793 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16794         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16795         (gst_mpeg2dec_reset), (free_all_buffers),
16796         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16797         * ext/mpeg2dec/gstmpeg2dec.h:
16798           The libmpeg2 user-allocated buffer management is awkward, 
16799           to say the least. Hopefully this fixes things.
16800
16801 2005-02-04  Andy Wingo  <wingo@pobox.com>
16802
16803         * gst/audioconvert/bufferframesconvert.c
16804         (buffer_frames_convert_fixate): New function, fixates to 256
16805         frames per buffer by default. (Much better than 1.)
16806         (buffer_frames_convert_init): Set the fixate function for both src
16807         and sink pad.
16808         (buffer_frames_convert_link): After success setting nonfixed caps,
16809         get the negotiated caps so we can know how many buffer-frames it
16810         will be. No idea how this worked at all before.
16811
16812 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16813
16814         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16815         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16816         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16817         (handle_sequence), (handle_picture):
16818         * ext/mpeg2dec/gstmpeg2dec.h:
16819           Rearrange buffer tracking and refcounting and refactor
16820           a little for readability. 
16821
16822 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16823         * sys/v4l/gstv4l.c: (plugin_init):
16824         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16825         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16826         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16827         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16828         * sys/v4l/gstv4ljpegsrc.h:
16829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16830         * sys/v4l/v4l_calls.h:
16831         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16832         (gst_v4lsrc_get_fps):
16833         * sys/v4l/v4lsrc_calls.h:
16834           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16835           you jpeg inside rgb frames" driver.
16836           Don't error in the v4lsrc link function, just return 
16837           REFUSED.
16838
16839 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16840
16841         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16842         (gst_qcamsrc_open):
16843           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16844
16845 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16846
16847         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16848           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16849
16850 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16851
16852         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16853           Reset negotiated state on PAUSED->READY.
16854
16855 2005-02-02  David Schleef  <ds@schleef.org>
16856
16857         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16858         whereever possible.  (Fixes #165997)
16859         * examples/capsfilter/capsfilter1.c: (main):
16860         * examples/dynparams/filter.c: (create_ui):
16861         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16862         * examples/seeking/chained.c: (main):
16863         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16864         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16865         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16866         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16867         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16868         * examples/switch/switcher.c: (main):
16869         * ext/dv/demo-play.c: (main):
16870         * ext/faad/gstfaad.c: (gst_faad_change_state):
16871         * ext/mad/gstmad.c: (gst_mad_chain):
16872         * ext/smoothwave/demo-osssrc.c: (main):
16873         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16874         (gst_gconf_render_bin_from_description),
16875         (gst_gconf_get_default_audio_sink),
16876         (gst_gconf_get_default_video_sink),
16877         (gst_gconf_get_default_audio_src),
16878         (gst_gconf_get_default_video_src),
16879         (gst_gconf_get_default_visualization_element):
16880         * gst/level/demo.c: (main):
16881         * gst/level/plot.c: (main):
16882         * gst/playback/gstplaybin.c: (gen_video_element),
16883         (gen_audio_element):
16884         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16885         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16886         * gst/sine/demo-dparams.c: (main):
16887         * gst/spectrum/demo-osssrc.c: (main):
16888         * gst/speed/demo-mp3.c: (main):
16889         * gst/volume/demo.c: (main):
16890         * testsuite/embed/embed.c: (main):
16891
16892 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16893
16894         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16895         (gst_tcpclientsink_finalize):
16896         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16897         (gst_tcpclientsrc_finalize):
16898         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16899         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16900         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16901         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16902           Don't leak the hostname when shutting down.
16903           In tcpserversrc, take a copy of the default hostname.
16904
16905 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16906
16907         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16908           Set caps to systemstream=TRUE.
16909
16910 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16911
16912         * testsuite/Makefile.am:
16913           Fix more OSX buildbots.
16914
16915 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16916
16917         * ext/mpeg2dec/gstmpeg2dec.c:
16918           Don't send things to NULL PAD_PEERs
16919
16920         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16921           Copy-on-write the incoming buffer.
16922
16923         * gst/mpegstream/gstdvddemux.h:
16924         * gst/mpegstream/gstmpegclock.h:
16925         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16926         (normal_seek), (gst_mpeg_demux_handle_src_event):
16927         * gst/mpegstream/gstmpegdemux.h:
16928         * gst/mpegstream/gstmpegpacketize.h:
16929         * gst/mpegstream/gstmpegparse.c:
16930         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16931         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16932         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16933         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16934         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16935         * gst/mpegstream/gstmpegparse.h:
16936         * gst/mpegstream/gstrfc2250enc.h:
16937           Various changes to the way time is computed that make seeking and
16938           total time estimation much better here.
16939           Use G_BEGIN/END_DECLS instead of __cplusplus
16940
16941         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16942           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16943
16944 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16945
16946         * gst/subparse/gstsubparse.c:
16947           Fix OSX buildbot.
16948
16949 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16950
16951         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16952         (theora_enc_chain), (theora_enc_change_state):
16953         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16954         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16955         (gst_vorbisenc_change_state):
16956         * ext/vorbis/vorbisenc.h:
16957           Set granulepos and timestamp correctly for streams not
16958           starting at 0, taking into account the initial delay.
16959
16960 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16961
16962         * gst/mpegstream/gstdvddemux.c:
16963           Add audio/x-dts to audio pad template caps
16964
16965 2005-01-30  David Schleef  <ds@schleef.org>
16966
16967         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16968         (create_context), (gst_polypsink_link): Fix silly endianness
16969         bug.  Add some debugging.  Remove float from caps; it doesn't
16970         work.  Attempt to get remote audio working.
16971
16972 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16973
16974         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16975           Add 3IV2 fourcc.
16976
16977 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16978
16979         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16980         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16981         (gst_avi_demux_stream_data):
16982         * gst/avi/gstavidemux.h:
16983           Invert DIB images. Fixes #132341.
16984
16985 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16986
16987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16988         (gst_ffmpegcsp_chain):
16989           D'oh, reference the palette data, not the palette structure.
16990           Fixes color distortion in #132341.
16991
16992 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16993
16994         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16995           PAR can be non-fixed when not provided as argument (#162626).
16996
16997 2005-01-29  David Moore  <dcm@acm.org>
16998
16999         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17000
17001         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17002         (gst_qtdemux_loop_header):
17003           Re-apply patch from #142272 that allows non-seekable sources,
17004           re-proposed by Daniel Drake <dsd@gentoo.org>.
17005
17006 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17007
17008         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
17009           Use the src template for creating the src pad (#162330).
17010
17011 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17012
17013         * configure.ac:
17014         * ext/musepack/Makefile.am:
17015         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
17016         (gst_musepackdec_init), (gst_musepackdec_dispose),
17017         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
17018         (gst_musepack_stream_init), (gst_musepackdec_loop),
17019         (gst_musepackdec_change_state):
17020         * ext/musepack/gstmusepackdec.cpp:
17021         * ext/musepack/gstmusepackdec.h:
17022         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
17023         (gst_musepack_reader_read), (gst_musepack_reader_seek),
17024         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
17025         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
17026         * ext/musepack/gstmusepackreader.cpp:
17027         * ext/musepack/gstmusepackreader.h:
17028           Update to 1.1 API (#165446).
17029
17030 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17031
17032         * ext/Makefile.am:
17033           Unbreak buildbot.
17034
17035 2005-01-28  Andy Wingo  <wingo@pobox.com>
17036
17037         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
17038         to reflect a different dubious internet source. Add a reference
17039         and some commentary.
17040
17041 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17042
17043         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17044         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17045         * gst/playback/gststreamselector.h:
17046           Be more selective when we're redoing caps negotiation from
17047           within the chain function on a stream change.
17048
17049 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17050
17051         * configure.ac:
17052         * ext/Makefile.am:
17053         * ext/amrnb/Makefile.am:
17054         * ext/amrnb/amrnb.c: (plugin_init):
17055         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17056         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17057         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17058         (gst_amrnbdec_state_change):
17059         * ext/amrnb/amrnbdec.h:
17060         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17061         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17062         (gst_amrnbparse_init), (gst_amrnbparse_formats),
17063         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17064         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17065         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17066         * ext/amrnb/amrnbparse.h:
17067           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17068         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17069           Add AMR-NB/-WB raw formats.
17070         * ext/alsa/gstalsa.c: (gst_alsa_link):
17071           Keep valid time when changing format.
17072         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17073         (qtdemux_parse_trak):
17074           Add some more format-specific options (#140141, #143555, #155163).
17075
17076 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17077
17078         * gst/matroska/matroska-demux.c:
17079         (gst_matroska_demux_parse_blockgroup):
17080           Fix logic error in timing of subtitle stream synchronization.
17081         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17082           Add skip-chunk, which is found in kodak-camera streams.
17083
17084 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17085
17086         * po/LINGUAS:
17087         * po/vi.po:
17088           Adding Vietnamese translation (submitted by Clytie Siddall)
17089
17090 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17091
17092         * gst/playback/gstdecodebin.c: (try_to_link_1):
17093           Use realpad for signal.
17094
17095 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17096
17097         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17098           Fix category so decodebin picks it up.
17099
17100 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17101
17102         * ext/mad/Makefile.am:
17103         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17104         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17105         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17106         (found_type), (gst_id3demux_bin_change_state):
17107         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17108         (gst_id3_tag_init), (gst_id3_tag_handle_event),
17109         (gst_id3_tag_src_link), (gst_id3_tag_chain),
17110         (gst_id3_tag_change_state), (plugin_init):
17111         * ext/mad/gstmad.h:
17112           Add id3demuxbin (which is a simple bin consisting of id3demux
17113           and typefind), take over rank from id3demux, remove typefind
17114           code from id3demux. Makes all broken mp3s that I know of work,
17115           and thereby fixes #152688.
17116
17117 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
17118
17119         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17120
17121         * ext/mad/gstmad.c: (gst_mad_src_event):
17122         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17123           Allow seeks on audio pad, make mad forward those (#164826).
17124         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17125           Set duration (#165335).
17126
17127 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17128
17129         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17130         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17131         (gst_asf_demux_process_ext_content_desc),
17132         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17133         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17134         * gst/asfdemux/gstasfdemux.h:
17135           Improve metadata display, e.g. if the metadata comes before the
17136           streams are loaded (which is perfectly valid).
17137
17138 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17139
17140         * tools/gst-launch-ext-m.m:
17141           Fix AVI/ASF pipelines (#165340).
17142
17143 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
17144         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
17145         build failure on amd64
17146
17147 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17148
17149         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17150         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17151           Check environment variables GST_ID3V2_TAG_ENCODING,
17152           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17153           list of character encodings to force interpretation of non-unicode
17154           strings stored in an ID3v2 tag to a particular encoding. If none
17155           is specified, try to use current locale's encoding, then fall back
17156           to ISO-8859-1 (which will always succeed). (Resolves #149274)
17157         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17158         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17159           Check environment variables GST_ID3V1_TAG_ENCODING,
17160           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17161           list of character encodings to use in case a string encountered
17162           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17163           specified, try to use the current locale's encoding, then fall
17164           back to ISO-8859-1 (which will always succeed).
17165
17166 2005-01-25  Benjamin Otte  <otte@gnome.org>
17167
17168         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17169           - on half framerate, compute the rate in advance so the comparisons
17170             don't compare wrong values
17171           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17172             behaviour
17173           - don't use mad_header_decode anymore, mad_frame_decode does that
17174             automatically
17175           - when getting rid of consumed bytes, reset the stream's skiplen
17176           (fixes #163867)
17177
17178 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17179
17180         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17181           Use 1/2 a second for default max_discont, as PES streams from DVB
17182           seem to have larger spacings in the SCR. 
17183           Fix a typo.
17184
17185 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17186
17187         * gst/playback/gstplaybasebin.c: (group_commit):
17188           Notify delayed stream-info availability.
17189
17190 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17191         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17192         (gst_a52dec_handle_event), (gst_a52dec_chain):
17193         Add some debug output. Check that a discont has a valid
17194         time associated.
17195         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17196         (gst_alsa_sink_loop):
17197         Ignore TAG events. A little extra debug for broken timestamps.
17198         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17199         (dvdnavsrc_change_state):
17200         Ensure we send a discont to engage the link before we send any
17201         other events.
17202         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17203         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17204         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17205         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17206         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17207         dvd://title works in totem because typefinding sends a seek that ends
17208         up going back to chapter 1 regardless.
17209         * ext/mpeg2dec/gstmpeg2dec.c:
17210         * ext/mpeg2dec/gstmpeg2dec.h:
17211         Output correct timestamps and handle disconts.
17212         * ext/ogg/gstoggdemux.c: (get_relative):
17213         Small guard against a null dereference.
17214         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17215         (gst_textoverlay_set_property):
17216         Free memory when done. Don't call gst_event_filler_get_duration on
17217         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17218         g_warning.
17219         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17220         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17221         (gst_sw_srclink), (gst_smoothwave_chain):
17222         Draw solid lines, prettier colours.
17223         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17224         Add a default palette that'll work for some movies.
17225         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17226         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17227         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17228         * gst/mpegstream/gstdvddemux.h:
17229         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17230         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17231         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17232         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17233         * gst/mpegstream/gstmpegparse.h:
17234         Use PTM/NAV events when for timestamp adjustment when connected to 
17235         dvdnavsrc. Don't use many discont events where one suffices.
17236         * gst/playback/gstplaybasebin.c: (group_destroy),
17237         (gen_preroll_element), (gst_play_base_bin_add_element):
17238         * gst/playback/gstplaybasebin.h:
17239         Make sure we remove subtitles from the same bin we put them in.
17240         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17241         (gst_subparse_buffer_format_autodetect),
17242         (gst_subparse_change_state):
17243         Fix some memleaks and invalid accesses.
17244         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17245         (oggskel_type_find), (cmml_type_find), (plugin_init):
17246         Some typefind functions for Annodex v3.0 files
17247         * gst/wavparse/gstwavparse.h:
17248         GstRiffReadClass is the correct parent class.
17249
17250 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17251
17252         * gst-libs/gst/riff/riff-media.c:
17253         (gst_riff_create_video_caps_with_data):
17254           Add extradata to huffyuv (fixes #165013).
17255         * gst-libs/gst/riff/riff-read.c:
17256         (gst_riff_read_strf_vids_with_data):
17257           Fix extradata extraction if it is in the chunk size.
17258
17259 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17260
17261         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17262
17263         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17264         (gst_quarktv_change_state), (gst_quarktv_dispose):
17265           Memory free'ing location fix (#164708).
17266
17267 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17268
17269         * gst/playback/gstplaybasebin.c: (group_commit),
17270         (gen_preroll_element), (probe_triggered), (gen_source_element),
17271         (setup_source), (gst_play_base_bin_change_state),
17272         (gst_play_base_bin_add_element):
17273           Don't block for streams.
17274         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17275         (gst_stream_info_set_mute):
17276           Use gst_pad_set_active_recursive.
17277
17278 2005-01-25  Andy Wingo  <wingo@pobox.com>
17279
17280         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17281         for #ifndef HAVE_XVIDEO.
17282
17283 2005-01-24  Jeffrey C. Ollie
17284
17285         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17286
17287         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17288         * ext/gsm/gstgsmdec.h:
17289         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17290         * ext/gsm/gstgsmenc.h:
17291         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17292         was given by property. Add proper buffer timestamps and offsets.
17293
17294 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17295
17296         * gst-libs/gst/riff/riff-media.c:
17297         (gst_riff_create_audio_caps_with_data):
17298           Audio can be <8000Hz.
17299
17300 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17301
17302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17303           Explicit state change to workaround refcount bugs.
17304
17305 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17306
17307         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17308         (gst_avimux_riff_get_avi_header):
17309           Fix...
17310
17311 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17312
17313         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17314         (gst_riff_read_element_data):
17315         * gst-libs/gst/riff/riff-read.h:
17316           Add _peek version (req'ed in CDXA).
17317         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17318         (gst_cdxaparse_loop):
17319           Fix parsing in playbin.
17320         * gst/playback/gstdecodebin.c: (close_pad_link):
17321           Ignore current_ pads, they cause major annoyance.
17322
17323 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17324
17325         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17326           Safety guard.
17327
17328 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17329
17330         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17331           Fix padding...
17332
17333 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17334
17335         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17336           Allow for 0-sized buffers. Fixes length query problems in
17337           starwars.mkv from the testsuite.
17338
17339 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17340
17341         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17342         (gst_video_box_i420), (gst_video_box_chain):
17343           Fix row strides for I420 (fixes #163159)
17344           
17345 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17346
17347         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17348           MPEG2 has a useful rate property, so we can actually use that.
17349           For MPEG-1, continue using the bytes/time properties.
17350
17351 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17352
17353         * gst-libs/gst/riff/riff-media.c:
17354         (gst_riff_create_video_caps_with_data),
17355         (gst_riff_create_video_template_caps):
17356           Add intel-h263.
17357
17358 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17359
17360         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17361           Fail if caps negotiation fails. Should fix #162184, and should
17362           definately be in there regardless of it fixing the actual bug.
17363         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17364         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17365         (gst_avimux_riff_get_avix_header),
17366         (gst_avimux_riff_get_video_header),
17367         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17368         (gst_avimux_start_file), (gst_avimux_handle_event),
17369         (gst_avimux_change_state):
17370         * gst/avi/gstavimux.h:
17371           Refactor structure writing to use GST_WRITE_UINT macros, add
17372           metadata writing support.
17373
17374 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17375
17376         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17377           Elements may already be destroyed when this function is called.
17378
17379 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17380
17381         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17382         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17383           More memory leak fixes (#149162).
17384
17385 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17386
17387         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17388         (gst_qtdemux_add_stream):
17389           Fix two memleaks.
17390
17391 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17392
17393         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17394           Argh...
17395
17396 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17397
17398         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17399           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17400           when fixating to six channels in Totem.
17401
17402 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17403
17404         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17405           Fix compile warnings on Solaris 10 buildbot
17406
17407 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17408
17409         * ext/dvdread/dvdreadsrc.c: (_read):
17410           Don't read beyond the last cell in a chapter (fixes 
17411           invalid memory access)
17412
17413 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17414
17415         * ext/dvdread/stream_labels.c:
17416         (dvdreadsrc_get_audio_stream_labels):
17417           Use NULL for an empty GList instead of g_list_alloc(); fix 
17418           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17419           of GString (easier to bulk free later)
17420
17421 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17422
17423         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17424
17425         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17426         (gst_ffmpeg_pixfmt_to_caps):
17427           Fix BGRA32 caps (#164209).
17428
17429 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17430
17431         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17432
17433         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17434         (gst_ffmpeg_caps_to_pixfmt):
17435           alpha_mask can be RGBA/ABGR. Fixes #164265.
17436
17437 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17438
17439         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17440
17441         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17442         (gst_mpeg2dec_alloc_buffer):
17443         * ext/mpeg2dec/gstmpeg2dec.h:
17444           Crop if decoding size is not the actual image size (#163676).
17445
17446 2005-01-17  Steve Baker  <steve@stevebaker.org>
17447
17448         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17449
17450         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17451         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17452           Add libsndfile typefind functions (#163309).
17453
17454 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17455
17456         * tools/gst-launch-ext-m.m:
17457           Add .aac, fix .m1v/.m2v (#163891).
17458
17459 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17460
17461         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17462           Sanity check, don't wait endlessly since the clock might not
17463           actually run at this point (which is a deadlock). Fixes #164069.
17464
17465 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17466
17467         * gst/playback/gstplaybasebin.c: (probe_triggered):
17468           Of course, only pause if group is done...
17469
17470 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17471
17472         * gst/playback/gstplaybasebin.c: (probe_triggered):
17473           Thread safety.
17474
17475 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17476
17477         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17478           Don't return state change success when the parent
17479           failed.
17480
17481 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17482
17483         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17484           Free events (fix memleak in #162905).
17485
17486 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17487
17488         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17489
17490         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17491         (gst_ffmpeg_caps_to_pixfmt):
17492           Fix for depth = 15. Fixes #161675.
17493
17494 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17495
17496         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17497           Set FPS correctly, even for webcams and the like.
17498         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17499           Don error on setting while capturing.
17500
17501 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17502
17503         * ext/dv/gstdvdec.c:
17504         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17505         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17506           I'm a bad boy. using /1001. to force C to do float division
17507           and not integer division (as it did in my last commit)
17508           Thanks to David I. Lehn for pointing this mistake.
17509
17510 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17511
17512         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17513           Revert Johan's 1.35->1.36 since it breaks compat.
17514
17515 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17516
17517         * ext/dv/gstdvdec.c:
17518         * ext/libfame/gstlibfame.c:
17519         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17520         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17521           replace framerate aproximations by their real value
17522           (24000/1001, 30000/1001, 60000/1001)
17523           Finish fixing bug #164049
17524
17525 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17526
17527         * ext/ogg/gstoggmux.c:
17528           eos/bos debugging
17529         * gst/tcp/gstmultifdsink.c:
17530         * gst/tcp/gstmultifdsink.h:
17531         * gst/tcp/gsttcp.c:
17532         * gst/tcp/gsttcp.h:
17533         * gst/tcp/gsttcpclientsink.c:
17534         * gst/tcp/gsttcpclientsrc.c:
17535         * gst/tcp/gsttcpserversink.c:
17536         * gst/tcp/gsttcpserversrc.c:
17537           improve reusability of elements after state changes and errors
17538           make multifdsink throw away streamheaders when receiving new ones
17539
17540 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17541
17542         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17543           Fix for if items are already in list...
17544
17545 2005-01-12  Benjamin Otte  <otte@gnome.org>
17546
17547         * gst/adder/gstadder.c: (gst_adder_loop):
17548           fix adder a bit so it doesn't screw up with events as much anymore
17549
17550 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17551
17552         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17553         (pixbufscale_scale), (gst_pixbufscale_chain):
17554         * ext/gdk_pixbuf/pixbufscale.h:
17555           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17556           to ensure rowstrides are calculated the same way as 
17557           ffmpegcolorspace
17558           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17559           that we pick up duration and offset also.
17560
17561 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17562
17563         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17564         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17565           Reusability fixes.
17566
17567 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17568
17569         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17570         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17571         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17572         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17573           Update flags when requested.
17574
17575 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17576
17577         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17578           Fix dmix.
17579
17580 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17581
17582         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17583         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17584         (probe_triggered), (new_decoded_pad), (gen_source_element),
17585         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17586         * gst/playback/gstplaybasebin.h:
17587         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17588         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17589         (gst_play_bin_change_state):
17590           Implement group-switch signal for use in apps to clear metadata
17591           cache, clean up subtitle, add suburi property instead of # hack,
17592           some error-out fixes.
17593
17594 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17595
17596         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17597           Debug.
17598         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17599           If we got a state change in the _get handler, don't return success.
17600
17601 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17602
17603         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17604         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17605           Make jpegdec quiet on MJPEG decoding
17606         * gst/asfdemux/README:
17607           Fix mimetypes for MJPEG and H263
17608
17609 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17610
17611         * ext/theora/theoradec.c: (theora_dec_chain):
17612           Fix broken code generation by gcc by swapping arguments.
17613         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17614           Fix \n in debug.
17615
17616 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17617
17618         * TODO:
17619           delete this file, it is by far outdated
17620         * ext/alsa/gstalsa.1: remove
17621         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17622         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17623         (gst_alsa_get_caps):
17624           Add HW probing for supported sample rates. Fixes #161704
17625
17626 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17627
17628         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17629           Don't crash, biatch! :).
17630
17631 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17632
17633         * ext/musepack/gstmusepackreader.cpp:
17634         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17635           Some work on tags - still doesn't work in playbin...
17636         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17637           Handle events...
17638
17639 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17640
17641         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17642           Also shove tags on kid pads.
17643
17644 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17645
17646         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17647           Don't bail on unknown events.
17648         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17649           Don't crash on events before negotiation.
17650         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17651           Send tags on pads, too.
17652         * gst/playback/gststreamselector.c:
17653         (gst_stream_selector_request_new_pad):
17654           Forward events on first pad if no input was selected yet.
17655
17656 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17657
17658         * gst/playback/gstplaybasebin.c: (setup_substreams):
17659           Don't disable streamtype if the stream doesn't exist, since
17660           then playing a video after audio will disable both and nothing
17661           will happen. Fixes the testsuite.
17662
17663 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17664
17665         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17666         (gst_v4l_xoverlay_set_xwindow_id):
17667         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17668         (gst_v4l2_xoverlay_set_xwindow_id):
17669           Add debug categories, fix overlay disabling.
17670
17671 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17672
17673         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17674         * ext/alsa/gstalsa.h:
17675           Add HW probing for period_count/size and buffer_size MIX/MAX
17676           Adjust default/user defined value if out of bounds
17677           Should fix bug #162024
17678
17679 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17680
17681         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17682           Fix warning (#161191).
17683
17684 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17685
17686         * ext/dvdread/stream_labels.c:
17687         (dvdreadsrc_get_audio_stream_labels):
17688           Fix warning (init the good variable in switch default)
17689
17690 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17691
17692         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17693
17694         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17695           Fix gcc-2.95 compile (#163485).
17696
17697 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17698
17699         * configure.ac:
17700         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17701         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17702         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17703         (gst_flacenc_change_state):
17704         * ext/flac/gstflacenc.h:
17705           Update for API change in flac-1.1.1. Update requirement in
17706           configure.ac. Fixes #162974.
17707
17708 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17709
17710         * gst/playback/gstplaybasebin.c: (group_destroy):
17711           Remove hack to get rid of assert and get rid of unlinked
17712           signals properly.
17713
17714 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17715
17716         * gst/playback/gstplaybasebin.c: (setup_source):
17717           Set source to NULL so that resources are free'ed. Fixes issues
17718           with playback of CDDA and similar device-accessing things.
17719
17720 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17721
17722         * testsuite/embed/Makefile.am:
17723           test->noinst, fix make test in buildbot.
17724
17725 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17726
17727         * ext/dvdread/stream_labels.c: new file
17728         * ext/dvdread/stream_labels.h: new file
17729         * ext/dvdread/Makefile.am:
17730         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17731           Extract audio stream label from DVD IFO files.
17732           It only dump them on the console for now, still have to
17733           make playbin aware of them.
17734
17735 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17736
17737         * gst/playback/gstplaybasebin.c: (setup_source):
17738           Fix hanging subs.
17739
17740 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17741
17742         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17743         (gen_preroll_element), (remove_groups), (setup_subtitle),
17744         (gen_source_element), (setup_source):
17745         * gst/playback/gstplaybasebin.h:
17746           Multiple .sub files is just a stupid idea... Fix some threading
17747           mistakes. Interestingly, external .sub files cause playbin to
17748           hang, I don't know why... Parsing fixes contributed by Fran??ois
17749           Kooman <fkooman@tuxed.net>.
17750
17751 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17752
17753         * testsuite/embed/Makefile.am:
17754           Fix buildbot.
17755
17756 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17757
17758         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17759
17760         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17761         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17762         (gst_pngenc_set_property):
17763         * ext/libpng/gstpngenc.h:
17764           Add compression level property (#163323).
17765
17766 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17767
17768         * configure.ac:
17769         * examples/capsfilter/capsfilter1.c: (main):
17770         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17771         * ext/dvdread/Makefile.am:
17772         * ext/dvdread/demo-play:
17773         * ext/dvdread/demo-play.c:
17774         * gconf/gstreamer.schemas.in:
17775         * gst-libs/gst/gconf/gconf.c:
17776         * sys/v4l/TODO:
17777         * testsuite/Makefile.am:
17778         * testsuite/embed/Makefile.am:
17779         * testsuite/embed/embed.c: (cb_expose), (main):
17780           Remove all references to xvideosink, fix examples (#140845).
17781         * gst/playback/gstplaybasebin.c: (group_destroy):
17782           Apparently, disposal does not unlink - so do explicitely.
17783         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17784           Add debug.
17785
17786 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17787
17788         * README: fix PKG_CONFIG_PATH instructions, what was there
17789         previously was breaking default search path, not nice. 
17790         Fixes #163358
17791
17792 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17793
17794         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17795         (gst_audioscale_chain):
17796           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17797           when resampling - how the ^@$^!@^! is this possible?!?
17798
17799 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17800
17801         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17802           Reset variables on READY.
17803         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17804         (gst_matroska_mux_loop):
17805           Require data before writing header.
17806
17807 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17808
17809         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17810
17811         * ext/mad/gstmad.c: (gst_mad_chain):
17812           Don't call mad_stream_sync() directly after recovering sync.
17813           Fixes #151661.
17814
17815 2005-01-09  Martin Eikermann  <meiker@upb.de>
17816
17817         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17818
17819         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17820         (snapshot_handler), (gst_snapshot_sinkconnect),
17821         (gst_snapshot_chain):
17822           Allocate resources when required, fix recursive signal emission
17823           and fix caps. Fixes #161667.
17824
17825 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17826
17827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17828
17829         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17830         (gst_pngdec_chain):
17831           Handle only 8-bppc (bits-per-pixel-component) images, better
17832           error handling and correct strides. Fixes #163177.
17833         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17834         (gst_pngenc_chain):
17835           Better error handling. Fixes #163348.
17836
17837 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17838
17839         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17840         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17841         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17842         (dvdnavsrc_uri_handler_init):
17843           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17844         * gst/playback/gstplaybasebin.c: (gen_source_element):
17845           Add MMS to streaming URIs.
17846
17847 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17848
17849         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17850         * sys/xvimage/xvimagesink.c:
17851         (gst_xvimagesink_navigation_send_event):
17852           Check for pad availability before sending event.
17853
17854 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17855
17856         * gst-plugins.spec.in:
17857           Add subparse.
17858
17859 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17860
17861         * configure.ac:
17862           Since we use functions from CVS, up requirement.
17863
17864 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17865
17866         * gst/playback/Makefile.am:
17867         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17868         (group_destroy), (group_commit), (group_is_muted),
17869         (gen_preroll_element), (add_stream), (unknown_type),
17870         (probe_triggered), (preroll_unlinked), (mute_stream),
17871         (silence_stream), (new_decoded_pad), (setup_substreams),
17872         (setup_source), (get_active_source), (mute_group_type),
17873         (muted_group_change_state), (set_active_source),
17874         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17875         (play_base_eos), (gst_play_base_bin_change_state):
17876         * gst/playback/gstplaybasebin.h:
17877         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17878         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17879         (gst_stream_info_dispose), (stream_info_mute_pad),
17880         (stream_info_change_state), (gst_stream_info_set_mute):
17881         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17882         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17883         (gst_stream_selector_init), (gst_stream_selector_dispose),
17884         (gst_stream_selector_get_linked_pad),
17885         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17886         (gst_stream_selector_get_linked_pads),
17887         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17888         * gst/playback/gststreamselector.h:
17889           Adding stream selection support plus required properties for
17890           applications to use this. Fully fixes #100931.
17891
17892 2005-01-08  Benjamin Otte  <otte@gnome.org>
17893
17894         * gst/games/gstpuzzle.c: (nav_event_handler):
17895           - handle nav events differently: forward every event no matter if it
17896             was handled or not.
17897           - translate events
17898           You can now cheat by using navigationtest ! puzzle and moving the
17899           mouse close to the edge of a tile. ;)
17900
17901 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17902
17903         * configure.ac:
17904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17905         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17906         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17907         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17908         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17909         (gst_ogm_parse_plugin_init):
17910         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17911         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17912         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17913         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17914         * ext/pango/gsttextoverlay.h:
17915         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17916         (gst_matroska_demux_handle_seek_event),
17917         (gst_matroska_demux_sync_streams),
17918         (gst_matroska_demux_parse_blockgroup),
17919         (gst_matroska_demux_subtitle_caps),
17920         (gst_matroska_demux_plugin_init):
17921         * gst/matroska/matroska-ids.h:
17922         * gst/playback/gstdecodebin.c: (close_pad_link):
17923         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17924         (gen_preroll_element), (remove_groups), (add_stream),
17925         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17926         (setup_source):
17927         * gst/playback/gstplaybasebin.h:
17928         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17929         * gst/subparse/Makefile.am:
17930         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17931         (gst_subparse_base_init), (gst_subparse_class_init),
17932         (gst_subparse_init), (gst_subparse_formats),
17933         (gst_subparse_eventmask), (gst_subparse_event),
17934         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17935         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17936         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17937         (parse_mpsub_deinit), (parse_mpsub_init),
17938         (gst_subparse_buffer_format_autodetect),
17939         (gst_subparse_format_autodetect), (gst_subparse_loop),
17940         (gst_subparse_change_state), (gst_subparse_type_find),
17941         (plugin_init):
17942         * gst/subparse/gstsubparse.h:
17943         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17944         (plugin_init):
17945           Add subtitle support, .sub parser (supports SRT and MPsub),
17946           OGM text support, Matroska UTF-8 text support, deadlock fixes
17947           all over the place, subtitle awareness in decodebin/playbin
17948           and some fixes to textoverlay to handle subtitles in a stream
17949           correctly. Fixes #100931.
17950
17951 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17952
17953         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17954           Check for pad availability before doing a query on it.
17955
17956 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17957
17958         * ext/dv/gstdvdec.c:
17959           really fix bpp24/32 dvdec caps (classic rgba indeed)
17960         * gst/asfdemux/gstasfdemux.c:
17961         (gst_asf_demux_process_ext_content_desc):
17962           don't send text tags if they are empty (bis repetita)
17963
17964 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17965
17966         * ext/dv/gstdvdec.c:
17967          remove unneeded comment from dvdec
17968           (related to DV 4CC codes in AVI files)
17969           moved them in gstreamer/docs/random/mimetypes
17970         * gst/asfdemux/gstasfdemux.c:
17971         (gst_asf_demux_process_ext_content_desc):
17972          don't send text tags if they are empty
17973          fix mem leak on error path
17974         * gst/ffmpegcolorspace/avcodec.h:
17975         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17976         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17977         (gst_ffmpegcsp_avpicture_fill):
17978         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17979         * gst/ffmpegcolorspace/imgconvert_template.h:
17980          adds BGR32 and BGRA32 to ffmpegcolorspace
17981           (still bad colors, fixing it on next commit)
17982           helps with dvdec outputing BGR32
17983
17984 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17985
17986         * ext/dv/gstdvdec.c:
17987          Fix audio caps i just broke (missing ',')
17988         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17989         (gst_matroska_mux_reset):
17990          Fix typo + add FIXME about old "x-gst-metadata" crap
17991
17992 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17993
17994         * ext/dv/demo-play.c: (main):
17995          xvideosink -> xvimagesink
17996         * ext/dv/gstdvdec.c:
17997          change rgb 32/32 caps to 24/32 (no alpha)
17998          change nb of channels to be a list (2 or 4, not 2)
17999          change sample rate to be a list (32, 44.1, 48 kHz) not a range
18000         * gst/asfdemux/gstasfdemux.c:
18001         (gst_asf_demux_process_ext_content_desc):
18002          Add 'date/year' to extracted metadata list
18003
18004 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18005
18006         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18007           The return value of fixate_to does not imply that the requested
18008           value was set, so don't assume.
18009
18010 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
18011
18012         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18013
18014         * ext/libpng/gstpngdec.c:
18015         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
18016         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
18017         * ext/libpng/gstpngenc.h:
18018           Alpha support (encoder; #163161), mime fixage.
18019
18020 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
18021
18022         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18023
18024         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
18025         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
18026         (gst_faac_set_property), (gst_faac_get_property):
18027         * ext/faac/gstfaac.h:
18028           Allow for ADTS output (#153434).
18029
18030 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18031
18032         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18033           Fix against template (#150576).
18034
18035 2005-01-06  Benjamin Otte  <otte@gnome.org>
18036
18037         * gst/games/gstpuzzle.c: (draw_puzzle):
18038           don't draw a puzzle if either width or height of tiles would be 0.
18039
18040 2005-01-06  Benjamin Otte  <otte@gnome.org>
18041
18042         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
18043         (gst_puzzle_class_init), (gst_puzzle_finalize):
18044           no memleaks, please
18045         (gst_puzzle_create), (gst_puzzle_init),
18046         (gst_puzzle_set_property), (gst_puzzle_setup):
18047           change initialization code around so we don't reshuffle on resize
18048         (draw_puzzle):
18049           fix another stupid typo
18050
18051 2005-01-06  Benjamin Otte  <otte@gnome.org>
18052
18053         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18054           fix stupid typo that borked copying on YUY2
18055
18056 2005-01-06  Benjamin Otte  <otte@gnome.org>
18057
18058         * gst/games/gstpuzzle.c: (draw_puzzle):
18059           fix edges when image sizes aren't multiples of tile sizes
18060
18061 2005-01-06  Benjamin Otte  <otte@gnome.org>
18062
18063         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18064           make RGB endianness work correctly
18065         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18066           refactor and fix race with initial shuffling
18067         (nav_event_handler):
18068           allow using the mouse to puzzle
18069         (draw_puzzle):
18070           insist on tiles having width and height as multiples of 4 to get
18071           clean YUV image handling
18072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18073         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18074           s/DEBUG/LOG/ for common messages
18075         (gst_xvimagesink_navigation_send_event):
18076           fix mouse event translation to not include screen PAR
18077         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18078           fix mouse event translation to actually work
18079
18080 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18081
18082         * gst/asfdemux/gstasfdemux.c:
18083         (gst_asf_demux_process_ext_content_desc):
18084          Extract TrackNumber metadata + clean up code
18085         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18086          Hope this is the good fix (var used unitialised)
18087
18088 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18089
18090         * ext/faad/gstfaad.c: (gst_faad_chain):
18091           Only increment timestamp if it's valid. Fixes raw AAC streams.
18092
18093 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18094
18095         * configure.ac:
18096         * gst/games/Makefile.am:
18097         * gst/games/gstpuzzle.c:
18098           add a puzzle game with...
18099         * gst/games/gstvideoimage.c:
18100         * gst/games/gstvideoimage.h:
18101           ... full colorspace support (that includes YUV9 and RGB16)) stolen
18102           from videotestsrc and made into something that would be a nice
18103           library for a lot of other plugins.
18104
18105 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18106
18107         * configure.ac:
18108          don't compile faad plugin if a RC of 2.0 is found
18109          Fixes #155346 (and FC1 buildbot)
18110         * gst/asfdemux/gstasfdemux.c:
18111         (gst_asf_demux_process_ext_content_desc):
18112          try to make Solaris compiler happier
18113
18114 2005-01-06  Paul Jack  <pjack@sfaf.org>
18115
18116         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18117
18118         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18119           Fix segfault (#161667).
18120
18121 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18122
18123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18124           Fix framerate reporting.
18125
18126 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18127
18128         * gst-libs/gst/riff/riff-ids.h:
18129         * gst/wavenc/riff.h:
18130          Add AMR (VBR and CBR) ids to riff.h audio codec list
18131         * gst/asfdemux/gstasfdemux.c:
18132         (gst_asf_demux_process_ext_content_desc),
18133         (gst_asf_demux_process_object):
18134           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18135
18136 2005-01-05  Martin Eikermann  <meiker@upb.de>
18137
18138         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18139
18140         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18141         (gst_dvd_demux_handle_discont):
18142         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18143         (gst_mpeg_demux_handle_discont):
18144           Recreate pads on new-media (#160730).
18145         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18146           Send discont even if manager changes timestamps (#161929).
18147
18148 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
18149
18150         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18151
18152         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18153           Fix invalid memory access (#159211).
18154
18155 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18156
18157         * examples/gstplay/player.c: (main):
18158           Don't iterate.
18159         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18160           Add visualizations.
18161         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18162         (gst_a52dec_handle_frame):
18163           Set duration.
18164         * ext/dvdnav/gst-dvd:
18165           Add audioconvert. Fixes #161325.
18166         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18167           Explicitely case to gint64. Possible valgrind error.
18168         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18169         (gst_play_tick_callback), (gst_play_change_state),
18170         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18171         (gst_play_set_location), (gst_play_get_location),
18172         (gst_play_seek_to_time), (gst_play_set_data_src),
18173         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18174         (gst_play_set_visualization), (gst_play_connect_visualization),
18175         (gst_play_get_framerate), (gst_play_get_all_by_interface),
18176         (gst_play_new):
18177           Use playbin. Fixes #139749 and #147744.
18178         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18179           Add genre tag.
18180         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18181         (audioscale_get_type), (gst_audioscale_base_init),
18182         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18183         (gst_audioscale_getcaps), (gst_audioscale_fixate),
18184         (gst_audioscale_link), (gst_audioscale_get_buffer),
18185         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18186         (gst_audioscale_init), (gst_audioscale_dispose),
18187         (gst_audioscale_chain), (gst_audioscale_set_property),
18188         (gst_audioscale_get_property), (plugin_init):
18189           Indent properly.
18190         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18191           Fix LPCM.
18192         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18193         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18194         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18195           Add more metadata (fixes #162656).
18196
18197 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18198
18199         * configure.ac:
18200           back to cvs
18201
18202 === release 0.8.7 ===
18203
18204 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18205
18206         * NEWS:
18207         * RELEASE:
18208         * configure.ac:
18209           releasing 0.8.7, "Hyperspace"
18210
18211 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18212
18213         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
18214
18215         * gst/playback/gstplaybasebin.c:
18216          Fix for #162924 - free caps after use, not before
18217
18218 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18219
18220         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18221
18222         * gst/playback/gstplaybasebin.c:
18223         * gst/wavparse/gstwavparse.c:
18224           Fix for #154773 - fixes playback of small .wav files
18225
18226 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18227
18228         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18229
18230         * gst/audioscale/gstaudioscale.c:
18231           Fix for #162819 - make audioscale reusable
18232           Fixes playback of more than one file with playbin/totem
18233
18234 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18235
18236         * gst/ffmpegcolorspace/avcodec.h:
18237         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18238         * gst/ffmpegcolorspace/imgconvert.c:
18239           clean up the mess that made me cry and avoid needless duplication
18240
18241 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18242
18243         * gst/ffmpegcolorspace/imgconvert.c:
18244           give some indication of why we're segfaulting
18245
18246 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18247
18248         * configure.ac:
18249           Fix indentation, fix v4l2 plugin detection.
18250         * ext/Makefile.am:
18251           Fix libmms location (Maciej, use diff -u!).
18252         * ext/alsa/gstalsa.c: (gst_alsa_init):
18253           Initialize caps cache to NULL.
18254         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18255           Only change state on audiosink if it exists.
18256
18257 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18258
18259         * gst/matroska/matroska-demux.c:
18260         * gst/matroska/matroska-ids.h:
18261         * gst/matroska/matroska-demux.h:
18262         Fix Vorbis streams failing to decode in some files, where cluster_time
18263         isn't 0, because then it doesn't send codec_priv before actual data.
18264         Remove time-based test and replace it with marker set on beginning of
18265         new stream
18266
18267 2004-12-28  David Schleef  <ds@schleef.org>
18268
18269         Merge patch from Ronald fixing problems with streaming
18270         text.
18271         * ext/cairo/gstcairo.c: (plugin_init):
18272         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18273         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18274         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18275         (gst_textoverlay_font_init), (gst_textoverlay_init),
18276         (gst_textoverlay_set_property):
18277         * ext/cairo/gsttextoverlay.h:
18278
18279 2004-12-27  David Schleef  <ds@schleef.org>
18280
18281         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18282         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18283         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18284         (gst_textoverlay_font_init), (gst_textoverlay_init),
18285         (gst_textoverlay_set_property): Improvements to actually
18286         render text as white on black outline on video, including
18287         font selection and horizontal/vertical alignment.  (Ronald's
18288         christmas present)
18289         * ext/cairo/gsttextoverlay.h:
18290
18291 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18292
18293         * ext/ogg/gstogg.c:
18294         * ext/ogg/gstogmparse.c:
18295           fix ogm[audio/video]parse plugin registration
18296           (riff won't load if bytestream is already loaded)
18297
18298 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18299
18300         * gst/audioconvert/gstchannelmix.c:
18301           fix for GLIB < 2.4
18302
18303 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18304
18305         * Makefile.am:
18306         * configure.ac:
18307           disable docs again until it actually passes make distcheck.
18308
18309 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18310
18311         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18312         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18313         (plugin_init):
18314           Add 3GP (variables name Q3GP because they can't start with a
18315           number). Add samr audio fourcc (used in .3gp files), decoder
18316           is work in progress. Also do a GST_WARNING instead of ERROR
18317           in case of unknown nodes, to decrease output.
18318
18319 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18320
18321         * Makefile.am:
18322           really fix dist
18323
18324 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18325
18326         * configure.ac:
18327         * ext/speex/gstspeexdec.h:
18328         * ext/speex/gstspeexenc.h:
18329           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18330           Fix detection code in configure.ac
18331
18332 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18333
18334         * gst/matroska/matroska-demux.c:
18335         (gst_matroska_demux_parse_blockgroup):
18336           Save position, so that queries give proper return values. Don't
18337           know how this could ever have worked before...
18338
18339 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18340
18341         * configure.ac:
18342           Put additional LAME check inside the conditional.  Fixes #152339
18343
18344 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18345
18346         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18347         (gst_avi_demux_stream_scan):
18348           Add some more debug. Fix logic error when setting movi offset
18349           while reading index.
18350
18351 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18352
18353         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18354         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18355         (gst_avi_demux_process_next_entry):
18356           Add some debugging. Better detection of broken indexes and the
18357           accompanying index recovery. No infinite loops on state changes
18358           when we're still in our loopfunction.
18359
18360 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18361
18362         * configure.ac:
18363           Fix up.
18364
18365 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18366
18367         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18368
18369         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18370           Normalizing the value before setting
18371         (gst_sunaudiomixer_get_volume):
18372           Normalizing the value after getting. Fixes bug# 161980
18373
18374 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18375
18376         * Makefile.am: Make sure docs gets disted
18377         * docs/Makefile.am: Make sure all needed files get disted
18378         * gst-plugins.spec.in: latest updates
18379
18380 2004-12-22  Wim Taymans  <wim@fluendo.com>
18381
18382         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18383         Revert patch 1.38 as clock distribution over schedulers does
18384         not work correcly in the core yet.
18385
18386 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18387
18388         * sys/oss/README: remove this file, which predates my birth
18389           (and which content is by far outdated)
18390
18391 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18392
18393         * Makefile.am:
18394         * configure.ac:
18395         * docs/Makefile.am:
18396         * docs/libs/Makefile.am:
18397         * docs/libs/gst-plugins-libs-docs.sgml:
18398         * docs/libs/gst-plugins-libs-sections.txt:
18399         * docs/libs/tmpl/gstgconf.sgml:
18400         * docs/upload.mak:
18401         * docs/version.entities.in:
18402           Added boilerplate gtk-doc files for plugin-libs documentation.
18403
18404 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18405
18406         * gst/auparse/gstauparse.c: fix int and float audio caps
18407
18408 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18409
18410         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18411         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18412           g_assert() can be a macro, don't use #ifdef inside it.
18413
18414 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18415
18416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18417
18418         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18419         (gst_videorate_init), (gst_videorate_chain),
18420         (gst_videorate_change_state):
18421           Event handling (fixes #159986).
18422
18423 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18424
18425         * gst-libs/gst/riff/riff-media.c:
18426         (gst_riff_create_video_caps_with_data):
18427           Add BLZ0 (Blizzard's version of DivX) fourcc.
18428
18429 2004-12-18  David Schleef  <ds@schleef.org>
18430
18431         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18432         portability fix.
18433
18434 2004-12-18  David Schleef  <ds@schleef.org>
18435
18436         * gst/tta/ttadec.h: Disable some header code that isn't used
18437         and clearly isn't portable.
18438
18439 2004-12-18  David Schleef  <ds@schleef.org>
18440
18441         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18442         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18443         (avcodec_get_pix_fmt), (avpicture_layout),
18444         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18445         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18446         Fix code to not use GCC extensions (and c99 extensions that
18447         Forte does not like.)
18448
18449 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18450
18451         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18452
18453         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18454         (gst_deinterlace_chain):
18455           Rowstride fixes. Fixes #161039.
18456         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18457         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18458         (gst_video_crop_getcaps), (gst_video_crop_link),
18459         (gst_video_crop_i420), (gst_video_crop_chain),
18460         (gst_video_crop_change_state):
18461           Rework of negotiation. Actually works now. Fixes #158650.
18462
18463 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18464
18465         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18466           That was very stupid.
18467
18468 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18469
18470         * gst/matroska/matroska-demux.c:
18471         (gst_matroska_demux_parse_blockgroup):
18472           Fix possible crasher.
18473
18474 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18475
18476         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18477         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18478           Lace sizes can be zero.
18479
18480 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18481
18482         * ext/musepack/gstmusepackdec.cpp:
18483           Fetch error return values. Fixes #161624.
18484         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18485           Really EOS.
18486
18487 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18488
18489         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18490           Work for truncated (unfinished download etc.) files. Fixes #160514.
18491
18492 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18493
18494         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18495           Fix for integer overflow. Makes #156001 not crash. Probably masks
18496           the real bug.
18497
18498 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18499
18500         * gst/ac3parse/gstac3parse.c: (plugin_init):
18501           Parsers never have ranks. Fixes #159651.
18502
18503 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18504
18505         * gst/playback/gstdecodebin.c: (compare_ranks):
18506           make sure the facotries are ordered the same every time even if they
18507           have the same rank by using the name
18508         * gst/playback/gstdecodebin.c: (find_compatibles):
18509           make sure we don't add factories to the list twice
18510
18511 2004-12-16  David Schleef  <ds@schleef.org>
18512
18513         * configure.ac: look for musepack headers as musepack/*.h
18514         (fixes #159847)
18515         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18516         * ext/musepack/gstmusepackreader.h: same
18517
18518 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18519
18520         * gst-libs/gst/riff/riff-read.c:
18521         (gst_riff_read_strf_auds_with_data):
18522           Read extradata correctly (fixes #155879).
18523
18524 2004-12-16  David Schleef  <ds@schleef.org>
18525
18526         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18527         audio.  does _not_ attempt or allow conversion unless channels
18528         is 1 or 2.
18529
18530 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18531
18532         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18533
18534 2004-12-16  David Schleef  <ds@schleef.org>
18535
18536         * gst/audioscale/gstaudioscale.c: the resample library only
18537         handles 1 or 2 channels.  Change caps to compensate.
18538
18539 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18540
18541         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18542         (gst_matroska_demux_audio_caps):
18543           Some MPEG-AAC hacks, because else it doesn't work...
18544
18545 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18546
18547         * gst-libs/gst/riff/riff-media.c:
18548         (gst_riff_create_video_caps_with_data),
18549         (gst_riff_create_video_template_caps):
18550           Add h264.
18551
18552 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18553
18554         * gst-libs/gst/audio/Makefile.am:
18555           Try to fix buildbot.
18556
18557 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18558
18559         * gst/tcp/gstmultifdsink.c:
18560           Clean up and uniformize debugging.
18561
18562 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18563
18564         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18565
18566         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18567         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18568         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18569         (gst_mpeg_demux_change_state):
18570           Reset on ready. Fixes 160276.
18571
18572 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18573
18574         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18577         (gst_ffmpegcsp_pad_link):
18578           Fix memleak (#154815).
18579
18580 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18581
18582         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18583
18584         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18585         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18586         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18587         * ext/musicbrainz/gsttrm.h:
18588           Add support for using a proxy server when getting a trm id from
18589           the MusicBrainz database (#149613).
18590
18591 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18592
18593         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18594
18595         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18596         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18597           Fix memleaks (#157233).
18598
18599 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18600
18601         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18602
18603         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18604         * gst-libs/gst/resample/resample.h:
18605         * gst/audioscale/gstaudioscale.c:
18606           Fix memleak (#159215).
18607
18608 2004-12-16  Toni Willberg  <toniw@iki.fi>
18609
18610         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18611
18612         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18613         * sys/oss/oss_probe.c: (main):
18614           Check for mono/stereo support (similar to samplerate probing),
18615           fixes #159433. Also add missing copyright header to oss_probe.c.
18616
18617 2004-12-15  David Schleef  <ds@schleef.org>
18618
18619         * configure.ac: add audioresample and cairo plugins.  Remove
18620         HAVE_MMX stuff, because it's not used.
18621         * ext/Makefile.am: same
18622         * ext/audioresample/Makefile.am: You are not ready for an
18623         audio resampling element based on audioresample.
18624         * ext/audioresample/gstaudioresample.c:
18625         * ext/audioresample/gstaudioresample.h:
18626         * ext/cairo/Makefile.am: You are not ready for overlay elements
18627         based on cairo.  Don't look too closely, these elements kinda
18628         suck right now.
18629         * ext/cairo/gstcairo.c: new
18630         * ext/cairo/gsttextoverlay.c: new
18631         * ext/cairo/gsttextoverlay.h: new
18632         * ext/cairo/gsttimeoverlay.c: new
18633         * ext/cairo/gsttimeoverlay.h: new
18634         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18635         problem with compilers that don't support variadic macros.
18636
18637 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18638
18639         Reviewed by:  David Schleef  <ds@schleef.org>
18640
18641         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18642         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18643         bit.  Also ran indent-gst.
18644         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18645         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18646         (gst_sunaudiosrc_setparams):
18647
18648 2004-12-14  David Schleef  <ds@schleef.org>
18649
18650         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18651         output rate to 16000.  Should fix #160235.
18652
18653 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18654
18655         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18656         Add typefinding for mpeg2 pes streams
18657
18658 2004-12-13  David Schleef  <ds@schleef.org>
18659
18660         * configure.ac:  Applied patch from bug #143659, making default
18661         sources and sinks OS-dependent (for Solaris), and added code
18662         for OS/X.
18663         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18664
18665 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18666
18667         * gst-libs/gst/riff/riff-media.c:
18668           forgot to add h2.64 to avidemux template caps
18669
18670 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18671
18672         * gst/wavenc/riff.h:
18673         * gst-libs/gst/riff/riff-media.c:
18674         * gst-libs/gst/riff/riff-ids.h:
18675         * gst/avi/gstavimux.c
18676         add 4CC code for VideoSoft h264 in AVI (VSSH)
18677           fixes bug #160655
18678         remove s323 from riff, it's quicktime specific :(
18679
18680 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18681
18682         * gst/asfdemux/README
18683         * gst/wavenc/riff.h
18684         * gst-libs/gst/riff/riff-ids.h
18685         * gst-libs/gst/riff/riff-media.c
18686         * gst/qtdemux/qtdemux.c:
18687           add new 4CC codes for h263 related codecs
18688           fixes partially bug #155163
18689
18690 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18691
18692         * configure.ac: Update polyaudio requirement to 0.7
18693         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18694
18695 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18696
18697         * gst/interleave/deinterleave.c:
18698         fix my name's spelling! :)
18699
18700 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18701
18702         * AUTHORS ChangeLog
18703         * gst/auparse/gstauparse.c
18704         * gst/interleave/deinterleave.c
18705         * gst/law/:
18706                 alaw-decode.c alaw-encode.c
18707                 mulaw-decode.c mulaw-encode.c
18708         * gst/oneton/gstoneton.c
18709         * sys/osxaudio/:
18710                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18711         * sys/osxvideo/:
18712                 cocoawindow.h cocoawindow.m
18713                 osxvideosink.h osxvideosink.m
18714
18715         put the same mail address for Zaheer Abbas Merali everywhere
18716
18717 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18718
18719         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18720           Align by packetsize, and assert that we a packet available before
18721           playing. The first makes webstreams work (they often include
18722           trailing padding data in a packet), the second allows pausing a
18723           ASF stream in totem without getting demux errors afterwards.
18724
18725 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18726
18727         * ext/ogg/gstoggdemux.c: (get_relative):
18728           Check for non-NULL before accessing member (end-of-chain).
18729
18730 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18731
18732         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18733         (cdparanoia_set_property), (cdparanoia_get_property):
18734         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18735         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18736         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18737         (dvdreadsrc_init), (dvdreadsrc_set_property),
18738         (dvdreadsrc_get_property):
18739         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18740         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18741           Synchronize property names where not yet the case. Devices are
18742           now device=X, other versions are deprecated (but still exist).
18743           Also use g_free() unconditionally.
18744         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18745         (setup_source), (gst_play_base_bin_get_property):
18746           Expose source.
18747
18748 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18749
18750         * configure.ac: move GCONF macro outside conditional for the am
18751           conditional. Fixes #160439
18752
18753 2004-12-08  David Schleef  <ds@schleef.org>
18754
18755         * tools/gst-visualise-m.m: Switch to elements that currently
18756         exist.
18757
18758 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18759
18760         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18761           We love wrong commas.
18762
18763 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18764
18765         * gst/matroska/matroska-demux.c:
18766         (gst_matroska_demux_handle_src_query):
18767           Don't set DEFAULT, unsupported - makes length display incorrectly
18768           in some cases.
18769
18770 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18771
18772         * gst/monoscope/README: remove blurb about files being GPL
18773         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18774         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18775           monoscope is now effectively LGPL licensed
18776
18777 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18778
18779         * gst/monoscope/README: Update information to be more correct
18780         * gst/monoscope/convolve.c: Relicense to LGPL
18781         * gst/monoscope/convolve.h: Relicense to LGPL
18782
18783 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18784
18785         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18786           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18787         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18788           set default_duration for mpeg1 audio
18789
18790 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18791
18792         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18793         * ext/alsa/gstalsa.h:
18794           refactor big chunks of the core caps negotiation code to make it
18795           a lot faster, because people claim it's really slow
18796           (actually, just cache the getcaps when the device is opened)
18797
18798 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18799
18800         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18801         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18802         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18803         (gst_a52dec_change_state), (plugin_init):
18804         * ext/a52dec/gsta52dec.h:
18805           Do something useful with timestamps. Make chain-based (since
18806           there's really no reason to be loopbased).
18807         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18808           Update current_byte/frame correctly.
18809
18810 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18811
18812         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18813         (gst_ape_demux_stream_init):
18814           Forward tags, too.
18815
18816 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18817
18818         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18819           Let's make sure we're done typefinding when detecting tags.
18820
18821 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18822
18823         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18824         (gst_ebml_read_init), (gst_ebml_read_use_event),
18825         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18826         (gst_ebml_read_seek), (gst_ebml_read_skip),
18827         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18828         (gst_ebml_read_master):
18829         * gst/matroska/ebml-read.h:
18830         * gst/matroska/matroska-demux.c:
18831         (gst_matroska_demux_parse_contents),
18832         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18833           Disgustingly evil hack for working around INTERRUPT events and
18834           their extremely annoying habit of being a pain in the ass. We
18835           simply peek a cluster before reading any of it.
18836
18837 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18838
18839         * ext/musepack/gstmusepackdec.cpp:
18840           There's also floating point libmusepacks.
18841
18842 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18843
18844         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18845         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18846           Set DURATION even if source buffer didn't. Also use increasing
18847           timestamps.
18848         * gst-libs/gst/riff/riff-media.c:
18849         (gst_riff_create_audio_caps_with_data):
18850           Block_align can have larger values than 8192.
18851
18852 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18853
18854         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18855         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18856         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18857         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18858           Fix caps.
18859
18860 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18861
18862         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18863           Fix logic bug.
18864
18865 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18866
18867         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18868           Yay, another one.
18869
18870 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18871
18872         * ext/esd/esdsink.c: (gst_esdsink_chain):
18873           Make error actually say something useful (fixes #156798).
18874         * gst-libs/gst/riff/riff-media.c:
18875         (gst_riff_create_video_caps_with_data),
18876         (gst_riff_create_video_template_caps):
18877           Add Intel Video 5.0 fourcc (IV50).
18878
18879 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18880
18881         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18882         detection on mono and stereo mp3 files.
18883
18884 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18885
18886         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18887           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18888           the contained stream).
18889
18890 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18891
18892         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18893           Oops, remove debug.
18894
18895 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18896
18897         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18898
18899         * gst/law/alaw-decode.c: (alawdec_getcaps):
18900         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18901           Prevent warnings when negotiating caps (fixes #159338).
18902
18903 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18904
18905         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18906         (gst_ffmpegcsp_chain):
18907           Remove old leftover that shouldn't be there...
18908
18909 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18910
18911         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18912
18913         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18914           Don't forward DISCONT events (fixes #159684).
18915
18916 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18917
18918         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18919           Unlink manually since sometimes bin disposal (and therefore
18920           pad unlinking) is delayed, which will cause a new media file
18921           to not be able to start playing instantly.
18922
18923 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18924
18925         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18926           On mute of an unlinked stream, check for pad availability so
18927           we don't crash on unlinked pad.
18928
18929 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18930
18931         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18932         (gst_avi_demux_massage_index):
18933           Fix quite humiliating bug in omitting 0-sized index chunks but
18934           forgetting to count them for timestamps.
18935
18936 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18937
18938         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18939           Actually leave the loop if we failed to sync. Don't crash.
18940
18941 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18942
18943         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18944         (gst_dvd_demux_process_private):
18945         * gst/mpegstream/gstdvddemux.h:
18946           Fix crash (#159759). Doesn't work, though. :-(.
18947
18948 2004-11-28  Benjamin Otte  <otte@gnome.org>
18949
18950         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18951           more overwriting protection due to modifying channels one by one
18952           instead of all at once
18953
18954 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18955
18956         * gst/audioconvert/gstchannelmix.c:
18957         (gst_audio_convert_fill_normalize):
18958           Normalize using absolute values.
18959
18960 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18961
18962         * configure.ac:
18963         * ext/Makefile.am:
18964         * ext/directfb/Makefile.am:
18965         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18966         (gst_directfbvideosink_get_pixel_format),
18967         (gst_directfbvideosink_get_format_from_fourcc),
18968         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18969         (gst_directfbvideosink_sink_link),
18970         (gst_directfbvideosink_change_state),
18971         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18972         (gst_directfbvideosink_buffer_alloc),
18973         (gst_directfbvideosink_interface_supported),
18974         (gst_directfbvideosink_interface_init),
18975         (gst_directfbvideosink_navigation_send_event),
18976         (gst_directfbvideosink_navigation_init),
18977         (gst_directfbvideosink_set_property),
18978         (gst_directfbvideosink_get_property),
18979         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18980         (gst_directfbvideosink_base_init),
18981         (gst_directfbvideosink_class_init),
18982         (gst_directfbvideosink_get_type), (plugin_init):
18983         * ext/directfb/directfbvideosink.h: Adding a first version of
18984         directfbvideosink.
18985         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18986         more.
18987
18988 2004-11-28  Benjamin Otte  <otte@gnome.org>
18989
18990         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18991           walk the samples backwards if out_channels > in_channels so we don't
18992           overwrite data
18993
18994 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18995
18996         * gst/audioconvert/Makefile.am:
18997         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18998         (gst_audio_convert_link), (gst_audio_convert_change_state),
18999         (gst_audio_convert_channels):
19000         * gst/audioconvert/gstchannelmix.c:
19001         (gst_audio_convert_unset_matrix),
19002         (gst_audio_convert_fill_identical),
19003         (gst_audio_convert_fill_compatible),
19004         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
19005         (gst_audio_convert_fill_others),
19006         (gst_audio_convert_fill_normalize),
19007         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
19008         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
19009         * gst/audioconvert/gstchannelmix.h:
19010           Implement a channel mixer.
19011
19012 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
19013
19014         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
19015         * ext/alsa/gstalsa.h:
19016         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
19017         Make alsasink actually honor gst_element_set_clock and use that
19018         clock instead of its internal one.
19019
19020 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19021
19022         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
19023         (gst_play_base_bin_change_state): nullify source and decoder when
19024         going from READY to NULL so that we don't try to do weird stuff with
19025         them when going from NULL to READY
19026         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
19027         instead of g_object_unref
19028         (gen_video_element), (gen_audio_element): more refcounting fixes, now
19029         it should be correct
19030         (gst_play_bin_change_state): don't call remove_sinks if we are
19031         currently disposing the object
19032
19033 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19034
19035         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19036           Don't forget bass if it's there. Else left channel is silent...
19037
19038 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19039
19040         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
19041         (gst_a52dec_change_state):
19042           Don't do sample adjusting anymore, we use float audio now.
19043         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19044           Don't fixate to non-existing properties.
19045
19046 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19047
19048         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19049         (gst_a52dec_change_state):
19050           Advertise that we can do surround sound.
19051
19052 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19053
19054         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19055           Add buffer-frames=0.
19056         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19057         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19058         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19059         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19060         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19061         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19062         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19063         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19064         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19065         * ext/dvdread/dvdreadsrc.h:
19066           Add seeking, querying for bytes, sectors, title, angle and
19067           chapter. Handle multiple chapters. Relicense to LGPL because
19068           Billy agreed on that (thanks Billy!).
19069
19070 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19071
19072         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19073         call parent dispose method
19074
19075 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
19076
19077         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19078         (gst_audio_clock_get_internal_time):
19079         Fix active <-> inactive transitions: ensure time value always
19080         grows and avoid abrupt value changes.
19081
19082 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
19083
19084         * configure.ac:
19085         * gst/tta/Makefile.am:
19086         * gst/tta/crc32.h:
19087         * gst/tta/filters.h:
19088         * gst/tta/gsttta.c:
19089         * gst/tta/gstttadec.c:
19090         * gst/tta/gstttadec.h:
19091         * gst/tta/gstttaparse.c:
19092         * gst/tta/gstttaparse.h:
19093         * gst/tta/ttadec.h:
19094           added TTA parser and decoder
19095
19096 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19097
19098         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19099         (probe_triggered), (check_queue), (buffer_underrun),
19100         (buffer_running), (buffer_overrun), (gen_source_element),
19101         (setup_source):
19102         * gst/playback/gstplaybasebin.h:
19103           Implement buffering. Needs some more work.
19104
19105 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19106
19107         * ext/theora/theoradec.c: (theora_dec_chain):
19108           Fix ilog mask range overflow.
19109
19110 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19111
19112         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19113           Don't omit the last (which in case of dmix is the only :) )
19114           channel count. Don't set channels if <= 2.
19115
19116 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
19117
19118         * gst/playback/gstplaybin.c: (gen_video_element),
19119         (gen_audio_element): Removed 2 obsolete comments
19120
19121 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19122
19123         * ext/vorbis/oggvorbisenc.c
19124         * ext/vorbis/vorbisenc.c :
19125           change description fields of those plugins to differentiate them
19126           (pitivi show Encoders by description, they had the same one)
19127
19128 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
19129
19130         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19131
19132         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19133         (gst_play_bin_set_property), (gen_video_element),
19134         (gen_audio_element):
19135           Refcounting fixes for provided audio-/videosinks.
19136
19137 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19138
19139         * gst/playback/gstplaybin.c: (gen_video_element),
19140         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19141           Don't reference all sinks, but only the video- and audiosinks.
19142           The vis. element should be disposed when we're done with it.
19143           We don't have any reason to keep it around. This fixes warnings
19144           when reusing playbin for playing multiple audio files with
19145           vis. enabled. Also release audio device on pause - idea stolen
19146           from Rhythmbox.
19147
19148 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19149
19150         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19151         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19152         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19153         * ext/alsa/gstalsaplugin.c: (plugin_init):
19154         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19155         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19156         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19157         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19158         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19159         (gst_faad_change_state), (plugin_init):
19160         * ext/faad/gstfaad.h:
19161         * ext/vorbis/vorbis.c: (plugin_init):
19162         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19163         * gst-libs/gst/audio/Makefile.am:
19164         * gst-libs/gst/audio/audio.c: (plugin_init):
19165         * gst-libs/gst/audio/multichannel.c:
19166         (gst_audio_check_channel_positions),
19167         (gst_audio_get_channel_positions),
19168         (gst_audio_set_channel_positions),
19169         (gst_audio_set_structure_channel_positions_list),
19170         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19171         (gst_audio_fixate_channel_positions):
19172         * gst-libs/gst/audio/multichannel.h:
19173         * gst-libs/gst/audio/testchannels.c: (main):
19174         * gst/audioconvert/gstaudioconvert.c:
19175         (gst_audio_convert_class_init), (gst_audio_convert_init),
19176         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19177         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19178         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19179         * gst/audioconvert/plugin.c: (plugin_init):
19180           Surround sound support.
19181
19182 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19183
19184         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19185           Fix position for discont if we're close as well. Nitpicking, but
19186           saves a few milliseconds of extra waiting or skipping.
19187
19188 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19189
19190         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19191           We sometimes need parsers for playback, so add those too.
19192
19193 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19194
19195         * configure.ac:
19196         * gst/apetag/Makefile.am:
19197         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19198         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19199         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19200         (gst_ape_demux_get_src_query_types),
19201         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19202         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19203         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19204         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19205         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19206         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19207         (gst_ape_demux_change_state):
19208         * gst/apetag/apedemux.h:
19209         * gst/apetag/apetag.c: (plugin_init):
19210         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19211         (plugin_init):
19212           APE v1/2 tag reader plus typefind function.
19213
19214 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19215
19216         * configure.ac:
19217         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19218         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19219           Remove hacks for older core. Require newer core version
19220           accordingly.
19221
19222 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19223
19224         * gst/cdxaparse/Makefile.am:
19225         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19226         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19227         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19228         * gst/cdxaparse/gstcdxaparse.h:
19229         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19230         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19231         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19232         (gst_cdxastrip_get_src_query_types),
19233         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19234         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19235         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19236         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19237         * gst/cdxaparse/gstcdxastrip.h:
19238           SVCD/VCD header stripping separated from CDXA image parsing.
19239         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19240         (plugin_init):
19241           Add VCD/SVCD header typefinding for VCD/SVCD.
19242         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19243         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19244         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19245         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19246         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19247         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19248         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19249         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19250         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19251         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19252         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19253         * sys/vcd/vcdsrc.h:
19254           Fix up, add seeking, querying, URI interface. Works in totem now.
19255
19256 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19257
19258         * configure.ac:
19259           back to CVS
19260
19261 === release 0.8.6 ===
19262
19263 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19264
19265         * NEWS:
19266         * RELEASE:
19267         * configure.ac:
19268         * po/af.po:
19269         * po/az.po:
19270         * po/cs.po:
19271         * po/en_GB.po:
19272         * po/hu.po:
19273         * po/it.po:
19274         * po/nb.po:
19275         * po/nl.po:
19276         * po/or.po:
19277         * po/sq.po:
19278         * po/sr.po:
19279         * po/sv.po:
19280         * po/uk.po:
19281           releasing 0.8.6, "IOU Love"
19282
19283 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19284
19285         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19286
19287         * gst/playback/gstplaybasebin.c:
19288           Fix unplayable files error handling.  Fixes #158365
19289
19290 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19291
19292         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19293
19294         * gst/typefind/gsttypefindfunctions.c:
19295           Fix broken mp3 typefinding.  Fixes #158375
19296
19297 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19298
19299         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19300
19301         * ext/ogg/gstoggdemux.c:
19302           Fix sync on broken files.  Fixes #158976
19303
19304 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19305
19306         patch by: Edward Hervey <bilboed@bilboed.com>
19307
19308         * ext/libpng/gstpngenc.c:
19309           Copy over buffer properties.  Fixes #158832
19310
19311 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19312
19313         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19314
19315         * ext/dvdread/dvdreadsrc.c:
19316           Fixes invalid reads (#158462)
19317
19318 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19319
19320         * sys/v4l/gstv4lsrc.c:
19321         * sys/v4l/gstv4lsrc.h:
19322         * sys/v4l/v4lsrc_calls.c:
19323           Probe less and cache it.  Fixes #159187.
19324
19325 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19326
19327         * gst/videorate/gstvideorate.c:
19328           Handle all video formats. Fixes #159186.
19329
19330 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19331         * gst/synaesthesia/gstsynaesthesia.c:
19332         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19333         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19334         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19335         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19336         (gst_synaesthesia_change_state), (plugin_init):
19337         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19338         Force 320x200 output, as that's the only thing the underlying
19339         synaesthesia implementation supports. Still needs to be made
19340         re-entrant.
19341
19342 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19343
19344         * configure.ac:
19345           Fix mpeg2enc configure check (similar to mplex check below).
19346
19347 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19348
19349         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19350
19351         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19352           Fix for gcc-2.95 (fixes #158221).
19353
19354 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19355
19356         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19357           Re-add clock distribution hack (until new core is released).
19358           Fixes #158125.
19359
19360 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19361         * configure.ac:
19362           fix mplex configure check segfaulting on some systems (bug #140994)
19363
19364 2004-11-13  Benjamin Otte  <otte@gnome.org>
19365
19366         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19367           add debugging
19368         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19369           do a wait when we enter the loop func with no data available to
19370           write instead of getting into an 100% CPU loop by just returning and
19371           being called again by the scheduler
19372
19373 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19374
19375         * configure.ac:
19376         * ext/libvisual/visual.c: (gst_visual_get_type),
19377         (libvisual_log_handler), (gst_visual_getcaps),
19378         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19379         (plugin_init):
19380           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19381         * ext/smoothwave/Makefile.am:
19382         * ext/smoothwave/demo-osssrc.c: (main):
19383         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19384         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19385         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19386         (plugin_init):
19387         * ext/smoothwave/gstsmoothwave.h:
19388           Make gstsmoothwave a working element in the 20th century.
19389
19390         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19391           Fix incorrect link function
19392
19393 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19394
19395         * gst/volume/gstvolume.c:
19396           Allow buffer-frames=0.
19397
19398 2004-11-12 Iain <iaingnome@gmail.com>
19399
19400         * configure.ac: Check for polypaudio
19401
19402         * ext/Makefile.am: Build the polyp dir
19403
19404         * ext/polyp: The polypsink sources.
19405
19406 2004-10-30 Iain <iaingnome@gmail.com>
19407
19408         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19409         caps to reflect the new number of channels.
19410
19411 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19412
19413         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19414           Fix for negotiation order problem. This would show when the
19415           ALSA loopfuction was called before any other function. ALSA
19416           wouldn't do anything because we're not negotiated yet, leading
19417           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19418
19419 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19420
19421         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19422
19423         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19424           No warnings (#157986).
19425
19426 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19427
19428         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19429           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19430
19431 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19432
19433         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19434           Signal no-more-pads (so it works in playbin).
19435
19436 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19437
19438         * ext/musepack/gstmusepackreader.cpp:
19439           Workaround for older core.
19440
19441 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19442
19443         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19444           Actually test for odd width/height rather than testing whether
19445           a temporary variable that was 0 before we subtracted 1 is now
19446           not equal to zero (which it always is).
19447
19448 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19449
19450         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19451         Fix compilation if HAVE_XVIDEO is not defined
19452
19453 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19454
19455         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19456         Fix compilation if HAVE_XVIDEO is not defined
19457
19458 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19459
19460         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19461         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19462         (gst_goom_change_state), (plugin_init):
19463         Use the bytestream adapter so goom doesn't depend on the input
19464         buffer size.
19465         Add a debug category
19466
19467 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19468
19469         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19470           Only set hardware parameters *after* negotiation. Before
19471           negotiation, it will set ANY and that seems to cause crashes
19472           (see e.g. #151288, #153227).
19473
19474 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19475
19476         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19477           This seems to be antique leftover. It needs to pass error
19478           checking.
19479         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19480         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19481         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19482         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19483           Fix GstXOverlay implementation (#151059).
19484
19485 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19486
19487         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19488           Don't assert (#157853).
19489
19490 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19491
19492         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19493           Fix bytes/samples confustion.
19494         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19495           Fix for underrun (#144389).
19496
19497 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19498
19499         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19500           Disable halfway-seek for pending release (since it needs a new
19501           core release).
19502
19503 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19504
19505         * sys/v4l/gstv4lsrc.c:
19506         * sys/v4l/gstv4lsrc.h:
19507         * sys/v4l/v4lsrc_calls.c:
19508           add autoprobe-fps property so we can separate autoprobing parts
19509
19510 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19511
19512         * sys/v4l/gstv4lsrc.c:
19513         * sys/v4l/v4lsrc_calls.c:
19514         initialise fourcc to catch unset fourcc's, and debug
19515
19516 2004-11-09  Wim Taymans  <wim@fluendo.com>
19517
19518         * gst/playback/README:
19519         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19520         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19521         (gst_play_bin_dispose), (gst_play_bin_set_property),
19522         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19523         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19524         (gst_play_bin_get_formats), (gst_play_bin_convert),
19525         (gst_play_bin_get_query_types), (gst_play_bin_query):
19526         Cleanups and some more documentation.
19527
19528 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19529
19530         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19531         (gst_cacasink_init), (gst_cacasink_chain):
19532         * ext/libcaca/gstcacasink.h:
19533         Cacasink inherits from VideoSink, so let that store the clock.
19534
19535 2004-11-09  Wim Taymans  <wim@fluendo.com>
19536
19537         * gst/playback/README:
19538         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19539         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19540         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19541         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19542         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19543         (setup_sinks):
19544         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19545         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19546         * gst/playback/gststreaminfo.h:
19547         Updated README.
19548         Only switch groups if all streams have muted (EOSed).
19549         Send Tags in sync with the stream playback instead of in
19550         the playback/preroll phase.
19551         Some cleanups, free the fakesrc elements.
19552
19553 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19554
19555         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19556           buffer-frames property was missing
19557         * ext/arts/gst_arts.c:
19558           rate missing from sinkcaps
19559         * ext/audiofile/gstafparse.c:
19560         * ext/audiofile/gstafsink.c:
19561         * ext/audiofile/gstafsrc.c:
19562         * ext/swfdec/gstswfdec.c:
19563           int audio doesn't know buffer-frames
19564         * ext/cdparanoia/gstcdparanoia.c:
19565           int audio doesn't know chunksize either
19566         * ext/nas/nassink.c:
19567           it's endianness, not endianess
19568         * gst-libs/gst/audio/audio.h:
19569           make float standard pad template caps really describe float
19570         * gst/law/mulaw.c: (linear_factory):
19571           signed only, please
19572         * gst/mpegstream/gstdvddemux.c:
19573           widths of 20 are not valid
19574
19575 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19576
19577         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19578
19579         * po/LINGUAS:
19580         * po/it.po:
19581           Add Italian
19582
19583 2004-11-08  Wim Taymans  <wim@fluendo.com>
19584
19585         * gst/playback/README:
19586         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19587         * gst/playback/gstplaybasebin.c: (probe_triggered),
19588         (gst_play_base_bin_change_state):
19589         Updated README, added more comments for fixmes etc..
19590
19591 2004-11-08  Wim Taymans  <wim@fluendo.com>
19592
19593         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19594         We can remove this hack now.
19595
19596 2004-11-08  Wim Taymans  <wim@fluendo.com>
19597
19598         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19599         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19600         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19601         Only mix AYUV for maximum quality.
19602
19603 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19604
19605         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19606         (gst_ogg_demux_push), (gst_ogg_pad_push):
19607           Let's act as if we're synchronized now! :).
19608         * ext/theora/theoradec.c: (theora_dec_chain):
19609           Add some debug.
19610
19611 2004-11-08  Wim Taymans  <wim@fluendo.com>
19612
19613         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19614         (gst_alpha_set_property), (gst_alpha_sink_link),
19615         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19616         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19617         (gst_alpha_init_params), (gst_alpha_chain):
19618         Implement alpha functions for AYUV too, this increases
19619         accuracy quite a bit.
19620
19621 2004-11-08  Wim Taymans  <wim@fluendo.com>
19622
19623         * gst/ffmpegcolorspace/avcodec.h:
19624         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19625         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19626         (gst_ffmpegcsp_avpicture_fill):
19627         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19628         (gst_ffmpegcsp_caps_remove_format_info):
19629         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19630         (shrink12), (img_get_alpha_info), (deinterlace_line),
19631         (deinterlace_line_inplace):
19632         * gst/ffmpegcolorspace/imgconvert_template.h:
19633         Added AYUV colorspace and handle RGBA a bit more respectful.
19634
19635 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19636
19637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19638           Actually always send a discont (cornercase when resending the
19639           same serial-tagged chain twice).
19640
19641 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19642
19643         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19644         (gst_ximagesink_finalize):
19645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19646         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19647
19648 2004-11-08  Wim Taymans  <wim@fluendo.com>
19649
19650         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19651         Don't segfault on NULL data.
19652
19653 2004-11-08  Wim Taymans  <wim@fluendo.com>
19654
19655         * gst/playback/gstdecodebin.c: (unlinked):
19656         * gst/playback/gstplay-marshal.list:
19657         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19658         (gst_play_base_bin_init), (group_create), (get_active_group),
19659         (get_building_group), (group_destroy), (group_commit),
19660         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19661         (add_element_stream), (no_more_pads), (probe_triggered),
19662         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19663         (state_change), (setup_source), (gst_play_base_bin_get_property),
19664         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19665         (gst_play_base_bin_link_stream),
19666         (gst_play_base_bin_get_streaminfo):
19667         * gst/playback/gstplaybasebin.h:
19668         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19669         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19670         Add support for chained ogg files. Prepare for playlist
19671         support. This patch introduces the concept of pad groups, which
19672         together compose one playable media file.
19673
19674 2004-11-07  David Schleef  <ds@schleef.org>
19675
19676         * testsuite/gst-lint: Check for pad templates that aren't statically
19677         scoped.
19678
19679 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19680
19681         * configure.ac:
19682         * ext/Makefile.am:
19683         * ext/musepack/Makefile.am:
19684         * ext/musepack/gstmusepackdec.cpp:
19685         * ext/musepack/gstmusepackdec.h:
19686         * ext/musepack/gstmusepackreader.cpp:
19687         * ext/musepack/gstmusepackreader.h:
19688           Add musepack decoder.
19689         * ext/faad/gstfaad.c: (gst_faad_base_init):
19690           Make pad templates static.
19691         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19692         (plugin_init):
19693           Add musepack typefinder, make mp3 typefinding work halfway stream,
19694           which doesn't actually work yet because id3demux doesn't implement
19695           _get_length().
19696
19697 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19698
19699         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19700         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19701           Fix interrupt event handling (#144436).
19702
19703 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19704
19705         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19706           Hide unused glory.
19707
19708 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19709
19710         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19711
19712         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19713           Fix weird caps (#157548).
19714
19715 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19716
19717         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19718
19719         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19720           Add missing NULL terminator (#157543).
19721
19722 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19723
19724         * gst/tcp/gsttcp.h:
19725         * gst/tcp/gsttcpclientsink.c:
19726         * gst/tcp/gsttcpclientsrc.c:
19727         * gst/tcp/gsttcpserversink.c:
19728         * gst/tcp/gsttcpserversrc.c:
19729           ports can go up to 65535.  Move common defines to gsttcp.h
19730
19731 2004-11-05  Wim Taymans  <wim@fluendo.com>
19732
19733         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19734         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19735         Added two more colorspaces.
19736
19737 2004-11-05  Wim Taymans  <wim@fluendo.com>
19738
19739         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19740         (gst_ffmpegcsp_avpicture_fill):
19741         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19742         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19743         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19744         More stride fixes.
19745
19746 2004-11-05  Wim Taymans  <wim@fluendo.com>
19747
19748         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19749         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19750         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19751         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19752         (gst_videomixer_loop):
19753         More stride fixes.
19754
19755 2004-11-05  Benjamin Otte  <otte@gnome.org>
19756
19757         * ext/mad/gstmad.c: (gst_mad_chain):
19758           don't overflow data buffer. Flush not needed sync data when syncing
19759           failed.
19760
19761 2004-11-04  Wim Taymans  <wim@fluendo.com>
19762
19763         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19764         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19765         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19766         (gst_alpha_init_params), (gst_alpha_chain),
19767         (gst_alpha_change_state):
19768         Updated the chroma keying algorithm with something more
19769         sophisticated.
19770
19771 2004-11-03  Wim Taymans  <wim@fluendo.com>
19772
19773         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19774         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19775         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19776         Fix stride issues. Does not completely work for odd
19777         heights.
19778
19779 2004-11-03  Wim Taymans  <wim@fluendo.com>
19780
19781         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19782         (gst_alpha_chroma_key), (gst_alpha_chain):
19783         Fix stride issues. Does not completely work for odd
19784         heights.
19785
19786 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19787
19788         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19789         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19790         leak fixes
19791
19792 2004-11-03  Wim Taymans  <wim@fluendo.com>
19793
19794         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19795         (gst_ffmpegcsp_avpicture_fill):
19796         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19797         (avpicture_alloc):
19798         * gst/ffmpegcolorspace/imgconvert_template.h:
19799         Use correct _fill function to get correct strides.
19800
19801 2004-11-02  David Schleef  <ds@schleef.org>
19802
19803         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19804         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19805         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19806         Change all g_print()s to debugging.  Add a bunch of consistency
19807         checks.
19808
19809 2004-11-02  Wim Taymans  <wim@fluendo.com>
19810
19811         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19812         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19813         (unlinked), (no_more_pads), (close_link):
19814         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19815         (unknown_type), (add_element_stream), (new_decoded_pad),
19816         (removed_decoded_pad), (setup_source):
19817         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19818         (gst_stream_info_class_init), (gst_stream_info_init),
19819         (gst_stream_info_new), (gst_stream_info_dispose),
19820         (stream_info_mute_pad), (gst_stream_info_set_property),
19821         (gst_stream_info_get_property):
19822         * gst/playback/gststreaminfo.h:
19823         Fix playback of multiple files.
19824         a slightly different approach to handling dynamic pad removals.
19825         This one only looks at pads that we have linked.
19826
19827 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19828
19829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19830         free" warning from libc.
19831
19832 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19833
19834         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19835         (get_unconnected_element), (remove_starting_from), (pad_removed),
19836         (close_link):
19837           Implement support for dynamic pad changing. We listen to "live"
19838           pad removals (i.e. while playing) and re-setup autoplugging
19839           after that. Playbasebin/playbin need some more work for this
19840           to finally work, but decodebin supports (and replugs) chained
19841           ogg now.
19842
19843 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19844
19845         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19846         (gst_alsa_finalize):
19847         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19848         (gst_cdaudio_finalize):
19849         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19850         (cdparanoia_finalize):
19851         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19852         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19853         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19854         (dvdreadsrc_finalize):
19855         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19856         (gst_flacdec_finalize):
19857         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19858         (gst_flacenc_finalize):
19859         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19860         (gst_gnomevfssink_finalize):
19861         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19862         (gst_gnomevfssrc_finalize):
19863         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19864         (gst_fameenc_finalize):
19865         * ext/nas/nassink.c: (gst_nassink_class_init),
19866         (gst_nassink_finalize):
19867         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19868         (gst_sdlvideosink_class_init):
19869         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19870         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19871         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19872         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19873         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19874         (gst_x_window_listener_dispose):
19875         * gst/audioscale/gstaudioscale.c:
19876         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19877         (play_on_demand_finalize):
19878         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19879         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19880         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19881         (cdplayer_finalize):
19882         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19883         (gst_glimagesink_class_init):
19884         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19885         (gst_osselement_finalize):
19886         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19887         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19888         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19889           Fixes a bunch of problems with finalize and dispose functions,
19890           either assumptions that dispose is only called once, or not calling
19891           the parent class dispose/finalize function
19892
19893 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19894
19895         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19896           added two api precondition guards
19897           use g_strdup with getenv to fix crash when using ENVVAR
19898
19899 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19900         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19901         (gst_esdsink_finalize):
19902         Use a finalize function, not dispose, and more importantly,
19903         call the parent class finalize function too
19904
19905 2004-11-01  Johan Dahlin  <johan@gnome.org>
19906
19907         * ext/ogg/gstoggdemux.c:
19908         * gst/tags/gstvorbistag.c:
19909         Plug leaks.
19910
19911 2004-10-31  Benjamin Otte  <otte@gnome.org>
19912
19913         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19914           lotsa memleaks today. But they're all small...
19915
19916 2004-10-31  Benjamin Otte  <otte@gnome.org>
19917
19918         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19919           another memleak crushed
19920
19921 2004-10-31  Benjamin Otte  <otte@gnome.org>
19922
19923         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19924           fix memleak
19925
19926 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19927
19928         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19929           Hack to prevent crash when going to READY inside signal handler
19930           while this function is active.
19931
19932 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19933
19934         * gst/ffmpegcolorspace/Makefile.am:
19935         * gst/ffmpegcolorspace/avcodec.h:
19936         * gst/ffmpegcolorspace/common.h:
19937         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19938         * gst/ffmpegcolorspace/dsputil.h:
19939         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19940         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19941         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19942         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19943         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19944         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19945         (gst_ffmpegcsp_avpicture_fill):
19946         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19947         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19948         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19949         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19950         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19951         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19952         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19953         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19954         * gst/ffmpegcolorspace/imgconvert.c:
19955         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19956         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19957         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19958         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19959         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19960         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19961         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19962         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19963         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19964         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19965         (grow21), (grow22), (grow41), (grow44), (conv411),
19966         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19967         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19968         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19969         (avpicture_free), (is_yuv_planar), (img_convert),
19970         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19971         (deinterlace_line_inplace), (deinterlace_bottom_field),
19972         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19973         * gst/ffmpegcolorspace/imgconvert_template.h:
19974         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19975         * gst/ffmpegcolorspace/mmx.h:
19976         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19977         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19978         (av_freep), (avcodec_get_context_defaults),
19979         (avcodec_alloc_context), (avcodec_init):
19980           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19981           handling plus update from ffmpeg CVS. Large clean-up.
19982
19983 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19984
19985         * gst/playback/Makefile.am:
19986           We need the marshallers for decodebin, too.
19987
19988 2004-10-30  David Schleef  <ds@schleef.org>
19989
19990         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19991           quicktime typefinding work with 64-bit offsets.
19992
19993 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19994
19995         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19996           Set EOS on the element when processing an EOS event.
19997         * ext/speex/gstspeexdec.h:
19998         * ext/speex/gstspeexenc.h:
19999           Only keep a const ptr to the mode
20000         * gst-libs/gst/riff/riff-media.c:
20001         (gst_riff_create_audio_caps_with_data),
20002         (gst_riff_create_audio_template_caps):
20003           Allow WMAV3, with up to 6 channels.
20004         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
20005           Don't call gst_pad_set_event_function on a sink pad.
20006         * gst/mpegstream/gstdvddemux.c:
20007         (gst_dvd_demux_get_subpicture_stream),
20008         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
20009           Copy the explicit caps that were set across to the cur_* pads,
20010           instead of trying to use a possibly non-existent negotiated caps.
20011           Reset the type of subpicture pads to UNKNOWN after calling
20012           init_stream, so that the caps get set.
20013
20014 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
20015
20016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20017
20018         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20019           Don't touch buffer if it is of size 0 (fixes #151064).
20020
20021 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20022
20023         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
20024           Synchronized discont handling.
20025
20026 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20027
20028         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20029         (gst_ogg_demux_push):
20030           Make seeking sort-of exact again (fixes #156387).
20031
20032 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20033
20034         * gst/playback/gstplaybasebin.c: (unknown_type),
20035         (add_element_stream), (new_decoded_pad),
20036         (gst_play_base_bin_change_state):
20037         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20038         (gst_stream_info_init), (gst_stream_info_new),
20039         (gst_stream_info_dispose), (gst_stream_info_get_property):
20040         * gst/playback/gststreaminfo.h:
20041           Make caps explicitely available. Makes testing for unsupported
20042           types possible. Improves error reporting.
20043
20044 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20045
20046         * gst/audioconvert/gstaudioconvert.c:
20047         (gst_audio_convert_buffer_to_default_format):
20048           Really don't touch read-only buffers (#156563).
20049
20050 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
20051
20052         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20053
20054         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20055           Fix memleak (#155223).
20056
20057 2004-10-29  Wim Taymans  <wim@fluendo.com>
20058
20059         * gst/tcp/.cvsignore:
20060         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20061         (gst_multifdsink_class_init), (gst_multifdsink_init),
20062         (gst_multifdsink_add), (gst_multifdsink_remove),
20063         (gst_multifdsink_remove_client_link), (is_sync_frame),
20064         (gst_multifdsink_new_client),
20065         (gst_multifdsink_handle_client_write),
20066         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20067         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20068         (gst_multifdsink_get_property):
20069         * gst/tcp/gstmultifdsink.h:
20070         Added burst on connect sync_method, deprecated sync_clients,
20071         streamlined the sync code some more.
20072
20073 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20074
20075         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20076         (gst_play_base_bin_change_state):
20077           Improve error reporting.
20078
20079 2004-10-28  Wim Taymans  <wim@fluendo.com>
20080
20081         * gst/tcp/Makefile.am:
20082         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20083         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20084         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20085         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20086         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20087         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20088         (gst_fdset_wait):
20089         Added more locks around fdset structures. Fixed/reworked
20090         the poll array resizing code.
20091         Added stress test for fdset.
20092
20093 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20094
20095         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20096         fix build
20097
20098 2004-10-28  Benjamin Otte  <otte@gnome.org>
20099
20100         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20101           fix link function to always query channels and query width for
20102           floats
20103         * configure.ac:
20104           add equalizer dir
20105         * gst/equalizer/Makefile.am:
20106         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20107         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20108         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20109         (arg_to_scale), (setup_filter),
20110         (gst_iir_equalizer_compute_frequencies),
20111         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20112         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20113         (plugin_init):
20114           add an equalizer
20115
20116 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20117
20118         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20119
20120         * po/LINGUAS:
20121         * po/nb.po:
20122           Added Norwegian Bokmaal translation
20123
20124 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20125
20126         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20127           Don't break on options (fixes #156488).
20128
20129 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20130
20131         * configure.ac:
20132         * ext/cdaudio/Makefile.am:
20133         * sys/Makefile.am:
20134           fix build on older automake
20135
20136 2004-10-26  Wim Taymans  <wim@fluendo.com>
20137
20138         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20139         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20140         Allow a little margin when negotiating the framerate.
20141
20142 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
20143
20144         * gst/level/gstlevel.c:
20145           synchonised naming of pads and pad-templates
20146
20147 2004-10-26  Wim Taymans  <wim@fluendo.com>
20148
20149         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20150         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20151         (_find_streams_check), (gst_ogg_demux_push):
20152         Fix EOS again. Needs to be done in a better way. We should not
20153         remove the pad if there is no new chained stream.
20154
20155 2004-10-26 Iain <iaingnome@gmail.com>
20156
20157         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20158         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20159         of the caps.
20160         * gst/interleave/interleave.c (interleave_class_init): Hook up release
20161         pad.
20162         (interleave_release_pad): Remove the pad.
20163         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20164         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20165         the set device.
20166         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20167         attrs
20168         (gst_xvimagesink_xcontext_clear): Free the xcontext.
20169         (gst_xvimagesink_finalize): Free the par.
20170
20171 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20172
20173         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20174         (gst_avimux_stop_file):
20175           First calculate the rate, and only then use it. Hdr.rate is a
20176           multiple and not a derivative of hdr.scale. Scale is not the
20177           same as blockalign but is solely related to rate.
20178
20179 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20180
20181         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20182         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20183           Implement seeking.
20184
20185 2004-10-25  James Henstridge  <james@jamesh.id.au>
20186
20187         Reviewed by:  David Schleef  <ds@schleef.org>
20188
20189         * examples/gstplay/player.c: (got_stream_length), (main):
20190         * examples/seeking/cdplayer.c: (update_scale):
20191         * examples/seeking/seek.c: (format_value), (update_scale):
20192         * examples/seeking/spider_seek.c: (format_value), (update_scale),
20193         (stop_seek):
20194         Build fixes on AMD64.
20195
20196 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20197
20198         reviewed by: Ronald Bultje <rbultje at gnome dot org>
20199
20200         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20201         Fix for some v4l cards which hang in v4lsrc
20202
20203 2004-10-25  Wim Taymans  <wim@fluendo.com>
20204
20205         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20206         (gst_ogg_demux_push), (gst_ogg_chains_clear):
20207         Make sure to remove the pad when a new chain is
20208         encountered. Set some vars to NULL so we don't try
20209         to reference freed memory.
20210
20211 2004-10-25  Wim Taymans  <wim@fluendo.com>
20212
20213         * examples/seeking/Makefile.am:
20214         * examples/seeking/cdplayer.c: (update_scale):
20215         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20216         * examples/seeking/playbin.c: (make_playerbin_pipeline),
20217         (format_value), (update_scale), (iterate), (start_seek),
20218         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20219         (print_usage), (main):
20220         Added some more examples, update others.
20221
20222 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20223
20224         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20225         * ext/speex/gstspeexdec.c: (speex_dec_chain):
20226         * ext/theora/theoradec.c: (theora_dec_chain):
20227         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20228           Add codec-name metadata.
20229
20230 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
20231
20232         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20233
20234         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20235         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20236         * ext/alsa/gstalsamixertrack.h:
20237         * po/POTFILES.in:
20238           ALSA mixer track label internationalization (#154054).
20239
20240 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20241
20242         * ext/theora/theoradec.c: (theora_dec_chain):
20243           Export bitrate as metadata.
20244
20245 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20246
20247         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20248         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20249         * ext/alsa/gstalsamixertrack.h:
20250           Fix names, fix loop.
20251
20252 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20253
20254         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20255         (speex_dec_convert):
20256           sinkconvert function so oggdemux can get the file length (totem).
20257
20258 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20259
20260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20261
20262         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20263           Don't push incomplete packets.
20264         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20265           Fix MPEG-4 audio typefinding.
20266
20267 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20268
20269         * sys/v4l/Makefile.am:
20270         * sys/v4l/gstv4l.c: (plugin_init):
20271         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20272         (gst_v4lelement_init), (gst_v4lelement_dispose),
20273         (gst_v4lelement_change_state):
20274         * sys/v4l/gstv4lelement.h:
20275         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20276         (gst_v4l_xoverlay_close), (idle_refresh),
20277         (gst_v4l_xoverlay_set_xwindow_id):
20278         * sys/v4l/gstv4lxoverlay.h:
20279         * sys/v4l/v4l-overlay_calls.c:
20280         * sys/v4l/v4l_calls.h:
20281         * sys/v4l2/Makefile.am:
20282         * sys/v4l2/gstv4l2.c: (plugin_init):
20283         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20284         (gst_v4l2element_init), (gst_v4l2element_dispose),
20285         (gst_v4l2element_change_state):
20286         * sys/v4l2/gstv4l2element.h:
20287         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20288         (gst_v4l2_xoverlay_close), (idle_refresh),
20289         (gst_v4l2_xoverlay_set_xwindow_id):
20290         * sys/v4l2/gstv4l2xoverlay.h:
20291         * sys/v4l2/v4l2-overlay_calls.c:
20292         * sys/v4l2/v4l2_calls.h:
20293           Remove client-side overlay handling, use the X-server v4l plugin
20294           for that. Nicer overlay, less code. Also make the plugin
20295           compileable without X (but then without overlay, obviously).
20296           Makes xwindowlistener obsolete, should we remove that?
20297
20298 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20299
20300         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20301         (gst_osssrc_src_query):
20302         * sys/oss/gstosssrc.h:
20303           OK, so people want offset in DEFAULT. This time, actually fix all
20304           cases.
20305         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20306           Add FPS properly.
20307
20308 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20309
20310         * gst/asfdemux/gstasfmux.c:
20311         * gst/avi/gstavimux.c:
20312           Framerate.
20313
20314 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20315
20316         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20317           Fix properties (channel, norm, frequency).
20318
20319 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20320
20321         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20322           Flag typo.
20323         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20324           No warnings.
20325
20326 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20327
20328         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20329           Fix hang.
20330
20331 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20332
20333         * sys/v4l2/gstv4l2element.h:
20334           Yet Another Hack (tm) for kernel header borkedness.
20335         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20336         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20337         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20338         (gst_v4l2src_change_state):
20339         * sys/v4l2/gstv4l2src.h:
20340         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20341         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20342           Fix caps, keep track of state, work.
20343
20344 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20345
20346         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20347           Quiet.
20348
20349 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20350
20351         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20352           Don't mix bytes and samples.
20353
20354 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20355
20356         * ext/ogg/gstoggmux.c:
20357           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20358           and theora. Any is incorrect.
20359         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20360           Fix caps.
20361         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20362         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20363         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20364         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20365         * sys/v4l/gstv4lmjpegsrc.h:
20366         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20367         (gst_v4lsrc_change_state):
20368         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20369         (gst_v4lmjpegsrc_capture_stop):
20370           Fix caps. Keep track of internal state. Work.
20371
20372 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20373
20374         * ext/Makefile.am:
20375           Fix the build fixes.
20376
20377 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20378
20379         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20380         (gst_ogg_demux_src_event), (_find_chain_seek),
20381         (gst_ogg_pad_push):
20382           Check for pad availability before using it.
20383         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20384           Fix parsing of chained ogg. Needs more work on the decoder side.
20385
20386 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20387
20388         * gst/spectrum/Makefile.am:
20389         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20390         (idle_func):
20391           Fix demo and reenable it. Yes, I'm currently playing with audio
20392           analysis tools
20393
20394 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20395
20396         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20397           We love it if files that start at zero work too...
20398
20399 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20400
20401         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20402           Handle files with missing EOS headers.
20403
20404 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20405
20406         * gst/tcp/gsttcpserversink.c:
20407         (gst_tcpserversink_handle_server_read),
20408         (gst_tcpserversink_init_send):
20409         Zero some variables first (need for accept not to return EINVAL)
20410
20411 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20412
20413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20414         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20415         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20416         (theora_dec_chain):
20417         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20418         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20419           Seeking and querying finetune.
20420
20421 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20422
20423         * configure.ac:
20424         * ext/Makefile.am:
20425         * ext/raw1394/Makefile.am:
20426           fix the build
20427
20428 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20429
20430         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20431           Wrong return.
20432         * gst/playback/Makefile.am:
20433         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20434         * gst/playback/gstplay-marshal.list:
20435         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20436           Fix marshallers.
20437
20438 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20439
20440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20441           Silence.
20442
20443 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20444
20445         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20446         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20447         (gst_ogg_pad_push):
20448           Yay for non-lineair granulepos in theora.
20449
20450 2004-10-18  Wim Taymans  <wim@fluendo.com>
20451
20452         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20453         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20454         * ext/dv/gstdvdec.h:
20455         Make sure we renegotiate aspect ratio when the camera switches.
20456
20457 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20458
20459         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20460         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20461           Start at zero.
20462         * ext/theora/theoradec.c: (theora_dec_chain):
20463           Skip headers. Bad idea for chained ogg, but fixes seeking.
20464
20465 2004-10-18  Wim Taymans  <wim@fluendo.com>
20466
20467         * configure.ac:
20468         I swear, this is the last time I touch this.
20469
20470 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20471
20472         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20473         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20474         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20475           Faster seeking.
20476         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20477           Time-to-default conversion.
20478         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20479           Don't error on unknown packets, just skip. We should probably
20480           read them if we want to support chained ogg.
20481
20482 2004-10-18  Wim Taymans  <wim@fluendo.com>
20483
20484         * configure.ac:
20485         Added cdaudio to wrong list.
20486
20487 2004-10-18  Wim Taymans  <wim@fluendo.com>
20488
20489         * configure.ac:
20490         Revive cdaudio.
20491
20492 2004-10-18  Wim Taymans  <wim@fluendo.com>
20493
20494         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20495         (gst_dvdec_video_link), (gst_dvdec_push):
20496         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20497         (gst_smokeenc_resync), (gst_smokeenc_chain):
20498         Fix mimetype on smoke encoder.
20499         Add aspect ratio to dvdec. Not sure if these
20500         values are correct though....
20501
20502 2004-10-18  Wim Taymans  <wim@fluendo.com>
20503
20504         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20505         Fix vorbis property descriptions and ranges.
20506
20507 2004-10-18  Wim Taymans  <wim@fluendo.com>
20508
20509         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20510         Really do nothing when no data is available.
20511         Go to the playing state when the stream is not seekable
20512         instead of failing.
20513
20514 2004-10-18  Wim Taymans  <wim@fluendo.com>
20515
20516         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20517         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20518         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20519         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20520         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20521         Added uri handler for cd://
20522         Port to new API.
20523
20524 2004-10-18  Wim Taymans  <wim@fluendo.com>
20525
20526         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20527         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20528         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20529         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20530         (remove_prerolls), (unknown_type), (add_element_stream),
20531         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20532         (gst_play_base_bin_remove_element),
20533         (gst_play_base_bin_link_stream):
20534         * gst/playback/gstplaybin.c: (gen_video_element),
20535         (gen_vis_element), (remove_sinks), (setup_sinks):
20536         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20537         (gst_stream_info_get_type), (gst_stream_info_class_init),
20538         (gst_stream_info_init), (gst_stream_info_new),
20539         (gst_stream_info_dispose), (stream_info_mute_pad),
20540         (gst_stream_info_set_property), (gst_stream_info_get_property):
20541         * gst/playback/gststreaminfo.h:
20542         Add sink padtemplate to decodebin.
20543         Added some more comments.
20544         Make queue size configurable in playbasebin.
20545         Added possibility to use elements as sinks (ex cdaudio).
20546
20547 2004-10-15  Wim Taymans  <wim@fluendo.com>
20548
20549         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20550         (gst_speexenc_chain):
20551         Fix speex timestamps so that it gets muxed properly.
20552
20553 2004-10-15  Wim Taymans  <wim@fluendo.com>
20554
20555         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20556         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20557         (gst_dv1394src_init), (gst_dv1394src_dispose),
20558         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20559         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20560         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20561         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20562         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20563         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20564         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20565         * ext/raw1394/gstdv1394src.h:
20566         Added conversion/query functions.
20567         Update buffer timestamps,
20568         Added signals.
20569         Added uri dv:// so it might play from the firewire in playbin.
20570         Fix a possible leak.
20571         Added debugging.
20572
20573 2004-10-15  Wim Taymans  <wim@fluendo.com>
20574
20575         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20576         (gst_dv1394src_init), (gst_dv1394src_set_property),
20577         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20578         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20579         * ext/raw1394/gstdv1394src.h:
20580         Added AV/C VTR control support needed for some cameras.
20581         Added automatic port detection.
20582         Added properties for selecting the channel.
20583         The configure.ac script is not yet updated to reflect the
20584         new libavc1394 and librom1394 dependencies.
20585
20586 2004-10-15  Wim Taymans  <wim@fluendo.com>
20587
20588         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20589         (qtdemux_parse), (gst_qtdemux_handle_esds):
20590         An esds box is not a container.
20591         Fix parsing of mp4v boxes.
20592         Do not try to renegotiate fps for each frame. Need to
20593         find a better method. This should fix mp4 playback.
20594
20595 2004-10-14  David Schleef  <ds@schleef.org>
20596
20597         * configure.ac: update for swfdec-0.3 and liboil-0.2
20598         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20599         * ext/swfdec/gstswfdec.h: same
20600         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20601         * gst/videotestsrc/videotestsrc.c: same
20602
20603 2004-10-14  Wim Taymans  <wim@fluendo.com>
20604
20605         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20606         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20607         (is_sync_frame), (gst_multifdsink_new_client),
20608         (gst_multifdsink_handle_client_write),
20609         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20610         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20611         Turn warnings into info.
20612         Don't allow a state change in the streaming thread.
20613
20614 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20615
20616         * ext/vorbis/oggvorbisenc.c:
20617         * ext/vorbis/vorbisdec.c:
20618           fix template sample rate
20619
20620 2004-10-13  Wim Taymans  <wim@fluendo.com>
20621
20622         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20623         Decoding the header first fixes some problems in resyncing
20624         in more mp3s.
20625
20626 2004-10-12  Wim Taymans  <wim@fluendo.com>
20627
20628         * gst/playback/gstplaybin.c: (gen_video_element),
20629         (gen_vis_element), (remove_sinks), (setup_sinks):
20630         Added vis plugin support, need to configure the vis
20631         element to activate it.
20632
20633 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20634
20635         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20636         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20637           Some debug.
20638         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20639         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20640         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20641         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20642         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20643         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20644         * gst/avi/gstavidemux.h:
20645           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20646           recovery (where, if part of the index is broken, we will still read
20647           the rest of the index and recover the broken part by stream
20648           scanning). More broken media support. EOS workarounds. General AVI
20649           braindamage headache recovery. Aspirin included.
20650
20651 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20652
20653         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20654         (cdparanoia_event), (cdparanoia_query):
20655           Get rid of hideous lead-in.
20656
20657 2004-10-11  Wim Taymans  <wim@fluendo.com>
20658
20659         * gst/playback/gstplaybasebin.c: (setup_source):
20660         Wrong var used to get g_list_next.
20661
20662 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20663
20664         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20665         (cdparanoia_get), (cdparanoia_open):
20666           Report discid as metadata, add duration.
20667
20668 2004-10-11  Wim Taymans  <wim@fluendo.com>
20669
20670         * gst/playback/gstplaybasebin.c: (setup_source):
20671         Cleanup the previous pipeline a little earlier for the
20672         case that a source element provides raw data.
20673
20674 2004-10-11  Benjamin Otte  <otte@gnome.org>
20675
20676         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20677           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20678           consuming the last 128 bytes, even though it was valid mp3 data.
20679
20680 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20681
20682         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20683         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20684         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20685         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20686
20687 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20688
20689         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20690         Fix for webcams that support only specific width or height
20691
20692 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20693
20694         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20695
20696         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20697           Fix wrong discont event setup (fixes #154967).
20698
20699 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20700
20701         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20702
20703         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20704           Error out on invalid data (fixes #154807).
20705
20706 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20707
20708         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20709
20710         * ext/dvdread/dvdreadsrc.c: (_read):
20711           Make titles > 0 work again (fixes #154834).
20712
20713 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20714
20715         * gst-libs/gst/riff/riff-media.c:
20716         (gst_riff_create_video_template_caps):
20717           WMV3 missing in template caps.
20718
20719 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20720
20721         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20722           OK, so the original code was too strict. It makes random AVI files
20723           hang for seconds upon opening, which is unacceptable and is far
20724           beyond the original goal of getting multiple chunks for one-chunk
20725           sounc stream files. So now do just that.
20726
20727 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20728
20729         * gst/playback/gstplaybasebin.c: (setup_source),
20730         (gst_play_base_bin_change_state):
20731           Actually clean up streaminfo if output fails. This would trigger
20732           if, for example, there was no CD in the drive. No preroll, so
20733           a streaminfo structure is created, but the subsequent state change
20734           of the thread fails.
20735         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20736           Don't change state if parent failed.
20737
20738 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20739
20740         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20741         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20742         (gen_video_element), (remove_sinks):
20743           Add small bits of code for screenshot handling.
20744
20745 2004-10-08  Wim Taymans  <wim@fluendo.com>
20746
20747         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20748         (gen_video_element), (gen_audio_element), (setup_sinks):
20749         Don't assume the user provided sinks are named "sink"...
20750
20751 2004-10-08  Wim Taymans  <wim@fluendo.com>
20752
20753         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20754         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20755         (gst_play_base_bin_link_stream):
20756         Do not try to autoplug sources that generate raw streams like
20757         cdparanoia.
20758         disconnect the preroll overrun signal when we don't need it anymore.
20759
20760 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20761
20762         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20763         Added reworked patch from #154903 from milosz derezynski (deadchip).
20764
20765 2004-10-08  Wim Taymans  <wim@fluendo.com>
20766
20767         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20768         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20769         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20770         (cdparanoia_convert), (cdparanoia_uri_get_type),
20771         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20772         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20773         * ext/cdparanoia/gstcdparanoia.h:
20774         This adds the cdda://<tracknum> uri.
20775
20776 2004-10-08  Wim Taymans  <wim@fluendo.com>
20777
20778         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20779         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20780         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20781         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20782         (unknown_type), (gst_play_base_bin_remove_element),
20783         (gst_play_base_bin_link_stream):
20784         * gst/playback/gstplaybasebin.h:
20785         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20786         (gst_play_bin_set_property), (gen_video_element),
20787         (gen_audio_element), (setup_sinks):
20788         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20789         (gst_stream_info_get_type), (gst_stream_info_class_init),
20790         (gst_stream_info_init), (gst_stream_info_new),
20791         (gst_stream_info_dispose), (stream_info_mute_pad),
20792         (gst_stream_info_set_property), (gst_stream_info_get_property):
20793         * gst/playback/gststreaminfo.h:
20794         Reuse the audio and video bins.
20795         Some internal cleanups in the stream selection code.
20796
20797 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20798
20799         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20800         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20801         * sys/ximage/ximagesink.h:
20802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20803         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20804         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20805         not coming from those elements. Moreover these elements should not keep
20806         the xid they have been given when in NULL state.
20807
20808 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20809
20810         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20811         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20812         * sys/ximage/ximagesink.h:
20813         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20814         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20815         * sys/xvimage/xvimagesink.h:
20816           Actually only create a new toplevel window if we're not gonna
20817           embed it right after.
20818
20819 2004-10-07  Wim Taymans  <wim@fluendo.com>
20820
20821         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20822         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20823         * gst/playback/gstplaybin.c: (setup_sinks):
20824         Implement muting/unmuting of streams, mute streams that are not
20825         used.
20826
20827 2004-10-07  Wim Taymans  <wim@fluendo.com>
20828
20829         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20830         (plugin_init):
20831         Added lame audio/x-ac3 typefind function.
20832
20833 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20834
20835         * configure.ac:
20836           bump nano to cvs
20837
20838 === release 0.8.5 ===
20839
20840 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20841
20842         * NEWS:
20843         * RELEASE:
20844         * configure.ac:
20845           releasing 0.8.5, "Take You On"
20846
20847 2004-10-06  Wim Taymans  <wim@fluendo.com>
20848
20849         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20850         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20851         (no_more_pads), (close_link), (type_found):
20852         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20853         * gst/playback/gstplaybin.c: (gen_video_element):
20854         Do not signal the no_more_pads after the first pad when
20855         we are plugging a non dynamic element with multiple
20856         output pads (like swfdec, dvdec, ...).
20857
20858 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20859
20860         * configure.ac:
20861           bump for prerelease
20862
20863 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20864
20865         * gst/wavparse/gstwavparse.c:
20866           add ATRAC3 to STATIC CAPS to fix a warning
20867
20868         * gst/matroska/ebml-read.c:
20869         * gst-libs/gst/riff/riff-read.c:
20870           fix typos
20871
20872 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20873
20874         * gst-libs/gst/riff/riff-media.c:
20875           generate caps for ATRAC3 audio streams
20876
20877         * gst/realmedia/rmdemux.c:
20878           generate caps for ATRAC3 audio streams
20879
20880 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20881
20882         * gst/wavparse/Makefile.am
20883         * gst/wavparse/riff.h
20884         * gst/wavparse/wavparse.vcproj
20885           riff.h removal (unused and duplication with riff-ids.h)
20886
20887 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20888
20889         * gst/wavparse/gstwavparse.h
20890           remove duplicated defines for audio codec codes
20891
20892         * gst-libs/gst/riff/riff-ids.h
20893         * gst/wavenc/riff.h:
20894           add "4CC" code for ATRAC3 audio streams
20895           add "4CC" code for ITU_G721_ADPCM (unused for now)
20896
20897 2004-10-06  Wim Taymans  <wim@fluendo.com>
20898
20899         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20900         Actually _do_ negotiation. Pass gdouble as arg instead
20901         of guint64 for the framerate.
20902
20903 2004-10-06  Wim Taymans  <wim@fluendo.com>
20904
20905         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20906         (find_compatibles), (close_pad_link), (try_to_link_1),
20907         (no_more_pads), (close_link), (type_found):
20908         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20909         * gst/playback/gstplaybin.c: (gen_video_element),
20910         (gen_audio_element):
20911         Set state on newly added element to READY so that negotiation
20912         can happen ASAP.
20913         Addes some more debug info.
20914         Do not try to plug pads with multiple caps structures or ANY
20915         because it is too dangerous since we do not do dynamic
20916         replugging.
20917
20918 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20919
20920         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20921
20922         * po/LINGUAS:
20923         * po/or.po:
20924           add Oriya translation
20925
20926 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20927
20928         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20929           Prevent overwrite of size member. Makes audio sound crappy.
20930
20931 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20932
20933         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20934         Add rmvb to the list of known RealMedia extensions
20935
20936 2004-10-05  Wim Taymans  <wim@fluendo.com>
20937
20938         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20939         (mngdec_openstream), (mngdec_closestream),
20940         (mngdec_handle_sink_event), (mngdec_readdata),
20941         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20942         (mngdec_getcanvasline), (mngdec_refresh),
20943         (gst_mngdec_change_state):
20944         Set the framerate correctly.
20945
20946 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20947
20948         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20949           There was something wrong with the index massaging.
20950
20951 2004-10-04  Wim Taymans  <wim@fluendo.com>
20952
20953         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20954         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20955         (gst_smokedec_chain):
20956         * ext/jpeg/gstsmokedec.h:
20957         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20958         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20959         * ext/jpeg/gstsmokeenc.h:
20960         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20961         (smokecodec_decode_new), (smokecodec_info_free),
20962         (smokecodec_set_quality), (smokecodec_get_quality),
20963         (smokecodec_set_threshold), (smokecodec_get_threshold),
20964         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20965         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20966         (smokecodec_encode), (smokecodec_parse_id),
20967         (smokecodec_parse_header), (smokecodec_decode):
20968         * ext/jpeg/smokecodec.h:
20969         * ext/jpeg/smokeformat.h:
20970         Updated smoke, new bitstream, allows embedding in ogg.
20971
20972 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20973
20974         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20975           Fix seeking in some files. All this code is no longer needed (and
20976           actually breaks stuff) because we now synchronize the full index
20977           right when reading the header.
20978
20979 2004-10-04  Wim Taymans  <wim@fluendo.com>
20980
20981         * configure.ac:
20982         configure update for libmng.
20983
20984 2004-10-04  Wim Taymans  <wim@fluendo.com>
20985
20986         * ext/libmng/Makefile.am:
20987         * ext/libmng/gstmng.c: (plugin_init):
20988         * ext/libmng/gstmng.h:
20989         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20990         (gst_mngdec_base_init), (gst_mngdec_class_init),
20991         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20992         (gst_mngdec_loop), (gst_mngdec_get_property),
20993         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20994         (mngdec_closestream), (mngdec_handle_sink_event),
20995         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20996         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20997         (gst_mngdec_change_state):
20998         * ext/libmng/gstmngdec.h:
20999         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
21000         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
21001         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
21002         (gst_mngenc_chain), (gst_mngenc_get_property),
21003         (gst_mngenc_set_property):
21004         * ext/libmng/gstmngenc.h:
21005         Added basic MNG decoder. Needs more work. The encoder does
21006         not work yet.
21007
21008 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21009
21010         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
21011         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
21012         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
21013           Don't hang on length=0 chunks. Some negotiation fixes. Signal
21014           no-more-pads.
21015
21016 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21017
21018         * configure.ac:
21019           you need at least 1.0.4 of speex
21020
21021 2004-10-04 Iain <iaingnome@gmail.com>
21022
21023         * ext/speex/gstspeexdec.h: Revert the includes changes.
21024
21025         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
21026
21027 2004-09-30 Iain <iaingnome@gmail.com>
21028
21029         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
21030         found during init or set as a property instead of hardcoding /dev/audio
21031
21032 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21033
21034         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
21035         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
21036         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
21037         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
21038         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
21039         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
21040         (gst_rmdemux_dump_data):
21041           Use debug category, fix EOS handling. filesrc ! rmdemux now
21042           works.
21043
21044 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21045
21046         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21047         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21048         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21049           Improve allocation, cutting and sorting of the index. How takes a
21050           few seconds instead of minutes.
21051
21052 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
21053
21054         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21055           fixed compilation
21056
21057 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21058
21059         * gst-libs/gst/riff/riff-media.c:
21060         (gst_riff_create_video_caps_with_data),
21061         (gst_riff_create_video_template_caps):
21062           Add wing commander format mimetype/fourccs.
21063         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21064           Don't crash if some value is 0.
21065
21066 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21067
21068         * gst-libs/gst/riff/riff-media.c:
21069         (gst_riff_create_video_caps_with_data),
21070         (gst_riff_create_video_template_caps):
21071           Add DIB fourcc (raw, palettized 8-bit RGB).
21072         * gst-libs/gst/riff/riff-read.c:
21073         (gst_riff_read_strf_vids_with_data):
21074           Oops, fix strf_data reading bug.
21075         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21076           Use a non-NULL tag.
21077         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21078           Time for hacks. Sorry Dave. At least one quicktime movie (a
21079           trailer) that I've encountered contains multiple video tracks.
21080           One of those is the actual video track, the other are one-frame
21081           tracks (images). Unfortunately, the number of frames according
21082           to the trak header is 1 for each, so that doesn't help. So
21083           instead, I look at the duration and discard tracks with a
21084           duration shorter than 20% of the length of the stream. Better
21085           than nothing.
21086
21087 2004-10-01  Christian Schaller <christian@fluendo.com>
21088
21089         * ext/ivorbis/vorbis.c:
21090           Patch from Phil Blundell (Bug 152341)
21091
21092 2004-10-01  Wim Taymans  <wim@fluendo.com>
21093
21094         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21095         (speex_dec_get_formats), (speex_dec_convert),
21096         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21097         (speex_dec_chain), (gst_speexdec_get_property),
21098         (gst_speexdec_set_property):
21099         Small cleanups.
21100
21101 2004-10-01  Wim Taymans  <wim@fluendo.com>
21102
21103         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21104         (gst_wavparse_stream_init), (gst_wavparse_fmt),
21105         (gst_wavparse_other), (gst_wavparse_loop),
21106         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21107         (gst_wavparse_srcpad_event):
21108         * gst/wavparse/gstwavparse.h:
21109         Added some more debugging info.
21110         Fix the case where the length of the file is 0.
21111         Make sure we seek to sample borders.
21112
21113 2004-10-01  Wim Taymans  <wim@fluendo.com>
21114
21115         * gst/playback/README:
21116         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21117         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21118         (try_to_link_1), (no_more_pads), (close_link), (type_found):
21119         Add some debug info to decodebin, update README
21120
21121 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21122
21123         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21124           Don't use g_print(); use GST_DEBUG().
21125
21126 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21127
21128         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21129         (gst_ogg_mux_queue_pads):
21130           Handle EOS properly.
21131
21132 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21133
21134         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21135
21136         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21137         (gst_faad_chain), (gst_faad_change_state):
21138         * ext/faad/gstfaad.h:
21139           Allow playback of raw (unframed) MPEG AAC files (#148993).
21140
21141 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21142
21143         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21144
21145         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21146           Throw error if we didn't recognize the stream. Fixes #152289.
21147
21148 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21149
21150         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21151           Fix negotiation.
21152
21153 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
21154
21155         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21156
21157         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21158           Fix memleak.
21159
21160 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21161
21162         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21163
21164         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21165           Solve #152805.
21166         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21167           Solve 152806.
21168
21169 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21170
21171         * gst-libs/gst/riff/riff-media.c:
21172         (gst_riff_create_video_caps_with_data),
21173         (gst_riff_create_audio_caps_with_data):
21174           Add codec_data handling (like asfdemux used to do).
21175         * gst/asfdemux/gstasf.c: (plugin_init):
21176         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21177         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21178           Use riff-media for caps creation instead of our own (mostly
21179           broken) copy of its functions.
21180
21181 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21182
21183         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21184           Don't actually error out if we get another return value than
21185           -EINVAL. Opposite to what I first thought, drivers have random
21186           return values for this, although -EINVAL is the expected return
21187           value. Since this is not fatal, we shouldn't use
21188           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21189
21190 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21191
21192         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21193         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21194         (dvdreadsrc_get_property), (_open), (_seek), (_read),
21195         (dvdreadsrc_get), (dvdreadsrc_open_file),
21196         (dvdreadsrc_change_state):
21197           Fix. Don't do one big huge loop around the whole DVD, that will
21198           cache all data and thus eat sizeof(dvd) (several GB) before we
21199           see something.
21200         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21201           Actually NULL'ify event after using it.
21202         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21203         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21204         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21205         (gst_ebml_read_seek), (gst_ebml_read_skip):
21206           Handle events.
21207         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21208         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21209         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21210           Fix timing (this will probably break if I seek using menus, but
21211           I didn't get there yet). VOBs and normal DVDs should now work.
21212           Add a mpeg2-only pad with high rank so this get autoplugged for
21213           MPEG-2 movies.
21214         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21215         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21216         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21217         (gst_mpeg_demux_get_audio_stream),
21218         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21219         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21220           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21221           MPEG-1 but use dvddemux for MPEG-2.
21222         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21223         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21224         (gst_mpeg_parse_parse_packhead):
21225           Timing. Only add pad template if it exists. Add sink template from
21226           class and not from ourselves. This means we will always use the
21227           correct sink template even if it is not the one defined in this
21228           file.
21229
21230 2004-09-29  Wim Taymans  <wim@fluendo.com>
21231
21232         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21233         (gst_mpeg_demux_parse_pes):
21234         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21235         Fix playback of mpeg again, timestamps where screwed up by
21236         patch 1.61.
21237
21238 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21239
21240         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21241           Only return true if we actually filled something in. Prevents
21242           player applications from showing a random length for flac files.
21243         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21244         (gst_riff_read_use_event), (gst_riff_read_handle_event),
21245         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21246         (gst_riff_read_strf_vids_with_data),
21247         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21248           OK, ok, so I implemented event handling. Apparently it's normal
21249           that we receive random events at random points without asking
21250           for it.
21251         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21252         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21253         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21254         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21255         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21256         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21257         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21258         * gst/avi/gstavidemux.h:
21259           Implement non-lineair chunk handling and subchunk processing.
21260           The first solves playback of AVI files where the audio and video
21261           data of individual buffers that we read are not synchronized.
21262           This should not happen according to the wonderful AVI specs, but
21263           of course it does happen in reality. It is also a prerequisite for
21264           the second. Subchunk processing allows us to cut chunks in small
21265           pieces and process each of these pieces separately. This is
21266           required because I've seen several AVI files with incredibly large
21267           audio chunks, even some files with only one audio chunk for the
21268           whole file. This allows for proper playback including seeking.
21269           This patch is supposed to fix all AVI A/V sync issues.
21270         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21271         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21272           Work.
21273         * gst/modplug/gstmodplug.cc:
21274           Proper return value setting for the query() function.
21275         * gst/playback/gstplaybasebin.c: (setup_source):
21276           Being in non-playing state (after, e.g., EOS) is not necessarily
21277           a bad thing. Allow for that. This fixes playback of short files.
21278           They don't actually playback fully now, because the clock already
21279           runs. This means that small files (<500kB) with a small length
21280           (<2sec) will still not or barely play. Other files, such as mod
21281           or flx, will work correctly, however.
21282
21283 2004-09-28  Wim Taymans  <wim@fluendo.com>
21284
21285         * ext/speex/gstspeex.c: (plugin_init):
21286         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21287         (gst_speex_dec_class_init), (speex_dec_get_formats),
21288         (speex_get_event_masks), (speex_get_query_types),
21289         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21290         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21291         (gst_speexdec_get_property), (gst_speexdec_set_property),
21292         (speex_dec_change_state):
21293         * ext/speex/gstspeexdec.h:
21294         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21295         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21296         (gst_speexenc_base_init), (gst_speexenc_class_init),
21297         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21298         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21299         (gst_speexenc_src_query), (gst_speexenc_init),
21300         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21301         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21302         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21303         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21304         (gst_speexenc_chain), (gst_speexenc_get_property),
21305         (gst_speexenc_set_property), (gst_speexenc_change_state):
21306         * ext/speex/gstspeexenc.h:
21307         Rewrote speex encoder, make sure it can be embedded in ogg.
21308         Implemented speex decoder.
21309
21310 2004-09-28  Christian Schaller <christian@fluendo.com>
21311
21312         * configure.ac:
21313         Remove kioslave plugin. Markey is brewing a new working one
21314         * ext/Makefile.am: Remove kioslave plugin
21315         * ext/kio: remove
21316         * gst-plugins.spec.in: remove kio plugin from spec
21317
21318 2004-09-27  Wim Taymans  <wim@fluendo.com>
21319
21320         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21321         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21322         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21323         (gst_multifdsink_new_client),
21324         (gst_multifdsink_handle_client_write),
21325         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21326         (gst_multifdsink_handle_clients):
21327         * gst/tcp/gstmultifdsink.h:
21328         Make syncing to keyframes actually work for new clients and lagging
21329         clients.
21330
21331 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21332
21333         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21334         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21335         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21336         * gst/debug/gstnavigationtest.h:
21337           make navigationtest display button-press and button-release events
21338
21339 2004-09-26 Iain <iaingnome@gmail.com>
21340
21341         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21342         the channels have received a new media event.
21343         (interleave_buffered_loop): Compresses a new media event on all
21344         channels into one.
21345
21346 2004-09-26 Iain <iaingnome@gmail.com>
21347
21348         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21349         call the sinkpad's default event handler and not the srcpads. He also
21350         says this is confusing :)
21351         (gst_wavenc_stop_file): Company says that seek events only go upstream
21352         we should send a discontinuous downstream instead.
21353
21354 2004-09-25  Christian Schaller <christian@fluendo.com>
21355
21356         * Update SPEC file to be usable in conjunction with Fedora Core,
21357           Fedora.us and freshrpms packages
21358         * Fix typo in multifilesrc test Makefile
21359
21360 2004-09-24  Wim Taymans  <wim@fluendo.com>
21361
21362         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21363         Only signal the no_more_pads signal when we have
21364         added the stream to our list.
21365
21366 2004-09-24  Wim Taymans  <wim@fluendo.com>
21367
21368         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21369         (new_decoded_pad):
21370         * gst/playback/gstplaybasebin.h:
21371         * gst/playback/gstplaybin.c: (setup_sinks):
21372         Don't try to preroll or decode more than one audio/video
21373         track.
21374
21375 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21376
21377         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21378           Throw error if we failed to find a suitable output. This should
21379           throw an error if we successfully set up a pipeline (e.g. because
21380           we recognized a media file) but found no decodable streams in it
21381           (e.g. because it contains only media stream types for which we
21382           have no decoders, or because it's not a media type).
21383
21384 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21385
21386         * ext/dirac/Makefile.am:
21387         * ext/dirac/gstdirac.cc:
21388         * ext/dirac/gstdiracdec.cc:
21389         * ext/dirac/gstdiracdec.h:
21390           Do something. Don't actually know if this works because I don't
21391           have a demuxer yet.
21392         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21393           Add channels=1 to caps returned from _getcaps().
21394         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21395         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21396         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21397         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21398         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21399         (gst_ogm_parse_change_state):
21400           Separate between audio/video so ogmaudioparse actually uses the
21401           audio pad templates. Both audio and video work now, including
21402           autoplugging. Also use sometimes-srcpad hack.
21403         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21404           Handle events better. Don't hang on infinite loops.
21405         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21406         (gst_avi_demux_init), (gst_avi_demux_reset),
21407         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21408         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21409         (gst_avi_demux_change_state):
21410         * gst/avi/gstavidemux.h:
21411           Improve A/V sync. Still not perfect.
21412         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21413         (gst_ebml_read_skip):
21414           Handle events better.
21415         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21416         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21417         (qtdemux_audio_caps):
21418           Add IMA4. Improve event handling. Save offset after a seek when
21419           the headers are at the end of the file so that we don't end up in
21420           an infinite loop.
21421         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21422           Add low-priority typefind support for files with no length.
21423
21424 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21425
21426         * testsuite/multifilesink/Makefile.am:
21427         fix typo
21428
21429 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21430
21431         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21432         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21433         mistakes from thaytan's patches.
21434
21435 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21436
21437         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21438           For completeness, XSync in the destroy function as xvimage does.
21439
21440 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21441
21442         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21443            Correct caps negotiation
21444         * gst/volume/gstvolume.c: (volume_chain_float),
21445         (volume_chain_int16):
21446            Modify debug output to be little more informative
21447         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21449         (gst_xvimagesink_xvimage_destroy):
21450           Add XSync calls after detaching from the shared memory segment to
21451           avoid a crash.
21452
21453 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21454
21455         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21456         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21457         * ext/vorbis/vorbis.c: (plugin_init):
21458         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21459         (gst_vorbisenc_chain):
21460         * ext/vorbis/vorbisenc.h:
21461         remove explicit newmedia support from oggmux and vorbisenc
21462         add debug category to vorbisenc
21463         * gst/multifilesink/gstmultifilesink.c:
21464         (gst_multifilesink_class_init), (gst_multifilesink_init),
21465         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21466         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21467         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21468         (plugin_init):
21469         * gst/multifilesink/gstmultifilesink.h:
21470         add support for streamheader in multifilesink
21471
21472 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21473
21474         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21475         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21476         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21477           Prevent infinite loops. More correct error reporting.
21478         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21479           Error out if negotiation fails.
21480         * gst/playback/gstplaybasebin.c: (setup_source),
21481         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21482         (gst_play_base_bin_found_tag):
21483           Error/tag forwarding. Pre-roll fixes for source errors on state
21484           changes (e.g. "file does not exist") to prevent hangs.
21485
21486 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21487
21488         * testsuite/multifilesink/Makefile.am:
21489         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21490         (gst_newmedia_class_init), (gst_newmedia_init),
21491         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21492         (newfile_signal), (test_signal), (main):
21493         * testsuite/multifilesink/multifilesrc_test.c: (main):
21494         * testsuite/multifilesink/oggtheora_test.c:
21495         (gst_newmedia_base_init), (gst_newmedia_class_init),
21496         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21497         (test_format), (newfile_signal), (test_signal), (main):
21498         * testsuite/multifilesink/oggvorbis_test.c:
21499         (gst_newmedia_base_init), (gst_newmedia_class_init),
21500         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21501         (test_format), (newfile_signal), (test_signal), (main):
21502         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21503         (gst_newmedia_class_init), (gst_newmedia_init),
21504         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21505         (newfile_signal), (test_signal), (main):
21506         New media tests
21507
21508 2004-09-20  Christian Schaller <christian@fluendo.com>
21509
21510         * Fix mikmod license to LGPL as they have relicensed
21511         * Move Dirac and Effectv into LGPL section of README_license
21512
21513 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21514
21515         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21516         (gst_mad_change_state):
21517           Allow for mp3 rate/channels changes. However, only very
21518           conservatively. Reason that we *have* to enable this is smiply
21519           because the mad find_sync() function is not good enough, it will
21520           regularly sync on random data as valid frames and therefore make
21521           us provide random caps as *final* caps of the stream. The best fix
21522           I could think of is to simply require several of the same stream
21523           changes in a row before we change caps.
21524           The actual testcase that works now is #
21525         * ext/ogg/Makefile.am:
21526         * ext/ogg/gstogg.c: (plugin_init):
21527         * ext/ogg/gstogmparse.c:
21528           OGM support (video only for now; I need an audio sample file).
21529         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21530         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21531         (gst_asf_demux_add_video_stream):
21532           WMV extradata.
21533         * gst/playback/gstplaybasebin.c: (unknown_type):
21534           Don't error out on single unknown-types after all. It's wrong.
21535           If we found type of video and audio but not of a subtitle stream,
21536           it will still error out (which is unwanted). Will find a better fix
21537           later on.
21538         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21539         (ogmaudio_type_find), (plugin_init):
21540           OGM support.
21541
21542 2004-09-20  Johan Dahlin  <johan@gnome.org>
21543
21544         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21545         after setting caps.
21546
21547 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21548
21549         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21550         * gst/wavenc/gstwavenc.h:
21551         Added newmedia support to wavenc
21552
21553 2004-09-17  Wim Taymans  <wim@fluendo.com>
21554
21555         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21556         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21557         (gst_fdset_fd_can_write), (gst_fdset_wait):
21558         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21559         (gst_multifdsink_init), (gst_multifdsink_add),
21560         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21561         (gst_multifdsink_remove_client_link),
21562         (gst_multifdsink_client_queue_buffer),
21563         (gst_multifdsink_handle_client_write),
21564         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21565         (gst_multifdsink_close), (gst_multifdsink_change_state):
21566         * gst/tcp/gstmultifdsink.h:
21567         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21568         (gst_tcpserversink_removed):
21569         Small cleanups in fdset.c
21570         Use a hastable to map fd to the client structure for faster
21571         lookup in _remove and get_stats.
21572         Added virtual function to close the fds.
21573         Handle clients even when the select/poll call was unblocked because
21574         of a command.
21575         Implement syncing to keyframe in the recovery procedure.
21576
21577 2004-09-16 Iain <iaingnome@gmail.com>
21578
21579         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21580         try caps.
21581
21582 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21583
21584         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21585           Caps are only set if the type of the stream is unknown, but this
21586           is initialized in ->init_stream(), so set to UNKNOWN after calling
21587           ->init_stream() so that capsnego starts.
21588
21589 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21590
21591         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21592         (gst_avi_demux_stream_data):
21593           Just hardcode for raw audio then. AVI audio sucks.
21594
21595 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21596
21597         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21598         * gst/matroska/matroska-mux.c: (audiosink_templ),
21599         (gst_matroska_mux_audio_pad_link):
21600         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21601         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21602
21603 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21604
21605         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21606         (gst_avi_demux_stream_data):
21607           Try to fix a/v sync issues.
21608
21609 2004-09-15  David Schleef  <ds@schleef.org>
21610
21611         * configure.ac: remove NASM check, since we don't use it.  Update
21612         dirac check to 0.4
21613         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21614         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21615         Initialized variables.
21616         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21617         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21618         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21619         SVQ3 format
21620
21621 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21622
21623         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21624         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21625         * gst/avi/gstavidemux.h:
21626           Fix for compressed audio (mp3) timestamp generation. How did this
21627           ever work?
21628
21629 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21630
21631         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21632           Volume is a double not a float.
21633
21634 2004-09-15  Wim Taymans  <wim@fluendo.com>
21635
21636         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21637         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21638         Don't close the fd in multifdsink as we didn't open it in the
21639         first place. Some cleanups.
21640
21641 2004-09-15  Wim Taymans  <wim@fluendo.com>
21642
21643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21644         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21645         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21646         Fix the case where the muxer would mark pages as delta
21647         frames when they are not (vorbis only ogg).
21648
21649 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21650
21651         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21652         (gst_play_base_bin_change_state):
21653           Handle the case where we failed to setup a clear pipeline. This
21654           will throw an error (or EOS, another nice case) and if you don't
21655           catch that, the app will wait for the signal forever (and thus
21656           hang).
21657
21658 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21659
21660         * ext/gnomevfs/gstgnomevfssink.c:
21661         (gst_gnomevfssink_uri_get_protocols):
21662         * ext/gnomevfs/gstgnomevfssrc.c:
21663         (gst_gnomevfssrc_uri_get_protocols):
21664         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21665         * ext/gnomevfs/gstgnomevfsuri.h:
21666           Use _uri_new() instead of _open(), so it doesn't take as long and
21667           Christophe's computer won't hang.
21668         * gst/playback/gstplaybasebin.c: (unknown_type):
21669           Throw error on unknown media type, so apps actually display it.
21670
21671 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21672
21673         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21674           this script to work on Solaris since bash shell handles echo
21675           differenly than bash.
21676
21677 2004-09-17  Wim Taymans  <wim@fluendo.com>
21678
21679         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21680         (setup_source), (gst_play_base_bin_set_property),
21681         (gst_play_base_bin_add_element):
21682         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21683         Some more work on making sure seeking pauses the pipeline and
21684         that changing the uri actually does something.
21685
21686 2004-09-17  Wim Taymans  <wim@fluendo.com>
21687
21688         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21689         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21690         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21691         (gst_tcpserversink_close):
21692         Be a bit more paranoid when freeing memory.
21693
21694 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21695
21696         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21697         (qtdemux_parse_trak):
21698           Don't crash by dividing by zero (see sample movie in #126922).
21699
21700 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21701
21702         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21703           Don't touch non-existing data (fixes crash on file in #140147).
21704
21705 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21706
21707         * gst/playback/gstplaybasebin.c:
21708         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21709           Handle double disposals, and proper change of URIs.
21710
21711 2004-09-13  Martin Eikermann <meiker@upb.de>
21712
21713         * gst/mpegstream/gstmpegparse.c:
21714           fix synchronistation for streams recorded from digital PCR
21715           fixes bug #119376
21716
21717 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21718
21719         * ext/gnomevfs/Makefile.am:
21720         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21721         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21722         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21723         (gst_gnomevfssink_uri_get_type),
21724         (gst_gnomevfssink_uri_get_protocols),
21725         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21726         (gst_gnomevfssink_uri_handler_init),
21727         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21728         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21729         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21730         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21731         (gst_gnomevfssrc_uri_get_type),
21732         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21733         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21734         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21735         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21736         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21737         * ext/gnomevfs/gstgnomevfsuri.h:
21738           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21739           of fake URIs to see which this version of Gnome-VFS likes, and
21740           uses that for the Gst-URI interface. Makes playbin support http://
21741           streams. Also fix up some stupid behaviour in gnomevfssrc.
21742
21743 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21744
21745         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21746         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21747         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21748         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21749           Update mixer (to sync with other sessions) if we try to obtain
21750           a new value. This makes alsamixer work accross applications.
21751         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21752           Only call sync functions if we're running, else alsalib asserts.
21753         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21754           Sometimes fails to compile. Possibly a gcc bug.
21755         * gst/playback/gstplaybin.c: (gen_video_element),
21756         (gen_audio_element):
21757           Add a reference to an application-provided object, because we lose
21758           this same reference if we add it to the bin. If we don't do this,
21759           we can only use this object once and thus crash if we go from
21760           ready to playing, back to ready and back to playing again.
21761           Also add an audioscale element because several cheap soundcards -
21762           like mine - don't support all samplerates.
21763         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21764         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21765           Fix wrong order or PAR calls. Makes automatically obtained PAR
21766           from the X server atually being used.
21767
21768 2004-09-12  David Schleef  <ds@schleef.org>
21769
21770         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21771         #151887, #152102, #152247.
21772         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21773         * examples/seeking/cdparanoia.c: same
21774         * examples/seeking/cdplayer.c: same
21775         * examples/seeking/seek.c: same
21776         * examples/seeking/spider_seek.c: same
21777         * examples/seeking/vorbisfile.c: same
21778         * examples/stats/mp2ogg.c: same
21779         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21780         (gst_esdsink_dispose): Dispose of element properly.
21781         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21782         fixes.
21783         * ext/nas/nassink.c: (gst_nassink_class_init),
21784         (gst_nassink_dispose): Dispose of element correctly.
21785         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21786         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21787         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21788         Fix 64-bit warning.
21789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21790         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21791         Fix 64-bit warning.
21792
21793 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21794
21795         * configure.ac : change speex detection as 1.1.6 now uses
21796           .pc/pkg-config and they changed their headers location.
21797
21798 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21799
21800         * gst/matroska/matroska-mux.h:
21801         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21802         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21803         (gst_matroska_mux_write_data):
21804           Write multiple blocks/frames per cluster.
21805                 Write meta-seek information (seek heads).
21806
21807 2004-09-09  Scott Wheeler <wheeler@kde.org>
21808
21809         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21810         (gst_play_bin_set_property), (gst_play_bin_get_property),
21811         (gen_audio_element), (gen_audio_element):
21812           Add a volume element / property to the pipeline.
21813
21814 2004-09-07  Wim Taymans  <wim@fluendo.com>
21815
21816         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21817         Copy timestamps from the master pad to the output buffers.
21818
21819 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * ext/raw1394/gstdv1394src.c:
21822           throw errors when applicable
21823
21824 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21825
21826         * gst/matroska/ebml-ids.h:
21827         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21828         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21829         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21830           automatically convert unix time <-> ebml time when reading/writing
21831           a date, use gst_ebml_write_uint to write CUETIME,
21832           not gst_ebml_write_date.
21833         * gst/matroska/matroska-ids.h:
21834         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21835         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21836         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21837         (gst_matroska_mux_write_data):
21838           Write track and segment UIDs, write muxing date, write
21839           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21840           Create cues for audio only files.
21841
21842 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21843
21844         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21845         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21846           Re-commit ALSA switches.
21847         * gst/adder/gstadder.c: (gst_adder_loop):
21848           64-bit fix (#151416).
21849         * gst/debug/progressreport.c: (gst_progressreport_report):
21850           64-bit fix (#151419).
21851         * gst/matroska/matroska-demux.c:
21852         (gst_matroska_demux_parse_contents):
21853           64-bit fix (#151420).
21854         * gst/playback/test3.c: (update_scale):
21855           64-bit fix (#151421).
21856
21857 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21858
21859         * configure.ac:
21860           bump nano to cvs
21861
21862 === release 0.8.4 ===
21863
21864 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21865
21866         * configure.ac: releasing 0.8.4, "Alias"
21867
21868 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21869
21870         * ext/theora/Makefile.am:
21871           fix makefile.  Fixes #151462.
21872
21873 2004-08-30  Wim Taymans  <wim@fluendo.com>
21874
21875         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21876         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21877         (gst_multifdsink_remove_client_link),
21878         (gst_multifdsink_client_queue_buffer),
21879         (gst_multifdsink_handle_client_write):
21880         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21881         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21882         Fix some memory leaks.
21883
21884 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21885
21886         Patch by: David Schleef
21887
21888         * configure.ac:
21889         * sys/Makefile.am:
21890           rename our detection macro for V4L2.  Fixes #151236.
21891
21892 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21893
21894         Patch by: David Schleef
21895
21896         * configure.ac:
21897           check to define LAMEPRESET.  Fixes #151232.
21898
21899 2004-08-27  David Schleef  <ds@schleef.org>
21900
21901         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21902         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21903         (gst_glimagesink_fixate):  Move local variable declarations to
21904         make gcc-2.95 happy.
21905
21906 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21907
21908         * configure.ac:
21909           bump nano for prerelease
21910
21911 2004-08-27  David Schleef  <ds@schleef.org>
21912
21913         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21914         * sys/sunaudio/gstsunaudiosrc.c:
21915         * sys/sunaudio/gstsunaudiosrc.h:
21916
21917 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21918
21919         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21920         handle EOS correctly
21921         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21922         * gst/matroska/matroska-mux.h:
21923         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21924         VFW compatibility mode
21925
21926 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21927
21928         patch by: Zaheer Abbas Merali
21929
21930         * ext/ogg/gstoggmux.c:
21931         * ext/vorbis/vorbisenc.c:
21932         * ext/vorbis/vorbisenc.h:
21933           handle NEWMEDIA
21934
21935 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21936
21937         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21938         fix byte order reversion on little endian machines.
21939         * gst/matroska/matroska-mux.c: (audiosink_templ),
21940         (gst_matroska_mux_audio_pad_link):
21941         add TTA codec to the list of supported codecs.
21942         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21943         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21944         (gst_matroska_mux_write_data):
21945         * gst/matroska/matroska-mux.h:
21946         write segment duration correctly, write muxing app string, fixes bugs
21947         #140897 and #140898.
21948         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21949         wait for all pads to be negotiated before starting to mux.
21950
21951 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21952
21953         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21954         * ext/lame/gstlame.h:
21955         Added new media support to lame
21956
21957 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21958
21959         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21960         send vorbis headers at the beginning of a stream, fixes bug #141554.
21961         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21962         bug #148950.
21963         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21964         (gst_matroska_demux_plugin_init):
21965         * gst/matroska/matroska-ids.h:
21966         enable demuxing of TTA audio streams, fixes bug #148951.
21967         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21968         enable typefinding for TTA audio files, fixes bug #148711.
21969         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21970         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21971         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21972
21973 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21974
21975         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21976         (gst_riff_read_element_data), (gst_riff_read_seek),
21977         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21978         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21979         <teuf@gnome.org>
21980
21981 2004-08-23 Iain <iaingnome@gmail.com>
21982
21983         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21984         tags. They appear to be handled differently to normal.
21985         (tag_list_to_id3_tag_foreach): Ditto.
21986
21987 2004-08-22  Wim Taymans  <wim@fluendo.com>
21988
21989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21990         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21991         Make sure we never send -1 granulepos.
21992
21993 2004-08-20  Wim Taymans  <wim@fluendo.com>
21994
21995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21996         (gst_ogg_mux_loop):
21997         I will accept bitchslappings with non sharp objects.
21998
21999 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22000
22001         * configure.ac:
22002         Clean up the test for lame presets
22003
22004 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22005
22006         * configure.ac:
22007         * ext/lame/Makefile.am:
22008         * ext/lame/gstlame.c: (gst_lame_class_init),
22009         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22010         Only enable lame presets if version of lame has presets in API
22011
22012 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
22013         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
22014         * gst/udp/gstudpsrc.h:
22015           Don't call gst_pad_push in a get function. Fixes #150449
22016
22017 2004-08-18  Wim Taymans  <wim@fluendo.com>
22018
22019         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
22020         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
22021         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22022         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22023         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22024         (gst_fdset_wait):
22025         * gst/tcp/gstfdset.h:
22026         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22027         (gst_multifdsink_client_queue_buffer),
22028         (gst_multifdsink_handle_client_write):
22029         * gst/tcp/gstmultifdsink.h:
22030         Some extra checks in gstfdset.
22031         Only use send() when the fd is a socket. Don't try to
22032         read from write only fds.
22033
22034 2004-08-18  Wim Taymans  <wim@fluendo.com>
22035
22036         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
22037         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22038         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22039         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22040         (gst_fdset_wait):
22041         Add more locking and bounds checking.
22042
22043 2004-08-18  Wim Taymans  <wim@fluendo.com>
22044
22045         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22046         Realloc test fdset in the lock and right before starting
22047         the poll call. Bump the limit to 4096.
22048
22049 2004-08-17  David Schleef  <ds@schleef.org>
22050
22051         * sys/sunaudio/Makefile.am:
22052         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22053         of rates and channels.  Make debugging less obnoxious.
22054
22055         Patch from Balamurali Viswanathan implementing a mixer for
22056         Sun audio.  (bug #144091):
22057         * sys/sunaudio/gstsunelement.c:
22058         * sys/sunaudio/gstsunelement.h:
22059         * sys/sunaudio/gstsunmixer.c:
22060         * sys/sunaudio/gstsunmixer.h:
22061
22062 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22063
22064         * gst/audioscale/gstaudioscale.c:
22065         * gst/audioscale/gstaudioscale.h:
22066         made audioscale resample from any sample rate to any sample rate
22067
22068 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22069
22070         * ext/libpng/gstpngdec.c:
22071           error out on unsupported types
22072
22073 2004-08-17  Iain <iaingnome@gmail.com>
22074
22075         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22076         mid_side and loose_mid_side properties if its a stereo stream.
22077
22078 2004-08-17  Wim Taymans  <wim@fluendo.com>
22079
22080         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22081         (theora_get_formats), (theora_dec_src_convert),
22082         (theora_dec_sink_convert), (theora_dec_src_query),
22083         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22084         Add a debug line.
22085
22086 2004-08-17  Wim Taymans  <wim@fluendo.com>
22087
22088         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22089         (gst_ogg_pad_push):
22090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22091         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22092         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22093         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22094         Mark delta units in the muxer.
22095         Try to decode the packet after an out-of-sync error from
22096         libogg.
22097
22098 2004-08-17  Wim Taymans  <wim@fluendo.com>
22099
22100         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22101         (gst_multifdsink_init), (gst_multifdsink_add),
22102         (gst_multifdsink_client_queue_buffer),
22103         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22104         * gst/tcp/gstmultifdsink.h:
22105         Added option to send a keyframe to clients as the first buffer.
22106         Make timeout property writable.
22107
22108 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22109
22110         patch by: Wim Taymans
22111
22112         * gst/tcp/gstfdset.c:
22113         * gst/tcp/gstmultifdsink.c:
22114           fix index comparison, should include 0
22115
22116 2004-08-16  Wim Taymans  <wim@fluendo.com>
22117
22118         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22119         (gst_fdset_add_fd), (gst_fdset_remove_fd),
22120         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22121         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22122         (gst_fdset_wait):
22123           copy when reallocing for poll so the select arguments don't get
22124           changed during the call
22125
22126 2004-08-16  Wim Taymans  <wim@fluendo.com>
22127
22128         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22129         (gst_theora_enc_class_init), (theora_enc_sink_link),
22130         (theora_buffer_from_packet), (theora_enc_chain):
22131         Fix bug where buffers were not marked as keyframes
22132         correctly.
22133
22134 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22135
22136         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22137         (gst_lame_preset_get_type), (gst_lame_class_init):
22138         describe the enum values for vbr mode and presets more verbosely
22139
22140 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22141
22142         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22143         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22144         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22145         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22146         * ext/lame/gstlame.h:
22147         add preset property to lame so it can use lame presets
22148
22149 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22150
22151         * ext/lame/gstlame.c: (gst_lame_get_property):
22152         whoops forgot break, thanks teuf
22153
22154 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22155
22156         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22157         (gst_lame_class_init), (gst_lame_src_getcaps),
22158         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22159         (gst_lame_get_property), (gst_lame_setup):
22160         * ext/lame/gstlame.h:
22161         fix lame's broken vbr stuff, allow it to resample if need be, and also
22162         make xing header optional
22163
22164 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22165
22166         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22167         added getcaps function so samplerate doesnt get fixated to silly values
22168
22169 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22170
22171         * ext/lame/gstlame.c: (gst_lame_src_link):
22172         revert previous fix
22173
22174 2004-08-12  Johan Dahlin  <johan@gnome.org>
22175
22176         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22177         checks. Doesn't matter what state we are in. Interfaces are a
22178         compile time thing, not runtime. It also broke the python bindings.
22179
22180 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22181
22182         * ext/lame/gstlame.c: (gst_lame_src_link):
22183         made source pad link function check if sinkpad is ok..fixes the problem
22184         where core fixates the output rate of lame stupidly
22185
22186 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22187
22188         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22189         * sys/v4l/v4l_calls.c:
22190         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22191           fix fixate function to handle nonsimple caps.
22192           remove bogus check in _link
22193           cleanups
22194
22195 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22196
22197         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22198         set default compression ratio parameter to 0.0 so bitrate parameter
22199         works :)
22200
22201 2004-08-11  David Schleef  <ds@schleef.org>
22202
22203         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22204
22205 2004-08-11  David Schleef  <ds@schleef.org>
22206
22207         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22208         before.
22209
22210 2004-08-11  David Schleef  <ds@schleef.org>
22211
22212         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22213
22214 2004-08-11  David Schleef  <ds@schleef.org>
22215
22216         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22217           license field
22218         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22219         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22220           LGPL.
22221         * gst/auparse/gstauparse.c: Fix plugin license field.
22222         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22223         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22224         * gst/rtp/gstrtp.c: Fix plugin license field.
22225
22226 2004-08-11  Wim Taymans  <wim@fluendo.com>
22227
22228         * gst/tcp/Makefile.am:
22229         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22230         (ensure_size), (gst_fdset_new), (gst_fdset_free),
22231         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22232         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22233         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22234         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22235         (gst_fdset_fd_can_write), (gst_fdset_wait):
22236         * gst/tcp/gstfdset.h:
22237         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22238         (gst_multifdsink_class_init), (gst_multifdsink_init),
22239         (gst_multifdsink_add), (gst_multifdsink_remove),
22240         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22241         (gst_multifdsink_remove_client_link),
22242         (gst_multifdsink_handle_client_read),
22243         (gst_multifdsink_client_queue_data),
22244         (gst_multifdsink_client_queue_caps),
22245         (gst_multifdsink_client_queue_buffer),
22246         (gst_multifdsink_handle_client_write),
22247         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22248         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22249         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22250         (gst_multifdsink_close):
22251         * gst/tcp/gstmultifdsink.h:
22252         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22253         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22254         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22255         (gst_tcpserversink_close):
22256         * gst/tcp/gsttcpserversink.h:
22257         Abstracted away the select call, implemented poll (yes we ran into
22258         the 1024 limit in production).
22259
22260 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22261
22262         * gst/tcp/gsttcp.c:
22263         * gst/tcp/gsttcpplugin.c:
22264           improve debuggging, remove assert
22265
22266 2004-08-10  Wim Taymans  <wim@fluendo.com>
22267
22268         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22269         (gst_client_status_get_type), (gst_multifdsink_class_init),
22270         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22271         (gst_multifdsink_handle_client_read),
22272         (gst_multifdsink_handle_client_write),
22273         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22274         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22275         (gst_multifdsink_get_property):
22276         * gst/tcp/gstmultifdsink.h:
22277         * gst/tcp/gsttcp-marshal.list:
22278         Starting to prepare for specifying buffer time in other units
22279         than buffers. Expose remove reason in signal.
22280
22281 2004-08-10  Wim Taymans  <wim@fluendo.com>
22282
22283         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22284         (gst_multifdsink_remove), (gst_multifdsink_clear),
22285         (gst_multifdsink_remove_client_link),
22286         (gst_multifdsink_handle_client_read),
22287         (gst_multifdsink_client_queue_data),
22288         (gst_multifdsink_client_queue_buffer),
22289         (gst_multifdsink_handle_client_write),
22290         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22291         (gst_multifdsink_chain), (gst_multifdsink_close):
22292         * gst/tcp/gstmultifdsink.h:
22293         Added more debugging info. Changed the way clients are
22294         removed from the lists. Fixed a bug where a bad file descriptor
22295         could cause many clients to be removed.
22296
22297 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22298
22299         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22300           allow all pixel-aspect-ratios, not just 1:1
22301
22302 2004-08-09  David Schleef  <ds@schleef.org>
22303
22304         * sys/glsink/ARB_multitexture.h:  Remove old files.
22305         * sys/glsink/EXT_paletted_texture.h:
22306         * sys/glsink/NV_register_combiners.h:
22307         * sys/glsink/gstgl_nvimage.c:
22308         * sys/glsink/gstgl_pdrimage.c:
22309         * sys/glsink/gstgl_rgbimage.c:
22310         * sys/glsink/gstglsink.c:
22311         * sys/glsink/gstglsink.h:
22312         * sys/glsink/gstglxwindow.c:
22313         * sys/glsink/regcomb_yuvrgb.c:
22314
22315 2004-08-09  David Schleef  <ds@schleef.org>
22316
22317         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22318         GL sink plugin.  (Bug #147302)
22319
22320         * configure.ac: Test for OpenGL
22321         * sys/Makefile.am: Use test for OpenGL
22322         * sys/glsink/Makefile.am:
22323         * sys/glsink/glimagesink.c: rewrite
22324         * sys/glsink/glimagesink.h: rewrite
22325
22326 2004-08-09  David Schleef  <ds@schleef.org>
22327
22328         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22329         sane framerates.
22330         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22332         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22333
22334 2004-08-09  Wim Taymans  <wim@fluendo.com>
22335
22336         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22337         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22338         (gst_multifdsink_client_remove),
22339         (gst_multifdsink_handle_client_read),
22340         (gst_multifdsink_handle_client_write),
22341         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22342         Do a bit more logging, make the client_read code more robust.
22343
22344 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22345
22346         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22347         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22348         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22349         (gst_jpegdec_init), (gst_jpegdec_chain):
22350         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22351         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22352           cleanups, debugging fixes and memleak plugging
22353
22354 2004-08-09  Wim Taymans  <wim@fluendo.com>
22355
22356         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22357         (theora_get_formats), (theora_dec_src_convert),
22358         (theora_dec_sink_convert), (theora_dec_src_query),
22359         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22360         (theora_dec_change_state):
22361         Don't crash on missing header packets.
22362
22363 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22364
22365         * po/LINGUAS:
22366         * po/sq.po:
22367           Added Albanian translation (Laurent Dhima)
22368         * po/cs.po:
22369           updated
22370
22371 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22372
22373         * ext/lame/gstlame.c:
22374           fix/add debugging
22375
22376 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22377
22378         * sys/ximage/ximagesink.c:
22379         * sys/xvimage/xvimagesink.c:
22380           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22381
22382 2004-08-06  Wim Taymans  <wim@fluendo.com>
22383
22384         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22385         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22386         (gst_multifdsink_client_remove),
22387         (gst_multifdsink_handle_client_read),
22388         (gst_multifdsink_handle_client_write),
22389         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22390         Make sure we don't try to read more from a client that what
22391         ioctl says us or we deadlock.
22392
22393 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22394
22395         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22396         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22397         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22398           decouple running_time and n_frames so it can handle changing
22399           framerate while running
22400
22401 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22402
22403         * po/nl.po:
22404         * po/sv.po:
22405           updated translations
22406
22407 2004-08-04  Benjamin Otte  <otte@gnome.org>
22408
22409         * gst/videotestsrc/gstvideotestsrc.c:
22410         (gst_videotestsrc_get_capslist), (generate_capslist),
22411         (plugin_init):
22412           generate the list of supported caps at startup and reuse it instead
22413           of always generating it
22414
22415 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22416
22417         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22418           whoops, last checkin broke normal build
22419
22420 2004-08-03  Benjamin Otte  <otte@gnome.org>
22421
22422         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22423         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22424         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22425         (gst_alsa_mixer_get_option):
22426         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22427         (dvdnavsrc_print_event):
22428         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22429         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22430         (gst_ogg_mux_pad_unlink):
22431         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22432         (gst_multipart_mux_pad_unlink):
22433         * gst/videofilter/gstvideobalance.c:
22434         (gst_videobalance_colorbalance_set_value):
22435         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22436         (gst_videomixer_pad_unlink):
22437         * po/uk.po:
22438         * sys/oss/gstossmixer.c:
22439         * sys/v4l/gstv4lcolorbalance.c:
22440         * sys/v4l/gstv4ltuner.c:
22441         * sys/v4l/v4lsrc_calls.c:
22442         * sys/v4l2/gstv4l2colorbalance.c:
22443         * sys/v4l2/gstv4l2tuner.c:
22444           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22445
22446 2004-08-03  Benjamin Otte  <otte@gnome.org>
22447
22448         * examples/dynparams/filter.c: (ui_control_create):
22449         * examples/gstplay/player.c: (print_tag):
22450         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22451         * ext/gdk_pixbuf/gstgdkanimation.c:
22452         (gst_gdk_animation_iter_may_advance):
22453         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22454         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22455         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22456         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22457         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22458         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22459         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22460         * gst/sine/demo-dparams.c: (main):
22461         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22462         * testsuite/alsa/formats.c: (create_pipeline):
22463         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22464           fixes for G_DISABLE_ASSERT and friends
22465         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22466         (mp3_type_frame_length_from_header), (mp3_type_find),
22467         (plugin_init):
22468           require mp3 typefinding to have at least MIN_HEADERS valid headers
22469           add typefinding for AAC adts files
22470
22471 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22472
22473         * sys/ximage/ximagesink.c:
22474         (gst_ximagesink_calculate_pixel_aspect_ratio):
22475         * sys/xvimage/xvimagesink.c:
22476         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22477         Make sure we calculate pixel-aspect-ratio using floating point maths
22478
22479 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22480
22481         * po/uk.po:
22482           updated translation
22483
22484 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22485
22486         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22488           add debugging for display PAR calculation
22489
22490 2004-08-02  David Schleef  <ds@schleef.org>
22491
22492         * configure.ac: Fix mikmod CFLAGS.
22493
22494 2004-07-27  Benjamin Otte  <otte@gnome.org>
22495
22496         * gst/audioscale/gstaudioscale.c:
22497         - fix templates to only support S16, it's the only format that works
22498         - make caps nego code use try_set_caps_nonfixed and fixation instead
22499         of try_set_caps twice, which is not nice for autopluggers
22500         - change rank to secondary, so autopluggers can pick it up after
22501         audioconvert
22502
22503 2004-08-02  Iain <iain@prettypeople.org>
22504
22505         * gst/interleave/interleave.c (interleave_init),
22506         (interleave_request_new_pad),
22507         (interleave_pad_removed),
22508         (interleave_buffered_loop): Use the real pad count, not the artificial
22509         one.
22510
22511 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22512
22513         * configure.ac: bump nano back to development
22514
22515 === release 0.8.3 ===
22516
22517 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22518
22519         * configure.ac: releasing 0.8.3, "Water"
22520
22521 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22522
22523         * sys/xvimage/xvimagesink.c:
22524         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22525         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22526         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22527         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22528         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22529         * sys/xvimage/xvimagesink.h:
22530           apply similar PAR fixes as to ximagesink
22531
22532 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22533
22534         patch from: Benjamin Otte
22535
22536         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22537           add link function to lame.  Fixes #148986.
22538
22539 2004-08-02  Johan Dahlin  <johan@gnome.org>
22540
22541         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22542         fix debugging log
22543
22544 2004-07-30  David Schleef  <ds@schleef.org>
22545
22546         * gst/videomixer/Makefile.am: Fix things that should have been
22547         fixed in the last checkin.
22548
22549 2004-07-30  David Schleef  <ds@schleef.org>
22550
22551         * gst/multipart/Makefile.am: Fix things that should have been
22552         fixed in the last checkin.
22553
22554 2004-07-30  David Schleef  <ds@schleef.org>
22555
22556         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22557
22558 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22559
22560         * configure.ac:
22561           bump nano for prerelease
22562         * po/af.po:
22563         * po/az.po:
22564         * po/cs.po:
22565         * po/en_GB.po:
22566         * po/hu.po:
22567         * po/nl.po:
22568         * po/sr.po:
22569         * po/sv.po:
22570         * po/uk.po:
22571           updates
22572
22573 2004-07-30  Wim Taymans  <wim@fluendo.com>
22574
22575         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22576         (gst_multifdsink_add), (gst_multifdsink_remove),
22577         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22578         (gst_multifdsink_client_remove),
22579         (gst_multifdsink_handle_client_write),
22580         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22581         * gst/tcp/gstmultifdsink.h:
22582         Recover from a select with a bad file descriptor by removing
22583         the client.
22584
22585 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22586
22587         * configure.ac:
22588           fix requirement of core
22589         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22590         (gst_play_pipeline_setup):
22591           don't use colorspace element.  do use hermescolorspace element.
22592           make macro to get a colorspace element.
22593           mark strings for translation.
22594         * po/POTFILES.in:
22595           add play.c
22596         * po/af.po:
22597         * po/az.po:
22598         * po/cs.po:
22599         * po/en_GB.po:
22600         * po/hu.po:
22601         * po/nl.po:
22602         * po/sr.po:
22603         * po/sv.po:
22604         * po/uk.po:
22605           update translations
22606
22607 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22608
22609         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22610         fix default for newmedia flag
22611
22612 2004-07-30  Wim Taymans  <wim@fluendo.com>
22613
22614         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22615         (gst_theora_dec_init), (theora_get_formats),
22616         (theora_dec_src_convert), (theora_dec_sink_convert),
22617         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22618         (theora_dec_chain), (theora_dec_set_property),
22619         (theora_dec_get_property):
22620         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22621         (gst_theora_enc_class_init), (gst_theora_enc_init),
22622         (theora_enc_sink_link), (theora_enc_chain),
22623         (theora_enc_set_property), (theora_enc_get_property):
22624         Added cropping option to theora decoder.
22625         Added border option to theora encoder.
22626
22627 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22628
22629         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22630         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22631         (gst_pngenc_set_property):
22632         * ext/libpng/gstpngenc.h:
22633         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
22634
22635 2004-07-30  Wim Taymans  <wim@fluendo.com>
22636
22637         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22638         (theora_enc_sink_link), (theora_enc_chain),
22639         (theora_enc_set_property), (theora_enc_get_property):
22640         Fix encoding of non-multiple-of-16 video.
22641
22642 2004-07-29  David Schleef  <ds@schleef.org>
22643
22644         * configure.ac: make test for audiofile more strict
22645
22646 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22647
22648         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22649           give different names to typefind functions
22650
22651 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22652
22653         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22654         (gst_ximagesink_calculate_pixel_aspect_ratio),
22655         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22656         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22657         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22658         (gst_ximagesink_get_property), (gst_ximagesink_init):
22659         * sys/ximage/ximagesink.h:
22660           allocate PAR's dynamically.
22661           use autodetected PAR if no object-set PAR is given.
22662           add workaround for directfb's X not setting physical size.
22663           fix to xvimagesink will follow tomorrow.
22664
22665 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22666
22667         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22668         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22669         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22670         (gst_shout2send_class_init), (gst_shout2send_init),
22671         (set_shout_metadata), (gst_shout2send_set_metadata),
22672         (gst_shout2send_chain), (gst_shout2send_set_property),
22673         (gst_shout2send_get_property), (gst_shout2send_connect),
22674         (gst_shout2send_change_state):
22675         * ext/shout2/gstshout2.h:
22676         - fix for sending mp3 audio to icecast2 server, if pad link function not
22677         called before PAUSED state
22678         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22679         - added tagging support for mp3 audio broadcasted
22680         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22681         debug info
22682
22683 2004-07-28  Wim Taymans  <wim@fluendo.com>
22684
22685         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22686         (gst_ogg_demux_push):
22687         Return query failure when we don't know the length of
22688         an ogg stream insteda of returning TRUE with a bogus value.
22689
22690 2004-07-28  Wim Taymans  <wim@fluendo.com>
22691
22692         * ext/theora/theoradec.c: (theora_get_formats),
22693         (theora_dec_src_convert), (theora_dec_sink_convert),
22694         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22695         (theora_dec_chain):
22696         Don't screw up the 1 Chroma for 1 luma sample situation when we
22697         have an odd offset/width by adding a black border in those cases.
22698
22699 2004-07-28  Wim Taymans  <wim@fluendo.com>
22700
22701         * ext/theora/theoradec.c: (theora_get_formats),
22702         (theora_dec_src_convert), (theora_dec_sink_convert),
22703         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22704         (theora_dec_chain):
22705         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22706         Added first attempt at cropping of the image as required by the
22707         theora spec. We need more properties in the caps (offset_x,
22708         offset_y,stride) to implement this correctly.
22709
22710 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22711
22712         * ext/dvdnav/README:
22713           Update the README to use dvddemux
22714         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22715           Ensure getcaps returns a subset of the template caps
22716         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22717         (gst_mpeg2subt_init):
22718           Ensure getcaps returns a subset of the template caps
22719         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22720         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22721         (gst_dvd_demux_get_subpicture_stream),
22722         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22723         * gst/mpegstream/gstdvddemux.h:
22724           Set the explicit caps on the current_video pad before pushing
22725           anything
22726         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22727         (gst_mpeg_demux_get_audio_stream):
22728           Free caps used to gst_pad_set_explicit_caps, which takes a const
22729           GstCaps *
22730
22731 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22732
22733         * configure.ac: update GStreamer requirement to 0.8.4 because of
22734           GstFraction.
22735
22736 2004-07-28  Wim Taymans  <wim@fluendo.com>
22737
22738         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22739         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22740         Add the pad to the element after setting up the caps. This
22741         makes it a lot easier to autoplug.
22742
22743 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22744
22745         * gst/median/gstmedian.c:
22746         * gst/mpeg2subt/gstmpeg2subt.c:
22747         * gst/mpegaudioparse/gstmpegaudioparse.c:
22748         * gst/mpegstream/gstdvddemux.c:
22749         * gst/mpegstream/gstmpegdemux.c:
22750         * gst/mpegstream/gstmpegpacketize.c:
22751         * gst/rtjpeg/gstrtjpeg.c:
22752         * gst/rtjpeg/gstrtjpegdec.c:
22753         * gst/rtjpeg/gstrtjpegenc.c:
22754         * gst/sine/gstsinesrc.c:
22755         * gst/smooth/gstsmooth.c:
22756         * gst/smpte/gstsmpte.c:
22757         * gst/smpte/gstsmpte.h:
22758         * gst/stereo/gststereo.c:
22759         * gst/videofilter/gstgamma.c:
22760         * gst/videofilter/gstvideobalance.c:
22761         * gst/videofilter/gstvideofilter.c:
22762         * gst/videofilter/gstvideoflip.c:
22763         * gst/videoscale/gstvideoscale.c:
22764         * gst/videoscale/videoscale.c:
22765         * gst/videotestsrc/gstvideotestsrc.c:
22766         * gst/videotestsrc/videotestsrc.c:
22767         * gst/wavenc/gstwavenc.c:
22768         * gst/wavparse/gstwavparse.c:
22769           fix local includes and 64 bits constants
22770
22771 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22772
22773         * win32/gst.sln:
22774         * gst-libs/gst/*/*.vcproj:
22775         * gst/*/*.vcproj:
22776           more working plugins
22777
22778 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22779
22780         * testsuite/alsa/Makefile.am:
22781         * testsuite/alsa/srcstate.c:
22782         add test for alsasrc changing state
22783
22784 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22785
22786         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22787         (gst_silence_get):
22788         * gst/silence/gstsilence.h:
22789         fix silence generation for 16bit raw audio
22790
22791 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22792
22793         * gst/matroska/matroska-demux.c:
22794         (gst_matroska_demux_parse_metadata),
22795         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22796         * gst/mpegaudio/common.c:
22797         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22798         (gst_videoscale_getcaps), (gst_videoscale_link),
22799         (gst_videoscale_src_fixate), (gst_videoscale_init),
22800         (gst_videoscale_finalize):
22801         * gst/videoscale/gstvideoscale.h:
22802         * gst/videotestsrc/gstvideotestsrc.c:
22803         (gst_videotestsrc_get_capslist):
22804         * gst/wavenc/gstwavenc.c:
22805         * sys/oss/gstossmixer.c: (fill_labels):
22806         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22807         (gst_ximagesink_handle_xevents),
22808         (gst_ximagesink_calculate_pixel_aspect_ratio),
22809         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22810         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22811         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22812         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22813         (gst_ximagesink_init), (gst_ximagesink_class_init):
22814         * sys/ximage/ximagesink.h:
22815         * sys/xvimage/xvimagesink.c:
22816         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22817         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22818         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22819         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22820         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22821         * sys/xvimage/xvimagesink.h:
22822           first batch of pixel aspect ratio commits.
22823
22824 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22825
22826         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22827         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22828         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22829           handle stride, needs work if we want to move stride handling
22830           upstream, but works correctly for our purposes.
22831
22832 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22833
22834         * gst/videoscale/README:
22835           add testing examples
22836         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22837         (gst_videoscale_chain):
22838         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22839         (gst_videoscale_get_size):
22840           add get_size function that handles stride like videotestsrc.
22841           fixes conversion for YUV formats for as much as I can test them.
22842
22843 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22844
22845         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22846         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22847         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22848         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22849         (gst_xvimagesink_xvimage_put):
22850           further cleanups, logging, error handling and synchronizing
22851
22852 2004-07-27  Wim Taymans  <wim@fluendo.com>
22853
22854         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22855         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22856         (gst_videomixer_pad_set_property),
22857         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22858         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22859         (gst_videomixer_class_init), (gst_videomixer_init),
22860         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22861         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22862         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22863         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22864         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22865         (gst_videomixer_loop), (plugin_init):
22866         Be a nicer negotiation citizen and provide a getcaps function on
22867         the srcpad. This also fixes a crash when resizing.
22868
22869 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22870
22871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22872         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22873
22874 2004-07-27  Wim Taymans  <wim@fluendo.com>
22875
22876         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22877         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22878         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22879         (gst_pngenc_set_property):
22880         * ext/libpng/gstpngenc.h:
22881         Added snapshot property to pngenc.
22882         removed g_print from pngdec
22883
22884 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22885
22886         * gst/ac3parse/ac3parse.vcproj
22887         * gst/adder/adder.vcproj
22888         * gst/alpha/alpha.vcproj
22889         * gst/alpha/alphacolor.vcproj
22890         * gst/asfdemux/asf.vcproj
22891         * gst/audioconvert/audioconvert.vcproj
22892         * gst/audiorate/audiorate.vcproj
22893         * gst/audioscale/audioscale.vcproj
22894         * gst/auparse/auparse.vcproj
22895         * gst/avi/avi.vcproj
22896         * gst/cdxaparse/cdxaparse.vcproj
22897         * gst/chart/chart.vcproj
22898         * gst/colorspace/colorspace.vcproj
22899         * gst/cutter/cutter.vcproj
22900         * gst/debug/debug.vcproj
22901         * gst/debug/efence.vcproj
22902         * gst/debug/navigationtest.vcproj
22903         * gst/deinterlace/deinterlace.vcproj
22904         * gst/effectv/effectv.vcproj
22905         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22906         * gst/filter/filter.vcproj
22907         * gst/flx/flxdec.vcproj
22908         * gst/goom/goom.vcproj
22909         * gst/interleave/interleave.vcproj
22910         * gst/law/alaw.vcproj
22911         * gst/law/mulaw.vcproj
22912         * gst/matroska/matroska.vcproj
22913         * gst/median/median.vcproj
22914         * gst/mixmatrix/mixmatrix.vcproj
22915         * gst/mpeg1sys/mpeg1systemencode.vcproj
22916         * gst/mpeg1videoparse/mp1videoparse.vcproj
22917         * gst/mpeg2sub/mpeg2subt.vcproj
22918         * gst/mpegaudio/mpegaudio.vcproj
22919         * gst/mpegaudioparse/mpegaudioparse.vcproj
22920         * gst/mpegstream/mpegstream.vcproj
22921         * gst/multifilesink/multifilesink.vcproj
22922         * gst/multipart/multipart.vcproj
22923         * gst/oneton/oneton.vcproj
22924         * gst/overlay/overlay.vcproj
22925         * gst/passthrough/passthrough.vcproj
22926         * gst/qtdemux/qtdemux.vcproj
22927         * gst/realmedia/rmdemux.vcproj
22928         * gst/rtjpeg/rtjpeg.vcproj
22929         * gst/rtp/rtp.vcproj
22930         * gst/silence/silence.vcproj
22931         * gst/sine/sinesrc.vcproj
22932         * gst/smooth/smooth.vcproj
22933         * gst/smpte/smpte.vcproj
22934         * gst/spectrum/spectrum.vcproj
22935         * gst/speed/speed.vcproj
22936         * gst/stereo/stereo.vcproj
22937         * gst/switch/switch.vcproj
22938         * gst/tags/tagedit.vcproj
22939         * gst/tcp/tcp.vcproj
22940         * gst/typefind/typefindfunctions.vcproj
22941         * gst/udp/udp.vcproj
22942         * gst/videobox/videobox.vcproj
22943         * gst/videocrop/videocrop.vcproj
22944         * gst/videodrop/videodrop.vcproj
22945         * gst/videofilter/gamma.vcproj
22946         * gst/videofilter/videobalance.vcproj
22947         * gst/videofilter/videofilter.vcproj
22948         * gst/videofilter/videoflip.vcproj
22949         * gst/videoflip/videoflip.vcproj
22950         * gst/videomixer/videomixer.vcproj
22951         * gst/videorate/videorate.vcproj
22952         * gst/videoscale/videoscale.vcproj
22953         * gst/videotestsrc/videotestsrc.vcproj
22954         * gst/virtualdub/virtualdub.vcproj
22955         * gst/volenv/volenv.vcproj
22956         * gst/volume/volume.vcproj
22957         * gst/wavenc/wavenc.vcproj
22958         * gst/wavparse/wavparse.vcproj
22959         * gst/y4m/y4menc.vcproj
22960         * gst-libs/gst/audio/audio.vcproj
22961         * gst-libs/gst/audio/audiofilter.vcproj
22962         * gst-libs/gst/colorbalance/colorbalance.vcproj
22963         * gst-libs/gst/idct/idtc.vcproj
22964         * gst-libs/gst/media-info/media-info.vcproj
22965         * gst-libs/gst/mixer/mixer.vcproj
22966         * gst-libs/gst/navigation/navigation.vcproj
22967         * gst-libs/gst/play/play.vcproj
22968         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22969         * gst-libs/gst/resample/resample.vcproj
22970         * gst-libs/gst/riff/riff.vcproj
22971         * gst-libs/gst/tuner/tuner.vcproj
22972         * gst-libs/gst/video/video.vcproj
22973         * gst-libs/gst/xoverlay/xoverlay.vcproj
22974           avoid problems with math.h, fix release dependancy
22975           rename GStreamer-0.8.lib to libgstreamer.lib
22976
22977 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22978
22979         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22981         the atom is not available we have to unlock the mutex. Fixes #148023
22982
22983 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22984
22985         * gst-libs/gst/media-info/media-info.h:
22986           issue for a vararg macro with MSVC
22987
22988 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22989
22990         * gst/effectv/effectv.vcproj
22991         * gst-libs/gst/idct/idct.vcproj:
22992         * gst-libs/gst/media-info/media-info.vcproj:
22993         * gst-libs/gst/navigation/navigation.vcproj:
22994         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22995         * gst-libs/gst/video/video.vcproj:
22996         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22997           fixes for build problems
22998
22999 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23000
23001         * gst-libs/gst/audio/audio.def:
23002         * gst-libs/gst/audio/riff.def:
23003           add some definitions needed by plugins
23004
23005 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23006
23007         * gst/asfdemux/gstasfmux.c
23008           Fix some 64 bits constants to be glib friendly
23009
23010 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23011
23012         * gst/ac3parse/gstac3parse.c
23013         * gst/audioscale/gstaudioscale.c
23014         * gst/auparse/gstauparse.c
23015         * gst/colorspace/gstcolorspace.c
23016         * gst/colorspace/yuv2rgb.h
23017           local include fixes
23018
23019 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23020
23021         * win32/gst.sln
23022           add more plugins to the build
23023
23024 2004-07-26  Julien MOUTTE  <julien@moutte.net>
23025
23026         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23027         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
23028
23029 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23030
23031         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23032         (gst_level_set_property), (gst_level_get_property),
23033         (gst_level_base_init), (gst_level_class_init):
23034           add debugging categories.  cleanups.
23035
23036 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23037
23038         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23039         (gst_videoscale_planar411), (gst_videoscale_planar400),
23040         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
23041         (gst_videoscale_scale_nearest_str1),
23042         (gst_videoscale_scale_nearest_str2),
23043         (gst_videoscale_scale_nearest_str4),
23044         (gst_videoscale_scale_nearest_16bit),
23045         (gst_videoscale_scale_nearest_24bit):
23046           fixed stride issues
23047           tested with 320x240 -> 321, 322, 324 x240
23048           tested with YV12, I420, YUY2, UYVY
23049           fixed packed422rev (don't think it could have worked before)
23050           by testing with UYVY
23051
23052 2004-07-26  Benjamin Otte  <otte@gnome.org>
23053
23054         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23055         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23056         (plugin_init):
23057           add debugging category, add error checks like checking return values
23058           of setup calls, make sure it still works after
23059           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23060
23061 2004-07-26  Wim Taymans  <wim@fluendo.com>
23062
23063         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23064         (gst_mpeg_demux_get_audio_stream),
23065         (gst_mpeg_demux_process_private):
23066         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23067         Check for error codes from the negotiation functions. Make sure
23068         we really set the pad caps when a new pad is created.
23069
23070 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23071
23072         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23073         (gst_ffmpeg_caps_to_pix_fmt):
23074         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23075         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23076         (gst_ffmpegcolorspace_pad_link):
23077           don't make function do two things at the same time without reason.
23078
23079 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23080
23081         * gst/ac3parse/ac3parse.vcproj
23082         * gst/adder/adder.vcproj
23083         * gst/alpha/alpha.vcproj
23084         * gst/alpha/alphacolor.vcproj
23085         * gst/asfdemux/asf.vcproj
23086         * gst/audioconvert/audioconvert.vcproj
23087         * gst/audiorate/audiorate.vcproj
23088         * gst/audioscale/audioscale.vcproj
23089         * gst/auparse/auparse.vcproj
23090         * gst/avi/avi.vcproj
23091         * gst/cdxaparse/cdxaparse.vcproj
23092         * gst/chart/chart.vcproj
23093         * gst/colorspace/colorspace.vcproj
23094         * gst/cutter/cutter.vcproj
23095         * gst/debug/debug.vcproj
23096         * gst/debug/efence.vcproj
23097         * gst/debug/navigationtest.vcproj
23098         * gst/deinterlace/deinterlace.vcproj
23099         * gst/effectv/effectv.vcproj
23100         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23101         * gst/filter/filter.vcproj
23102         * gst/flx/flxdec.vcproj
23103         * gst/goom/goom.vcproj
23104         * gst/interleave/interleave.vcproj
23105         * gst/law/alaw.vcproj
23106         * gst/law/mulaw.vcproj
23107         * gst/matroska/matroska.vcproj
23108         * gst/median/median.vcproj
23109         * gst/mixmatrix/mixmatrix.vcproj
23110         * gst/mpeg1sys/mpeg1systemencode.vcproj
23111         * gst/mpeg1videoparse/mp1videoparse.vcproj
23112         * gst/mpeg2sub/mpeg2subt.vcproj
23113         * gst/mpegaudio/mpegaudio.vcproj
23114         * gst/mpegaudioparse/mpegaudioparse.vcproj
23115         * gst/mpegstream/mpegstream.vcproj
23116         * gst/multifilesink/multifilesink.vcproj
23117         * gst/multipart/multipart.vcproj
23118         * gst/oneton/oneton.vcproj
23119         * gst/overlay/overlay.vcproj
23120         * gst/passthrough/passthrough.vcproj
23121         * gst/qtdemux/qtdemux.vcproj
23122         * gst/realmedia/rmdemux.vcproj
23123         * gst/rtjpeg/rtjpeg.vcproj
23124         * gst/rtp/rtp.vcproj
23125         * gst/silence/silence.vcproj
23126         * gst/sine/sinesrc.vcproj
23127         * gst/smooth/smooth.vcproj
23128         * gst/smpte/smpte.vcproj
23129         * gst/spectrum/spectrum.vcproj
23130         * gst/speed/speed.vcproj
23131         * gst/stereo/stereo.vcproj
23132         * gst/switch/switch.vcproj
23133         * gst/tags/tagedit.vcproj
23134         * gst/tcp/tcp.vcproj
23135         * gst/typefind/typefindfunctions.vcproj
23136         * gst/udp/udp.vcproj
23137         * gst/videobox/videobox.vcproj
23138         * gst/videocrop/videocrop.vcproj
23139         * gst/videodrop/videodrop.vcproj
23140         * gst/videofilter/gamma.vcproj
23141         * gst/videofilter/videobalance.vcproj
23142         * gst/videofilter/videofilter.vcproj
23143         * gst/videofilter/videoflip.vcproj
23144         * gst/videoflip/videoflip.vcproj
23145         * gst/videomixer/videomixer.vcproj
23146         * gst/videorate/videorate.vcproj
23147         * gst/videoscale/videoscale.vcproj
23148         * gst/videotestsrc/videotestsrc.vcproj
23149         * gst/virtualdub/virtualdub.vcproj
23150         * gst/volenv/volenv.vcproj
23151         * gst/volume/volume.vcproj
23152         * gst/wavenc/wavenc.vcproj
23153         * gst/wavparse/wavparse.vcproj
23154         * gst/y4m/y4menc.vcproj
23155           more plugins supported under windows
23156
23157 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23158
23159         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23160         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23161         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23163         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23164           Add debugging statements.  Use the sizes as returned by the
23165           *CreateImage calls.
23166
23167 2004-07-26  Johan Dahlin  <johan@gnome.org>
23168
23169         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23170         the pad is negotiated.
23171
23172         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23173
23174 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23175
23176         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23177         * gst-libs/gst/idct/idct.vcproj:
23178         * gst-libs/gst/media-info/media-info.vcproj:
23179         * gst-libs/gst/mixer/mixer.vcproj:
23180         * gst-libs/gst/navigation/navigation.vcproj:
23181         * gst-libs/gst/play/play.vcproj:
23182         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23183         * gst-libs/gst/resample/resample.vcproj:
23184         * gst-libs/gst/tuner/tuner.vcproj:
23185         * gst-libs/gst/video/video.vcproj:
23186         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23187           more plugins supported under windows
23188
23189 2004-07-25 Iain <iain@prettypeople.org>
23190
23191         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23192         pad now rather than when the pad is created because state changes wipe
23193         explicit caps (fixes #148043).
23194
23195 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
23196
23197         reviewed by Benjamin Otte  <otte@gnome.org>
23198
23199         * ext/mad/gstmad.c:
23200           fix mad plugin crashing on Sun (fixes #148289)
23201
23202 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23203
23204         * gst/avi/avi.def:
23205         * gst/avi/avi.vcproj:
23206         * gst/matroska/matroska.def:
23207         * gst/matroska/matroska.vcproj:
23208           remove unused .def files
23209
23210 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23211
23212         * gst-libs/gst/audio/gstaudiofilter.c:
23213           Clean the local include
23214
23215 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23216
23217         * win32/gst.sln:
23218         * gst-libs/gst/audio/audio.def:
23219         * gst-libs/gst/audio/audio.vcproj:
23220         * gst-libs/gst/audio/audiofilter.vcproj:
23221         * gst-libs/gst/audio/riff.def:
23222         * gst-libs/gst/audio/riff.vcproj:
23223         * gst-libs/gst/gst-libs.def:
23224         * gst-libs/gst/gst-libs.vcproj:
23225         * gst/avi/avi.vcproj:
23226         * gst/avi/avi.vcproj:
23227           Copy the files where needed after building, cleaner projects
23228
23229 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23230
23231         * gst/matroska/ebml-write.c:
23232           Fix some 64 bits constants to be glib friendly
23233
23234 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
23235
23236         * win32/gst.sln:
23237         * gst-libs/gst/gst-libs.def:
23238         * gst-libs/gst/gst-libs.vcproj:
23239         * gst/matroska/matroska.def:
23240         * gst/matroska/matroska.vcproj:
23241           Add the preliminary canvas to build plugins on Win32
23242
23243 2004-07-23  Benjamin Otte  <otte@gnome.org>
23244
23245         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23246           don't enfore negotiation from source side, it breaks
23247           sinesrc ! audioconvert ! osssink
23248
23249 2004-07-22  David Schleef  <ds@schleef.org>
23250
23251         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23252         for ELF files, since they can easily be recognized as audio/mpeg.
23253         (bug #147441)
23254
23255 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23256
23257         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23258         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23259         (gst_videoscale_scale_nearest_24bit),
23260         (gst_videoscale_scale_nearest_16bit):
23261           fix 16bit and 24bit for stride (24bit might need testing)
23262           don't pretend we do more than one algorithm
23263
23264 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23265
23266         * configure.ac:
23267         * gst/Makefile.am:
23268         * gst/multifilesink/Makefile.am:
23269         * gst/multifilesink/gstmultifilesink.c:
23270         (gst_multifilesink_get_formats),
23271         (gst_multifilesink_get_query_types), (_do_init),
23272         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23273         (gst_multifilesink_init), (gst_multifilesink_dispose),
23274         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23275         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23276         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23277         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23278         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23279         (gst_multifilesink_uri_get_type),
23280         (gst_multifilesink_uri_get_protocols),
23281         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23282         (gst_multifilesink_uri_handler_init), (plugin_init):
23283         * gst/multifilesink/gstmultifilesink.h:
23284         * testsuite/Makefile.am:
23285         * testsuite/multifilesink/Makefile.am:
23286         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23287         (gst_newmedia_class_init), (gst_newmedia_init),
23288         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23289         (newfile_signal), (test_signal), (main):
23290         multifilesink plugin for creating new files every time a new media
23291         discontinuity event occurs
23292
23293 2004-07-22  Wim Taymans  <wim@fluendo.com>
23294
23295         * gst/alpha/Makefile.am:
23296         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23297         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23298         (gst_alpha_color_init), (gst_alpha_color_set_property),
23299         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23300         (transform), (gst_alpha_color_chain),
23301         (gst_alpha_color_change_state), (plugin_init):
23302         Stupid plugin to to RGBA to AYUV conversion because none of
23303         the colorspace plugins can handle that yet.
23304
23305 2004-07-22  Wim Taymans  <wim@fluendo.com>
23306
23307         * examples/seeking/seek.c: (update_scale), (main):
23308         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23309         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23310         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23311         (gst_decode_bin_init), (gst_decode_bin_dispose),
23312         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23313         (no_more_pads), (close_link), (type_found),
23314         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23315         (plugin_init):
23316         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23317         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23318         (gst_play_base_bin_dispose), (queue_overrun),
23319         (gen_preroll_element), (remove_prerolls), (unknown_type),
23320         (no_more_pads), (new_stream), (setup_source),
23321         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23322         (play_base_eos), (gst_play_base_bin_change_state),
23323         (gst_play_base_bin_add_element),
23324         (gst_play_base_bin_remove_element),
23325         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23326         (gst_play_base_bin_unlink_stream),
23327         (gst_play_base_bin_get_streaminfo):
23328         * gst/playback/gstplaybin.c: (gen_video_element),
23329         (gen_audio_element):
23330         * gst/playback/gststreaminfo.h:
23331         More playback updates, attempt to fix things after the state change
23332         breakage.
23333
23334 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23335
23336         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23337         (gst_videoscale_scale_nearest_16bit):
23338           comment algorithm
23339
23340 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23341
23342         * gst/videotestsrc/gstvideotestsrc.c:
23343         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23344         (gst_videotestsrc_init), (gst_videotestsrc_get),
23345         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23346         (gst_videotestsrc_get_property):
23347         * gst/videotestsrc/gstvideotestsrc.h:
23348         * gst/videotestsrc/videotestsrc.c:
23349         * gst/videotestsrc/videotestsrc.h:
23350           cleanup and commenting
23351
23352 2004-07-21  Wim Taymans  <wim@fluendo.com>
23353
23354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23355         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23356         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23357         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23358         (_find_chain_get_unknown_part), (_find_streams_check),
23359         (gst_ogg_demux_push), (gst_ogg_pad_push):
23360         * ext/theora/theoradec.c: (theora_get_formats),
23361         (theora_dec_src_convert), (theora_dec_sink_convert),
23362         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23363         (theora_dec_chain):
23364         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23365         (vorbis_dec_convert), (vorbis_dec_src_query),
23366         (vorbis_dec_src_event), (vorbis_dec_event):
23367         More seeking fixes, oggdemux now supports seeking to time and
23368         uses the downstream element to convert granulepos to time.
23369         Seeking in theora-only ogg files now works.
23370
23371 2004-07-21  Wim Taymans  <wim@fluendo.com>
23372
23373         * ext/theora/theoradec.c: (gst_theora_dec_init),
23374         (theora_get_formats), (theora_get_event_masks),
23375         (theora_get_query_types), (theora_dec_src_convert),
23376         (theora_dec_sink_convert), (theora_dec_src_query),
23377         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23378         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23379         (vorbis_get_event_masks), (vorbis_get_query_types),
23380         (gst_vorbis_dec_init), (vorbis_dec_convert),
23381         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23382         Added query/convert/formats functions to vorbis and theora decoders
23383         so that the outside world can use them too. Fixed seeking on an
23384         ogg/theora/vorbis file by disabling the seeking seeking on the
23385         theora srcpad.
23386
23387 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23388
23389         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23390         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23391         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23392         images creation for both elements. We don't create the image on caps
23393         nego or renego, we just destroy the internal one if present if it does
23394         not match the needs. The chain function takes care of creating a new
23395         image when needed.
23396         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23397         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23398         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23399         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23400         the image format information. The buffer pool checks for the context
23401         image format and discard images with different formats.
23402         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23403
23404 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23405
23406         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23407         (gst_ffmpegcolorspace_chain):
23408           no point in doing any chaining if the pad we want to push from
23409           isn't usable.
23410
23411 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23412
23413         * gst-libs/gst/riff/riff-media.c:
23414         (gst_riff_create_audio_caps_with_data):
23415           Fix double end-to-native symbol conversion (#148021).
23416
23417 2004-07-20  David Schleef  <ds@schleef.org>
23418
23419         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23420         Don't use an Atom that doesn't exist.
23421
23422 2004-07-20  Wim Taymans  <wim@fluendo.com>
23423
23424         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23425         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23426         (gst_multifdsink_client_remove),
23427         (gst_multifdsink_handle_client_write),
23428         (gst_multifdsink_queue_buffer):
23429         * gst/tcp/gstmultifdsink.h:
23430         More multifdsink stats. Avoid deadlock by releasing locks
23431         before sending out a signal.
23432
23433 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23434
23435         * po/LINGUAS:
23436         * po/hu.po:
23437           added Hungarian translation (Laszlo Dvornik)
23438
23439 2004-07-20  Wim Taymans  <wim@fluendo.com>
23440
23441         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23442         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23443         (gst_multifdsink_handle_client_write),
23444         (gst_multifdsink_queue_buffer):
23445         * gst/tcp/gsttcp-marshal.list:
23446         Fixed the stupid marshal definition.
23447
23448 2004-07-20  Wim Taymans  <wim@fluendo.com>
23449
23450         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23451         (gst_multifdsink_init), (gst_multifdsink_add),
23452         (gst_multifdsink_client_remove),
23453         (gst_multifdsink_handle_client_write),
23454         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23455         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23456         (gst_multifdsink_init_send):
23457         * gst/tcp/gstmultifdsink.h:
23458         Added more stats, added timeout for a client, fixed some typos
23459         and added some comments.
23460
23461 2004-07-20  Wim Taymans  <wim@fluendo.com>
23462
23463         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23464         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23465         (gst_multifdsink_client_remove),
23466         (gst_multifdsink_handle_client_write):
23467         * gst/tcp/gstmultifdsink.h:
23468         * gst/tcp/gsttcp-marshal.list:
23469         Added get_stats method that returns a GValueArray of
23470         stats values.
23471
23472 2004-07-19  Benjamin Otte  <otte@gnome.org>
23473
23474         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23475           make sure longname, description and author are valid UTF-8
23476
23477 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23478
23479         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23480         (gst_ximagesink_set_property):
23481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23482         (gst_xvimagesink_set_property):
23483           make sure SYNCHRONOUS is respected after getting the X context
23484
23485 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23486
23487         * gst/matroska/matroska-demux.c:
23488         (gst_matroska_demux_handle_src_event),
23489         (gst_matroska_demux_parse_blockgroup):
23490         * gst/matroska/matroska-ids.h:
23491           add BlockReference tag and ignore it to clear out log.
23492           ignore NAVIGATION events to clear out log.
23493
23494 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23495
23496         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23497         (gst_matroska_demux_add_stream):
23498         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23499           add debug categories
23500
23501 2004-07-16  Wim Taymans  <wim@fluendo.com>
23502
23503         * ext/libpng/Makefile.am:
23504         * ext/libpng/gstpng.c: (plugin_init):
23505         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23506         (gst_pngdec_get_type), (gst_pngdec_base_init),
23507         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23508         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23509         * ext/libpng/gstpngdec.h:
23510         Added png decoder.
23511
23512 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23513
23514         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23515         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23516         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23517         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23518         (gst_ximagesink_buffer_alloc):
23519         * sys/ximage/ximagesink.h:
23520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23521         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23522         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23523         (gst_xvimagesink_buffer_alloc):
23524         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23525         again. Using internal data pointer of the x(v)image to store image's
23526         data to be coherent with the buffer alloc mechanism. Investigated the
23527         image destruction code to be sure that everything gets freed correctly.
23528
23529 2004-07-16  Wim Taymans  <wim@fluendo.com>
23530
23531         * gst-libs/gst/riff/riff-read.c:
23532         (gst_riff_read_strf_vids_with_data),
23533         (gst_riff_read_strf_auds_with_data):
23534         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23535         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23536         Make sure we don't create 0 sized subbuffers in riff-read.
23537         Signal the no more pads signal after reading the avi header.
23538
23539 2004-07-16  Wim Taymans  <wim@fluendo.com>
23540
23541         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23542         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23543         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23544         (gst_decode_bin_init), (gst_decode_bin_dispose),
23545         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23546         (no_more_pads), (close_link), (type_found),
23547         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23548         (gst_decode_bin_change_state), (plugin_init):
23549         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23550         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23551         (gst_play_base_bin_dispose), (queue_overrun),
23552         (gen_preroll_element), (remove_prerolls), (unknown_type),
23553         (no_more_pads), (new_stream), (setup_source),
23554         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23555         (play_base_eos), (gst_play_base_bin_change_state),
23556         (gst_play_base_bin_add_element),
23557         (gst_play_base_bin_remove_element),
23558         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23559         (gst_play_base_bin_unlink_stream),
23560         (gst_play_base_bin_get_streaminfo):
23561         * gst/playback/gstplaybasebin.h:
23562         Better error recovery. Added configurable preroll queue size. Faster
23563         detection of no-more-pads.
23564
23565 2004-07-16  Wim Taymans  <wim@fluendo.com>
23566
23567         * gst-libs/gst/video/video.h:
23568         Added 32 bits RGBA. Not sure if we should use another mime-type
23569         for alpha rgb. Currently the presence of the alpha_mask property
23570         signals an alpha channel.
23571
23572 2004-07-16  Wim Taymans  <wim@fluendo.com>
23573
23574         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23575         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23576         FPS seems to be 0.0 to MAX everywhere else.
23577
23578 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23579
23580         * gst-libs/gst/riff/riff-media.c:
23581         (gst_riff_create_video_caps_with_data):
23582           mp42/mp43 (no caps) exist too.
23583         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23584           Set pixel_width/height; we've got them in-caps.
23585         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23586         * gst/wavparse/gstwavparse.c: (plugin_init):
23587           Both are valid primary.
23588         * sys/oss/gstossmixer.c:
23589           Remove i18n hack and enable translations.
23590
23591 2004-07-15  Benjamin Otte  <otte@gnome.org>
23592
23593         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23594         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23595           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23596
23597 2004-07-15  Benjamin Otte  <otte@gnome.org>
23598
23599         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23600         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23601         (gst_alsa_close_audio):
23602           disable some of the debugging code for now. Writing debugging to a
23603           buffer is broken in current alsalib releases.
23604
23605 2004-07-12  Benjamin Otte  <otte@gnome.org>
23606
23607         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23608           use bufferpools
23609
23610 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23611
23612         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23613         (theora_dec_src_query), (theora_dec_event):
23614         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23615           add debugging categories.  Remove \n's.
23616
23617 2004-07-13  Johan Dahlin  <johan@gnome.org>
23618
23619         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23620         (gst_play_bin_get_property): Impl.
23621
23622 2004-07-13  Wim Taymans  <wim@fluendo.com>
23623
23624         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23625         When trying to find the stream length, seek back N pages
23626         instead of just one, where N is the number of streams in
23627         the current chain.
23628
23629 2004-07-13  Wim Taymans  <wim@fluendo.com>
23630
23631         * gst-libs/gst/riff/riff-media.c:
23632         (gst_riff_create_audio_caps_with_data),
23633         (gst_riff_create_audio_caps),
23634         (gst_riff_create_audio_template_caps):
23635         * gst-libs/gst/riff/riff-media.h:
23636         * gst-libs/gst/riff/riff-read.c:
23637         (gst_riff_read_strf_vids_with_data),
23638         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23639         * gst-libs/gst/riff/riff-read.h:
23640         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23641         (gst_avi_demux_add_stream):
23642         Set codec_data on caps for avidemuxer.
23643
23644 2004-07-12  David Schleef  <ds@schleef.org>
23645
23646         * configure.ac: Fix test for Objective C
23647
23648 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23649         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23650         (gst_gdk_pixbuf_chain):
23651           Add svg and pcx to template caps, and ensure that getcaps returns a
23652           subset of the template caps.
23653           Copy each row manually for output, as gdkpixbuf may pad the
23654           rowstride to a 32-bit word boundary.
23655
23656 2004-07-12  Wim Taymans  <wim@fluendo.com>
23657
23658         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23659         (gst_riff_create_video_template_caps):
23660         Fix the template caps to include some more media types.
23661
23662 2004-07-12  Wim Taymans  <wim@fluendo.com>
23663
23664         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23665         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23666         (compare_ranks), (print_feature), (gst_decode_bin_init),
23667         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23668         (try_to_link_1), (new_pad), (close_link), (type_found),
23669         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23670         (gst_decode_bin_change_state), (plugin_init):
23671         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23672         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23673         (gst_play_base_bin_dispose), (queue_overrun),
23674         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23675         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23676         (gst_play_base_bin_get_property), (play_base_eos),
23677         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23678         (gst_play_base_bin_remove_element),
23679         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23680         (gst_play_base_bin_unlink_stream),
23681         (gst_play_base_bin_get_streaminfo):
23682         * gst/playback/gstplaybasebin.h:
23683         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23684         (gst_play_bin_class_init), (gst_play_bin_init),
23685         (gst_play_bin_dispose), (gst_play_bin_set_property),
23686         (gst_play_bin_get_property), (gen_video_element),
23687         (gen_audio_element), (remove_sinks), (setup_sinks),
23688         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23689         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23690         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23691         (gst_play_bin_query), (plugin_init):
23692         * gst/playback/test4.c: (main):
23693         More fixes on reusing of the element.
23694
23695 2004-07-11  Benjamin Otte  <otte@gnome.org>
23696
23697         * ext/mad/gstmad.c: (normal_seek):
23698           allow seeking for other methods than just SET
23699
23700 2004-07-11  Andy Wingo  <wingo@pobox.com>
23701
23702         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23703         float, "any" caps -> buffer_frames=[0,MAX].
23704
23705         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23706         doesn't intersect our caps with the template any more. Do it
23707         ourselves.
23708         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23709
23710 2004-07-09  Wim Taymans  <wim@fluendo.com>
23711
23712         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23713         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23714         (compare_ranks), (print_feature), (gst_decode_bin_init),
23715         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23716         (try_to_link_1), (new_pad), (close_link), (type_found),
23717         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23718         (gst_decode_bin_change_state), (plugin_init):
23719         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23720         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23721         (gst_play_base_bin_dispose), (queue_overrun),
23722         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23723         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23724         (gst_play_base_bin_get_property), (play_base_eos),
23725         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23726         (gst_play_base_bin_remove_element),
23727         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23728         (gst_play_base_bin_unlink_stream),
23729         (gst_play_base_bin_get_streaminfo):
23730         * gst/playback/gstplaybasebin.h:
23731         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23732         (gst_play_bin_class_init), (gst_play_bin_init),
23733         (gst_play_bin_dispose), (gst_play_bin_set_property),
23734         (gst_play_bin_get_property), (gen_video_element),
23735         (gen_audio_element), (remove_sinks), (setup_sinks),
23736         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23737         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23738         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23739         (gst_play_bin_query), (plugin_init):
23740         * gst/playback/test4.c: (main):
23741         Work on object reuse and seeking.
23742
23743 2004-07-09  Wim Taymans  <wim@fluendo.com>
23744
23745         * examples/seeking/seek.c: (iterate):
23746         Don't consume all CPU in the idle loop.
23747
23748 2004-07-09  Wim Taymans  <wim@fluendo.com>
23749
23750         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23751         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23752         Add pad to element *after* setting the pad functions so that
23753         the scheduler can use the correct ones.
23754
23755 2004-07-09  Wim Taymans  <wim@fluendo.com>
23756
23757         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23758         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23759         Sync to keyframe after seek
23760
23761 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23762
23763         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23764         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23765         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23766         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23767         * ext/libvisual/visual.c: (gst_visual_change_state):
23768         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23769         * ext/theora/theoradec.c: (theora_dec_change_state):
23770         * ext/theora/theoraenc.c: (theora_enc_change_state):
23771         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23772         * gst-libs/gst/navigation/navigation.c:
23773         * gst/adder/gstadder.c: (gst_adder_change_state):
23774         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23775         (gst_audio_convert_get_buffer):
23776         * gst/multipart/multipartdemux.c:
23777         (gst_multipart_demux_change_state):
23778         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23779         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23780         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23781         * gst/videoscale/gstvideoscale.c:
23782         (gst_videoscale_handle_src_event):
23783         * gst/volume/gstvolume.c: (volume_chain_int16):
23784           don't assert in state change, this should be done by the base
23785           GstElement class.
23786           various debugging fixes.
23787
23788 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23789
23790         * configure.ac:
23791         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23792         (gst_play_dispose), (gst_play_set_location),
23793         (gst_play_set_data_src), (gst_play_set_video_sink),
23794         (gst_play_set_audio_sink), (gst_play_set_visualization),
23795         (gst_play_connect_visualization), (gst_play_get_sink_element),
23796         (gst_play_get_all_by_interface):
23797         * gst-libs/gst/play/play.h:
23798           add new method to get elements implementing an interface.
23799           add various error logging
23800
23801 2004-07-08  Wim Taymans  <wim@fluendo.com>
23802
23803         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23804         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23805         (make_playerbin_pipeline), (query_durations_elems),
23806         (query_durations_pads), (query_positions_elems),
23807         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23808         (main):
23809         Added playbin seeking example.
23810
23811 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23812
23813         * gst-libs/gst/play/play.c: (gst_play_set_location),
23814         (gst_play_set_data_src), (gst_play_set_video_sink),
23815         (gst_play_set_audio_sink), (gst_play_set_visualization),
23816         (gst_play_connect_visualization), (gst_play_get_framerate):
23817           use a macro to look up elements from hash table
23818
23819 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23820
23821         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23822         (gst_play_get_length_callback), (gst_play_set_location),
23823         (gst_play_seek_to_time), (gst_play_set_data_src),
23824         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23825         (gst_play_set_visualization), (gst_play_connect_visualization),
23826         (gst_play_get_sink_element):
23827         - add debugging info
23828         - fix looking up sink elements by iterating over complete caps
23829         - put everything except for source and autoplugger in a complete bin
23830
23831 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23832
23833         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23834         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23835         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23836         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23837         * ext/alsa/gstalsasink.h:
23838         - add debugging info
23839         - clean up schizophrenia of data/buffer/event
23840         - fix double event unref error
23841
23842 2004-07-08  Wim Taymans  <wim@fluendo.com>
23843
23844         * gst/playback/Makefile.am:
23845         Add headers to noinst
23846
23847 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23848
23849         * tools/gst-launch-ext-m.m:
23850         * tools/gst-launch-ext.1.in:
23851           convert to the third millenium
23852
23853 2004-07-07  David Schleef  <ds@schleef.org>
23854
23855         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23856
23857 2004-07-07  Wim Taymans  <wim@fluendo.com>
23858
23859         * gst/playback/Makefile.am:
23860         * gst/playback/README:
23861         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23862         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23863         (compare_ranks), (print_feature), (gst_decode_bin_init),
23864         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23865         (try_to_link_1), (new_pad), (close_link), (type_found),
23866         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23867         (plugin_init):
23868         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23869         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23870         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23871         (gen_preroll_element), (no_more_pads), (new_stream),
23872         (setup_source), (gst_play_base_bin_set_property),
23873         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23874         (gst_play_base_bin_add_element),
23875         (gst_play_base_bin_remove_element),
23876         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23877         (gst_play_base_bin_unlink_stream),
23878         (gst_play_base_bin_get_streaminfo):
23879         * gst/playback/gstplaybasebin.h:
23880         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23881         (gst_play_bin_class_init), (gst_play_bin_init),
23882         (gst_play_bin_dispose), (gst_play_bin_set_property),
23883         (gst_play_bin_get_property), (gen_video_element),
23884         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23885         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23886         (gst_play_bin_get_formats), (gst_play_bin_convert),
23887         (gst_play_bin_get_query_types), (gst_play_bin_query),
23888         (plugin_init):
23889         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23890         (gst_stream_info_get_type), (gst_stream_info_class_init),
23891         (gst_stream_info_init), (gst_stream_info_new),
23892         (gst_stream_info_dispose), (gst_stream_info_set_property),
23893         (gst_stream_info_get_property):
23894         * gst/playback/gststreaminfo.h:
23895         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23896         (main):
23897         * gst/playback/test2.c: (main):
23898         * gst/playback/test3.c: (update_scale), (main):
23899         More playbin fixes. Added README. Do better element filtering.
23900         Added base class to preroll media. Added test apps.
23901
23902 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23903
23904         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23905         * ext/mpeg2dec/gstmpeg2dec.h:
23906           various debugging improvements.  Reset stream to next picture
23907           instead of sequence header, otherwise seeks cannot work.
23908
23909 2004-07-07  Wim Taymans  <wim@fluendo.com>
23910
23911         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23912         (gst_video_box_class_init), (gst_video_box_set_property),
23913         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23914         Use pad_alloc where possible.
23915
23916 2004-07-07  Wim Taymans  <wim@fluendo.com>
23917
23918         * sys/oss/gstosselement.c: (gst_osselement_reset),
23919         (gst_osselement_parse_caps):
23920         * sys/oss/gstosselement.h:
23921         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23922         Fix offset on osssrc.
23923
23924 2004-07-07  Wim Taymans  <wim@fluendo.com>
23925
23926         * ext/theora/theora.c: (plugin_init):
23927         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23928         (theora_dec_src_query), (theora_dec_chain):
23929         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23930         (theora_enc_sink_link), (theora_buffer_from_packet),
23931         (theora_push_packet), (theora_enc_chain):
23932         Fix theora granulepos calculation.
23933         Fix overflow in duration/position calculation.
23934         Bump rank to PRIMARY for theoradec.
23935         Use granulepos of last packet to calculate position.
23936         Set keyframe flag on buffers when needed.
23937
23938 2004-07-06  David Schleef  <ds@schleef.org>
23939
23940         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23941         serious?  (Fixed, obviously.)
23942
23943 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23944
23945         * po/LINGUAS:
23946         * po/cs.po:
23947           added Czech translation (Miloslav Trmac)
23948
23949 2004-07-05  Wim Taymans  <wim@fluendo.com>
23950
23951         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23952         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23953         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23954         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23955         (close_link), (type_found), (gst_decode_bin_set_property),
23956         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23957         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23958         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23959         (gst_decode_bin_query), (plugin_init):
23960         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23961         (gst_play_bin_class_init), (gst_play_bin_init),
23962         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23963         (get_video_element), (new_pad), (setup_source),
23964         (gst_play_bin_set_property), (gst_play_bin_get_property),
23965         (gst_play_bin_change_state), (gst_play_bin_add_element),
23966         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23967         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23968         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23969         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23970         * gst/playback/test.c: (main):
23971         More fixes, cleaned up playbin, make it use decodebin. Added
23972         threaded property to playbin.
23973
23974 2004-07-05  Wim Taymans  <wim@fluendo.com>
23975
23976         * configure.ac:
23977         * gst/playback/Makefile.am:
23978         * gst/playback/decodetest.c: (main):
23979         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23980         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23981         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23982         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23983         (close_link), (type_found), (gst_decode_bin_set_property),
23984         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23985         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23986         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23987         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23988         (plugin_init):
23989         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23990         (gst_play_bin_class_init), (gst_play_bin_init),
23991         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23992         (collect_sink_pads), (find_compatibles), (close_pad_link),
23993         (try_to_link_1), (new_pad), (close_link), (type_found),
23994         (setup_source), (gst_play_bin_set_property),
23995         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23996         (compare_ranks), (gst_play_bin_collect_factories),
23997         (gst_play_bin_change_state), (gst_play_bin_add_element),
23998         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23999         (gst_play_bin_send_event), (gst_play_bin_get_formats),
24000         (gst_play_bin_convert), (gst_play_bin_get_query_types),
24001         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24002         * gst/playback/test.c: (main):
24003         Added some playback helper elements and some test apps, very alpha
24004         still.
24005
24006 2004-07-04  Benjamin Otte  <otte@gnome.org>
24007
24008         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24009           only restart audio when we indeed have an xrun to fix repeated
24010           xruns. Fix suggested by Giuliano Pochini.
24011
24012 2004-07-03  David Schleef  <ds@schleef.org>
24013
24014         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
24015         call to gst_debug_log() if debugging is disabled (bug #145118)
24016
24017 2004-07-03  Benjamin Otte  <otte@gnome.org>
24018
24019         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24020           use our own functions for restarting the alsa device.
24021         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24022           I should apply patches myself - use MIN for the third argument, not
24023           the second, this fixes seeking
24024
24025 2004-07-02  David Schleef  <ds@schleef.org>
24026
24027         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24028         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
24029         do with the logic.
24030
24031 2004-07-02  David Schleef  <ds@schleef.org>
24032
24033         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
24034         output buffers.  Fix logic mistake.  (bug #144866)
24035
24036 2004-07-02  David Schleef  <ds@schleef.org>
24037
24038         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
24039         on X.  (bug #144753)
24040
24041 2004-07-02  David Schleef  <ds@schleef.org>
24042
24043         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
24044         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24045         (bug #144624)
24046         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24047         (gst_osselement_rate_probe_check): Add another workaround for
24048         buggy drivers (bug #145336)
24049
24050 2004-07-02  David Schleef  <ds@schleef.org>
24051
24052         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24053         Most systems don't have MSG_NOSIGNAL.
24054
24055 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24056
24057         * Makefile.am:
24058         * gst-libs/gst/colorbalance/Makefile.am:
24059         * gst-libs/gst/mixer/Makefile.am:
24060         * gst-libs/gst/play/Makefile.am:
24061         * gst-libs/gst/tuner/Makefile.am:
24062           (hopefully) fix both install and dist and make error message useful.
24063           needs testing across automakes.
24064
24065 2004-07-02  Benjamin Otte  <otte@gnome.org>
24066
24067         * ext/ogg/gstogg.c: (plugin_init):
24068           we require bytestream now
24069         * ext/ogg/gstoggdemux.c:
24070           huge diff to implement chain setup in a fast and generic way. This
24071           improves tag reading and startup of huge files (read: Theora videos)
24072           quite a bit. It probably contains bugs, too, so please test.
24073           Seeking is not improved to the fast method.
24074
24075 2004-06-29  Wim Taymans  <wim@fluendo.com>
24076
24077         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24078         * ext/ogg/gstoggmux.c:
24079         Fix memleak in oggdemux when running unconnected pads.
24080         doc update in mux, start working on keyframe mode.
24081
24082 2004-06-29  Benjamin Otte  <otte@gnome.org>
24083
24084         * sys/oss/gstosssink.c:
24085         * sys/oss/gstosssrc.c:
24086           advertise correct template caps - we indeed do non-native endianness
24087           and 8bit audio has no endianness
24088         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24089         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24090           avoid (wrong) duplications in getcaps function and return
24091           template caps
24092
24093 2004-06-29  Wim Taymans  <wim@fluendo.com>
24094
24095         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24096         (gst_multifdsink_class_init), (gst_multifdsink_add),
24097         (gst_multifdsink_remove), (gst_multifdsink_clear),
24098         (gst_multifdsink_client_remove),
24099         (gst_multifdsink_handle_client_read),
24100         (gst_multifdsink_client_queue_data),
24101         (gst_multifdsink_client_queue_caps),
24102         (gst_multifdsink_client_queue_buffer),
24103         (gst_multifdsink_handle_client_write),
24104         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24105         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24106         (gst_multifdsink_init_send), (gst_multifdsink_close):
24107         Fix wrong GList iteration that could crash the server when
24108         more then 2 clients disconnect at the same time. Read all the
24109         pending commands in one batch to recover from command storms under
24110         very heavy load.
24111
24112 2004-06-28  Wim Taymans  <wim@fluendo.com>
24113
24114         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24115         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24116         (gst_videomixer_pad_set_property),
24117         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24118         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24119         (gst_videomixer_class_init), (gst_videomixer_init),
24120         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24121         (pad_zorder_compare), (gst_videomixer_sort_pads),
24122         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24123         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24124         (gst_videomixer_update_queues), (gst_videomixer_loop),
24125         (plugin_init):
24126         Avoid divide by zero, choose masterpad as the pad with the highest
24127         framerate.
24128
24129 2004-06-27  Julien Moutte  <julien@moutte.net>
24130
24131         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24132         (gst_ximagesink_xwindow_new):
24133         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24134         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24135         function directly. We might want to call it from somewhere else one day.
24136
24137 2004-06-27  Julien Moutte  <julien@moutte.net>
24138
24139         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24140         (gst_ximagesink_xwindow_new):
24141         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24142         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24143         window decorations.
24144
24145 2004-06-27  Wim Taymans  <wim@fluendo.com>
24146
24147         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24148         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24149         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24150         (gst_dvdec_set_property), (gst_dvdec_get_property):
24151         * ext/dv/gstdvdec.h:
24152         Implement drop_factor property to lower the framerate with
24153         a factor.
24154
24155 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24156
24157         * gst-libs/gst/colorbalance/Makefile.am:
24158         * gst-libs/gst/mixer/Makefile.am:
24159         * gst-libs/gst/play/Makefile.am:
24160         * gst-libs/gst/tuner/Makefile.am:
24161           unbreak Company's fix that didn't install the -enum.h files
24162
24163 2004-06-27  Wim Taymans  <wim@fluendo.com>
24164
24165         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24166         (gst_dvdec_change_state):
24167         * ext/dv/gstdvdec.h:
24168         Fix timestamp, duration and offset of the buffers.
24169
24170 2004-06-27  Wim Taymans  <wim@fluendo.com>
24171
24172         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24173         (gst_multifdsink_class_init), (gst_multifdsink_add),
24174         (gst_multifdsink_remove), (gst_multifdsink_clear),
24175         (gst_multifdsink_client_remove),
24176         (gst_multifdsink_handle_client_read),
24177         (gst_multifdsink_client_queue_data),
24178         (gst_multifdsink_client_queue_caps),
24179         (gst_multifdsink_client_queue_buffer),
24180         (gst_multifdsink_handle_client_write),
24181         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24182         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24183         (gst_multifdsink_init_send), (gst_multifdsink_close):
24184         * gst/tcp/gstmultifdsink.h:
24185         * gst/tcp/gsttcpserversink.c:
24186         (gst_tcpserversink_handle_server_read),
24187         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24188         More multifdsink fixes, more recovery policy fixes.
24189         Removed stupid g_print
24190
24191 2004-06-26  Wim Taymans  <wim@fluendo.com>
24192
24193         * gst/tcp/Makefile.am:
24194         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24195         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24196         (gst_multifdsink_class_init), (gst_multifdsink_init),
24197         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24198         (gst_multifdsink_handle_client_read),
24199         (gst_multifdsink_client_queue_data),
24200         (gst_multifdsink_client_queue_caps),
24201         (gst_multifdsink_client_queue_buffer),
24202         (gst_multifdsink_handle_client_write),
24203         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24204         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24205         (gst_multifdsink_chain), (gst_multifdsink_set_property),
24206         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24207         (gst_multifdsink_close), (gst_multifdsink_change_state):
24208         * gst/tcp/gstmultifdsink.h:
24209         * gst/tcp/gsttcpplugin.c: (plugin_init):
24210         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24211         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24212         (gst_tcpserversink_handle_server_read),
24213         (gst_tcpserversink_handle_select),
24214         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24215         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24216         * gst/tcp/gsttcpserversink.h:
24217         Added multifdsink, made tcpserversink a subclass of fdsink, removed
24218         one of the locks, added recovery policy to multifdsink.
24219
24220 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24221
24222         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24223           fix decision for when getting frames with same timestamp
24224         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24225         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24226         (gst_v4lsrc_get_property):
24227         * sys/v4l/gstv4lsrc.h:
24228           add latency offset property
24229
24230 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24231
24232         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24233         (plugin_init):
24234           fix debugging. add category.
24235
24236 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24237
24238         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24239           fix wrong offsets
24240
24241 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24242
24243         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24244         (gst_alsa_src_get_time), (gst_alsa_src_loop),
24245         (gst_alsa_src_change_state):
24246           return a time that is in sync with the element's processing
24247
24248 2004-06-25  Wim Taymans  <wim@fluendo.com>
24249
24250         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24251         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24252         (gst_tcpserversink_client_remove),
24253         (gst_tcpserversink_handle_client_read),
24254         (gst_tcpserversink_client_queue_data),
24255         (gst_tcpserversink_client_queue_caps),
24256         (gst_tcpserversink_client_queue_buffer),
24257         (gst_tcpserversink_handle_client_write),
24258         (gst_tcpserversink_queue_buffer),
24259         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24260         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24261         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24262         (gst_tcpserversink_close):
24263         * gst/tcp/gsttcpserversink.h:
24264         Serversink rewrite. Really do non blocking writes to clients and
24265         maintain an internal queue to handle slower clients while not
24266         disturbing fast clients.
24267
24268 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24269
24270         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24271           better debug, don't override OFFSET and OFFSET_END
24272
24273 2004-06-25  Iain <iain@prettypeople.org>
24274
24275         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24276         name=source for the wavparse pipeline.
24277
24278 2004-06-24  Johan Dahlin  <johan@gnome.org>
24279
24280         * ext/theora/theoraenc.c (theora_enc_chain): Call
24281         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24282         streamheader caps are set correctly.
24283
24284 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24285
24286         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24287         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24288           respect minimum bitrate; same could be done for max bitrate
24289
24290 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24291
24292         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24293         (gst_vorbisenc_setup):
24294           fix sample rate range
24295
24296 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24297
24298         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24299         (gst_oggvorbisenc_setup):
24300         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24301         (gst_vorbisenc_setup):
24302           resolve ambiguities in code and description
24303
24304 2004-06-24  Wim Taymans  <wim@fluendo.com>
24305
24306         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24307         * ext/alsa/gstalsa.h:
24308         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24309         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24310         Use alsa trigger_tstamp to get the timestamp of the first
24311         sample in the buffer for more precise sync. Some cleanups.
24312
24313 2004-06-24  Wim Taymans  <wim@fluendo.com>
24314
24315         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24316         (gst_audiorate_init), (gst_audiorate_chain),
24317         (gst_audiorate_set_property), (gst_audiorate_get_property):
24318         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24319         (gst_videorate_chain):
24320         Added some logging, fixed an overflow bug in videorate.
24321
24322 2004-06-24  Benjamin Otte  <otte@gnome.org>
24323
24324         * ext/kio/Makefile.am:
24325           fix for builddir != srcdir and distcheck
24326
24327 2004-06-24  Benjamin Otte  <otte@gnome.org>
24328
24329         * gst-libs/gst/colorbalance/Makefile.am:
24330         * gst-libs/gst/mixer/Makefile.am:
24331         * gst-libs/gst/play/Makefile.am:
24332         * gst-libs/gst/tuner/Makefile.am:
24333         * gst/tcp/Makefile.am:
24334         * sys/dxr3/Makefile.am:
24335           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24336           tarball.
24337           Also add all *.list files that were missing.
24338         * Makefile.am:
24339           add a distcheck hook to ensure the above doesn't happen again.
24340
24341 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24342
24343         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24344
24345 2004-06-23  Colin Walters  <walters@redhat.com>
24346
24347         * m4/Makefile.am: Distribute gst-fionread.m4.
24348
24349 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24350
24351         * configure.ac: back to dev
24352
24353 2004-06-23  Wim Taymans  <wim@fluendo.com>
24354
24355         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24356         (gst_alsa_xrun_recovery):
24357         * ext/alsa/gstalsa.h:
24358         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24359         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24360         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24361         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24362         (gst_alsa_src_loop):
24363         Add clock to alsasrc. Take new capture timestamp when
24364         restarting after an overrun. Split up some functions between
24365         alsasrc and alsasink.
24366
24367 === release 0.8.2 ===
24368
24369 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24370
24371         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24372         (gst_alsa_change_state), (gst_alsa_update_avail),
24373         (gst_alsa_xrun_recovery):
24374         * ext/alsa/gstalsa.h:
24375         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24376           merge back changes from release
24377
24378 2004-06-23  Wim Taymans  <wim@fluendo.com>
24379
24380         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24381         (gst_audiorate_init), (gst_audiorate_chain),
24382         (gst_audiorate_set_property), (gst_audiorate_get_property):
24383         Implement sample dropping and notify
24384
24385 2004-06-22  Wim Taymans  <wim@fluendo.com>
24386
24387         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24388         (theora_enc_sink_link), (theora_buffer_from_packet),
24389         (theora_push_packet), (theora_enc_chain):
24390         Some cleanups, make sure the timestamps are correct.
24391
24392 2004-06-22  Wim Taymans  <wim@fluendo.com>
24393
24394         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24395         (gst_alsa_change_state), (gst_alsa_update_avail),
24396         (gst_alsa_xrun_recovery):
24397         * ext/alsa/gstalsa.h:
24398         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24399         Cleanups, take queued samples into account when reporting
24400         the time.
24401
24402 2004-06-22  Wim Taymans  <wim@fluendo.com>
24403
24404         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24405         (gst_videorate_init):
24406         Initialize the property as well.
24407
24408 2004-06-22  Wim Taymans  <wim@fluendo.com>
24409
24410         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24411         (gst_videorate_init), (gst_videorate_chain),
24412         (gst_videorate_set_property), (gst_videorate_get_property):
24413         Add property to make videorate silent.
24414         Add property to prefer new frames over old ones.
24415
24416 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24417
24418         * sys/osxvideo/Makefile.am:
24419         Workaround so that the osxvideo .so file gets linked with the
24420         Cocoa, OpenGL and QuickTime frameworks
24421
24422 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24423
24424         * sys/osxaudio/Makefile.am:
24425         Workaround so that the osxaudio .so file gets linked with the
24426         CoreAudio framework
24427
24428 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24429
24430         * configure.ac:
24431         Whoops, my fault...fixed build issues
24432
24433 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24434
24435         * configure.ac:
24436         Add objective-c support if running in Darwin/Mac OS X
24437         * sys/Makefile.am:
24438         * sys/osxvideo:
24439         * sys/osxvideo/Makefile.am:
24440         * sys/osxvideo/osxvideosink.h:
24441         * sys/osxvideo/osxvideosink.m:
24442         * sys/osxvideo/cocoawindow.h:
24443         * sys/osxvideo/cocoawindow.m:
24444         Add osxvideosink, a cocoa-based osx video sink
24445
24446
24447 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24448         * ext/dvdnav/gst-dvd:
24449         Grab the gconf key from the right spot
24450         * gst/debug/gstnavseek.c: (gst_navseek_init),
24451         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24452         (gst_navseek_chain):
24453         * gst/debug/gstnavseek.h:
24454           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24455           and loop parameters of a segment seek.
24456         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24457         (gst_videotestsrc_get_event_masks),
24458         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24459         * gst/videotestsrc/gstvideotestsrc.h:
24460           Add seeking support to videotestsrc
24461           Initialise the timestamp_offset variable.
24462
24463 2004-06-18  Wim Taymans  <wim@fluendo.com>
24464
24465         * ext/sidplay/gstsiddec.cc:
24466         Fix negotiation and set correct end offset.
24467
24468 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24469
24470         * configure.ac: branch and prerelease
24471
24472 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24473
24474         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24475         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24476         (gst_tcpclientsrc_init_receive):
24477         * gst/tcp/gsttcpclientsrc.h:
24478           read caps when connecting to server for GDP so we set them correctly
24479
24480 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24481
24482         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24483           notify drops and duplicates
24484         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24485           no good reason to limit ourselves to 100x100
24486
24487 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24488
24489         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24490         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24491         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24492         (gst_v4lsrc_get_property):
24493         * sys/v4l/gstv4lsrc.h:
24494         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24495         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24496         (gst_v4l_set_audio):
24497         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24498         (gst_v4lsrc_try_capture):
24499         * sys/v4l/v4lsrc_calls.h:
24500           change try_palette to more general try_capture
24501           add autoprobe option so we can turn off autoprobing
24502           various fixes
24503
24504 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24505
24506         * configure.ac:
24507           add videorate
24508         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24509         (gst_ximagesink_class_init):
24510         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24511         (gst_xvimagesink_class_init):
24512           run them as finalize, not dispose, since dispose can be invoked
24513           multiple times
24514
24515 2004-06-17  Wim Taymans  <wim@fluendo.com>
24516
24517         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24518         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24519         * ext/alsa/gstalsa.h:
24520         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24521         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24522         (gst_alsa_src_change_state):
24523         * ext/alsa/gstalsasrc.h:
24524         Make the xrun code timestamp and offset the buffers correctly.
24525         moved the clock to the base class, use alsa methods to get time.
24526         Do correct timestamping on outgoing buffers.
24527
24528 2004-06-17  Wim Taymans  <wim@fluendo.com>
24529
24530         * gst/audiorate/Makefile.am:
24531         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24532         (gst_audiorate_base_init), (gst_audiorate_class_init),
24533         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24534         (gst_audiorate_set_property), (gst_audiorate_get_property),
24535         (gst_audiorate_change_state), (plugin_init):
24536         Added an audiorate converter that fills in gaps.
24537
24538 2004-06-17  Johan Dahlin  <johan@gnome.org>
24539
24540         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24541
24542 2004-06-16  Wim Taymans  <wim@fluendo.com>
24543
24544         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24545         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24546         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24547         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24548         (gst_v4lsrc_get_property):
24549         * sys/v4l/gstv4lsrc.h:
24550         Added a copy mode to v4lsrc where it will output a copied version
24551         of its internal hardware buffer.
24552         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24553         can't | them.
24554
24555 2004-06-16  Wim Taymans  <wim@fluendo.com>
24556
24557         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24558         Timestamp fixes.
24559
24560 2004-06-16  Wim Taymans  <wim@fluendo.com>
24561
24562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24563         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24564         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24565         (gst_v4lsrc_get_property):
24566         * sys/v4l/gstv4lsrc.h:
24567         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24568         Added a sync mode enum property to control v4lsrc timestamp method
24569         Removed the use-fixed-fps property and moved functionality in
24570         the enum.
24571         Don't error on an error value from v4l-conf, it might not always
24572         be a real error.
24573
24574 2004-06-16  Wim Taymans  <wim@fluendo.com>
24575
24576         * gst/videorate/Makefile.am:
24577         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24578         (gst_videorate_base_init), (gst_videorate_class_init),
24579         (gst_videorate_getcaps), (gst_videorate_link),
24580         (gst_videorate_init), (gst_videorate_chain),
24581         (gst_videorate_set_property), (gst_videorate_get_property),
24582         (gst_videorate_change_state), (plugin_init):
24583         Added a video timestamp corrector.
24584
24585 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24586
24587         fixed a potential leak with previous commit
24588
24589         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24590
24591 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24592
24593         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24594         Added missing refcount, fixes bug #144425
24595         Cheers Tim for finding the bug
24596
24597 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24598
24599         * sys/v4l/gstv4l.c: (plugin_init):
24600         * sys/v4l/gstv4lcolorbalance.c:
24601         * sys/v4l/gstv4lcolorbalance.h:
24602         * sys/v4l/gstv4lelement.c:
24603         * sys/v4l/gstv4lelement.h:
24604         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24605         * sys/v4l/gstv4lmjpegsink.h:
24606         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24607         * sys/v4l/gstv4lmjpegsrc.h:
24608         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24609         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24610         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24611         * sys/v4l/gstv4lsrc.h:
24612         * sys/v4l/gstv4ltuner.c:
24613         * sys/v4l/gstv4ltuner.h:
24614         * sys/v4l/gstv4lxoverlay.c:
24615         * sys/v4l/gstv4lxoverlay.h:
24616         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24617         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24618         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24619         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24620         (gst_v4l_set_audio):
24621         * sys/v4l/v4l_calls.h:
24622         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24623         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24624         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24625         (gst_v4lmjpegsink_playback_init),
24626         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24627         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24628         (gst_v4lmjpegsink_playback_stop),
24629         (gst_v4lmjpegsink_playback_deinit):
24630         * sys/v4l/v4lmjpegsink_calls.h:
24631         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24632         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24633         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24634         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24635         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24636         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24637         * sys/v4l/v4lmjpegsrc_calls.h:
24638         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24639         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24640         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24641         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24642         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24643         (gst_v4lsrc_try_palette):
24644         * sys/v4l/v4lsrc_calls.h:
24645           bunch of paranoia cleanups
24646
24647 2004-06-14  David Schleef  <ds@schleef.org>
24648
24649         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24650         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24651         Send discont events and change timestamps appropriately when
24652         we get a seek event.  (bug #144240)
24653         * ext/cdparanoia/gstcdparanoia.h:
24654
24655 2004-06-14  Benjamin Otte  <otte@gnome.org>
24656
24657         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24658           snd_pcm_hw_params_set_rate  since the latter fails for no good
24659           reason on some setups.
24660
24661 2004-06-14  David Schleef  <ds@schleef.org>
24662
24663         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24664         standard.  Thank you for playing.
24665
24666 2004-06-14  Wim Taymans  <wim@fluendo.com>
24667
24668         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24669         Patch 1.3 broke the ordering of the colorspace info and
24670         made the plugin basically work by coincidence, reordered
24671         the info.
24672
24673 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24674
24675         * ext/lame/gstlame.c:
24676         * ext/mad/gstmad.c:
24677           sync caps.  Make sure mad can only output a list of rates, not
24678           a full range.  In the future, have three caps lists for each of the
24679           mpeg versions.  Change mpegversion to a double as well.
24680
24681 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24682
24683         * gst/volume/.cvsignore:
24684         * gst/volume/Makefile.am:
24685         * gst/volume/demo.c: (value_changed_callback), (idler),
24686         (setup_gui), (main):
24687           added small demo app
24688
24689 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24690         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24691         * ext/esd/esdsink.h:
24692         Close the esd connection on pause, because esd will just wait -
24693         blocking all other esd clients indefinitely.
24694
24695 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24696
24697         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24698           previous commit with GST_DEBUG
24699
24700 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24701
24702         * configure.ac:
24703           add a header check for a dvdread header in dvdnav.  Fixes #133002
24704
24705 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24706
24707         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24708         * gst/tcp/gsttcpclientsink.h:
24709         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24710         * gst/tcp/gsttcpclientsrc.h:
24711         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24712         (gst_tcpserversink_handle_server_read),
24713         (gst_tcpserversink_init_send):
24714         * gst/tcp/gsttcpserversink.h:
24715         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24716         * gst/tcp/gsttcpserversrc.h:
24717         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24718         version of IP)
24719
24720 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24721
24722         * configure.ac:
24723         Added ogg library so that OSX detects libtheora properly
24724
24725 2004-06-11  Wim Taymans  <wim@fluendo.com>
24726
24727         * ext/theora/theoradec.c: (theora_dec_chain),
24728         (theora_dec_change_state):
24729         Don't try to decode frames before we received a keyframe.
24730
24731 2004-06-11  Wim Taymans  <wim@fluendo.com>
24732
24733         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24734         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24735         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24736         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24737         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24738         Added property to set the maximum delay of a page.
24739
24740 2004-06-10  Wim Taymans  <wim@fluendo.com>
24741
24742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24743         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24744         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24745         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24746         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24747         Added max-delay property to control the maximum amount
24748         of data to put in one page.
24749
24750 2004-06-10  Wim Taymans  <wim@fluendo.com>
24751
24752         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24753         (gst_theora_enc_init), (theora_enc_sink_link),
24754         (theora_buffer_from_packet), (theora_enc_set_property),
24755         (theora_enc_get_property):
24756         Set duration on encoded buffer, added some more properties
24757
24758 2004-06-10  Wim Taymans  <wim@fluendo.com>
24759
24760         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24761         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24762         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24763         * ext/theora/theoraenc.c: (theora_enc_chain):
24764         Fix refcounting bugs
24765
24766 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24767
24768         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24769         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24770         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24771         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24772         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24773         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24774         (gst_asf_demux_change_state):
24775         * gst/asfdemux/gstasfdemux.h:
24776           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24777           feels like. I think we should set a new requirement for demuxers
24778           from now on to implement sane loop functions, data loops, query
24779           and seek functions before first commit into CVS. And this commit
24780           fixes all of the above.
24781
24782 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24783
24784         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24785           vorbis comments are properly encoded in UTF-8 before adding them
24786           to a GstTagList
24787
24788 2004-06-09  Benjamin Otte  <otte@gnome.org>
24789
24790         * ext/alsa/gstalsa.c: (add_channels):
24791           handle min <= max correctly
24792         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24793         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24794           add fixation functions so we fixate correctly. No preferring of alaw
24795           anymore because it's the first structure.
24796         * ext/alsa/gstalsa.h:
24797         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24798         (gst_alsa_hw_params_dump):
24799           add functions to ease debugging in alsalib
24800         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24801         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24802         (gst_alsa_start_audio):
24803           only specify hw params if we really setup a format (fixes #134007 -
24804           or at least works around it)
24805
24806 2004-06-09  Wim Taymans  <wim@fluendo.com>
24807
24808         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24809         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24810         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24811         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24812         (gst_ogg_mux_loop):
24813         Use stream caps to setup the initial pages in the ogg stream.
24814         Correctly set the streamheader caps on the srcpad.
24815
24816 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24817
24818         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24819         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24820         (gst_v4lsrc_getcaps):
24821         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24822         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24823           add querying of fps lists for webcams.  Negotiating to a framerate
24824           now works.
24825
24826 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24827
24828         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24829         (theora_push_buffer), (theora_push_packet),
24830         (theora_set_header_on_caps), (theora_enc_chain):
24831           mark buffers and put on streamheader, raw theora streaming
24832           now works too, whee
24833
24834 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24835
24836         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24837         (gst_tcp_gdp_read_caps):
24838           do a looping read for caps and GDP headers too
24839
24840 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24841
24842         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24843         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24844           return EOS instead of NULL in _get
24845
24846 2004-06-08  Wim Taymans  <wim@fluendo.com>
24847
24848         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24849         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24850         (gst_tcp_gdp_write_caps):
24851         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24852         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24853         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24854         Memory leak fixes
24855
24856 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24857
24858         * ext/vorbis/Makefile.am:
24859         * ext/vorbis/vorbis.c: (plugin_init):
24860         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24861         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24862         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24863         (vorbis_parse_change_state):
24864         * ext/vorbis/vorbisparse.h:
24865           adding a vorbisparse element that marks the buffers, streaming
24866           raw vorbis using GDP now works, whee
24867
24868 2004-06-08  Wim Taymans  <wim@fluendo.com>
24869
24870         * ext/jpeg/Makefile.am:
24871         * ext/jpeg/README:
24872         * ext/jpeg/gstjpeg.c: (plugin_init):
24873         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24874         (gst_smokedec_base_init), (gst_smokedec_class_init),
24875         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24876         * ext/jpeg/gstsmokedec.h:
24877         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24878         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24879         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24880         (gst_smokeenc_resync), (gst_smokeenc_chain),
24881         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24882         * ext/jpeg/gstsmokeenc.h:
24883         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24884         (smokecodec_flush_destination), (smokecodec_term_destination),
24885         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24886         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24887         (smokecodec_term_source), (smokecodec_encode_new),
24888         (smokecodec_decode_new), (smokecodec_info_free),
24889         (smokecodec_set_quality), (smokecodec_get_quality),
24890         (smokecodec_set_threshold), (smokecodec_get_threshold),
24891         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24892         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24893         (smokecodec_parse_header), (smokecodec_decode):
24894         * ext/jpeg/smokecodec.h:
24895         Added a new simple jpeg based codec
24896
24897 2004-06-08  Wim Taymans  <wim@fluendo.com>
24898
24899         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24900         (gst_multipart_mux_loop):
24901         Fix memory leak
24902
24903 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24904
24905         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24906         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24907         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24908         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24909         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24910         * gst/tcp/gsttcpserversink.h:
24911           take streamheader into account
24912
24913 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24914
24915         * gst/level/Makefile.am:
24916         * gst/level/gstlevel.c: (gst_level_class_init):
24917           clean up marshal generation
24918
24919 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24920
24921         * gst/tcp/Makefile.am:
24922         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24923         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24924         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24925         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24926         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24927         (gst_tcpclientsrc_get_property):
24928         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24929         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24930         (gst_tcpserversink_handle_client_read),
24931         (gst_tcpserversink_handle_client_write),
24932         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24933         * gst/tcp/gsttcpserversink.h:
24934           add signals client-added and client-removed
24935         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24936         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24937         (gst_tcpserversrc_get_property):
24938         uniformized, change default protocol to NONE
24939         * gst/tcp/gsttcp-marshal.list: added
24940 2004-06-07  Benjamin Otte  <otte@gnome.org>
24941
24942         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24943           handle discont events if they happen before caps nego
24944
24945 2004-06-07  Wim Taymans  <wim@fluendo.com>
24946
24947         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24948         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24949         (gst_multipart_demux_plugin_init):
24950         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24951         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24952         (gst_multipart_mux_change_state):
24953         Small updates, fix a memleak
24954
24955 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24956
24957         * configure.ac: OSS portability
24958         * ext/arts/gst_arts.c: idem
24959         * sys/oss/gstosselement.c: idem
24960         * sys/oss/gstossmixer.c: idem
24961         * sys/oss/gstosssink.c: idem
24962         * sys/oss/gstosssrc.c: idem
24963         * sys/oss/oss_probe.c: idem
24964           - check for soundcard.h in different places for some BSD
24965
24966 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24967
24968         * AUTHORS:
24969         Add me to the authors file
24970         * configure.ac:
24971         Increase the libdv requirement to >= version 0.100
24972         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24973         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24974         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24975         * ext/dv/gstdvdec.h:
24976         Add support for the new_media flag when sending DISCONT events
24977         Make the querying work when video pad is not linked
24978
24979 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24980
24981         reviewed by Benjamin Otte  <otte@gnome.org>
24982
24983         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24984           create a NULL-initialized array of pads, so we don't think they
24985           exist already. (fixes #143130)
24986
24987 2004-06-07  Benjamin Otte  <otte@gnome.org>
24988
24989         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24990         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24991         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24992           don't use // coments
24993
24994 2004-06-07  Benjamin Otte  <otte@gnome.org>
24995
24996         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24997           cast to GstClockTime to get higher granularity
24998         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24999           use gst_element_set_time_delay to get the exact time
25000         * ext/mad/gstmad.c: (gst_mad_chain):
25001           use the negotiated rate instead of the current frame's rate which
25002           might be wrong because of bit errors. This avoids emitting totally
25003           bogus timestamps and screwing sync.
25004         (fixes #143454)
25005
25006 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25007
25008         reviewed by Benjamin Otte  <otte@gnome.org>
25009
25010         * gst/adder/gstadder.c: (gst_adder_loop):
25011           properly error out when no negotiation has happened yet. (fixes
25012           #143032)
25013
25014 2004-06-06  Benjamin Otte  <otte@gnome.org>
25015
25016         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25017           forward correctly transformed offset in discont events. Based on
25018           patch by Arwed v. Merkatz. (fixes #142851)
25019
25020 2004-06-06  David Schleef  <ds@schleef.org>
25021
25022         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
25023         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
25024         problems on several systems.
25025
25026 2004-06-06  Benjamin Otte  <otte@gnome.org>
25027
25028         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
25029           use explicit caps on the srcpad
25030         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25031           properly error out if caps couldn't be set (fixes #142764)
25032
25033 2004-06-06  Benjamin Otte  <otte@gnome.org>
25034
25035         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
25036         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
25037         (gst_alsa_start_audio):
25038           - don't call set_periods_integer anymore, it breaks the
25039           configuration randomly
25040           - call snd_pcm_hw_params_set_access directly instead of using masks
25041           - don't fail if the sw_params can't be set, just use the default
25042           params and hope it works. Alsalib has weird issues when you touch
25043           sw_params and does no proper error reporting about what failed.
25044         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25045         (gst_alsa_close_audio):
25046           make our alsa debugging go via gst debugging and not conditionally
25047           defined
25048         * ext/alsa/gstalsa.h:
25049           add ALSA_DEBUG_FLUSH macro
25050         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25051         (plugin_init):
25052           wrap alsa errors to be printed via the gst debugging system and not
25053           spammed to stderr
25054
25055 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25056
25057         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25058         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25059         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25060         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25061         (qtdemux_parse_trak):
25062         * gst/qtdemux/qtdemux.h:
25063           Bitch. Also known as seeking, querying & co.
25064         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25065         (gst_osssink_change_state):
25066         * sys/oss/gstosssink.h:
25067           Resyncing is for weenies, this hack is no longer needed and was
25068           broken anyway (since it - unintendedly - always leaves resync to
25069           TRUE).
25070
25071 2004-06-05  Andrew Turner <zxombie@hotpop.com>
25072
25073         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25074         * gst/tcp/gsttcpclientsrc.h: idem
25075           - define MSG_NOSIGNAL if not done
25076           - include unistd.h for off_t
25077           (fixes #143749)
25078
25079 2004-06-05  Benjamin Otte  <otte@gnome.org>
25080
25081         * configure.ac:
25082         * ext/kio/Makefile.am:
25083           check for qt's moc preprocessor explicitly and use it
25084
25085 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25086
25087         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25088           don't get a signal for EPIPE on socket writes
25089           (somebody check if this works on other platforms)
25090
25091 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25092
25093         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25094         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25095           check error condition on available samples correctly
25096
25097 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25098
25099         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25100           avoid a segfault
25101         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25102         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25103         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25104         (gst_tcpserversrc_gdp_read_header):
25105          use ssize_t over size_t since the former is signed and thus the
25106          check for error codes can work
25107
25108 2004-06-02  Wim Taymans  <wim@fluendo.com>
25109
25110         reviewed by: Johan
25111
25112         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25113         (gst_multipart_mux_loop):
25114         Oops
25115
25116 2004-06-02  Wim Taymans  <wim@fluendo.com>
25117
25118         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25119         (gst_multipart_mux_init), (gst_multipart_mux_loop),
25120         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25121         (gst_multipart_mux_change_state):
25122         Added configurable boundary specifier, added the value as a
25123         caps field as well.
25124
25125 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25126
25127         * gst/tcp/gsttcp.c:
25128         * gst/tcp/gsttcpclientsrc.c:
25129         * gst/tcp/gsttcpclientsrc.h:
25130         * gst/tcp/gsttcpserversrc.c:
25131           - portability fix, to compile on OSX
25132             (fixes #143146)
25133
25134         * sys/osxaudio/gstosxaudioelement.c:
25135         * sys/osxaudio/gstosxaudiosink.c:
25136         * sys/osxaudio/gstosxaudiosrc.c:
25137           - compilation warnings on OSX
25138             (fixes #143153)
25139
25140 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25141
25142         * ext/vorbis/vorbisdec.c : sign warning fixes
25143
25144         * gst-libs/gst/mixer/mixertrack.c :
25145           do no use defines which are glib 2.4 specific
25146
25147 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
25148
25149         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25150           buffer since libflac doesn't expect it (reports a sync error when
25151           it encounters that)
25152
25153
25154 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
25155
25156         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25157         * gst-libs/gst/mixer/mixertrack.c:
25158         (gst_mixer_track_get_property), (get_mixer_track_init),
25159         (get_mixer_track_get_property): Added property accessors
25160         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25161         * gst-libs/gst/mixer/mixeroptions.c:
25162         (gst_mixer_options_get_values): Added
25163         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25164         * gst-libs/gst/mixer/mixer.c: Fixed comment
25165
25166
25167 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25168
25169         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25170           improve error messages on open
25171
25172
25173 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25174
25175         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25176           check if v4l-conf is in path
25177
25178 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25179
25180         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25181           change assert to a more readable error message
25182
25183 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25184
25185         * gst-libs/gst/tuner/tunerchannel.h:
25186           - add a freq_multiplicator field to make the conversion
25187             between internal frequency unit and Hz
25188         * sys/v4l/gstv4lelement.c:
25189         * sys/v4l2/gstv4l2element.c:
25190           - change default video device to /dev/video0
25191         * sys/v4l/v4l_calls.c:
25192         * sys/v4l2/v4l2_calls.c:
25193           - we only expose frequency to the user in Hz instead of
25194             bastard v4lX unit (either 62.5kHz or 62.5Hz)
25195
25196 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
25197         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25198           Initialise b_o_s and e_o_s variables
25199         * gst-libs/gst/riff/riff-media.c:
25200         (gst_riff_create_video_caps_with_data):
25201           Add some unusual fourcc's from mplayer avi's
25202         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25203           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25204           autoplugging.
25205
25206 2004-05-28  Wim Taymans  <wim@fluendo.com>
25207
25208         * configure.ac:
25209         * gst/alpha/Makefile.am:
25210         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25211         (gst_alpha_get_type), (gst_alpha_base_init),
25212         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25213         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25214         (gst_alpha_chroma_key), (gst_alpha_chain),
25215         (gst_alpha_change_state), (plugin_init):
25216         A plugin to add an alpha channel to I420 video. Can optionally do
25217         chroma keying.
25218         * gst/multipart/Makefile.am:
25219         * gst/multipart/multipart.c: (plugin_init):
25220         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25221         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25222         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25223         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25224         (gst_multipart_demux_change_state),
25225         (gst_multipart_demux_plugin_init):
25226         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25227         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25228         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25229         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25230         (gst_multipart_mux_pad_unlink),
25231         (gst_multipart_mux_request_new_pad),
25232         (gst_multipart_mux_handle_src_event),
25233         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25234         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25235         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25236         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25237         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25238         send multipart jpeg images to a browser.
25239         * gst/videobox/Makefile.am:
25240         * gst/videobox/README:
25241         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25242         (gst_video_box_get_type), (gst_video_box_base_init),
25243         (gst_video_box_class_init), (gst_video_box_init),
25244         (gst_video_box_set_property), (gst_video_box_get_property),
25245         (gst_video_box_sink_link), (gst_video_box_i420),
25246         (gst_video_box_ayuv), (gst_video_box_chain),
25247         (gst_video_box_change_state), (plugin_init):
25248         Crops or adds borders around an image. can do alpha channel
25249         borders as well.
25250         * gst/videomixer/Makefile.am:
25251         * gst/videomixer/README:
25252         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25253         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25254         (gst_videomixer_pad_get_sink_event_masks),
25255         (gst_videomixer_pad_get_property),
25256         (gst_videomixer_pad_set_property),
25257         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25258         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25259         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25260         (gst_videomixer_base_init), (gst_videomixer_class_init),
25261         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25262         (gst_videomixer_handle_src_event),
25263         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25264         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25265         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25266         (gst_videomixer_loop), (gst_videomixer_get_property),
25267         (gst_videomixer_set_property), (gst_videomixer_change_state),
25268         (plugin_init):
25269         Generic video mixer plugin, can handle multiple inputs all with
25270         different framerates and video sizes. Is fully alpha channel
25271         aware.
25272
25273 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25274
25275         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25276           Select first track as master track. Not sure how else to handle
25277           that...
25278         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25279           Discard discont events. Should fix #142962.
25280
25281 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25282
25283         * ext/alsa/Makefile.am:
25284         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25285         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25286         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25287         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25288         (gst_alsa_mixer_get_option):
25289         * ext/alsa/gstalsamixer.h:
25290         * ext/alsa/gstalsamixeroptions.c:
25291         (gst_alsa_mixer_options_get_type),
25292         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25293         (gst_alsa_mixer_options_new):
25294         * ext/alsa/gstalsamixeroptions.h:
25295         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25296         * ext/alsa/gstalsamixertrack.h:
25297           Add enumerations (as GstMixerOptions). Make correct distinction
25298           between input/output tracks. Add capture/playback private flag.
25299           Use flag to decide on whether to set capture or playback volumes
25300           or switches. Use playback and record switches.
25301         * gst-libs/gst/mixer/Makefile.am:
25302         * gst-libs/gst/mixer/mixer-marshal.list:
25303         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25304         (gst_mixer_set_option), (gst_mixer_get_option),
25305         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25306         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25307         * gst-libs/gst/mixer/mixer.h:
25308         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25309         (gst_mixer_options_class_init), (gst_mixer_options_init),
25310         (gst_mixer_options_dispose):
25311         * gst-libs/gst/mixer/mixeroptions.h:
25312           Add GstMixerOptions.
25313         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25314           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25315           broken device detection on computers with multiple OSS sound
25316           cards.
25317
25318 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25319
25320         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25321           fixate nicely even when the peer is not negotiating
25322
25323 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25324
25325         * gst/audioconvert/gstaudioconvert.c:
25326         (gst_audio_convert_parse_caps):
25327           make sure we don't allow depth > width
25328         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25329           fixate endianness to G_BYTE_ORDER as default
25330         * gst/audioscale/gstaudioscale.c:
25331           we don't handle another endianness as host-endianness
25332
25333 2004-05-25  David Schleef  <ds@schleef.org>
25334
25335         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25336
25337 2004-05-24  Benjamin Otte  <otte@gnome.org>
25338
25339         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25340         (gst_oggvorbisenc_setup):
25341           properly fail when we can't setup the vorbis encoder due to
25342           unsupported settings
25343         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25344         (gst_vorbisenc_setup):
25345           same
25346         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25347           fix case where warnings occured when one pad was unlinked while the
25348           other's link function was called
25349
25350 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25351
25352         * gst/tcp/Makefile.am:
25353           use GST_ENABLE_NEW
25354
25355 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25356
25357         * gst-libs/gst/resample/private.h:
25358           don't use optimizations that are #if 0'ed
25359
25360 2004-05-24  Wim Taymans  <wim@fluendo.com>
25361
25362         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25363         Fix potential division by zero error and hopefully get
25364         the position query right to get correct timestamps on avi
25365         audio.
25366
25367 2004-05-24  Wim Taymans  <wim@fluendo.com>
25368
25369         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25370         (gst_videoscale_scale_nearest_str2),
25371         (gst_videoscale_scale_nearest_str4),
25372         (gst_videoscale_scale_nearest_32bit),
25373         (gst_videoscale_scale_nearest_24bit),
25374         (gst_videoscale_scale_nearest_16bit):
25375         Fix the scaling algorithm and avoid a buffer overflow.
25376         removed the while loop in the scaling function as it
25377         was used for point sampling only.
25378
25379 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25380
25381         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25382         (gst_id3_tag_class_init), (gst_id3_tag_init),
25383         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25384         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25385         (gst_id3_tag_send_tag_event):
25386           lots of fixes to make id3mux work and id3demux work correctly
25387
25388 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25389
25390         * ext/Makefile.am:
25391           add rules to build shout2send (was removed by accident
25392           when this module was no more marked experimental/broken)
25393
25394 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25395
25396         * ext/shout2/gstshout2.c:
25397         * ext/shout2/gstshout2.h:
25398           adding a "connection problem" signal to shout2send
25399           (fixes #142954)
25400
25401 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25402
25403         * ext/kio/kioreceiver.cpp:
25404         * ext/kio/kioreceiver.h:
25405           fix sign comparison issues
25406
25407 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25408
25409         * gst/cdxaparse/gstcdxaparse.c:
25410         * gst/cdxaparse/gstcdxaparse.h:
25411           some renaming
25412           add some checks/sanity
25413           prepare for seek addition
25414
25415         * sys/sunaudio/gstsunaudio.c:
25416           remove exported dupe init function
25417
25418 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25419
25420         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25421         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25422           Fix format conversion and position querying.
25423         * gst/debug/progressreport.c: (gst_progressreport_report):
25424           Don't output a bogus total value that we didn't query.
25425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25426           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25427           only a blank window after xine has been used.
25428
25429 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25430
25431         * m4/as-arts.m4:
25432           sync with upstream version to fix test on FC2
25433           readd with -ko to preserve Id header
25434
25435 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25436
25437         * configure.ac:
25438           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25439         * gst/tcp/gsttcpclientsrc.c: idem
25440         * gst/tcp/gsttcpserversink.c: idem
25441         * gst/tcp/gsttcpserversrc.c: idem
25442         * m4/gst-fionread.m4: idem
25443
25444         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25445
25446         * configure.ac: enable speex plugin for speex 1.1.5+
25447         * ext/speex/gstspeexenc.c: fix cast warning
25448
25449         * ext/esd/README: fix typo
25450
25451 2004-05-20  David Schleef  <ds@schleef.org>
25452
25453         * configure.ac: Minor cosmetic change to convince the buildbot to
25454         reautogen.
25455         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25456         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25457         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25458         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25459         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25460         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25461         More hacking.  Plays audio now.
25462
25463 2004-05-20  David Schleef  <ds@schleef.org>
25464
25465         * configure.ac:
25466         * sys/Makefile.am:
25467
25468 2004-05-20  David Schleef  <ds@schleef.org>
25469
25470         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25471         * sys/osxaudio/gstosxaudio.c:
25472         * sys/osxaudio/gstosxaudioelement.c:
25473         * sys/osxaudio/gstosxaudioelement.h:
25474         * sys/osxaudio/gstosxaudiosink.c:
25475         * sys/osxaudio/gstosxaudiosink.h:
25476         * sys/osxaudio/gstosxaudiosrc.c:
25477         * sys/osxaudio/gstosxaudiosrc.h:
25478
25479 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25480
25481         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25482         (gst_vorbisenc_chain):
25483           put the codec headers on the caps as streamheader as well as
25484           pushing them out
25485
25486 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25487
25488         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25489         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25490         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25491         split up push_packet into two functions
25492
25493 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25494
25495         * gst/tcp/.cvsignore:
25496           ignore enums
25497         * gst/tcp/Makefile.am:
25498         * gst/tcp/README:
25499         * gst/tcp/gsttcp.c:
25500         * gst/tcp/gsttcp.h:
25501         * gst/tcp/gsttcpclientsink.c:
25502         * gst/tcp/gsttcpclientsink.h:
25503         * gst/tcp/gsttcpclientsrc.c:
25504         * gst/tcp/gsttcpclientsrc.h:
25505         * gst/tcp/gsttcpplugin.c:
25506         * gst/tcp/gsttcpserversink.c:
25507         * gst/tcp/gsttcpserversink.h:
25508         * gst/tcp/gsttcpserversrc.c:
25509         * gst/tcp/gsttcpserversrc.h:
25510           add new tcp elements
25511
25512 2004-05-19  Wim Taymans  <wim@fluendo.com>
25513
25514         * gst/law/mulaw-conversion.c: (mulaw_encode):
25515         Fix overflow bug in ulaw encoding.
25516
25517 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25518
25519         * ext/mad/gstmad.c: (gst_mad_handle_event):
25520           don't unref the event twice
25521
25522 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25523
25524         * configure.ac:
25525           remove -Wno-sign-compare
25526
25527 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25528
25529         * configure.ac:
25530           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25531           if you want to work against glib 2.2 and 2.4
25532
25533 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25534
25535         * gst/tcp/Makefile.am:
25536         * gst/tcp/gsttcp.c:
25537         * gst/tcp/gsttcp.h:
25538         * gst/tcp/gsttcpsink.h:
25539         * gst/tcp/gsttcpsrc.h:
25540           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25541
25542 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25543
25544         * gst/debug/tests.c: (md5_get_value):
25545           fix segfault on gst-inspect
25546
25547 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25548
25549         * gst/debug/testplugin.c:
25550         * gst/debug/tests.c:
25551         * gst/debug/tests.h:
25552           add new extensible and configurable testing element. Current tests
25553           include buffer count, stream length, timestamp/duration matching and
25554           md5.
25555         * gst/debug/Makefile.am:
25556         * gst/debug/gstdebug.c: (plugin_init):
25557           add infrastructure for new element
25558
25559 2004-05-19  Johan Dahlin  <johan@gnome.org>
25560
25561         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25562         ending of the array. Fixes gst-inspect segfault on ppc.
25563
25564 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25565
25566         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25567
25568         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25569
25570 2004-05-18  David Schleef  <ds@schleef.org>
25571
25572         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25573         warnings (bugs, actually) noticed by gcc but not forte.
25574
25575 2004-05-18  David Schleef  <ds@schleef.org>
25576
25577         * sys/sunaudio/Makefile.am:
25578         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25579
25580 2004-05-18  David Schleef  <ds@schleef.org>
25581
25582         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25583         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25584         to allow qtdemux to use non-seekable streams. (bug #142272)
25585
25586 2004-05-18  David Schleef  <ds@schleef.org>
25587
25588         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25589         (gst_resample_sinc_ft_float): Remove use of static temporary
25590         buffer.  This code was obviously not supposed to last long, but
25591         it's stuck in our ABI, so it required a little hack to make it
25592         ABI-compatible.  Fixes #142585.
25593         * gst-libs/gst/resample/resample.h: same.
25594
25595 2004-05-18  David Schleef  <ds@schleef.org>
25596
25597         * configure.ac: Add sunaudio
25598         * examples/Makefile.am: make gstplay depend on gconf
25599         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25600         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25601         (convert_table_lookup), (img_convert): remove c99-isms
25602         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25603           unsigned, to fix a warning on Solaris
25604         * gst/mpeg1sys/systems.c: bcopy->memcpy
25605         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25606         * sys/Makefile.am: Add sunaudio
25607
25608 2004-05-18  Wim Taymans  <wim@fluendo.com>
25609
25610         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25611         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25612         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25613         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25614         (gst_ogg_mux_loop):
25615         Fix an ugly memleak where the muxer didn't flush enough ogg
25616         pages. This also resulted in badly muxed ogg files.
25617
25618 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25619
25620         * gst/asfdemux/asfheaders.c :
25621         * gst/asfdemux/asfheaders.h :
25622         * gst/asfdemux/gstasfdemux.c :
25623           - fix ASF_OBJ_PADDING guid
25624           - add 3 new object guids (language list, metadata,
25625             extended stream properties)
25626           - add a function to parse extended header objects
25627
25628 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25629
25630         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25631           remove leftover debugging g_print
25632
25633 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25634
25635         * ext/mad/gstmad.c: (gst_mad_handle_event):
25636           Fix for when the first format in a discont event is not a
25637           byte-based one. Should fix #137710.
25638
25639 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25640
25641         * m4/a52.m4 : fix compilation with -Wall -Werror
25642         * m4/libfame.m4 : idem
25643         * m4/libmikmod.m4 : idem
25644
25645 2004-05-17  Benjamin Otte  <otte@gnome.org>
25646
25647         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25648           signal the new tags before giving up the reference
25649
25650 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25651
25652         * ext/shout2/gstshout2.c:
25653           use application/ogg instead of application/x-ogg (patch by Patrick
25654           Guimond, fixes #142432)
25655         * sys/oss/gstosselement.c: (gst_osselement_reset),
25656         (gst_osselement_sync_parms):
25657           don't set fragment size unless specified (fixes #142493)
25658
25659 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25660
25661         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25662           fixes #142664
25663
25664 2004-05-17  Benjamin Otte  <otte@gnome.org>
25665
25666         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25667           compute offsets correctly for internal buffers so timestamps are set
25668           correctly when we can't seek. Also handle cases where there are no
25669           offsets. (based on a patch by David Moore, fixes #142507)
25670
25671 2004-05-17  Benjamin Otte  <otte@gnome.org>
25672
25673         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25674           use correct variable when determining amount of data to skip so we
25675           don't skip into the void and segfault
25676
25677 2004-05-16  Benjamin Otte  <otte@gnome.org>
25678
25679         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25680           Hi, I'm a memleak
25681
25682 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25683
25684         * gst/asfdemux/gstasfdemux.c:
25685           - fix a mem leak and always propagate tags
25686           - add WMV3 to known video codecs (but no decoder yet)
25687           - replace "surplus data" at end of audio header for what
25688             it is : codec specific data
25689           - fix a typo
25690
25691 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25692
25693         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25694
25695         * gst-libs/gst/audio/audioclock.c:
25696           Fix wrong return type (#142205).
25697
25698 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25699
25700         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25701           Ignore CRCs by default (fixes #142566).
25702
25703 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25704
25705         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25706         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25707         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25708         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25709         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25710         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25711           Fix for cases where we fail to attach to a mixer.
25712
25713 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25714
25715         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25716           Don't touch events after not owning them anymore.
25717         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25718         (gst_wavparse_fmt), (gst_wavparse_other),
25719         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25720         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25721         (gst_wavparse_srcpad_event):
25722         * gst/wavparse/gstwavparse.h:
25723           Add seeking, fix querying.
25724
25725 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25726
25727         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25728           - process comments even if they don't end with \0\0
25729             g_convert would ignore them if present and works well without them
25730
25731 2004-05-16  Benjamin Otte  <otte@gnome.org>
25732
25733         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25734           simplify caps
25735
25736 2004-05-16  Benjamin Otte  <otte@gnome.org>
25737
25738         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25739           don't write to memory we might not write to - g_convert does that
25740           for us anyway (fixes #142613)
25741         (gst_asf_demux_audio_caps):
25742           comment out gst_util_dump_mem
25743
25744 2004-05-16  Benjamin Otte  <otte@gnome.org>
25745
25746         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25747           compute correct expected timestamps after seek (broken since
25748           last commit)
25749         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25750           rename element and debugging category to gdkpixbufscale
25751
25752 2004-05-16  Benjamin Otte  <otte@gnome.org>
25753
25754         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25755           add error checking to snd_pcm_delay and remove duplicate call to
25756           snd_pcm_delay that caused issues (see inline code comments)
25757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25758           make more readable and fix return value when snd_pcm_delay fails
25759         (fixes #142586)
25760
25761 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25762         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25763         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25764         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25765         (gst_pixbufscale_link), (gst_pixbufscale_init),
25766         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25767         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25768         (gst_pixbufscale_get_property), (pixbufscale_init):
25769         * ext/gdk_pixbuf/pixbufscale.h:
25770         Add these files I forgot earlier
25771
25772 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25773         * ext/gdk_pixbuf/Makefile.am:
25774         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25775         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25776         Add new pixbufscale element to scale RGB video
25777         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25778         and HYPER interpolation correctly.
25779         * ext/theora/theoraenc.c: (theora_enc_chain),
25780         Discard buffer and return if explicit caps could not be set
25781         (theora_enc_get_property):
25782         Make _get return kbps for the bitrate consistent with
25783         the _set function.
25784
25785
25786 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25787
25788         * ext/libvisual/visual.c: (gst_visual_chain):
25789           add missing visual_audio_analyze
25790
25791 2004-05-14  David Schleef  <ds@schleef.org>
25792
25793         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25794         is killed while we're playing.
25795         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25796         gst_element_no_more_pads().
25797
25798 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25799
25800         * gst-libs/gst/riff/riff-read.c :
25801           - fix INFO tag extraction in RIFF/AVI files
25802             because gst_event_unref (event) also freed taglist
25803           - avoid a mem leak
25804
25805 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25806
25807         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25808         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25809
25810         * gst/auparse/gstauparse.c :
25811           - add code (commented for now) to support audio/x-adpcm on src pad
25812             (we have no decoder for those layout yet)
25813
25814         * gst/cdxaparse/gstcdxaparse.c :
25815         * gst/cdxaparse/gstcdxaparse.h :
25816           - partial rewrite using RiffRead (ripped iain's wavparse code)
25817
25818         * gst/rtp/gstrtpL16enc.c : typo
25819         * gst/rtp/gstrtpgsmenc.c : typo
25820
25821 2004-05-13  Benjamin Otte  <otte@gnome.org>
25822
25823         * configure.ac:
25824           check for exact version of libvisual, it's not supposed to be
25825           API/ABI stable yet
25826
25827 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25828
25829         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25830           signal no-more-pads
25831
25832 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25833
25834         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25835         Report which format was used for GST_FORMAT_DEFAULT
25836         * gst/debug/Makefile.am:
25837         * gst/debug/gstdebug.c: (plugin_init):
25838         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25839         (gst_progressreport_class_init), (gst_progressreport_init),
25840         (gst_progressreport_report), (gst_progressreport_set_property),
25841         (gst_progressreport_get_property), (gst_progressreport_chain),
25842         (gst_progressreport_plugin_init):
25843         Add progressreport element for testing.
25844
25845 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25846
25847         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25848         * sys/v4l/gstv4lsrc.h:
25849         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25850         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25851         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25852         (gst_v4lsrc_grab_frame):
25853           add more debugging
25854           send a discont at start
25855
25856 2004-05-12  Colin Walters  <walters@redhat.com>
25857
25858         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25859         inflooping if we can't find a chunk.  Or in other words, don't blow
25860         chunks if we don't have a chunk to blow.
25861
25862 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25863         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25864         Remove old debug output
25865         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25866         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25867         (gst_dvdec_set_property), (gst_dvdec_get_property):
25868         Change the quality setting to an enum, so it works from gst-launch
25869         Don't renegotiate a non-linked pad. Allows audio only decoding.
25870         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25871         (gst_deinterlace_link), (gst_deinterlace_init):
25872         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25873         (gst_videodrop_link):
25874         Some caps negotiation fixes
25875
25876 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25877
25878         * ext/tarkin/gsttarkin.c :
25879           - Change RANK from NONE to PRIMARY
25880         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25881           - Change RANK from NONE to MARGINAL
25882         * ext/divx/gstdivxenc.c :
25883           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25884
25885 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25886
25887         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25888         (gst_vorbisenc_push_packet):
25889           copy a function that was added between 1.0 and 1.0.1 until we
25890           depend on worthwhile features of post-1.0
25891
25892 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25893
25894         * configure.ac:
25895           enable shout2 by default
25896         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25897         (gst_shout2send_base_init), (gst_shout2send_init),
25898         (gst_shout2send_connect), (gst_shout2send_change_state):
25899         * ext/shout2/gstshout2.h:
25900           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25901           #142262)
25902         * ext/theora/theora.c: (plugin_init):
25903           don't set rank on encoders
25904
25905 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25906
25907         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25908           Use codec_data property instead of flag1 and flag2 for wma
25909
25910 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25911
25912         * gst/cdxaparse/gstcdxaparse.c :
25913           - Add mpegversion to CAPS to make it link
25914           - Rank is as GST_RANK_SECONDARY instead of NONE
25915         * gst/auparse/gstauparse.c :
25916           - Document all audio encoding we can encounter from Solaris 9
25917             headers and libsndfile information.
25918           - Increase max. rate from 48000 to 192000 (to match other elements)
25919           - Don't try to play junk data between header and samples
25920
25921 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25922
25923         * ext/libvisual/visual.c: (gst_visual_getcaps):
25924           use the right caps depending on endianness (I hope)
25925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25926           use GST_RANK_NONE for all non-decoding elements or spider gets
25927           mighty confused
25928
25929 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25930
25931         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25932           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25933
25934 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25935
25936         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25937         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25938         (gst_switch_loop), (gst_switch_get_type):
25939           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25940           HEADERS. Had to be said.
25941
25942 2004-05-10  David Schleef  <ds@schleef.org>
25943
25944         * configure.ac: Add prototype Dirac support.
25945         * ext/Makefile.am:
25946         * ext/dirac/Makefile.am:
25947         * ext/dirac/gstdirac.cc:
25948         * ext/dirac/gstdiracdec.cc:
25949
25950 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25951
25952         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25953         (gst_auparse_init), (gst_auparse_chain),
25954         (gst_auparse_change_state):
25955           Hack around spider. Remove me some day please.
25956
25957 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25958
25959         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25960           Fix for some uninitialized variables in previous patch, also
25961           makes it work. Fixes #142286 while we're at it.
25962
25963 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25964
25965         * gst/auparse/gstauparse.c:
25966                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25967                 only unsupported formats are ADPCM/CCITT G.72x
25968                 reviewed by Ronald
25969         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25970
25971 2004-05-10  Wim Taymans  <wim@fluendo.com>
25972
25973         * ext/vorbis/Makefile.am:
25974         * ext/vorbis/README:
25975         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25976         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25977         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25978         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25979         (gst_oggvorbisenc_convert_sink),
25980         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25981         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25982         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25983         (get_constraints_string), (update_start_message),
25984         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25985         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25986         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25987         * ext/vorbis/oggvorbisenc.h:
25988         * ext/vorbis/vorbis.c: (plugin_init):
25989         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25990         (raw_caps_factory), (gst_vorbisenc_class_init),
25991         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25992         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25993         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25994         * ext/vorbis/vorbisenc.h:
25995         Added a raw vorbis encoder to be used with the oggmuxer.
25996         We still need the old encoder for some gnome applications,
25997         read the README to find out how that works.
25998         The raw encoder is called "rawvorbisenc" until 0.9.
25999
26000 2004-05-10  Wim Taymans  <wim@fluendo.com>
26001
26002         * ext/ogg/gstogg.c: (plugin_init):
26003         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
26004         (gst_ogg_print):
26005         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
26006         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
26007         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
26008         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
26009         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
26010         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
26011         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
26012         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
26013         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
26014         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
26015         Added an ogg muxer.
26016         Small typo fixes in the demuxer.
26017
26018 2004-05-10  Wim Taymans  <wim@fluendo.com>
26019
26020         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26021         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26022         (theora_enc_change_state), (theora_enc_set_property),
26023         (theora_enc_get_property):
26024         Mark the last packet with an EOS flag which is not really needed
26025         in gstreamer.
26026         Do some better video framerate initialisation.
26027         Update the buffer timestamp.
26028
26029 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
26030
26031         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
26032         Return the result of the parent state change call
26033
26034 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26035
26036         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
26037         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
26038         * gst/law/alaw-encode.c : (idem)
26039         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
26040         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
26041         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
26042
26043 2004-05-09  Benjamin Otte  <otte@gnome.org>
26044
26045         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26046           don't use a fixed buffer size when writing variable length data to
26047           it. Fixes memory corruption and makes alsasrc work
26048
26049 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26050
26051         * ext/gnomevfs/gstgnomevfssink.c:
26052         (_gst_boolean_allow_overwrite_accumulator),
26053         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26054           Run glib's default signal handler (??) in RUN_CLEANUP rather than
26055           RUN_LAST, and don't use that to set the accumulator value because
26056           then it's always FALSE.
26057
26058 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26059
26060         * gst-libs/gst/riff/riff-media.c:
26061         (gst_riff_create_video_caps_with_data),
26062         (gst_riff_create_audio_caps),
26063         (gst_riff_create_audio_template_caps):
26064         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26065           Fix for unaligned RIFF files (i.e. where all the chunks together
26066           in a LIST chunk are not of the same size as the size given in
26067           the LIST chunk header). Fixes several odd WAVE files. Also fix
26068           ADPCM (block_align property) in audio, so that wavparse based
26069           on this works now as it used to stand-alone.
26070
26071 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
26072
26073         reviewed by Benjamin Otte  <otte@gnome.org>
26074
26075         * ext/a52dec/gsta52dec.c:
26076         * ext/divx/gstdivxdec.c:
26077         * ext/divx/gstdivxenc.c:
26078         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26079         * ext/faac/gstfaac.c: (gst_faac_base_init):
26080         * ext/faad/gstfaad.c: (gst_faad_base_init):
26081         * ext/ivorbis/vorbisfile.c:
26082         * ext/lame/gstlame.c:
26083         * ext/libfame/gstlibfame.c:
26084         * ext/mpeg2enc/gstmpeg2enc.cc:
26085         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26086         * ext/sidplay/gstsiddec.cc:
26087         * ext/speex/gstspeexdec.c:
26088         * ext/speex/gstspeexenc.c:
26089         * ext/xvid/gstxviddec.c:
26090         * ext/xvid/gstxvidenc.c:
26091           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26092           (fixes #142193)
26093
26094 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26095
26096         * ext/alsa/gstalsa.c: (device_list),
26097         (gst_alsa_class_probe_devices):
26098         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26099           Fix alsa oddness in mixer after the combination of using mixer
26100           in source/sink elements and using hw:x,y instead of just hw:x.
26101
26102 2004-05-09  Benjamin Otte  <otte@gnome.org>
26103
26104         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26105         (gst_wavparse_create_sourcepad):
26106           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26107           sourcepads
26108
26109 2004-05-09  Benjamin Otte  <otte@gnome.org>
26110
26111         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26112           allow discont events before caps nego
26113
26114 2004-05-08  Benjamin Otte  <otte@gnome.org>
26115
26116         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26117           don't leak events
26118
26119 2004-05-08  Benjamin Otte  <otte@gnome.org>
26120
26121         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26122         (gst_level_change_state), (gst_level_init):
26123         * gst/level/gstlevel.h:
26124           figure out if we're initialized directly instead of keeping a
26125           variable that's wrong in 90% of cases
26126           don't initialize pads and then leak them and use a new unitialized
26127           pad. (fixes #142084)
26128           these were bugs so n00bish I didn't find them for an hour :/
26129
26130 2004-05-08 Iain <iain@prettypeople.org>
26131
26132         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26133         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26134         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26135         return the length that was read.
26136         (gst_riff_read_strf_auds): Allow fmt tags as well.
26137
26138 2004-05-07  David Schleef  <ds@schleef.org>
26139
26140         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26141         signed char assumption in faad.h.
26142
26143 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26144
26145         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26146           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26147
26148 2004-05-07  Colin Walters  <walters@redhat.com>
26149
26150         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26151         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26152         function.
26153         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26154         Add dispose function.
26155
26156 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
26157         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26158           Fix caps nego and pad templates. RGB mode caps should
26159           work now.
26160         * ext/dvdnav/gst-dvd:
26161           Move mpeg2dec inside the thread because otherwise the
26162           queue rejects cap changes mid-stream
26163         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26164         (gst_mpeg2dec_flush_decoder):
26165           For mpeg2dec > 0.4.0, call the flush function instead of
26166           manually extracting all in-flight frames.
26167         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26168         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26169           Change mime type video/dv go video/x-dv to match the
26170           rest of gst-plugins
26171
26172 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26173
26174         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26175         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26176         (gst_alsa_sink_class_init):
26177         * ext/alsa/gstalsasink.h:
26178         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26179         (gst_alsa_src_class_init):
26180         * ext/alsa/gstalsasrc.h:
26181           Make alsasink/src a subclass of alsamixer so that mixer stuff
26182           shows up in gst-rec. Needs some finetuning.
26183
26184 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26185
26186         * ext/lame/gstlame.c: (gst_lame_chain):
26187           simplify
26188         * ext/mad/gstmad.c: (gst_mad_handle_event):
26189           fix event leak
26190         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26191           be able to detect mp3 files < 4096 bytes
26192
26193 2004-05-06  Wim Taymans  <wim@fluendo.com>
26194
26195         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26196         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26197         (theora_enc_set_property), (theora_enc_get_property):
26198         Also encode the first frame, cleanup some code.
26199
26200 2004-05-06  Wim Taymans  <wim@fluendo.com>
26201
26202         * ext/mpeg2enc/gstmpeg2enc.cc:
26203         Forward events first before deciding that negotiation was
26204         not performed.
26205
26206 2004-05-06  Wim Taymans  <wim@fluendo.com>
26207
26208         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26209         First process the events before deciding that negotiation
26210         was not performed.
26211
26212 2004-05-06  Wim Taymans  <wim@fluendo.com>
26213
26214         * ext/theora/Makefile.am:
26215         * ext/theora/theora.c: (plugin_init):
26216         * ext/theora/theoradec.c: (theora_dec_change_state):
26217         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26218         (gst_theora_enc_class_init), (gst_theora_enc_init),
26219         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26220         (theora_enc_chain), (theora_enc_change_state),
26221         (theora_enc_set_property), (theora_enc_get_property):
26222         Added a theora encoder, grouped the encoder and decoder into the
26223         same plugin.
26224
26225 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26226
26227         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26228         (gst_jpegenc_chain):
26229         fix DURATION on outgoing buffers
26230         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26231         debug using time formats
26232         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26234         (gst_xvimagesink_sink_link):
26235         windows with width/height 0 generate X errors, so don't allow them
26236
26237 2004-05-05  Wim Taymans  <wim@fluendo.com>
26238
26239         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26240         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26241         (gst_mpeg2dec_negotiate_format):
26242         * ext/mpeg2dec/gstmpeg2dec.h:
26243           removed the static pad template so that we can add the
26244           more accurate framerate value to the caps.
26245
26246
26247 2004-05-04  Benjamin Otte  <otte@gnome.org>
26248
26249         * configure.ac:
26250           check for kdemacros.h, too (should fix #141821)
26251         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26252           don't crash if no header was sent, but nicely error out (fixes part
26253           of #141554)
26254
26255 2004-05-04  Wim Taymans  <wim@fluendo.com>
26256
26257         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26258         parent dispose function to avoid segfault on destroy.
26259
26260 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26261
26262         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26263         (plugin_init):
26264         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26265         (gst_xvimagesink_sink_link):
26266         clean up debugging caps
26267         also recreate xvimage when format has changed
26268
26269 2004-05-04  Benjamin Otte  <otte@gnome.org>
26270
26271         * ext/libvisual/Makefile.am:
26272         * ext/libvisual/visual.c: (gst_visual_class_init),
26273         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26274         (gst_visual_srclink), (gst_visual_chain),
26275         (gst_visual_change_state), (plugin_init):
26276           use a GstAdapter to correctly adapt buffer sizes - allows using a
26277           framerate
26278
26279 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26280
26281         * sys/v4l/gstv4lelement.h:
26282         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26283         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26284         (gst_v4lsrc_buffer_free):
26285         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26286         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26287         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26288         (gst_v4lsrc_requeue_frame):
26289         move some debugging categories around
26290         query for fps index and set accordingly if found
26291
26292 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26293
26294         * ext/lame/gstlame.c:
26295         correct defaults that lame_init puts out of range
26296
26297 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26298
26299         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26300         (gst_divxenc_class_init):
26301         fix range since -1 is the default
26302         * gst/mpeg1sys/gstmpeg1systemencode.c:
26303         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26304         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26305         (gst_rtjpegdec_chain):
26306         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26307         (gst_rtjpegenc_chain):
26308         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26309         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26310         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26311         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26312         * sys/v4l/gstv4lsrc.c:
26313         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26314         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26315         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26316         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26317         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26318           remove gst_info calls
26319
26320 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26321
26322         * Makefile.am:
26323         * po/af.po:
26324         * po/az.po:
26325         * po/en_GB.po:
26326         * po/nl.po:
26327         * po/sr.po:
26328         * po/sv.po:
26329           Updated translations
26330
26331 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26332
26333         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26334           refactor/comment code
26335
26336 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26337
26338         * gst/asfdemux/Makefile.am:
26339         * gst/asfdemux/asfheaders.c:
26340         * gst/asfdemux/asfheaders.h:
26341         * gst/asfdemux/gstasf.c: (plugin_init):
26342         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26343         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26344         (gst_asf_demux_setup_pad):
26345         * gst/asfdemux/gstasfdemux.h:
26346         * gst/asfdemux/gstasfmux.c:
26347         * gst/asfdemux/gstasfmux.h:
26348           Add tagging support to demuxer, split out registration in its own
26349           file instead of in demux (hacky), and prevent having some tables
26350           in our memory multiple times (in asfheaders.h).
26351
26352 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26353
26354         * gst/matroska/matroska-demux.c:
26355         (gst_matroska_demux_parse_metadata):
26356         * gst/matroska/matroska-ids.h:
26357           Basic tag reading support.
26358
26359 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26360
26361         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26362           Really detect ac-3 audio.
26363         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26364           really detect matroska files (off-by-1).
26365
26366 2004-04-30  David Schleef  <ds@schleef.org>
26367
26368         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26369         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26370         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26371         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26372         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26373         hackage -- parse a lot more atoms, extract a few tags.  One might even
26374         mistake this for tag support.  Maybe it is.
26375         * gst/qtdemux/qtdemux.h:
26376
26377 2004-04-30  Colin Walters  <walters@verbum.org>
26378
26379         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26380
26381 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26382
26383         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26384         (gst_ffmpegcolorspace_getcaps):
26385           remove broken nego fix
26386
26387 2004-04-30  Benjamin Otte  <otte@gnome.org>
26388
26389         * configure.ac:
26390         * ext/Makefile.am:
26391         * ext/libvisual/Makefile.am:
26392         * ext/libvisual/visual.c:
26393           add initial support for libvisual (http://libvisual.sourceforge.net)
26394           libvisual is still quite alpha, so expect crashes in there :)
26395
26396 2004-04-29  David Schleef  <ds@schleef.org>
26397
26398         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26399         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26400         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26401         code; you will no longer respect me.
26402
26403 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26404
26405         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26406         * ext/alsa/gstalsa.h :
26407         change alsa pcm device discovery to find more than 1 device
26408         per card. code review by Ronald.
26409
26410 2004-04-29  David Schleef  <ds@schleef.org>
26411
26412         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26413         Add a check for a driver bug on FreeBSD.  (bug #140565)
26414
26415 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26416
26417         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26418         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26419         (gst_jpegenc_getcaps):
26420           move format setting to inner loop
26421         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26422         (gst_ffmpegcolorspace_getcaps):
26423           use GST_PAD_CAPS if available so that we use already negotiated
26424           caps
26425         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26426         (qtdemux_parse_moov), (qtdemux_parse):
26427           extra debugging
26428         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26429         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26430           move hardcoded path to DEFINE
26431
26432 2004-04-28  David Schleef  <ds@schleef.org>
26433
26434         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26435         (bug #140064)
26436
26437 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26438
26439         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26440           Don't probe for playback device if we're a source element. Fixes
26441           #139658.
26442
26443 2004-04-29  Benjamin Otte  <otte@gnome.org>
26444
26445         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26446         (gst_id3_tag_chain):
26447           rewrite buffer offset
26448
26449 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26450
26451         * configure.ac:
26452         * ext/Makefile.am:
26453         * ext/dts/Makefile.am:
26454         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26455         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26456         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26457         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26458         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26459         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26460         (plugin_init):
26461         * ext/dts/gstdtsdec.h:
26462           New DTS decoder.
26463         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26464         (gst_faad_srcconnect):
26465           Add ESDS atom handling (.m4a).
26466
26467 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26468
26469         * ext/divx/gstdivxdec.c: (plugin_init):
26470           Remove comment that makes no sense.
26471         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26472           Fix for obvious typo that resulted in warnings during gst-register.
26473         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26474         (gst_xviddec_sink_link):
26475           Fix caps negotiation a bit better.
26476         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26477           We call this 'codec_data', not 'esds'.
26478
26479 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26480
26481         * gst/monoscope/gstmonoscope.c:
26482           make sure we only provide 256x128
26483         * gst/monoscope/monoscope.c: (monoscope_init):
26484           assert size of 256x128
26485
26486 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26487
26488         * Makefile.am:
26489         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26490         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26491           fixate to max width and height of device
26492
26493 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26494
26495         * Makefile.am:
26496         * sys/v4l/gstv4l.c:
26497         * sys/v4l/gstv4lsrc.c:
26498         * sys/v4l/v4l_calls.c:
26499         * sys/v4l/v4lsrc_calls.c:
26500           fix for qc-usb driver which fakes having more than one buffer
26501           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26502           buffer_free override
26503           add debugging
26504
26505 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26506
26507         * Makefile.am:
26508         * gst/videotestsrc/gstvideotestsrc.c:
26509         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26510         (gst_videotestsrc_init), (gst_videotestsrc_get),
26511         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26512         * gst/videotestsrc/gstvideotestsrc.h:
26513           add num-buffers property
26514
26515         2004-04-26  Benjamin Otte  <otte@gnome.org>
26516
26517         * ext/mad/gstid3tag.c: (plugin_init):
26518           set id3mux rank to NONE so it doesn't confuse spider
26519           require audio/mpeg,mpegversion=1 in id3mux
26520
26521 2004-04-26  Benjamin Otte  <otte@gnome.org>
26522
26523         * configure.ac:
26524           detect faad correctly as non-working if it's indeed non-working
26525
26526 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26527
26528         * Makefile.am:
26529         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26530         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26531         fix _getcaps so it only negotiates to its supported format
26532
26533 2004-04-25  Benjamin Otte  <otte@gnome.org>
26534
26535         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26536           fix memleak
26537
26538 2004-04-23  Benjamin Otte  <otte@gnome.org>
26539
26540         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26541           audio/x-raw-int with height rules! not. Now it's depth.
26542
26543 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26544
26545         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26546         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26547         (gst_wavparse_loop):
26548           Missing variable initialization. Add handling of DVI ADPCM. Fix
26549           mis-parsing of LIST chunks. This works around a bug where we mis-
26550           parse non-aligning LIST chunks (so LIST chunks where the contents
26551           don't align with the actual LIST size). The correct fix is to use
26552           rifflib, I'm not going to fix wavparse - too much work. All this
26553           fixes #104878.
26554
26555 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26556
26557         reviewed by Benjamin Otte  <otte@gnome.org>
26558
26559         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26560           fix shoutcast not working (fixes #140844)
26561
26562 2004-04-22  Benjamin Otte  <otte@gnome.org>
26563
26564         * ext/hermes/gsthermescolorspace.c:
26565         (gst_hermes_colorspace_caps_remove_format_info):
26566         * gst/colorspace/gstcolorspace.c:
26567         (gst_colorspace_caps_remove_format_info):
26568         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26569         (gst_ffmpegcolorspace_caps_remove_format_info):
26570           s/gst_caps_simplify/gst_caps_do_simplify/
26571
26572 2004-04-22  Benjamin Otte  <otte@gnome.org>
26573
26574         * gst-libs/gst/riff/riff-media.c:
26575         (gst_riff_create_video_caps_with_data):
26576           mpegversion is an int
26577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26578           don't try to create pad templates with NULL caps, use any caps
26579           instead.
26580
26581 2004-04-20  David Schleef  <ds@schleef.org>
26582
26583         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26584         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26585         (bug #140384)
26586
26587 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26588
26589         reviewed by David Schleef
26590
26591         * ext/mad/gstid3tag.c: Add stdlib.h
26592         * gst/rtp/gstrtpgsmenc.c: same
26593         * gst/tags/gstid3tag.c: same
26594         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26595         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26596         GST_DISABLE_LOADSAVE use.
26597         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26598         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26599         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26600         atol(3)).
26601         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26602         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26603         strtoul(3)).
26604         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26605         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26606         $(ID3_CFLAGS).
26607         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26608         $(LIBFAME_CFLAGS).
26609
26610 2004-04-20  David Schleef  <ds@schleef.org>
26611
26612         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26613         last checkin.  Same idea.
26614
26615 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26616
26617         reviewed by David Schleef
26618
26619         * configure.ac: bump required gstreamer version to 0.8.1.1
26620         because of following changes [--ds]
26621
26622         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26623         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26624         (gst_riff_read_header):  Use GST_READ_UINT*
26625         macros to access possibly unaligned memory.
26626
26627         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26628         (mp3_type_find):  Use GST_READ_UINT*
26629         macros to access possibly unaligned memory.
26630         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26631         (speex_type_find): Likewise
26632
26633         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26634
26635         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26636         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26637         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26638         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26639         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26640         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26641         macros to access possibly unaligned memory.
26642
26643         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26644         Likewise.
26645
26646         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26647         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26648
26649         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26650         Likewise.
26651
26652         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26653         (gst_mpeg2subt_chain_subtitle): Likewise.
26654
26655         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26656         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26657         Likewise.
26658
26659         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26660         Likewise.
26661
26662         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26663         Likewise.
26664
26665         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26666         Likewise.
26667
26668 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26669
26670         * configure.ac:
26671           update required version of GStreamer because of GST_TIME_FORMAT
26672
26673 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26674
26675         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26676           remove leftover g_print
26677         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26678           don't try setting only a subset of the caps. We don't want to kill
26679           autoplugging on purpose
26680
26681 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26682
26683         * sys/ximage/ximagesink.c: (plugin_init):
26684         * sys/xvimage/xvimagesink.c: (plugin_init):
26685           add debugging categories
26686
26687 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26688
26689         * po/en_GB.po:
26690         * po/LINGUAS:
26691           Adding en_GB translation (Gareth Owen)
26692
26693 2004-04-20  David Schleef  <ds@schleef.org>
26694
26695         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26696         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26697         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26698         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26699         A number of new features and hacks to extract the esds atom and
26700         put it into the caps.  (bug #137724)
26701
26702 2004-04-19  David Schleef  <ds@schleef.org>
26703
26704         * gconf/Makefile.am: Fix for non-GNU make
26705         * gst-libs/gst/Makefile.am: Change directory order to handle
26706         GstPlay linking with gstinterfaces
26707         * gst-libs/gst/audio/make_filter: make use of tr portable
26708         * gst-libs/gst/play/Makefile.am: Add intended \
26709         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26710         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26711         function prototype instead of void *.
26712         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26713         macro.
26714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26715         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26716         * gst/videofilter/make_filter: make use of tr portable
26717         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26718
26719 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26720
26721         * po/LINGUAS:
26722         * po/uk.po:
26723           Added Ukrainian translation (Maxim V. Dziumanenko)
26724
26725 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26726
26727         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26728         (gst_gsmdec_link), (gst_gsmdec_chain):
26729           Fix capsnego, simplify chain function slightly.
26730         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26731           Add GSM.
26732
26733 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26734
26735         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26736         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26737         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26738           Hack to make wavparse work with spider (always -> sometimes pad).
26739           Fixes #135862 && #140411.
26740
26741 2004-04-18  Benjamin Otte  <otte@gnome.org>
26742
26743         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26744         (gst_osselement_rate_probe_check),
26745         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26746           get rid of \n in debug output
26747
26748 2004-04-17  Iain <iain@prettypeople.org>
26749
26750         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26751         not just EOS.
26752
26753 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26754
26755         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26756         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26757         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26758         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26759         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26760         (gst_id3_tag_change_state), (plugin_init):
26761           deprecate id3tag element and replace with id3demux/id3mux.
26762           great side effect: this ugly file is now even uglier, yay!
26763         * ext/mad/gstmad.h:
26764           remove non-available function
26765           update for new get_type
26766
26767 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26768
26769         * configure.ac:
26770           require mpeg2dec >= 0.4.0
26771
26772 2004-04-17  Benjamin Otte  <otte@gnome.org>
26773
26774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26775         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26776         (gst_xvimagesink_set_xwindow_id):
26777           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26778           assorted cleanup fixes.
26779
26780 2004-04-16  David Schleef  <ds@schleef.org>
26781
26782         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26783         * sys/xvimage/xvimagesink.h: same
26784
26785 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26786
26787         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26788           Fix GST_ELEMENT_ERROR with (NULL)
26789
26790 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26791
26792         * gst-libs/gst/riff/riff-media.c:
26793         (gst_riff_create_video_caps_with_data):
26794           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26795
26796 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26797
26798         * gst-libs/gst/riff/riff-media.c:
26799         (gst_riff_create_video_caps_with_data),
26800         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26801         (gst_riff_create_video_template_caps),
26802         (gst_riff_create_audio_template_caps):
26803         * gst-libs/gst/riff/riff-media.h:
26804         * gst-libs/gst/riff/riff-read.c:
26805         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26806         * gst-libs/gst/riff/riff-read.h:
26807         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26808           Add MS RLE support. I added some functions to read out strf chunks
26809           into strf chunks and the data behind it. This is usually color
26810           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26811           caps creation. Lastly, add ADPCM (similar to wavparse - which
26812           should eventually be rifflib based).
26813         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26814         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26815         * gst/matroska/matroska-demux.h:
26816           Remove placeholders for some prehistoric tagging system. Didn't add
26817           support for any tag system really anyway.
26818         * gst/qtdemux/qtdemux.c:
26819           Add support for audio/x-m4a (MPEG-4) through spider.
26820         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26821         (gst_wavparse_loop):
26822           ADPCM support (#135862). Increase max. buffer size because we
26823           cannot split buffers for ADPCM (screws references) and I've seen
26824           files with 2048 byte chunks. 4096 seems safe for now.
26825
26826 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26827
26828         * configure.ac: bump nano to 1
26829
26830 === release 0.8.1 ===
26831
26832 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26833
26834         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26835
26836 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26837
26838         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26839           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26840           Fixes #140058
26841
26842 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26843
26844         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26845           lower rank of dvddemux so that it's not used for mpeg playback.
26846
26847 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26848
26849         * configure.ac:
26850           save libs correctly when checking mad
26851
26852 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26853
26854         * ext/mad/gstid3tag.c: (plugin_init):
26855           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26856
26857 2004-04-13  David Schleef  <ds@schleef.org>
26858
26859         * common/m4/gst-feature.m4: Call -config scripts with
26860         --plugin-libs if it is supported.
26861         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26862         JPEG images are image/jpeg.
26863         * gst/debug/Makefile.am:
26864         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26865         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26866         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26867         (gst_negotiation_plugin_init): Add a property that acts like
26868         filter caps.
26869         * testsuite/gst-lint:  Move license checking to be a standard
26870         test.
26871
26872 2004-04-13  David Schleef  <ds@schleef.org>
26873
26874         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26875         patch from Sebastien Cote (bug #139958)
26876
26877 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26878
26879         * examples/gstplay/Makefile.am:
26880         * examples/gstplay/player.c: (main):
26881           make the commandline player example use gconf settings
26882
26883 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26884
26885         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26886         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26887         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26888           init/end library during state transition, not object
26889           creation/disposal.  get rid of custom dispose handler.
26890
26891
26892 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26893
26894         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26895         be a symlink
26896
26897 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26898
26899         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26900           Handle JUNK chunks inside data section. Prevents warnings.
26901
26902 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26903
26904         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26905         (gst_riff_create_video_template_caps):
26906           Add MS video v1.
26907         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26908         (gst_avi_demux_stream_data):
26909           Add support for "rec-list" chunks.
26910
26911 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26912
26913         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26914           Fix another codecname mismatch.
26915
26916 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26917
26918         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26919           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26920           so that MJPEG plays back.
26921
26922 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26923
26924         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26925         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26926         * gst/mpeg1videoparse/gstmp1videoparse.h:
26927           Fix for some slight mis-cuts in buffer parsing, and for some
26928           potential overflows or faults-causers. Adds disconts. Also fixes
26929           #139105 while we're at it.
26930
26931 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * configure.ac:
26934         * sys/v4l2/gstv4l2element.h:
26935           Workaround for missing struct v4l2_buffer declaration in Suse 9
26936           and Mandrake 10 linux/videodev2.h header file (#135919).
26937
26938 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26939
26940         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26941           Bail out if no filename was given.
26942
26943 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26944
26945         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26946         (gst_v4l2_fourcc_from_structure):
26947           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26948           Y41B somewhere).
26949
26950 2004-04-09  Benjamin Otte  <otte@gnome.org>
26951
26952         * ext/gnomevfs/gstgnomevfssink.c:
26953         (_gst_boolean_allow_overwrite_accumulator),
26954         (gst_gnomevfssink_class_init):
26955           fix erase signal - if any handler returns false the file will not be
26956           overwritten. If no handler is connected, the file will not be
26957           overwritten either.
26958           renamed signal to "allow-overwrite"
26959         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26960           free string when adding it to ID3 failed
26961         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26962           unref event when done
26963         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26964           free caps
26965         * gst/typefind/gsttypefindfunctions.c:
26966         (mpeg_video_stream_type_find):
26967           fix invalid read
26968
26969 2004-04-08  David Schleef  <ds@schleef.org>
26970
26971         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26972         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26973
26974 2004-04-08  David Schleef  <ds@schleef.org>
26975
26976         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26977         we don't support (bug #139532)
26978
26979 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26980
26981         * ext/mad/gstmad.c: (gst_mad_handle_event),
26982         (gst_mad_check_caps_reset), (gst_mad_chain),
26983         (gst_mad_change_state):
26984           only set explicit caps if they haven't been set before for
26985           this stream.  MPEG-audio sample rate/channels aren't allowed
26986           to change in-stream.
26987           Fixes #139382
26988
26989 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26990
26991         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26992         (_gst_boolean_did_something_accumulator),
26993         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26994         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26995         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26996         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26997         (gst_gnomevfssink_change_state):
26998           Fix erase signal. Don't erase by default. Remove handoff signal.
26999           Remove erase property. Don't segfault. General cleanup.
27000
27001 2004-04-07  Benjamin Otte  <otte@gnome.org>
27002
27003         * gst-libs/gst/gconf/test-gconf.c: (main):
27004           add missing gst_init
27005
27006 2004-04-07  Benjamin Otte  <otte@gnome.org>
27007
27008         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27009           free the mutexes, too
27010
27011 2004-04-07  Benjamin Otte  <otte@gnome.org>
27012
27013         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27014           actually free the URI string
27015         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
27016           compute offset correctly when passing discont events
27017         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27018           don't leak discont events
27019         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27020           add some missing breaks so caps aren't copied randomly
27021         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
27022           if we realloc memory, we better use it
27023
27024 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27025
27026         * ext/mad/gstmad.c: (normal_seek):
27027           fix GST_FORMAT_TIME usage
27028
27029 2004-04-05  David Schleef  <ds@schleef.org>
27030
27031         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
27032         a deprecated function (hack!)
27033
27034 2004-04-05  Benjamin Otte  <otte@gnome.org>
27035
27036         * ext/esd/esdmon.c: (gst_esdmon_get):
27037           fix nonterminated vararg and memleak
27038
27039 2004-04-05  Benjamin Otte  <otte@gnome.org>
27040
27041         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
27042         (gst_ladspa_init), (gst_ladspa_force_src_caps),
27043         (gst_ladspa_set_property), (gst_ladspa_get_property),
27044         (gst_ladspa_instantiate), (gst_ladspa_activate),
27045         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27046           clean up debugging
27047
27048 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
27049
27050         reviewed by Benjamin Otte  <otte@gnome.org>
27051
27052         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27053           check for broken LADSPA parameters (fixes #138635)
27054
27055 2004-04-05  Benjamin Otte  <otte@gnome.org>
27056
27057         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27058           advertise buffer-frames correctly on sinkpads
27059
27060 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27061
27062         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27063         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27064         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27065         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27066         (gst_mad_check_caps_reset), (gst_mad_chain):
27067         add more debugging, only reset caps when we're not in error state
27068
27069 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27070
27071         * ext/mad/gstmad.c: add debugging category, comment + cleanups
27072
27073 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27074
27075         reviewed by Benjamin Otte  <otte@gnome.org>
27076
27077         * configure.ac:
27078           fix == in test(1) operator
27079
27080 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27081
27082         reviewed by Benjamin Otte  <otte@gnome.org>
27083
27084         * configure.ac:
27085           fix --export-symblos-regex to a working regex.
27086
27087 2004-04-04  Benjamin Otte  <otte@gnome.org>
27088
27089         * sys/oss/.cvsignore:
27090           add for oss_probe
27091
27092 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
27093
27094         reviewed by Benjamin Otte  <otte@gnome.org>
27095
27096         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27097           add missing 'new_media' argument (fixes #138168)
27098         * gst/matroska/matroska-demux.c:
27099         (gst_matroska_demux_handle_seek_event):
27100           add vararg terminator (fixes #138169)
27101
27102 2004-04-02  David Schleef  <ds@schleef.org>
27103
27104         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
27105         disted (bug #138914)
27106
27107 2004-04-01  Benjamin Otte  <otte@gnome.org>
27108
27109         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27110         (gst_alsa_close_audio):
27111           handle case better where a soundcard can't pause
27112         * ext/ogg/gstoggdemux.c:
27113           don't crash when we get events but don't have pads yet
27114
27115 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27116
27117         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27118           throw an error if we couldn't probe any caps.
27119
27120 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27121
27122         * ext/dvdnav/gst-dvd:
27123         Add a really simple sample DVD player
27124
27125 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27126
27127         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27128         (gst_a52dec_push), (gst_a52dec_handle_event),
27129         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27130         (gst_a52dec_change_state):
27131         * ext/a52dec/gsta52dec.h:
27132           Use a debug category, Output timestamps correctly
27133           Emit tag info, Handle events, tell liba52dec about cpu
27134           capabilities so it can use MMX etc.
27135         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27136           Fix a crasher accessing invalid memory
27137         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27138         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27139         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27140         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27141         (dvdnavsrc_query):
27142           Some support for byte-format seeking.
27143           Small fixes for still frames and menu button overlays
27144         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27145         (gst_mpeg2dec_alloc_buffer):
27146           Use a debug category. Adjust the report level of several items to
27147           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27148           so it doesn't lose the GstBuffer pointer
27149         * gst/debug/Makefile.am:
27150         * gst/debug/gstdebug.c: (plugin_init):
27151         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27152         (gst_navseek_base_init), (gst_navseek_class_init),
27153         (gst_navseek_init), (gst_navseek_seek),
27154         (gst_navseek_handle_src_event), (gst_navseek_set_property),
27155         (gst_navseek_get_property), (gst_navseek_chain),
27156         (gst_navseek_plugin_init):
27157         * gst/debug/gstnavseek.h:
27158           Add the navseek debug element for seeking back and forth in a
27159           video stream using arrow keys.
27160         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27161         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27162         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27163         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27164         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27165         (gst_mpeg2subt_parse_header), (gst_get_nibble),
27166         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27167         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27168         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27169         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27170         * gst/mpeg2sub/gstmpeg2subt.h:
27171           Pretty much a complete rewrite. Now a loopbased element. May still
27172           require work to properly synchronise subtitle buffers.
27173         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27174         (gst_dvd_demux_send_subbuffer):
27175         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27176           Don't attempt to create subbuffers of size 0
27177           Reduce a couple of error outputs to warnings.
27178         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27179         (gst_y4mencode_chain):
27180         Output the y4m frame header correctly.
27181
27182 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27183
27184         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27185           throw errors instead of allowing SIGFPE
27186
27187 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27188
27189         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27190         (gst_gconf_render_bin_from_key):
27191           leak plugging and style fixing
27192
27193 2004-03-31  David Schleef  <ds@schleef.org>
27194
27195         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27196         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27197         (bug #138225)
27198         * gst/debug/Makefile.am:
27199         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27200         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
27201         plugin.
27202         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27203         (gst_negotiation_base_init), (gst_negotiation_class_init),
27204         (gst_negotiation_init), (gst_negotiation_getcaps),
27205         (gst_negotiation_pad_link), (gst_negotiation_chain),
27206         (gst_negotiation_set_property), (gst_negotiation_get_property),
27207         (gst_negotiation_plugin_init):  New element to talk about random
27208         negotiation things happening in a pipeline.
27209
27210 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27211
27212         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27213           fix integer addition with help of Stefan Kost
27214
27215 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27216
27217         * po/nl.po: updated Dutch translation (Elros Cyriatan)
27218
27219 2004-03-30  David Schleef  <ds@schleef.org>
27220
27221         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27222         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
27223         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27224         (bug #137504)
27225         * ext/mpeg2dec/gstmpeg2dec.h:
27226
27227 2004-03-30  David Schleef  <ds@schleef.org>
27228
27229         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27230
27231 2004-03-30  David Schleef  <ds@schleef.org>
27232
27233         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
27234         Michael Petullo) to handle .mov
27235
27236 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27237
27238         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27239         (gst_osselement_rate_check_rate):
27240           probe caps correctly for sound cards that only support one format
27241
27242 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27243
27244         * ext/kio/kiosrc.cpp: (process_events):
27245           update handling event processing if inside KDE - untested
27246
27247 2004-03-29  David Schleef  <ds@schleef.org>
27248
27249         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27250         by 2 to not interfere with other colorspaces.
27251         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27252         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27253         one to not interfere with ffmpeg_colorspace.
27254
27255 2004-03-29  David Schleef  <ds@schleef.org>
27256
27257         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27258         aren't in the caps.
27259         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27260         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27261
27262 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27263
27264         * gst-libs/gst/riff/riff-media.c:
27265           fail on error, don't try to set stuff on NULL caps
27266
27267 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27268
27269         * configure.ac:
27270         * ext/Makefile.am:
27271         * ext/kio/Makefile.am:
27272         * ext/kio/kioreceiver.cpp:
27273         * ext/kio/kioreceiver.h:
27274         * ext/kio/kiosrc.cpp:
27275         * ext/kio/kiosrc.h:
27276           add experimental kiosrc plugin
27277         * ext/alsa/gstalsaplugin.c: (plugin_init):
27278           initialize debugging category only when we're sure registering the
27279           plugins worked.
27280
27281 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27282
27283         * examples/gstplay/player.c: (main):
27284         * gst-libs/gst/play/play.c: (gst_play_class_init),
27285         (gst_play_set_location), (gst_play_set_data_src),
27286         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27287         (gst_play_set_visualization), (gst_play_connect_visualization):
27288           check return values of element_set_state and return FALSE where
27289           failed
27290
27291 2004-03-29  Benjamin Otte  <otte@gnome.org>
27292
27293         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27294           try harder to check if an event is really a discont
27295
27296 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27297
27298         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27299         * po/az.po:
27300
27301 2004-03-28  Benjamin Otte  <otte@gnome.org>
27302
27303         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27304         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27305         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27306           get rid of non-standard "..." ranges in case statements.
27307
27308 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27309
27310         * gst/mpegstream/gstmpegdemux.c:
27311         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27312         specific functionality split to the new dvddemux element.
27313         * gst/mpegstream/gstdvddemux.c:
27314         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27315         streams, derived from mpegdemux.
27316         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27317         up. SCR based timestamp rewriting can be turned off (will probably
27318         completely disappear soon).
27319         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27320         hacking. General cleanup. All printf statements replaced by
27321         debugging messages. Almost complete libdvdnav support.
27322         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27323         by events. New properties for audio and subpicture languages.
27324         (dvdnavsrc_update_highlight): Now uses events.
27325         (dvdnavsrc_user_op): Cleaned up.
27326         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27327         based). Lots of cleanup, and propper support for most libdvdnav
27328         events.
27329         (dvdnavsrc_make_dvd_event): New function.
27330         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27331         (dvdnavsrc_make_clut_change_event): New function.
27332
27333 2004-03-26  Benjamin Otte  <otte@gnome.org>
27334
27335         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27336           fix bug where typefinding would claim it's theora whenever less then
27337           7 bytes of data were available
27338
27339 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27340
27341         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27342         (gst_alawdec_base_init), (gst_alawdec_class_init),
27343         (gst_alawdec_init), (gst_alawdec_chain):
27344         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27345         (gst_alawenc_base_init), (gst_alawenc_class_init),
27346         (gst_alawenc_init), (gst_alawenc_chain):
27347         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27348         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27349         (gst_mulawdec_init), (gst_mulawdec_chain):
27350         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27351         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27352         (gst_mulawenc_init), (gst_mulawenc_chain):
27353           Fix capsnego in all four, remove the unused property functions and
27354           simplify the chain functions slightly. I guess we could use macros
27355           or something similar for those, since the code is so similar, but
27356           I'm currently too lazy...
27357
27358 2004-03-24  David Schleef  <ds@schleef.org>
27359
27360         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27361         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27362         (gst_osselement_get_format_structure),
27363         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27364         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27365         (gst_osselement_rate_int_compare): Add code to handle rate probing
27366         (bug #120883)
27367         * sys/oss/gstosselement.h: same
27368         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27369         Use rate probing provided by osselement.
27370         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27371
27372 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27373
27374         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27375         (gst_xvidenc_get_property):
27376           ulong/int mess-up.
27377
27378 2004-03-24  David Schleef  <ds@schleef.org>
27379
27380         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27381         (gst_speexdec_init):
27382         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27383         (gst_speexenc_init):  Create the pad template correctly (from
27384         the static pad template, not a NULL pointer.)
27385
27386 2004-03-25  Benjamin Otte  <otte@gnome.org>
27387
27388         * gst/debug/Makefile.am:
27389         * gst/debug/breakmydata.c:
27390           add element that quasi-randomly changes bytes in the stream.
27391           Intended use is robustness checking of demuxers and decoders in
27392           media tests.
27393
27394 2004-03-24  Benjamin Otte  <otte@gnome.org>
27395
27396         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27397         (gst_alsa_probe_hw_params):
27398         * ext/alsa/gstalsa.h:
27399           debugging output fixes
27400
27401 2004-03-24  Benjamin Otte  <otte@gnome.org>
27402
27403         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27404           don't g_return_if_fail if element is PLAYING, fail silently as every
27405           other element.
27406         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27407           only fix needed for cast lvalue issues in gst-plugins
27408         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27409           add proxy_getcaps
27410
27411 2004-03-24  Benjamin Otte  <otte@gnome.org>
27412
27413         * gst/level/gstlevel.c: (gst_level_init):
27414           add proxying getcaps function, so level doesn't advertise impossible
27415           caps
27416
27417 2004-03-24  David Schleef  <ds@schleef.org>
27418
27419         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27420         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27421         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27422         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27423         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27424         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27425         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27426         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27427         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27428         messages.  Divide the chunk size by the compression ratio
27429         (needed for MACE audio)
27430
27431 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27432
27433         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27434           Fix buffer overflow read error.
27435
27436 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27437
27438         * ext/alsa/gstalsa.h:
27439           Remove unused entry.
27440         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27441           Add cinepak.
27442         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27443         (gst_videodrop_link), (gst_videodrop_chain):
27444           Fix, sort of. Was horribly broken with new capsnego. Bah...
27445
27446 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27447
27448         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27449         (plugin_init):
27450         Add a monkeysaudio typefind function
27451
27452 2004-03-23  Johan Dahlin  <johan@gnome.org>
27453
27454         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27455         (gst_play_video_fixate): Check so the structure has the field
27456         before trying to fixate them, this makes it possible to have
27457         fakesinks for video and audio output without printing errors on
27458         the output console.
27459
27460 2004-03-22  David Schleef  <ds@schleef.org>
27461
27462         * sys/oss/Makefile.am:
27463         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27464         (check_rate), (add_rate):  Rate probing test app.
27465
27466 2004-03-21  Benjamin Otte  <otte@gnome.org>
27467
27468         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27469         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27470           add a fixation function that pretty much does the right thing (fixes
27471           #137556)
27472
27473 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27474
27475         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27476
27477 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27478
27479         reviewed by: Benjamin Otte  <otte@gnome.org>
27480
27481         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27482           terminate gst_event_new_discontinuous correctly (fixes parts of
27483           #137711)
27484
27485 2004-03-19  David Schleef  <ds@schleef.org>
27486
27487         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27488         since it doesn't depend on X, and it's part of our ABI.
27489
27490 2004-03-19  Iain <iain@prettypeople.org>
27491
27492         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27493         is_int in the structure, not the local variable.
27494
27495 2004-03-19  David Schleef  <ds@schleef.org>
27496
27497         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27498         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27499         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27500         Improvements in caps negotiation.
27501
27502 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27503
27504         * po/LINGUAS:
27505         * po/af.po:
27506           adding Afrikaans (Petri Jooste)
27507
27508 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27509
27510         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27511         (gst_ffmpegcolorspace_chain):
27512         throw error instead of g_critical (#137588)
27513
27514 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27515
27516         * Makefile.am:
27517         * configure.ac:
27518           dist common and m4 correctly
27519         * po/sv.po:
27520
27521 2004-03-17  David Schleef  <ds@schleef.org>
27522
27523         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27524         (bug #137348)
27525
27526 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27527
27528         * po/LINGUAS:
27529         * po/sv.po:
27530           adding Swedish translation (Christian Rose)
27531
27532 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27533
27534         * Makefile.am: use release.mak
27535
27536 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27537
27538         * common/ChangeLog:
27539         * common/gst-autogen.sh:
27540           add some explanation about the version detection
27541         * configure.ac:
27542           fix X check
27543
27544 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * configure.ac: bump nano to 1
27547
27548 === release 0.8.0 ===
27549
27550 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27551
27552         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27553
27554 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27555
27556         * configure.ac:
27557           update libtool version
27558         * gst-libs/gst/media-info/Makefile.am:
27559           actually use libtool version
27560
27561 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27562
27563         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27564
27565 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27566
27567         * configure.ac:
27568         * gst-plugins.spec.in:
27569         * pkgconfig/Makefile.am:
27570         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27571         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27572         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27573         * pkgconfig/gstreamer-libs.pc.in:
27574         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27575         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27576         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27577         * pkgconfig/gstreamer-plugins.pc.in:
27578           remove @VERSION@ from some of the pc files since core and plugins
27579           are decoupled.
27580           created gstreamer-plugins.pc as it's a better name, but keeping
27581           -libs around for now to get fixes upstream done first.
27582
27583 2004-03-15  Julien MOUTTE <julien@moutte.net>
27584
27585         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27586         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27587         * gst-libs/gst/play/play.h:
27588
27589 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27590
27591         * *.c, *.cc: don't mix tabs and spaces
27592
27593 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27594
27595         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27596           use the new ffmpegcolorspace
27597         * gst-plugins.spec.in:
27598           package new colorspace and media-info
27599         * configure.ac:
27600         * pkgconfig/Makefile.am:
27601           fix some more disting issues
27602         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27603         * pkgconfig/gstreamer-media-info.pc.in:
27604           generate media-info pc files
27605
27606 2004-03-15  Johan Dahlin  <johan@gnome.org>
27607
27608         * *.h: Revert indenting
27609
27610 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27611
27612         * configure.ac:
27613           adding ffmpegcolorspace element
27614         * gst/ffmpegcolorspace/Makefile.am:
27615         * gst/ffmpegcolorspace/avcodec.h:
27616         * gst/ffmpegcolorspace/common.h:
27617         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27618         * gst/ffmpegcolorspace/dsputil.h:
27619         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27620         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27621         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27622         (gst_ffmpeg_caps_to_pix_fmt):
27623         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27624         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27625         (gst_ffmpegcolorspace_caps_remove_format_info),
27626         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27627         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27628         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27629         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27630         (gst_ffmpegcolorspace_set_property),
27631         (gst_ffmpegcolorspace_get_property),
27632         (gst_ffmpegcolorspace_register):
27633         * gst/ffmpegcolorspace/imgconvert.c:
27634         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27635         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27636         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27637         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27638         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27639         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27640         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27641         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27642         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27643         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27644         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27645         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27646         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27647         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27648         (img_get_alpha_info), (deinterlace_line),
27649         (deinterlace_line_inplace), (deinterlace_bottom_field),
27650         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27651         * gst/ffmpegcolorspace/imgconvert_template.h:
27652         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27653         * gst/ffmpegcolorspace/mmx.h:
27654         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27655           adding ffmpegcolorspace element supplied by Ronald after cleaning
27656           up and pulling in the right bits of upstream source.
27657           I'm sure a better C/compiler wizard could do some cleaning up (for
27658           example use GLIB's malloc stuff), but as a first pass this
27659           works very well
27660
27661 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27662
27663         * ext/alsa/gstalsa.h:
27664           I assume Ronald forgot to commit the change to have cardname
27665           as a struct member.  Expect some public spanking at the next
27666           opportunity.
27667
27668 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27669
27670         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27671         (gst_alsa_open_audio), (gst_alsa_close_audio):
27672         * ext/alsa/gstalsa.c:
27673           Don't open the device if we're a mixer (= padless).
27674         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27675         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27676         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27677           Open mixer during state change rather than during object
27678           initialization. Also, get a device name. Currently in a somewhat
27679           hackish fashion, but I didn't really find something better.
27680
27681 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27682
27683         * *.c, *.h: run gst-indent
27684
27685 2004-03-14  Benjamin Otte  <otte@gnome.org>
27686
27687         * gst/modplug/gstmodplug.cc:
27688         * gst/modplug/gstmodplug.h:
27689           set correct timestamps on outgoing buffers
27690
27691 2004-03-14  Benjamin Otte  <otte@gnome.org>
27692
27693         * gst/modplug/gstmodplug.cc:
27694           handle events - don't do crap when a discont arrives that's not
27695           necessary
27696           This allows correct loading and playback of mods in Rhythmbox
27697
27698 2004-03-14  Benjamin Otte  <otte@gnome.org>
27699
27700         * configure.ac:
27701         * gst-libs/gst/gconf/Makefile.am:
27702         * pkgconfig/Makefile.am:
27703           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27704           they get rebuilt properly
27705         * configure.ac:
27706           when checking for vorbis, try pkgconfig first.
27707         * gst/modplug/gstmodplug.cc:
27708           add fixate function
27709
27710 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27711
27712         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27713           Fix for obvious mistake, where we first shift the offset and then
27714           read a samplesize element assuming the old offset. Note that this
27715           part still has something weird, i.e. my movies containing those
27716           don't actually play well, but at least there's something that looks
27717           like sound now.
27718
27719 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27720         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27721         (plugin_init):
27722         Add a typefind function for speex format
27723
27724 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27725
27726         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27727         (gst_asf_demux_setup_pad):
27728           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27729           instead of 0. Reason is simple: some elements have a fps range
27730           of 1-max instead of 0-max. So now ASF video actually works.
27731
27732 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27733
27734         * po/LINGUAS:
27735         * po/sr.po:
27736           adding serbian as a language
27737
27738 2004-03-13  Benjamin Otte  <otte@gnome.org>
27739
27740         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27741           return taglist correctly from _get function, don't gst_pad_push it.
27742           (fixes #137042)
27743
27744 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27745         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27746
27747 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27748
27749         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27750         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27751         (gst_alsa_mixer_track_new):
27752         * ext/alsa/gstalsamixertrack.h:
27753           Fix ancient leftovers... MixerTrack is a GObject.
27754
27755 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27756
27757         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27758         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27759           Don't block during probing...
27760
27761 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27762
27763         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27764         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27765         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27766         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27767         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27768         (gst_alsa_open_audio), (gst_alsa_close_audio):
27769         * ext/alsa/gstalsa.h:
27770           Add propertyprobe interface implementation, add some device-name
27771           property, all this so that it looks good in gnome-volume-control.
27772
27773 2004-03-12  David Schleef  <ds@schleef.org>
27774
27775         * configure.ac: the Hermes library controls hermescolorspace, not
27776         colorspace.
27777         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27778         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27779         not /* */
27780         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27781         * ext/sdl/sdlvideosink.h: ditto.
27782         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27783
27784 2004-03-12  Benjamin Otte  <otte@gnome.org>
27785
27786         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27787         (gst_x_overlay_got_xwindow_id):
27788         * gst-libs/gst/xoverlay/xoverlay.h:
27789           replace XID with unsigned long to get rid of the xlibs dependency in
27790           XOverlay (fixes #137004)
27791
27792 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27793         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27794         (gst_agingtv_setup):
27795         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27796         (gst_dicetv_base_init), (gst_dicetv_class_init),
27797         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27798         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27799         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27800         (gst_edgetv_setup), (gst_edgetv_rgb32):
27801         * gst/effectv/gsteffectv.c:
27802         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27803         (gst_quarktv_set_property):
27804         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27805         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27806         (gst_revtv_setup), (gst_revtv_rgb32):
27807         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27808         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27809         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27810         (gst_shagadelictv_rgb32):
27811         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27812         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27813         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27814         * gst/effectv/gstwarp.c:
27815         Port everything that can be ported to videofilter and fix up the caps.
27816         Can someone with a big-endian machine please check these?
27817
27818 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27819
27820         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27821         (gst_osssink_chain), (gst_osssink_change_state):
27822           Latest fixes for A/V sync, audio playback and such. This is about
27823           all... MPEG playback issues are mostly related to the async build-
27824           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27825
27826 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27827
27828         patch from: Stephane Loeuillet
27829
27830         * configure.ac:
27831           use pkg-config for some libraries, falling back to the old .m4 way
27832           (fixes #131270)
27833         * m4/libdv.m4:
27834           removed
27835
27836 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27837
27838         * configure.ac:
27839         * tools/Makefile.am:
27840         * tools/Makefile.in:
27841         * tools/gst-launch-ext-m.m:
27842         * tools/gst-launch-ext.1.in:
27843         * tools/gst-visualise-m.m:
27844         * tools/gst-visualise.1:
27845         * tools/gst-visualise.1.in:
27846           reorganizing generation of script tools
27847
27848 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27849
27850         * ext/divx/gstdivxdec.c:
27851           Downgrade priority. We prefer ffdec_mpeg4.
27852         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27853         (gst_faad_chain), (gst_faad_change_state):
27854           Fix capsnego. Doesn't work for some sounds because we don't have
27855           a 5:1 to stereo element.
27856         * ext/xvid/gstxvid.c: (plugin_init):
27857           Add priority.
27858         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27859         (gst_osssink_change_state):
27860           Add discont handling.
27861
27862 2004-03-09  Colin Walters  <walters@verbum.org>
27863
27864         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27865         conversion.
27866
27867 2004-03-09  Benjamin Otte  <otte@gnome.org>
27868
27869         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27870           the signals take 2 arguments
27871
27872 2004-03-09  David Schleef  <ds@schleef.org>
27873
27874         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27875         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27876         * ext/alsa/gstalsa.h:
27877         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27878
27879 2004-03-09  Benjamin Otte  <otte@gnome.org>
27880
27881         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27882         (gst_mikmod_change_state):
27883         * ext/mikmod/gstmikmod.h:
27884           make mikmod's loop function not loop infinitely and call
27885           gst_element_yield anymore
27886         * gst/modplug/gstmodplug.cc:
27887           fix pad negotiation (fixes #136590)
27888
27889 2004-03-09  David Schleef  <ds@schleef.org>
27890
27891         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27892         doesn't conflict with the internal colorspace plugin.
27893         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27894         satisfy the crappy-ass shell shipped by a certain vendor.
27895         * gst/videofilter/make_filter: same (bug #135299)
27896
27897 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27898
27899         * configure.ac: bump nano to 1
27900
27901 === release 0.7.6 ===
27902
27903 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27904
27905         * configure.in: releasing 0.7.6, "There"
27906
27907 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27908
27909         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27910         * pkgconfig/gstreamer-play.pc.in:
27911           synchronize the two
27912
27913 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27914
27915         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27916         (cdparanoia_open), (cdparanoia_event):
27917           fix/add error handling
27918         * po/POTFILES.in:
27919           add cdparanoia source
27920         * tools/Makefile.am:
27921           make scripts executable
27922
27923 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27924
27925         * configure.ac:
27926         * ext/vorbis/Makefile.am:
27927         * sys/Makefile.am:
27928           remove id3types, vorbisfile and xvideosink from the build (#133783)
27929
27930 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27931
27932         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27933           Fix metadata read crash (#136537).
27934
27935 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27936
27937         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27938         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27939           adding mime types, fixing the one-stop function
27940
27941 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27942
27943         * ext/nas/nassink.c and /ext/nas/nassink.h:
27944         More NAS love from Arwed von Merkatz
27945         So lets all sing 'Can you feel the NAS tonight'
27946
27947 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27948
27949         * tools/gst-launch-ext.in:
27950         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27951
27952 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27953
27954         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27955         (gst_mpeg2dec_init):
27956         remove the user_data pad for now, because it is being used in
27957         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27958         If someone knows how to fix this properly, please do.
27959
27960 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27961
27962         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27963         (gst_osssink_get_time):
27964         add a warning, IMO this won't get triggered anymore, remove later
27965
27966 2004-03-07  David Schleef  <ds@schleef.org>
27967
27968         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27969         format (bug #136470)
27970
27971 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27972
27973         * gst-libs/Makefile.am:
27974         * gst-libs/gst/media-info/Makefile.am:
27975         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27976         (error_callback), (gst_media_info_error_create),
27977         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27978         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27979         * gst-libs/gst/media-info/media-info-priv.h:
27980         * gst-libs/gst/media-info/media-info-test.c: (main):
27981         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27982         (gst_media_info_class_init), (gst_media_info_instance_init),
27983         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27984         (gst_media_info_read_idler), (gst_media_info_read):
27985         * gst-libs/gst/media-info/media-info.h:
27986         fixed, should work now
27987
27988 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27989
27990         * ext/nas/nassink.c:
27991         A bunch of NAS fixes from Arwed von Merkatz
27992
27993 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27994
27995         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27996         (qtdemux_parse_trak):
27997           Fix crash (j might be greater than n_samples, in which case we're
27998           writing outside the allocated space for the array) and memleak.
27999
28000 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28001
28002         * sys/oss/gstosssink.c: (gst_osssink_chain):
28003           And another caller that couldn't handle delay < 0 (unsigned
28004           integer overflow). Video now continues playing on an audio
28005           buffer underrun, and the clock continues working. Audio still
28006           stalls.
28007
28008 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28009
28010         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28011         (gst_osssink_get_time):
28012           get_delay() may return values lower than 0. In those cases, we
28013           should not actually cast to *unsigned* int64, that will break
28014           stuff horribly. In my case, it screwed up A/V sync in movies
28015           in totem rather badly.
28016
28017 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28018
28019         * ext/faac/gstfaac.c: (gst_faac_chain):
28020         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28021         * ext/libpng/gstpngenc.c: (user_write_data):
28022         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28023         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28024         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28025         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28026         Fix several misuse of gst_buffer_merge (it doesn't take ownership
28027         of any buffer), should fix some leaks. I hope I didn't unref buffers
28028         that shouldn't be...
28029
28030 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28031
28032         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28033         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
28034         (error_callback), (gmi_reset), (gmi_seek_to_track),
28035         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
28036         (gmip_find_type_post), (gmip_find_stream_post),
28037         (gmip_find_track_streaminfo_post):
28038         * gst-libs/gst/media-info/media-info-priv.h:
28039         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
28040         (info_print), (main):
28041         * gst-libs/gst/media-info/media-info.c:
28042         (gst_media_info_error_create), (gst_media_info_error_element),
28043         (gst_media_info_instance_init), (gst_media_info_get_property),
28044         (gst_media_info_new), (gst_media_info_set_source),
28045         (gst_media_info_read_idler), (gst_media_info_read):
28046         * gst-libs/gst/media-info/media-info.h:
28047           first pass at making this work again.  This seems to work on
28048           tagged ogg/vorbis and mp3 files.
28049
28050 2004-03-06  Benjamin Otte  <otte@gnome.org>
28051
28052         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28053           fix huge leak: gst_buffer_merge doesn't unref the first argument
28054           itself.
28055
28056 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28057
28058         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28059           report layer/mode/emphasis
28060
28061 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28062
28063         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28064
28065 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28066
28067         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28068           signal serial
28069
28070 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28071
28072         * ext/vorbis/vorbis.c: (plugin_init):
28073         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28074         (gst_vorbis_dec_init), (vorbis_dec_event):
28075         add debug category
28076         make vorbisdec handle _BYTE and _TIME queries
28077
28078 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28079
28080         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28081           from the xing header
28082
28083 2004-03-06  Benjamin Otte  <otte@gnome.org>
28084
28085         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28086         (gst_audio_convert_link), (gst_audio_convert_change_state),
28087         (gst_audio_convert_buffer_from_default_format):
28088           do conversions from/to float correctly, fix some caps nego errors,
28089           export correct supported caps in template and getcaps, use correct
28090           caps in try_set_caps functions
28091
28092 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28093
28094         For some reason, I only committed a ChangeLog entry yesterday and
28095         not the corresponding code...
28096         * ext/mad/gstmad.c: Fix detection of Xing headers
28097         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28098
28099 2004-03-06  Benjamin Otte  <otte@gnome.org>
28100
28101         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28102         (gst_ogg_demux_src_query):
28103           make sure to handle the case where there's no current chain
28104           gracefully.
28105
28106 2004-03-05  David Schleef  <ds@schleef.org>
28107
28108         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28109         Add fixate function. (bug #131128)
28110         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28111         (gst_sdlvideosink_fixate):  Add fixate function.
28112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28113         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28114         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28115         Fix missing break that was causing ulaw to be interpreted as
28116         raw int.
28117
28118 2004-03-05  David Schleef  <ds@schleef.org>
28119
28120         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28121         Fix code that ignores return value of gst_buffer_merge().
28122         (bug #114560)
28123         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28124         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28125         * testsuite/gst-lint:  Check for above.
28126
28127 2004-03-05  David Schleef  <ds@schleef.org>
28128
28129         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
28130         caps and throw an element error.  (bug #136334)
28131
28132 2004-03-05  David Schleef  <ds@schleef.org>
28133
28134         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28135         (gst_faad_chain): Fix negotiation.
28136         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28137         key and button events.
28138         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28139         dung heap of code.
28140         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28141         depends on gconf
28142         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28143         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28144         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28145         function to encourage better negotiation, particularly between
28146         audioconvert and osssink.
28147         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28148         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
28149         more important.
28150         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
28151         typefinding.
28152         * gst/vbidec/vbiscreen.c:  Add glib header
28153         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
28154
28155 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
28156
28157         * ext/mad/gstmad.c: Fix detection of Xing headers
28158         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28159
28160 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28161
28162         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28163         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28164           debug updates
28165
28166 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28167
28168         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28169         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28170         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28171         files, and report the parsed length as a GST_TAG_DURATION tag.
28172         * gst/tags/gstid3tag.c: support TLEN (duration) tag
28173
28174 2004-03-05  Benjamin Otte  <otte@gnome.org>
28175
28176         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28177           convert channels correctly. convert correctly to unsigned.
28178
28179 2004-03-05  Julien MOUTTE <julien@moutte.net>
28180
28181         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28182         we have a window before clearing it.
28183
28184 2004-03-05  Julien MOUTTE <julien@moutte.net>
28185
28186         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28187         have a window before clearing it.
28188
28189 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28190
28191         * gconf/gstreamer.schemas.in:
28192         * gst-libs/gst/gconf/Makefile.am:
28193           version installation path the same way as for 0.6
28194         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28195         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28196         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28197           remove comment that was fixed
28198
28199 2004-03-05  David Schleef  <ds@schleef.org>
28200
28201         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28202         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28203         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28204         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28205         Add prototype code for handling seeking and querying.
28206
28207 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28208
28209         * examples/gstplay/player.c: (main):
28210           Initialize variables to NULL. Prevents a segfault because the
28211           (uninitialized) variable is not NULL, resulting in a crash on
28212           trying to reach error->message.
28213
28214 2004-03-05  Benjamin Otte  <otte@gnome.org>
28215
28216         * gst/audioconvert/gstaudioconvert.c:
28217         (gst_audio_convert_buffer_to_default_format):
28218         make float=>int conversion work correctly even in cornercases.
28219
28220 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
28221
28222         * debian/README.Debian:
28223         * debian/build-deps:
28224         * debian/changelog:
28225         * debian/control:
28226         * debian/control.in:
28227         * debian/copyright:
28228         * debian/gstreamer-a52dec.files:
28229         * debian/gstreamer-aa.files:
28230         * debian/gstreamer-alsa.files:
28231         * debian/gstreamer-alsa.manpages:
28232         * debian/gstreamer-arts.files:
28233         * debian/gstreamer-artsd.files:
28234         * debian/gstreamer-audiofile.files:
28235         * debian/gstreamer-avifile.files:
28236         * debian/gstreamer-cdparanoia.files:
28237         * debian/gstreamer-colorspace.files:
28238         * debian/gstreamer-doc.files:
28239         * debian/gstreamer-dv.files:
28240         * debian/gstreamer-dvd.files:
28241         * debian/gstreamer-esd.files:
28242         * debian/gstreamer-festival.files:
28243         * debian/gstreamer-flac.files:
28244         * debian/gstreamer-gconf.conffiles:
28245         * debian/gstreamer-gconf.files:
28246         * debian/gstreamer-gconf.postinst:
28247         * debian/gstreamer-gnomevfs.files:
28248         * debian/gstreamer-gsm.files:
28249         * debian/gstreamer-http.files:
28250         * debian/gstreamer-jack.files:
28251         * debian/gstreamer-jpeg.files:
28252         * debian/gstreamer-mad.files:
28253         * debian/gstreamer-mikmod.files:
28254         * debian/gstreamer-misc.files:
28255         * debian/gstreamer-mpeg2dec.files:
28256         * debian/gstreamer-oss.files:
28257         * debian/gstreamer-plugin-apps.files:
28258         * debian/gstreamer-plugin-apps.manpages:
28259         * debian/gstreamer-plugin-libs-dev.files:
28260         * debian/gstreamer-plugin-libs.files:
28261         * debian/gstreamer-plugin-template.postinst:
28262         * debian/gstreamer-plugin-template.postrm:
28263         * debian/gstreamer-sdl.files:
28264         * debian/gstreamer-sid.files:
28265         * debian/gstreamer-vorbis.files:
28266         * debian/gstreamer-x.files:
28267         * debian/mk.control:
28268         * debian/rules:
28269         Debian package info not maintained here.
28270
28271 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28272
28273         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28274         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28275         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28276         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28277         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28278         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28279         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28280         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28281         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28282         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28283         * gst-libs/gst/colorbalance/colorbalance.c:
28284         (gst_color_balance_class_init):
28285         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28286         (gst_color_balance_channel_class_init):
28287         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28288         * gst-libs/gst/play/play.c: (gst_play_class_init):
28289         * gst-libs/gst/propertyprobe/propertyprobe.c:
28290         (gst_property_probe_iface_init):
28291         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28292         * gst-libs/gst/tuner/tunerchannel.c:
28293         (gst_tuner_channel_class_init):
28294         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28295         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28296         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28297         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28298         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28299         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28300         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28301         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28302         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28303           fix signals to use - instead of _
28304         * ext/libcaca/gstcacasink.h:
28305         * ext/sdl/sdlvideosink.h:
28306           fix header rename
28307
28308 2004-03-04  David Schleef  <ds@schleef.org>
28309
28310         * testsuite/gst-lint:  Add a check for bad signal names.
28311
28312 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28313
28314         reviewed by David Schleef
28315
28316         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28317         modified the alpha channel and caused a warning. (bug #136192)
28318
28319 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28320
28321         * gst-plugins.spec.in:
28322         Change names of plugins to actually be correct. Try to keep things
28323         alphabetical to avoid getting beat up by Thomas
28324
28325 2004-03-03  Julien MOUTTE <julien@moutte.net>
28326
28327         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28328         Using ximagesink as a default if no gconf key found. We should
28329         probably consider using alsasink instead of osssink for the audio
28330         part.
28331
28332 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28333
28334         * configure.ac:
28335           fix --with-plugins, don't think it ever worked before
28336         * gst-plugins.spec.in:
28337           even more updates
28338
28339 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28340
28341         * ext/sdl/sdlvideosink.h:
28342         * sys/ximage/ximagesink.h:
28343         * sys/xvideo/xvideosink.h:
28344         * sys/xvimage/xvimagesink.h:
28345           Fix for move of gstvideosink.h -> videosink.h.
28346
28347 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28348
28349         * gst-libs/gst/xwindowlistener/Makefile.am:
28350           this is a plugin library, not a library
28351
28352 2004-03-01  David Schleef  <ds@schleef.org>
28353
28354         * AUTHORS:  Added some names.  Add yourself if you're still
28355         missing.
28356
28357 2004-03-01  David Schleef  <ds@schleef.org>
28358
28359         * MAINTAINERS: Add
28360
28361 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28362
28363         * gst-plugins.spec.in: clean up spec file
28364
28365 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28366
28367         * gst-libs/gst/video/Makefile.am:
28368         * gst-libs/gst/video/gstvideosink.c:
28369         * gst-libs/gst/video/gstvideosink.h:
28370           rename gstvideosink.h to videosink.h to match other headers
28371         * gst/mixmatrix/Makefile.am:
28372           fix plugin filename
28373         * gst/tags/Makefile.am: fix plugin filename
28374
28375 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28376
28377         * gst/tags/Makefile.am: fix plugin filename
28378
28379 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28380
28381         * examples/gstplay/player.c: (got_time_tick), (main):
28382           add error handler
28383           display time_tick more readably
28384         * gst/mixmatrix/Makefile.am:
28385           fix plugin file name
28386
28387 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28388
28389         * sys/oss/gstosselement.c: (gst_osselement_probe),
28390         (device_combination_append), (gst_osselement_class_probe_devices):
28391         * sys/oss/gstosselement.h:
28392           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28393           on my system using alsa oss emulation, fixes bug #135597
28394
28395 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28396
28397         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28398         (gst_videodrop_chain), (gst_videodrop_change_state):
28399         * gst/videodrop/gstvideodrop.h:
28400           Work based on timestamp of input data, not based on the expected
28401           framerate from the input. The consequence is that this element now
28402           not only scales framerates, but also functions as a framerate
28403           corrector or framerate stabilizer/constantizer.
28404
28405 2004-02-27  David Schleef  <ds@schleef.org>
28406
28407         patches from jmmv@menta.net (Julio M. Merino Vidal)
28408
28409         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28410         GST_ELEMENT_ERROR call (bug #135634)
28411         * gst/interleave/interleave.c: (interleave_buffered_loop),
28412         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28413         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28414         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28415         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28416         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28417         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28418         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28419         Fix GST_ELEMENT_ERROR call.
28420         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28421         GST_ELEMENT_ERROR call.
28422
28423 2004-02-27  Benjamin Otte  <otte@gnome.org>
28424
28425         * gst-libs/gst/audio/audio.h:
28426           add macro to make sure header isn't included twice
28427         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28428           don't use gst_buffer_free
28429         * gst/playondemand/filter.func:
28430           don't use gst_data_free. Free data only once.
28431
28432 2004-02-26  David Schleef  <ds@schleef.org>
28433
28434         * gst-libs/gst/colorbalance/Makefile.am:
28435         * gst-libs/gst/mixer/Makefile.am:
28436         * gst-libs/gst/tuner/Makefile.am:
28437         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28438         should not be disted, -marshal.h files should not be installed,
28439         and -enum.h files _should_ be installed.  Fix to make this the
28440         case.
28441
28442 === release 0.7.5 ===
28443
28444 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28445
28446         * configure.ac: release 0.7.5, "Under The Sea"
28447
28448 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28449
28450         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28451         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28452         * gst/videoscale/gstvideoscale.c:
28453         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28454           assorted debug/warning fixes
28455
28456 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28457
28458         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28459         (gst_videoscale_init), (gst_videoscale_chain),
28460         (gst_videoscale_set_property), (plugin_init):
28461         * gst/videoscale/gstvideoscale.h:
28462         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28463         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28464         (gst_videoscale_planar400), (gst_videoscale_packed422),
28465         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28466         (gst_videoscale_24bit), (gst_videoscale_16bit),
28467         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28468         (gst_videoscale_scale_plane_slow),
28469         (gst_videoscale_scale_point_sample),
28470         (gst_videoscale_scale_nearest),
28471         (gst_videoscale_scale_nearest_str2),
28472         (gst_videoscale_scale_nearest_str4),
28473         (gst_videoscale_scale_nearest_32bit),
28474         (gst_videoscale_scale_nearest_24bit),
28475         (gst_videoscale_scale_nearest_16bit):
28476         add debugging category and use it properly
28477         fix use of GST_PTR_FORMAT
28478
28479 2004-02-25  Andy Wingo  <wingo@pobox.com>
28480
28481         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28482         push only when channel->buffer is NULL. Prevents segfaults doing
28483         the state change after a nonlocal exit, like a scheme exception.
28484
28485         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28486         Handle the case where the intersected caps is empty.
28487
28488 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28489
28490         * gst/law/mulaw-decode.c: (mulawdec_link):
28491         * gst/law/mulaw.c: (plugin_init):
28492           fix mulawdec so it actually works again
28493
28494 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28495
28496         reviewed by: David Schleef  <ds@schleef.org>
28497
28498         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28499         (gst_gamma_init), (gst_gamma_set_property),
28500         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28501         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28502         for RGB, with separate r g and b correction factors. (#131167)
28503
28504 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28505
28506         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28507           only signal tags for bitrate if they're > 0 (#134894)
28508
28509 2004-02-24  David Schleef  <ds@schleef.org>
28510
28511         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28512         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28513         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28514         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28515         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28516         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28517         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28518         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28519         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28520         category.  Attempt to fix timestamp calculation.
28521
28522 2004-02-24  Johan Dahlin  <johan@gnome.org>
28523
28524         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28525
28526 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28527
28528         * configure.ac:
28529         * gconf/Makefile.am:
28530         * gconf/gstreamer.schemas:
28531         * gst-libs/gst/gconf/Makefile.am:
28532         * gst-libs/gst/gconf/gconf.c:
28533           version gconf schemas and install locations
28534
28535 2004-02-23  Benjamin Otte  <otte@gnome.org>
28536
28537         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28538         (gst_xine_input_subclass_init):
28539           call parent dispose.
28540           change pad template for CD reader correctly
28541         * ext/xine/Makefile.am:
28542         * ext/xine/gstxine.h:
28543         * ext/xine/xine.c: (plugin_init):
28544         * ext/xine/xineaudiosink.c:
28545           wrap audio sinks, too
28546         * gst-libs/gst/resample/private.h:
28547         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28548         (gst_resample_reinit), (gst_resample_scale),
28549         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28550         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28551         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28552         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28553         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28554         * gst-libs/gst/resample/resample.h:
28555         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28556         (gst_audioscale_class_init), (gst_audioscale_link),
28557         (gst_audioscale_get_buffer), (gst_audioscale_init),
28558         (gst_audioscale_chain), (gst_audioscale_set_property),
28559         (gst_audioscale_get_property):
28560         * gst/audioscale/gstaudioscale.h:
28561           s/resample_*/gst_resample_*/i to not clobber namespaces
28562
28563 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28564
28565         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28566         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28567         (gst_riff_create_video_template_caps),
28568         (gst_riff_create_audio_template_caps),
28569         (gst_riff_create_iavs_template_caps):
28570         * gst-libs/gst/riff/riff-media.h:
28571         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28572         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28573         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28574         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28576         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28577         (gst_matroska_demux_plugin_init): First batch implementing audio and
28578         video codec tags in demuxers.
28579
28580 2004-02-22  Benjamin Otte  <otte@gnome.org>
28581
28582         * ext/xine/Makefile.am:
28583         * ext/xine/gstxine.h:
28584         * ext/xine/xine.c: (plugin_init):
28585         * ext/xine/xineinput.c:
28586           add input plugin wrapper. Playback from files, http, mms and cdda
28587           works.
28588         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28589           remove leftover G_GNUC_UNUSED
28590         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28591         (gst_asf_demux_identify_guid):
28592           improve debugging output
28593
28594 2004-02-22  Benjamin Otte  <otte@gnome.org>
28595
28596         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28597
28598         * autogen.sh:
28599           replace test -e with test -x for mkinstalldirs to be more portable.
28600           (fixes #134816)
28601
28602 2004-02-22  Benjamin Otte  <otte@gnome.org>
28603
28604         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28605
28606         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28607           set rank to PRIMARY
28608         * gst/volume/gstvolume.c: (plugin_init):
28609           set rank to NONE
28610         fixes #134960
28611
28612 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28613
28614         reviewed by Benjamin Otte  <otte@gnome.org>
28615
28616         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28617           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28618
28619 2004-02-22  Benjamin Otte  <otte@gnome.org>
28620
28621         * configure.ac:
28622           export [_]*{gst,Gst,GST}.* symbols from plugins
28623
28624 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28625
28626         reviewed by: Benjamin Otte  <otte@gnome.org>
28627
28628         * ext/lame/gstlame.c: (add_one_tag):
28629         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28630         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28631         (gst_vorbisenc_metadata_set1):
28632         * gst/tags/gstid3tag.c:
28633         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28634           apply fixes from bugs #135042 (lame can't write tags) and #133817
28635           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28636
28637 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28638
28639         * configure.ac: Export only gst_plugin_desc from plugins.
28640          Note that this change only makes any effect with Linux using libtool
28641          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28642          fine. And don't try to have several versions of libtool in different
28643          directories.
28644
28645 2004-02-20  Andy Wingo  <wingo@pobox.com>
28646
28647         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28648         interleave respectively.
28649
28650         * gst/interleave/deinterleave.c: New plugin: deinterleave
28651         (replaces on oneton).
28652         * gst/interleave/interleave.c: New plugin: interleave.
28653         * gst/interleave/plugin.h: Support file.
28654         * gst/interleave/plugin.c: Support file.
28655
28656         * configure.ac: Remove intfloat and oneton, add interleave.
28657
28658         * ext/sndfile/gstsf.c: Handle events better.
28659
28660         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28661         and float2int operation. int2float has scheduling problems as
28662         noted in in2float_chain.
28663
28664 2004-02-20  Benjamin Otte  <otte@gnome.org>
28665
28666         * ext/xine/Makefile.am:
28667         * ext/xine/gstxine.h:
28668         * ext/xine/xine.c:
28669         * ext/xine/xineaudiodec.c:
28670         * ext/xine/xinecaps.c:
28671           add first version of xine plugin wrapper. Currently only wraps the
28672           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28673         * configure.ac:
28674         * ext/Makefile.am:
28675           add xine plugin wrapper, disabled by default. Use --enable-xine to
28676           build. Note that it'll segfault on gst-register if you don't remove
28677           the goom and tvtime post plugins from xine.
28678         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28679         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28680           add extradata parsing for QDM2.
28681           change around debugging prints.
28682
28683 2004-02-19  Benjamin Otte  <otte@gnome.org>
28684
28685         * ext/lame/gstlame.c: (gst_lame_chain):
28686         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28687           use gst_tag_list_insert when you want to insert tags
28688
28689 2004-02-18  David Schleef  <ds@schleef.org>
28690
28691         * configure.ac:  Move massink to gst-rotten
28692         * ext/Makefile.am:
28693         * ext/mas/Makefile.am:
28694         * ext/mas/massink.c:
28695         * ext/mas/massink.h:
28696
28697 2004-02-18  David Schleef  <ds@schleef.org>
28698
28699         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28700         typefinding, since it seems to be worse than nothing.
28701         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28702         atom to recognize .mp4 and .m4a files as video/quicktime.
28703
28704 2004-02-18  David Schleef  <ds@schleef.org>
28705
28706         * gst/sine/demo-dparams.c: (quit_live),
28707         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28708         Use double dparams, not float.
28709         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28710         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28711         sync'd elements don't really work correctly.
28712         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28713         (volume_update_volume), (volume_get_property):  Change dparam
28714         to double.
28715
28716 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28717
28718         * sys/ximage/ximagesink.c:
28719         (gst_ximagesink_xwindow_update_geometry),
28720         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28721         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28722         (gst_ximagesink_init): Rework the way software video scaling works. So
28723         now we check on each chain call if the video frames are feeling the
28724         window. If not we try to renegotiate caps. On failure we memorize that
28725         and we won't try again for that PLAYING sessions.
28726         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28727         failure.
28728         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28729         synchronous flag.
28730
28731 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28732
28733         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28734           break up _link so we can give a better debug message for errors
28735
28736 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28737
28738         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28739           set up debug category
28740
28741 2004-02-18  Julien MOUTTE <julien@moutte.net>
28742
28743         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28744         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28745         the way renegotiation work. The event handling function is not taking
28746         care of external windows and renegotiate method check for pad flags
28747         NEGOTIATING. Should fix : #133209
28748
28749 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28750
28751         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28752         pad is negotiating before trying renegotiation.
28753
28754 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28755
28756         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28757           pass on all possible mime types as typefind hints
28758
28759 2004-02-17  Julien MOUTTE <julien@moutte.net>
28760
28761         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28762         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28763         possible SHM leak if we crash. All other apps using XShm are doing
28764         that.
28765
28766 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28767
28768         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28769         (gst_ximagesink_expose): Renegotiate size on expose.
28770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28771         size on expose.
28772
28773 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28774
28775         * testsuite/alsa/sinesrc.c:
28776           cosmetic fix to fix compile issue with gcc 2.95.4
28777
28778 2004-02-16  Julien MOUTTE <julien@moutte.net>
28779
28780         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28781         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28782         failed opening the audio device.
28783         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28784         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28785         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28786         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28787         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28788         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28789         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28790         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28791         Removing some useless g_return_if_fail like wingo suggested.
28792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28793         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28794         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28795         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28796         (gst_xvimagesink_update_colorbalance),
28797         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28798         (gst_xvimagesink_xcontext_clear),
28799         (gst_xvimagesink_get_fourcc_from_caps),
28800         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28801         (gst_xvimagesink_set_xwindow_id),
28802         (gst_xvimagesink_colorbalance_list_channels),
28803         (gst_xvimagesink_colorbalance_set_value),
28804         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28805         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28806
28807 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28808
28809         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28810           throw error when not negotiated instead of asserting
28811
28812 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28813
28814         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28815         correct data refcounting.
28816
28817 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28818
28819         * gst/switch/gstswitch.c: (gst_switch_change_state),
28820         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28821         change, mostly the EOS flag.
28822
28823 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28824
28825         * examples/gstplay/player.c: (got_eos), (main): Adding some
28826         output for debugging.
28827         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28828         timeouts if we go to any state different from PLAYING.
28829         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28830         more EOS bugs in riff lib.
28831
28832 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28833
28834         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28835         visualization until i find a way to fix switch correctly.
28836         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28837         EOS arrives.
28838         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28839         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28840         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28841         Reworked switch to get a more correct behaviour with events and refing
28842         of data stored in sinkpads.
28843         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28844         we don't pull from a pad in EOS.
28845
28846 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28847
28848         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28849           remove v1 tag even if we can't read it (makes sure we don't detect
28850           it again)
28851
28852 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28853
28854         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28855         (gst_alsa_xrun_recovery):
28856         * ext/alsa/gstalsa.h:
28857           try xrun recovery when wait failed. Make xrun recovery function
28858           return TRUE/FALSE to indicate success. (might fix #134354)
28859
28860 2004-02-13  David Schleef  <ds@schleef.org>
28861
28862         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28863         (dynparm_value_changed), (main): Convert from float to double.
28864         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28865
28866 2004-02-13  David Schleef  <ds@schleef.org>
28867
28868         * gst/silence/gstsilence.c: (gst_silence_class_init),
28869         (gst_silence_set_clock), (gst_silence_get),
28870         (gst_silence_set_property), (gst_silence_get_property):
28871         * gst/silence/gstsilence.h: Add sync property.
28872         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28873         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28874         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28875         * gst/sine/gstsinesrc.h: Add sync property.
28876
28877 2004-02-13  David Schleef  <ds@schleef.org>
28878
28879         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28880         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28881
28882 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28883
28884         * configure.ac:
28885         * ext/Makefile.am:
28886         * gst-libs/ext/Makefile.am:
28887           move ffmpeg plugin to gst-ffmpeg module
28888
28889 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28890
28891         * configure.ac: use GST_ARCH to detect architecture
28892
28893 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28894
28895         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28896
28897 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28898
28899         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28900           classify LADSPA plugins based on number of src/sink pads
28901           (#133663, Stefan Kost)
28902         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28903           fix dparams registration
28904           (#133528, Stefan Kost)
28905         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28906           fix use of isprint and use g_ascii_isprint instead
28907           (#133316, Stefan Kost)
28908
28909 2004-02-11  David Schleef  <ds@schleef.org>
28910
28911         Convert a few inner loops to use liboil.  This is currently
28912         optional, and is only enabled if liboil is present (duh!).
28913         * configure.ac: Check for liboil-0.1
28914         * gst/intfloat/Makefile.am:
28915         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28916         (gst_int2float_chain_gint16):
28917         * gst/videofilter/Makefile.am:
28918         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28919         (tablelookup_u8), (gst_videobalance_planar411):
28920         * gst/videotestsrc/Makefile.am:
28921         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28922         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28923         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28924         (paint_hline_RGB565), (paint_hline_xRGB1555):
28925
28926 2004-02-11  David Schleef  <ds@schleef.org>
28927
28928         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28929         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28930         (gst_colorspace_getcaps), (gst_colorspace_link),
28931         (gst_colorspace_base_init), (gst_colorspace_init),
28932         (gst_colorspace_chain), (gst_colorspace_change_state),
28933         (plugin_init): Merge Ronald's patch (bug #117897) and update
28934         for new caps and negotiation.  Seems to work, although it
28935         shows off bugs in lcs.
28936
28937 2004-02-11  David Schleef  <ds@schleef.org>
28938
28939         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28940         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28941
28942 2004-02-11  David Schleef  <ds@schleef.org>
28943
28944         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28945         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28946         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28947         Add server and port properties
28948
28949 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28950
28951         * m4/a52.m4:
28952         * m4/aalib.m4:
28953         * m4/as-ffmpeg.m4:
28954         * m4/as-liblame.m4:
28955         * m4/as-slurp-ffmpeg.m4:
28956         * m4/check-libheader.m4:
28957         * m4/esd.m4:
28958         * m4/freetype2.m4:
28959         * m4/gconf-2.m4:
28960         * m4/glib.m4:
28961         * m4/gst-alsa.m4:
28962         * m4/gst-artsc.m4:
28963         * m4/gst-ivorbis.m4:
28964         * m4/gst-matroska.m4:
28965         * m4/gst-sdl.m4:
28966         * m4/gst-shout2.m4:
28967         * m4/gst-sid.m4:
28968         * m4/gtk.m4:
28969         * m4/libdv.m4:
28970         * m4/libfame.m4:
28971         * m4/libmikmod.m4:
28972         * m4/ogg.m4:
28973         * m4/vorbis.m4:
28974           fix underquotedness of macros (#133800)
28975         * m4/as-avifile.m4:
28976         * m4/xmms.m4:
28977           removed because no longer used
28978
28979 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28980
28981         * configure.ac:
28982           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28983           by autopoint (fixes #132996)
28984
28985 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28986
28987         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28988         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28989         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28990         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28991           fix memleaks
28992
28993 2004-02-11  David Schleef  <ds@schleef.org>
28994
28995         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28996         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28997         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28998         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28999         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
29000         (gst_jpegenc_class_init), (gst_jpegenc_init),
29001         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
29002         (gst_jpegenc_chain), (gst_jpegenc_set_property),
29003         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
29004         * ext/jpeg/gstjpegenc.h: Fix negotiation.
29005
29006 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29007
29008         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
29009         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
29010         * ext/mikmod/gstmikmod.h:
29011           fix caps negotiation in mikmod
29012         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
29013           output debug information
29014
29015 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29016
29017         * gst-libs/gst/colorbalance/Makefile.am:
29018         * gst-libs/gst/navigation/Makefile.am:
29019         * gst-libs/gst/xoverlay/Makefile.am:
29020           remove unused GST_OPT_CFLAGS from Makefiles
29021           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
29022
29023 2004-02-07  David Schleef  <ds@schleef.org>
29024
29025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
29026         push events to pads that haven't been created (#133508)
29027
29028 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
29029
29030         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29031         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
29032         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29033         (gst_dvdec_loop), (gst_dvdec_change_state):
29034         Second attempt at committing a working dvdec element.
29035
29036 2004-02-06  David Schleef  <ds@schleef.org>
29037
29038         Build fixes for OS X: (see #129600)
29039         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
29040         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
29041         (gst_riff_read_strf_iavs):
29042         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29043         (gst_avi_demux_stream_odml):
29044         * gst/playondemand/Makefile.am:
29045         * gst/rtp/rtp-packet.c:
29046
29047 2004-02-05  David Schleef  <ds@schleef.org>
29048
29049         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29050         last change, because it Just Doesn't Compile.
29051
29052 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29053
29054         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29055           skip undecodable id3v2 tag instead of keeping it
29056
29057 2004-02-05  David Schleef  <ds@schleef.org>
29058
29059         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29060         Unref leaked buffer.  (Noticed by Ronald)
29061
29062 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
29063
29064         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29065         Sync requires with other checks.  >= vs =.
29066
29067 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
29068
29069         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29070         (gst_dvdec_video_link), (gst_dvdec_loop):
29071         * ext/dv/gstdvdec.h:
29072           rework the caps negotiation so that dvdec works again instead
29073           of just segfaulting.
29074
29075 === release 0.7.4 ===
29076
29077 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29078
29079         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29080         * configure.ac: changed for release
29081
29082 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29083
29084         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29085         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29086         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29087         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29088           reworked patch by David Lehn to fix libdir and includedir for
29089           uninstalled libraries
29090           removed play and gconf from gstreamer-libs since they have their
29091           own pkgconfig files
29092
29093 2004-02-04  David Schleef  <ds@schleef.org>
29094
29095         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29096         memleak.
29097
29098 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29099
29100         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29101           use correct GST_TAG_ENCODER tag
29102
29103 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29104
29105         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29106           be sure to stop the clock when going to paused
29107         * sys/oss/gstosssink.c: (gst_osssink_change_state):
29108           reset number of transmitted when going to ready.
29109         fixes #132935
29110
29111 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
29112
29113         reviewed by Benjamin Otte
29114
29115         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29116           extract track count (fixes #133410)
29117
29118 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29119
29120         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29121           that should be !=, not == (fixes #132519)
29122
29123 2004-02-04  David Schleef  <ds@schleef.org>
29124
29125         Make sure set_explicit_caps() is called before adding pad.
29126         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29127         * gst/id3/gstid3types.c: (gst_id3types_loop):
29128         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29129         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29130
29131 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29132
29133         * configure.ac:
29134           bump nano to 2, first prerelease
29135           put back AM_PROG_LIBTOOL
29136
29137 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29138
29139         * testsuite/alsa/Makefile.am:
29140           these are user test apps, not automatic testsuite tests
29141
29142 2004-02-04  David Schleef  <ds@schleef.org>
29143
29144         Convert GST_DEBUG_CAPS() to GST_DEBUG():
29145         * gst/mpeg1videoparse/gstmp1videoparse.c:
29146         (mp1videoparse_parse_seq):
29147         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29148         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29149         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29150         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29151         (gst_xvideosink_getcaps):
29152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29153         * testsuite/gst-lint: more tests
29154
29155 2004-02-04  David Schleef  <ds@schleef.org>
29156
29157         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29158         with the code that they would expand to.
29159         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29160         (gst_flacdec_get_src_query_types),
29161         (gst_flacdec_get_src_event_masks):
29162         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29163         (gst_gnomevfssrc_get_query_types),
29164         (gst_gnomevfssrc_get_event_mask):
29165
29166 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29167
29168         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29169         (gst_sinesrc_dispose):
29170           fix memleak by properly disposing sinesrc
29171
29172 2004-02-04  Julien MOUTTE  <julien@moutte.net>
29173
29174         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29175         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29176         an overlay to redraw the image because it has been exposed.
29177         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29178         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29179         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29180         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29181         interface
29182         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29183         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29184         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29185         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29186         interface
29187
29188 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29189
29190         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29191           more memleak fixage
29192
29193 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29194
29195         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29196         * gst/typefind/gsttypefindfunctions.c:
29197           fix memleaks shown by gst-typefind
29198
29199 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29200
29201         * common/glib-gen.mak:
29202           add hack rule to touch .Plo files
29203         * gst-libs/gst/colorbalance/Makefile.am:
29204         * gst-libs/gst/mixer/Makefile.am:
29205         * gst-libs/gst/play/Makefile.am:
29206         * gst-libs/gst/tuner/Makefile.am:
29207           remove glib_root variable
29208
29209 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29210
29211         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29212           set explicit caps before adding the element, so the autopluggers can
29213           plug correctly.
29214         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29215         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29216         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29217         (dv_type_find):
29218           fix memleaks in typefind functions. gst_type_find_suggest takes a const
29219           argument.
29220
29221 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29222
29223         * gst-libs/gst/colorbalance/Makefile.am:
29224         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29225         * gst-libs/gst/colorbalance/colorbalance.c:
29226         * gst-libs/gst/colorbalance/colorbalance.h:
29227         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29228         * gst-libs/gst/mixer/Makefile.am:
29229         * gst-libs/gst/mixer/mixer-marshal.list:
29230         * gst-libs/gst/mixer/mixer.c:
29231         * gst-libs/gst/mixer/mixer.h:
29232         * gst-libs/gst/mixer/mixermarshal.list:
29233         * gst-libs/gst/play/Makefile.am:
29234         * gst-libs/gst/play/play.h:
29235         * gst-libs/gst/tuner/Makefile.am:
29236         * gst-libs/gst/tuner/tuner-marshal.list:
29237         * gst-libs/gst/tuner/tuner.c:
29238         * gst-libs/gst/tuner/tuner.h:
29239         * gst-libs/gst/tuner/tunermarshal.list:
29240           use new glib-gen.mak snippet to clean up Makefile.am
29241           fix various bugs in Makefile.am's
29242
29243 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29244
29245         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29246           handle chain parsing correctly in the multichain case
29247         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29248         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29249         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29250         (theora_dec_chain):
29251           handle events and queries correctly
29252
29253 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29254
29255         * .cvsignore:
29256         Ignore generated file _stdint.h.
29257
29258 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29259
29260         * gst-libs/gst/colorbalance/Makefile.am:
29261         * gst-libs/gst/colorbalance/colorbalance.h:
29262         * gst-libs/gst/mixer/Makefile.am:
29263         * gst-libs/gst/mixer/mixer.h:
29264         * gst-libs/gst/play/Makefile.am:
29265         * gst-libs/gst/play/play.h:
29266         * gst-libs/gst/tuner/Makefile.am:
29267         * gst-libs/gst/tuner/tuner.h:
29268         Generate enum type code with glib-mkenums.
29269         * gst-libs/gst/colorbalance/.cvsignore:
29270         * gst-libs/gst/mixer/.cvsignore:
29271         * gst-libs/gst/play/.cvsignore:
29272         * gst-libs/gst/tuner/.cvsignore:
29273         Ignore generated files.
29274
29275 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29276
29277         * gst-libs/gst/audio/.cvsignore:
29278         Ignore generated file.
29279         * gst-libs/gst/audio/Makefile.am:
29280         Do not install example filter.
29281
29282 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29283
29284         * examples/switch/.cvsignore:
29285         Ignore generated file.
29286
29287 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29288
29289         * common/m4/ax_create_stdint_h.m4:
29290         * configure.ac:
29291           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29292           _stdint.h.
29293         * Makefile.am:
29294           remove generated _stdint.h in DISTCLEANFILES
29295         * ext/a52dec/gsta52dec.c:
29296           include _stdint.h for a52dec. (should fix #133064)
29297
29298 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29299
29300         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29301         (gst_tag_to_vorbis_comments):
29302         Add replaygain support to vorbistag
29303
29304 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29305         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29306         (gst_ffmpeg_caps_to_extradata):
29307           Fix SVQ3 caps flag properties
29308           Use glib macro for bytes swap
29309
29310 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29311
29312         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29313         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29314         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29315         * ext/sndfile/gstsf.c: (plugin_init):
29316         * gst/avi/gstavi.c: (plugin_init):
29317         * sys/dxr3/dxr3init.c: (plugin_init):
29318         * sys/oss/gstossaudio.c: (plugin_init):
29319         * sys/v4l/gstv4l.c: (plugin_init):
29320         * sys/v4l2/gstv4l2.c: (plugin_init):
29321           remove textdomain calls
29322         * po/nl.po:
29323           update Dutch translation
29324
29325 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29326
29327         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29328         (gst_play_set_audio_sink): Moving volume in the audio thread for
29329         instantaneous volume change. Maybe i will add another volume in front
29330         of visualization later, not sure yet though.
29331
29332 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29333
29334         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29335         (gst_ximagesink_handle_xevents): Better X events handling, only take
29336         the latest events for configure and motion.
29337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29338
29339 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29340
29341         reviewed by: David Schleef  <ds@schleef.org>
29342
29343         Fix memory leaks:
29344         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29345         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29346
29347 2004-02-02  David Schleef  <ds@schleef.org>
29348
29349         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29350         of lines.
29351         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29352         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29353         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29354         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29355         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29356         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29357         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29358         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29359         (gst_float2_2_int_link):
29360         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29361         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29362         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29363         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29364         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29365         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29366         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29367         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29368         * testsuite/gst-lint: Add tests for bzero and ;;
29369
29370 2004-02-02  David Schleef  <ds@schleef.org>
29371
29372         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29373
29374 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29375
29376         * ext/aalib/gstaasink.c: (gst_aasink_open):
29377         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29378         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29379         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29380         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29381         (gst_afsink_close_file):
29382         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29383         (gst_afsrc_close_file):
29384         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29385         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29386         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29387         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29388         * ext/esd/esdmon.c: (gst_esdmon_get):
29389         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29390         * ext/faac/gstfaac.c: (gst_faac_chain):
29391         * ext/faad/gstfaad.c: (gst_faad_chain):
29392         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29393         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29394         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29395         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29396         (gst_flacdec_loop):
29397         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29398         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29399         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29400         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29401         (gst_gnomevfssink_close_file):
29402         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29403         (gst_gnomevfssrc_open_file):
29404         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29405         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29406         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29407         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29408         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29409         * ext/mad/gstmad.c: (gst_mad_chain):
29410         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29411         * ext/mpeg2dec/gstmpeg2dec.c:
29412         * ext/mpeg2enc/gstmpeg2enc.cc:
29413         * ext/mplex/gstmplex.cc:
29414         * ext/mplex/gstmplexibitstream.cc:
29415         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29416         (gst_ogg_demux_push):
29417         * ext/raw1394/gstdv1394src.c:
29418         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29419         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29420         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29421         (gst_sf_loop):
29422         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29423         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29424         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29425         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29426         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29427         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29428         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29429         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29430         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29431         (gst_riff_read_element_data), (gst_riff_read_seek),
29432         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29433         * gst/adder/gstadder.c: (gst_adder_loop):
29434         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29435         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29436         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29437         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29438         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29439         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29440         * gst/goom/gstgoom.c: (gst_goom_chain):
29441         * gst/id3/gstid3types.c: (gst_id3types_loop):
29442         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29443         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29444         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29445         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29446         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29447         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29448         (gst_ebml_read_float), (gst_ebml_read_header):
29449         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29450         (gst_matroska_demux_parse_blockgroup):
29451         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29452         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29453         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29454         * gst/silence/gstsilence.c: (gst_silence_get):
29455         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29456         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29457         * gst/speed/gstspeed.c: (speed_loop):
29458         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29459         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29460         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29461         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29462         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29463         (gst_wavparse_loop):
29464         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29465         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29466         (dxr3audiosink_close):
29467         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29468         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29469         (dxr3videosink_close), (dxr3videosink_write_data):
29470         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29471         * sys/oss/gstosssink.c: (gst_osssink_chain):
29472         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29473         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29474         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29475         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29476         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29477         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29478         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29479         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29480         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29481         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29482         (gst_v4l_set_audio):
29483         * sys/v4l/v4l_calls.h:
29484         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29485         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29486         (gst_v4lmjpegsink_playback_init),
29487         (gst_v4lmjpegsink_playback_start):
29488         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29489         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29490         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29491         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29492         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29493         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29494         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29495         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29496         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29497         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29498         (gst_v4l2_get_output), (gst_v4l2_set_output),
29499         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29500         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29501         (gst_v4l2_set_attribute):
29502         * sys/v4l2/v4l2_calls.h:
29503         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29504         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29505         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29506         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29507         (gst_v4l2src_capture_stop):
29508         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29509         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29510         (gst_ximagesink_chain):
29511         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29512         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29513         (gst_xvideosink_xwindow_new):
29514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29515         (gst_xvimagesink_chain):
29516
29517 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29518
29519         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29520         (gst_volume_get_volume), (volume_class_init), (volume_init),
29521         (volume_chain_int16), (volume_update_volume):
29522         * gst/volume/gstvolume.h:
29523           make code more readable by removing magic numbers
29524           make mixer interface export 0-100 range
29525           make it internally map to 0.0-1.0 range so users don't distort
29526           output by putting the sliders at full volume
29527
29528 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29529
29530         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29531         (gst_play_state_change), (gst_play_seek_to_time):
29532         block the tick callback for 0.5 secs after doing a seek
29533
29534 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29535
29536         * gst-libs/gst/play/play.c: (gst_play_new):
29537           check for GError
29538
29539 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29540
29541         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29542         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29543         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29544         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29546         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29547
29548 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29549
29550         * configure.ac:
29551         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29552           check for a function added in vorbis 1.1
29553
29554 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29555
29556         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29557         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29558           really start/stop clock only on PLAYING <=> PAUSED
29559         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29560           remove \n from debugging lines
29561         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29562           make it work when seeking does not
29563         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29564           reset on DISCONT
29565
29566 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29567
29568         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29569           start clock on PAUSED=>PLAYING, not later
29570         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29571           extract correct time for different discont formats
29572         (gst_alsa_sink_get_time):
29573           don't segfault when no format is negotiated yet, just return 0
29574         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29575         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29576         (gst_ogg_pad_push):
29577           handle flush and discont events correctly
29578         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29579           handle discont events correctly
29580
29581 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29582
29583         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29584         (gst_play_error_create), (gst_play_error_plugin),
29585         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29586         * gst-libs/gst/play/play.h:
29587           add error handling during creation
29588         * examples/gstplay/player.c: (main):
29589           use new gst_play_new
29590
29591
29592 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29593
29594         * ext/theora/theoradec.c: (theora_dec_chain):
29595           make comments work
29596         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29597         (vorbis_dec_src_event), (vorbis_dec_chain):
29598           add encoder tag, fix tag reading to be more error tolerant, change
29599           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29600           gst_pad_event_default.
29601         * gst/tags/gstvorbistag.c:
29602         (gst_tag_list_from_vorbiscomment_buffer):
29603           undefine function specific define at end of function
29604
29605 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29606
29607         * ext/flac/gstflac.c: (plugin_init):
29608         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29609         * ext/flac/gstflacdec.h:
29610         * ext/flac/gstflacenc.h:
29611           Fix typos
29612
29613 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29614
29615         * examples/gstplay/player.c: s/gstplay.h/play.h/
29616
29617 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29618
29619         * gst-libs/gst/play/Makefile.am:
29620         * gst-libs/gst/play/gstplay.c:
29621         * gst-libs/gst/play/gstplay.h:
29622         * gst-libs/gst/play/play.c:
29623           more surgery, operation complete
29624
29625 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29626
29627         * gst-libs/gst/play/play.old.c:
29628         * gst-libs/gst/play/play.old.h:
29629           after CVS surgery by moving, remove
29630         * gst-libs/gst/play/playpipelines.c:
29631           remove
29632
29633         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29634           add negotiation error
29635
29636 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29637
29638         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29639         (gst_ogg_demux_push):
29640           add some seeking debug info
29641           send a flush when seeking
29642
29643 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29644
29645         * configure.ac:
29646           use AC_C_INLINE
29647         * configure.ac:
29648         * ext/Makefile.am:
29649         * ext/theora/Makefile.am:
29650         * ext/theora/theoradec.c:
29651           add theora video decoder. Does just do simple decoding for now and
29652           has been tested against Theora cvs only. It only works when theora
29653           is compiled with --enable-static.
29654         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29655           always reset packetno on DISCONT
29656
29657 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29658
29659         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29660           Fix audio.
29661
29662 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29663
29664         * gst/mpegaudioparse/gstmpegaudioparse.c:
29665         (mp3_type_frame_length_from_header):
29666           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29667
29668 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29669
29670         * ext/esd/esdsink.c: (gst_esdsink_init):
29671           Since we have static pad template caps, we don't need to negotiate;
29672           either the core errors out or we know the format.
29673
29674 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29675
29676         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29677         (gst_riff_read_seek):
29678         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29679         (gst_ebml_read_seek):
29680           Fix event handling.
29681
29682 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29683
29684         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29685           removee video/x-theora from vp3 decoder, it doesn't handle raw
29686           theora streams
29687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29688           fix bug with finalizing element that never went to PAUSED
29689         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29690           length and position queries were swapped
29691         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29692         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29693         (vorbis_dec_src_event):
29694           implement querying time and bytes
29695
29696 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29697
29698         * just about every source file:
29699           gst_element_error -> GST_ELEMENT_ERROR
29700
29701 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29702
29703         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29704         emiting FLUSH and even before DISCONT.
29705         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29706         get the best instant seeking as possible yay!
29707
29708 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29709
29710         * gst/mpeg1videoparse/gstmp1videoparse.c:
29711         (gst_mp1videoparse_real_chain):
29712           Committed wrong version last week... Grr... Didn't notice until now.
29713
29714 2004-01-29  Julien MOUTTE <julien@moutte.net>
29715
29716         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29718         have_xwindow_id signal in xwindow_create.
29719
29720 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29721
29722         * ext/ogg/gstoggdemux.c:
29723           lots of changes - mainly support for chained bitstreams, seeking,
29724           querying and bugfixes of course
29725         * ext/vorbis/Makefile.am:
29726         * ext/vorbis/vorbisdec.c:
29727         * ext/vorbis/vorbisdec.h:
29728           add vorbisdec raw vorbis decoder
29729         * ext/vorbis/vorbis.c: (plugin_init):
29730           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29731         * gst/intfloat/Makefile.am:
29732         * gst/intfloat/float22int.c:
29733         * gst/intfloat/float22int.h:
29734         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29735           add float2intnew plugin. It converts multichannel interleaved float to
29736           multichannel interleaved int. The name should probably be changed.
29737         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29738         (plugin_init):
29739           add typefinding for raw theora video so oggdemux can detect it.
29740
29741 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29742
29743         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29744         sink element first.
29745         * gst/videoscale/gstvideoscale.c:
29746         (gst_videoscale_handle_src_event): Fixing src event handler.
29747
29748 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29749
29750         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29751         (gst_v4lsrc_open), (gst_v4lsrc_close),
29752         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29753         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29754         * sys/v4l/gstv4lsrc.h:
29755         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29756         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29757           Implement resizing... Hack. But that's why v4l is b0rked...
29758
29759 2004-01-28  Julien MOUTTE <julien@moutte.net>
29760
29761         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29762         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29763         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29764         (gst_ximagesink_xwindow_destroy):
29765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29766         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29767         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29768         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29769         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29770         correctly cleaning the image created to check xshm calls on succes,
29771         added a lot of XSync calls in X11 functions, and fixed a segfault when
29772         no image format was defined before negotiation happened.
29773
29774 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29775
29776         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29777           use gst_element_get_time to get correct time
29778
29779 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29780
29781         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29782         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29783         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29785         (gst_xvimagesink_check_xshm_calls),
29786         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29787         X plugins are now able to detect that XShm calls will fail even if the
29788         server claims that it has XShm support (remote displays most of the
29789         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29790         so that we use non XShm functions. This feature is almost useless for
29791         xvimagesink as Xv is not supported on remote displays anyway, but
29792         it might happen than even on the local display XShm calls fail.
29793
29794 2004-01-27  David Schleef  <ds@schleef.org>
29795
29796         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29797         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29798         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29799         changed esdsink to only use 44100,16,2, since esd sucks at rate
29800         conversion and esdsink has had difficulty negotiating.
29801
29802 2004-01-27  Julien MOUTTE <julien@moutte.net>
29803
29804         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29805         (gst_play_seek_to_time): Fixing the way to get current position.
29806
29807 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29808
29809         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29810           use gst_element_get_time to get correct time
29811
29812 2004-01-27  Julien MOUTTE <julien@moutte.net>
29813
29814         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29815         fix ever... Inverting 2 lines of code make spider autoplug correctly
29816         tagged mp3 !
29817
29818 2004-01-27  David Schleef  <ds@schleef.org>
29819
29820         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29821         Use gst_pad_try_set_caps_nonfixed().
29822
29823 2004-01-27  David Schleef  <ds@schleef.org>
29824
29825         * gst/ac3parse/gstac3parse.c: update to checklist 5
29826         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29827         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29828         * gst/audioscale/gstaudioscale.c: same
29829         * gst/auparse/gstauparse.c: same
29830         * gst/avi/gstavidemux.c: same
29831
29832 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29833
29834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29835           stop processing after EOS
29836
29837 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29838
29839         * gst/asfdemux/asfheaders.h:
29840         * gst/asfdemux/gstasfdemux.c:
29841         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29842         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29843         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29844           lot's of fixes to make data extraction simpler and get the code
29845           architecture and compiler independant. Add debugging category
29846         * gst/goom/gstgoom.c: (gst_goom_change_state):
29847           reset channel count on PAUSED=>READY, not READY=>PAUSED
29848
29849 2004-01-26  Colin Walters  <walters@verbum.org>
29850
29851         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29852         code to pull a bigger buffer in iradio mode.  This as a side effect
29853         makes typefinding work.
29854
29855 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29856
29857         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29858         Fix SVQ3 decoding on PPC
29859
29860 2004-01-26  Julien MOUTTE <julien@moutte.net>
29861
29862         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29863         that one managed to stay there... Fixed.
29864
29865 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29866
29867         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29868         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29869         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29870         (qtdemux_video_caps):
29871         * gst/qtdemux/qtdemux.h:
29872         Add SVQ3 specific flags to qtdemux and ffmpeg
29873
29874 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29875
29876         * gst-libs/gst/audio/audio.h:
29877           remove buffer-frames from audio caps
29878         * gst/audioconvert/gstaudioconvert.c:
29879           fix plugin to really work.
29880
29881 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29882
29883         * gst-libs/gst/mixer/mixer.c:
29884         * gst-libs/gst/propertyprobe/propertyprobe.c:
29885         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29886         (gst_tuner_find_channel_by_name):
29887         * gst-libs/gst/tuner/tuner.h:
29888           Add gtk-doc style comments. Also fix a function name.
29889
29890 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29891
29892         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29893         (gst_divxdec_negotiate):
29894           Fix for new capsnego - also fixes gst-player with divxdec.
29895
29896 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29897
29898         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29899         (gst_play_identity_handoff), (gst_play_set_location),
29900         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29901         try in visualization implementation. Still have an issue with switch
29902         blocking when pulling from video_queue and only audio comes out of
29903         spider.
29904         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29905         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29906         release method. And check if the pad is usable before pulling.
29907
29908 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29909
29910         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29911         (gst_videobalance_init),
29912         (gst_videobalance_colorbalance_list_channels),
29913         (gst_videobalance_colorbalance_set_value),
29914         (gst_videobalance_colorbalance_get_value),
29915         (gst_videobalance_update_properties),
29916         (gst_videobalance_update_tables_planar411),
29917         (gst_videobalance_planar411):
29918         * gst/videofilter/gstvideobalance.h:
29919           Implement lookup-tables. +/- 10x faster.
29920
29921 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29922
29923         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29924         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29925           The index reading was broken. The rest worked fine, but the whole
29926           goal of my rewrite was to make avidemux readable, and this was
29927           not at all readable. Please use typed variables.
29928
29929 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29930
29931         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29932           Additional pad usability check.
29933         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29934         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29935         (gst_mp1videoparse_real_chain):
29936           Fix MPEG video stream parsing. The original plugin had several
29937           issues, including not timestamping streams where the source was
29938           not timestamped (this happens with PTS values in mpeg system
29939           streams, but MPEG video is also a valid stream on its own so
29940           that needs timestamps too). We use the display time code for that
29941           for now. Also, if one incoming buffer contains multiple valid
29942           frames, we push them all on correctly now, including proper EOS
29943           handling. Lastly, several potential segfaults were fixed, and we
29944           properly sync on new sequence/gop headers to include them in next,
29945           not previous frames (since they're header for the next frame, not
29946           the previous). Also see #119206.
29947         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29948         (bpf_from_header):
29949           Move caps setting so we only do it after finding several valid
29950           MPEG-1 fraes sequentially, not right after the first one (which
29951           might be coincidental).
29952         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29953         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29954         (plugin_init):
29955           Add unsynced MPEG video stream typefinding, and change some
29956           probability values so we detect streams rightly. The idea is as
29957           follows: I can have an unsynced system stream which contains
29958           video. In the current code, I would randomly get a type for either
29959           system or video stream type found, because the probabilities are
29960           being calculated rather randomly. I now use fixed values, so we
29961           always prefer system stream if that was found (and that is how it
29962           should be). If no system stream was found, we can still identity                the stream as video-only.
29963
29964 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29965
29966         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29967         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29968           don't write to buffer. Extract data without the need of
29969           __attribute__ ((packed))
29970
29971 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29972
29973         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29974         (mpeg1_sys_type_find):
29975           Fix MPEG-1 stream typefinding.
29976
29977 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29980           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29981
29982 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29983
29984         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29985         * ext/esd/gstesd.c: (plugin_init):
29986           private debugging, better error reporting
29987
29988 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29989
29990         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29991         (gst_riff_read_init), (gst_riff_read_change_state):
29992         * gst-libs/gst/riff/riff-read.h:
29993           Remove stuff fromold metadata system.
29994
29995 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29996
29997         * ext/ogg/gstoggdemux.c:
29998           Fix wrong file comment.
29999         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30000         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
30001           Add metadata reading properly.
30002
30003 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30004
30005         * ext/Makefile.am:
30006           Fix nas DIST_SUBDIRS
30007           Uraeus:
30008           Fix bug where make distcheck doesn't get run on adding stuff to
30009           the build.
30010
30011 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30012
30013         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
30014         * ext/divx/gstdivxdec.h:
30015           Fix divx3 ("msmpeg4") playback using divxdec.
30016
30017 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30018
30019         * gst/typefind/gsttypefindfunctions.c:
30020         (mp3_type_frame_length_from_header): fix bug in length computation
30021         (mp3_type_find): improve debugging output
30022
30023 2004-01-23  Julien MOUTTE  <julien@moutte.net>
30024
30025         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30026         (gst_play_set_location), (gst_play_seek_to_time),
30027         (gst_play_set_audio_sink), (gst_play_set_visualization),
30028         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
30029         the pipeline from scratch. Visualization is back and switch went out as
30030         i realized it was not possible to use the way i wanted.
30031         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
30032         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
30033         clearing in state change from READY to NULL. So that one can clean the
30034         X ressources keeping the element.
30035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30036         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
30037         (gst_xvimagesink_colorbalance_set_value),
30038         (gst_xvimagesink_colorbalance_get_value),
30039         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
30040         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
30041         change from READY to NULL and fixed some stupid bugs in colorbalance
30042         get/set values. Also added the following feature : when nobody tries to
30043         set some values to the colorbalance levels before the xcontext is
30044         grabbed, then when creating channels list from Xv attributes we set the
30045         internal values to the Xv defaults. This way we handle buggy Xv drivers
30046         that set default hue values far from the middle of the range (Thanks
30047         to Jon Trowbridge for pointing that issue).
30048         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30049         colorbalance levels have been set before xcontext is grabbed.
30050
30051 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30052
30053         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30054           Fix the ossmixer case where we shouldn't open /dev/dsp* because
30055           it might block operations (which is bad for a mixer).
30056
30057 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30058
30059         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30060         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30061         (gmip_find_type_pre):
30062         * gst-libs/gst/media-info/media-info-priv.h:
30063         * gst-libs/gst/media-info/media-info.c:
30064         (gst_media_info_instance_init), (gst_media_info_read_idler):
30065         add fakesink to get caps on decoder src pad again
30066         fix callback prototype to match new have_type signal signature
30067
30068 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30069
30070         * gst/adder/gstadder.c: (gst_adder_link):
30071           fix non-compile and cut-n-paste code
30072
30073 2004-01-21  David Schleef  <ds@schleef.org>
30074
30075         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30076         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30077         (gst_swfdec_init), (gst_swfdec_change_state):
30078         * ext/swfdec/gstswfdec.h:
30079         Fix negotiation.
30080         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30081         (gst_adder_request_new_pad): Fix negotiation.
30082         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30083         Add a fixate function.
30084         * gst/intfloat/gstfloat2int.c:
30085         * gst/intfloat/gstfloat2int.h:
30086         * gst/intfloat/gstint2float.c:
30087         * gst/intfloat/gstint2float.h:
30088         Completely rewrite the negotiation.  Doesn't quite work yet,
30089         due to some buffer-frames problem.
30090
30091 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30092
30093         * ext/gnomevfs/gstgnomevfssrc.c:
30094         * sys/v4l2/v4l2_calls.h:
30095           fix includes for distcheck
30096
30097 2004-01-21  Christian Schaller <uraeus@gnome.org>
30098
30099         * ext/nas/
30100         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30101         based on earlier patch from Laurent Vivier
30102
30103 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
30104
30105         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30106         Fix wma caps property
30107         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30108         Fix typo (flags1 and flags2)
30109
30110 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30111
30112         * gst-libs/gst/media-info/media-info-priv.c:
30113         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30114         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30115         (gmip_find_stream), (gmip_find_track_metadata),
30116         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30117         (gmip_find_track_format):
30118         * gst-libs/gst/media-info/media-info-priv.h:
30119         * gst-libs/gst/media-info/media-info-test.c: (main):
30120         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30121         (gst_media_info_read_idler), (gst_media_info_read):
30122         * gst-libs/gst/media-info/media-info.h:
30123           register debugging category and use it for debugging
30124
30125 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30126
30127         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30128         (gst_vorbisfile_new_link):
30129           signal streaminfo through tags
30130
30131 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30132
30133         * ext/mplex/gstmplex.cc:
30134         * ext/mplex/gstmplexibitstream.cc:
30135           g++ doesn't like NULL in our i18n/error macros, should be
30136           either (NULL) or ("").
30137
30138 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30139
30140         * sys/dxr3/dxr3audiosink.c:
30141         * sys/dxr3/dxr3init.c:
30142         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30143         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30144           Fix more error error error errors (missing includes here).
30145
30146 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30147
30148         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30149           fix thomas' error errors.
30150
30151 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30152
30153         * ext/mpeg2enc/gstmpeg2enc.cc:
30154           fix error errors.
30155
30156 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30157
30158         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30159         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30160           Fix for new error system.
30161
30162 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30163
30164         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30165           fix for new error reporting
30166
30167 2004-01-20  David Schleef  <ds@schleef.org>
30168
30169         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30170         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30171         (gst_ximagesink_set_xwindow_id): Change to using a framerate
30172         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30173         and neither is 100+, most likely.
30174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30175         (gst_xvimagesink_getcaps): same
30176
30177 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30178
30179         * configure.ac:
30180           Up version requirement to 2.0.3 (not yet released) to avoid symbol
30181           clashes with ffmpeg.
30182
30183 2004-01-20  Julien MOUTTE  <julien@moutte.net>
30184
30185         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30186         (gst_switch_init): Fixed switch element : proxying link and setting
30187         caps from src to sink on request.
30188
30189 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30190
30191         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30192         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30193         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30194         fix element_error
30195
30196 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30197
30198         * sys/v4l/v4l_calls.h:
30199         * sys/v4l2/v4l2_calls.h:
30200           element_error fixes
30201
30202 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30203
30204         * gst-libs/gst/gst-i18n-plugin.h:
30205           add locale.h
30206           remove config.h inclusion
30207
30208 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30209
30210         * autogen.sh:
30211           adding autopoint invocation
30212         * Makefile.am:
30213         * configure.ac:
30214         * gst-libs/gst/gettext.h:
30215           adding gettext bits
30216         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30217         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30218         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30219         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30220         (gst_gnomevfssink_close_file):
30221         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30222         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30223         * gst-libs/gst/gst-i18n-plugin.h:
30224         * gst/avi/gstavi.c: (plugin_init):
30225         * sys/dxr3/dxr3init.c: (plugin_init):
30226         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30227         * sys/oss/gstossaudio.c: (plugin_init):
30228         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30229         * sys/v4l/gstv4l.c: (plugin_init):
30230         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30231         * sys/v4l2/gstv4l2.c: (plugin_init):
30232         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30233         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30234         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30235         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30236         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30237         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30238           make sure locale and translation domain are set
30239           fix translated strings
30240         * po/.cvsignore:
30241         * po/LINGUAS:
30242         * po/Makevars:
30243         * po/POTFILES.in:
30244         * po/nl.po:
30245           put translation files into place
30246         * sys/xvideo/imagetest.c: (main):
30247         * ext/dv/demo-play.c: (main):
30248           fix unnecessary translations
30249
30250 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30251
30252         * ext/sndfile/gstsf.c:
30253         * gst/avi/gstavimux.c:
30254         * ext/audiofile/gstafsink.c:
30255         * ext/audiofile/gstafsrc.c:
30256         * ext/gnomevfs/gstgnomevfssink.c:
30257         * ext/gnomevfs/gstgnomevfssrc.c:
30258         * sys/oss/gstosselement.c:
30259         * sys/v4l/v4l_calls.h:
30260           fix i18n include
30261
30262 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30263
30264         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30265         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30266         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30267         (gst_v4l2_get_output), (gst_v4l2_set_output),
30268         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30269         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30270         (gst_v4l2_set_attribute):
30271         update to new error handling
30272
30273 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30274
30275         * ext/sidplay/gstsiddec.cc:
30276         * gst/modplug/gstmodplug.cc:
30277           parenthese NULL because C++ seems angry about it
30278
30279 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30280
30281         * gst-libs/gst/gst-i18n-plugin.h:
30282           add skeleton i18n stuff, but needs to be further implemented
30283
30284 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30285
30286         * examples/gstplay/player.c: (main):
30287         * ext/aalib/gstaasink.c: (gst_aasink_open):
30288         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30289         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30290         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30291         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30292         (gst_afsink_close_file):
30293         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30294         (gst_afsrc_close_file):
30295         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30296         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30297         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30298         * ext/esd/esdmon.c: (gst_esdmon_get):
30299         * ext/esd/esdsink.c: (gst_esdsink_chain):
30300         * ext/faac/gstfaac.c: (gst_faac_chain):
30301         * ext/faad/gstfaad.c: (gst_faad_chain):
30302         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30303         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30304         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30305         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30306         (gst_flacdec_loop):
30307         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30308         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30309         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30310         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30311         (gst_gnomevfssink_close_file):
30312         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30313         (gst_gnomevfssrc_open_file):
30314         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30315         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30316         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30317         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30318         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30319         * ext/mad/gstmad.c: (gst_mad_chain):
30320         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30321         * ext/mpeg2dec/gstmpeg2dec.c:
30322         * ext/mpeg2enc/gstmpeg2enc.cc:
30323         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30324         * ext/mplex/gstmplex.cc:
30325         * ext/mplex/gstmplexibitstream.cc:
30326         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30327         (gst_ogg_demux_push), (gst_ogg_pad_push):
30328         * ext/raw1394/gstdv1394src.c:
30329         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30330         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30331         * ext/sidplay/gstsiddec.cc:
30332         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30333         (gst_sf_loop):
30334         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30335         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30336         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30337         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30338         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30339         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30340         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30341         * gst-libs/gst/Makefile.am:
30342         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30343         (gst_riff_read_element_data), (gst_riff_read_seek),
30344         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30345         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30346         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30347         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30348         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30349         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30350         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30351         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30352         * gst/goom/gstgoom.c: (gst_goom_chain):
30353         * gst/id3/gstid3types.c: (gst_id3types_loop):
30354         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30355         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30356         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30357         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30358         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30359         (gst_ebml_read_float), (gst_ebml_read_header):
30360         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30361         (gst_matroska_demux_parse_blockgroup):
30362         * gst/modplug/gstmodplug.cc:
30363         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30364         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30365         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30366         * gst/silence/gstsilence.c: (gst_silence_get):
30367         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30368         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30369         * gst/speed/gstspeed.c: (speed_loop):
30370         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30371         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30372         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30373         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30374         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30375         (gst_wavparse_loop):
30376         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30377         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30378         (dxr3audiosink_close):
30379         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30380         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30381         (dxr3videosink_close), (dxr3videosink_write_data):
30382         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30383         * sys/oss/gstosselement.h:
30384         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30385         (gst_osssink_chain):
30386         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30387         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30388         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30389         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30390         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30391         (gst_v4l_enable_overlay):
30392         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30393         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30394         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30395         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30396         (gst_v4l_set_audio):
30397         * sys/v4l/v4l_calls.h:
30398         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30399         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30400         (gst_v4lmjpegsink_playback_init),
30401         (gst_v4lmjpegsink_playback_start):
30402         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30403         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30404         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30405         (gst_v4lmjpegsrc_requeue_frame):
30406         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30407         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30408         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30409         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30410         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30411         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30412         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30413         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30414         (gst_v4l2src_capture_stop):
30415         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30416         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30417         (gst_ximagesink_chain):
30418         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30419         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30420         (gst_xvideosink_xwindow_new):
30421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30422         (gst_xvimagesink_chain):
30423         use new error signal, function and categories
30424
30425 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30426
30427         * configure.ac:
30428         * ext/Makefile.am:
30429         * ext/musicbrainz/gsttrm.c:
30430         * ext/musicbrainz/gsttrm.h:
30431         * ext/musicbrainz/Makefile.am:
30432         Add a trm plugin
30433
30434 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30435
30436         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30437         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30438         synchronous property for debugging.
30439         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30440         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30441         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30442         smaller block, fixing indent.
30443
30444 2004-01-16  David Schleef  <ds@schleef.org>
30445
30446         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30447         property affects the video stream.
30448         * sys/xvimage/xvimagesink.c:
30449         * sys/xvimage/xvimagesink.h:
30450         Add synchronous property for debugging.  Should probably be
30451         disabled in non-CVS builds.  Make sure that the Xv attribute
30452         exists before we set it (crash!).  Fix a silly float bug that
30453         caused colorbalance to just not work.
30454
30455 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30456
30457         * tools/gst-launch-ext.in - update for new plugins
30458
30459 2004-01-16  David Schleef  <ds@schleef.org>
30460
30461         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30462         already-freed caps.
30463
30464 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30465
30466         * Update spec for new colorspace plugin and libcaca plugin
30467         * Fix compilation of libcaca plugin (clock -> id)
30468
30469 2004-01-16  Julien MOUTTE <julien@moutte.net>
30470
30471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30472         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30473         (gst_xvimagesink_set_xwindow_id),
30474         (gst_xvimagesink_colorbalance_set_value),
30475         (gst_xvimagesink_colorbalance_get_value),
30476         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30477         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30478         correct colorbalance properties. They can now be set when the element
30479         is still in NULL state. The values will be committed to the Xv Port
30480         when xcontext is initialized.
30481         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30482         brightness int values in the GstXvImagesink structure.
30483
30484 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30485
30486         * gst-libs/gst/Makefile.am:
30487           restructure so having local patches works easier.
30488
30489 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30490
30491         * ext/mpeg2enc/Makefile.am:
30492         * ext/mpeg2enc/gstmpeg2enc.cc:
30493         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30494           Bugfix with respect to EOS handling.
30495
30496 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30497
30498         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30499           Link with right caps (else, it segfaults).
30500         * ext/mplex/gstmplexjob.cc:
30501           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30502
30503 2004-01-15  David Schleef  <ds@schleef.org>
30504
30505         * gst-libs/gst/audio/Makefile.am:
30506         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30507         from the template.
30508         * gst-libs/gst/audio/gstaudiofilter.c:
30509         * gst-libs/gst/audio/gstaudiofilter.h:
30510         Add bytes_per_sample and size and n_samples calculation.
30511         * gst-libs/gst/audio/gstaudiofilterexample.c:
30512         Remove, now autogenerated.
30513         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30514         Moved from gstaudiofilterexample, object name changed, code added
30515         so that it actually works.
30516         * gst-libs/gst/audio/make_filter:
30517         Script to build an audiofilter subclass from the template.
30518         * gst/colorspace/Makefile.am:
30519         * gst/colorspace/yuv2yuv.c:
30520         Remove file, since it's GPL, and we don't use it.
30521
30522 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30523
30524         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30525         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30526         them use the buffer free function to test how the buffer was allocated.
30527
30528 2004-01-15  David Schleef  <ds@schleef.org>
30529
30530         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30531         that handles osssink fallback.
30532         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30533         (gst_audio_convert_getcaps):
30534         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30535         Add audio/x-qdm2 for QDM2 audio.
30536         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30537         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30538         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30539         Decrease minimum size to 16x16.
30540         * gst/wavparse/gstwavparse.c:
30541         Convert disabled pad template caps to new caps.
30542         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30544         (gst_xvimagesink_chain): Throw element error when display cannot
30545         be opened.  Increase minimum framerate to 1.0.  Check the data
30546         free function on a buffer to make sure it is the type we expect
30547         before manipulating it.
30548
30549 2004-01-15  Julien MOUTTE <julien@moutte.net>
30550
30551         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30552         (gst_videobalance_colorbalance_set_value): Implement passthru if
30553         settings are in the middle.
30554         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30555
30556 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30557
30558         * gst/videofilter/Makefile.am:
30559         * gst/volume/Makefile.am:
30560           Since we use videofilter symbols, link to it.
30561
30562 2004-01-15  Julien MOUTTE <julien@moutte.net>
30563
30564         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30565         mixer interface type to HARDWARE.
30566         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30567         type to SOFTWARE.
30568         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30569         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30570         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30571         (gst_volume_interface_init), (gst_volume_list_tracks),
30572         (gst_volume_set_volume), (gst_volume_get_volume),
30573         (gst_volume_set_mute), (gst_volume_mixer_init),
30574         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30575         (volume_init): Implementing mixer interface.
30576         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30577         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30578         (gst_osselement_change_state): Removing some trailing commas in
30579         structures.
30580         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30581         interface type to HARDWARE.
30582         * sys/v4l/gstv4lcolorbalance.c:
30583         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30584         type to HARDWARE.
30585         * sys/v4l2/gstv4l2colorbalance.c:
30586         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30587         interface type to HARDWARE.
30588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30589         same code than ximagesink for event handling.
30590
30591 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30592
30593         * ext/snapshot/Makefile.am:
30594         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30595         (gst_snapshot_chain):
30596         * ext/snapshot/gstsnapshot.h:
30597           This has to be a joke... Snapshot should be connected to a tee,
30598           colorspace element before it and EOS after that, where the other
30599           src of the tee receives normal data.
30600           The current way is *wrong*.
30601
30602 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30603
30604         * ext/hermes/gsthermescolorspace.c:
30605           Fix another compile error. Same as below.
30606
30607 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30608
30609         * gst/colorspace/gstcolorspace.c:
30610         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30611         (gst_colorspace_i420_to_yv12):
30612           Fix compiling... Didn't test if it actually works.
30613
30614 2004-01-15  David Schleef  <ds@schleef.org>
30615
30616         * configure.ac:
30617         * gst/colorspace/Makefile.am:
30618         * gst/colorspace/gstcolorspace.c:
30619         * gst/colorspace/gstcolorspace.h:
30620         * gst/colorspace/yuv2rgb.c:
30621         * gst/colorspace/yuv2rgb.h:
30622         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30623         code and GPL code.  Fix for new caps negotiation.  Rewrite
30624         much of the format handling code, and some of the conversion
30625         code.  Basically, rewrote almost everything.  This element
30626         handles I420, YV12 to RGB conversions.
30627         * ext/hermes/Makefile.am:
30628         * ext/hermes/gsthermescolorspace.c:
30629         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30630         Remove non-Hermes related code.  This element handles lots of
30631         RGB to RGB conversions, but no YUV.
30632         * ext/hermes/gstcolorspace.c:
30633         * ext/hermes/gstcolorspace.h:
30634         * ext/hermes/rgb2yuv.c:
30635         * ext/hermes/yuv2rgb.c:
30636         * ext/hermes/yuv2rgb.h:
30637         * ext/hermes/yuv2rgb_mmx16.s:
30638         * ext/hermes/yuv2yuv.c:
30639         * ext/hermes/yuv2yuv.h:
30640         Remove old code.
30641
30642 2004-01-14  Colin Walters  <walters@verbum.org>
30643
30644         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30645         they've already been.
30646
30647 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30648
30649         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30650           assume tag mode when pad is not connected
30651
30652 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30653
30654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30655           Don't update the time of the clock
30656         (gst_alsa_sink_loop):
30657           sync to the clock given to alsasink, not the own clock
30658         * sys/oss/gstosssink.c: (gst_osssink_chain):
30659           sync to the clock
30660         (gst_osssink_change_state):
30661           activate the clock
30662         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30663         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30664           remove bogus code that made DISCONT events unhandled
30665         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30666           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30667           #131502)
30668         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30669         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30670         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30671           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30672           2nd warning in bug #131502)
30673
30674 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30675
30676         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30677         (gst_videobalance_colorbalance_set_value),
30678         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30679         for colorbalance interface implementation.
30680         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30681         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30682         (gst_ximagesink_dispose), (gst_ximagesink_init),
30683         (gst_ximagesink_class_init): Adding DISPLAY property.
30684         * sys/ximage/ximagesink.h: Adding display_name to store display.
30685         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30686         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30687         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30688         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30689         properties (they still need polishing though for gst-launch use : no
30690         xcontext yet, i ll do that tomorrow).
30691         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30692
30693 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30694
30695         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30696         (gst_play_set_location), (gst_play_set_visualization): Preparing
30697         switch integration, adding videobalance in the pipeline.
30698
30699 2004-01-14  Julien MOUTTE <julien@moutte.net>
30700
30701         * gst-libs/gst/colorbalance/colorbalance.c:
30702         (gst_color_balance_class_init): Adding a default type.
30703         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30704         the type.
30705         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30706         (gst_videobalance_dispose), (gst_videobalance_class_init),
30707         (gst_videobalance_init), (gst_videobalance_interface_supported),
30708         (gst_videobalance_interface_init),
30709         (gst_videobalance_colorbalance_list_channels),
30710         (gst_videobalance_colorbalance_set_value),
30711         (gst_videobalance_colorbalance_get_value),
30712         (gst_videobalance_colorbalance_init): Implementing colorbalance
30713         interface.
30714         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30715         list.
30716         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30717         bug which was triggering a BadAccess X error when setting an overlay
30718         before pad was really negotiated.
30719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30720         Using the colorbalance type macro.
30721
30722 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30723
30724         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30725         (gst_flacenc_chain):
30726           handle tags correctly
30727         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30728           extract ID3v1 tags correctly
30729
30730 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30731
30732         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30733         (plugin_init):
30734           Improve matroska typefinding for odd-typed headers...
30735
30736 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30737
30738         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30739           Fix for using incremental number on padnames.
30740
30741 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30742
30743         * ext/divx/gstdivxdec.c:
30744         * ext/divx/gstdivxenc.c:
30745           Set category to divx4linux instead of divx (too generic).
30746         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30747         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30748         (gst_wavparse_loop), (gst_wavparse_change_state):
30749         * gst/wavparse/gstwavparse.h:
30750           fix parsing of WAV files with non-standard fmt-tag size and fix
30751           skipping of unrecognized chunks... Someone please fix this thing
30752           to use rifflib so all this is automated.
30753         * sys/v4l/Makefile.am:
30754         * sys/v4l2/Makefile.am:
30755           Add X_CFLAGS because we depend on X (for overlay).
30756
30757 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30758
30759         * ext/mpeg2dec/gstmpeg2dec.c:
30760           Don't issue a timestamp unless we tagged the frame
30761           with a PTS.
30762
30763 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30764
30765         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30766           Query the audio element to get the time, not the clock. We're
30767           interested in the element's time here.
30768
30769 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30770
30771         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30772         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30773         * ext/esd/esdsink.c: (gst_esdsink_chain):
30774         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30775         * ext/mas/massink.c: (gst_massink_chain):
30776         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30777         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30778         (gst_matroska_demux_parse_metadata):
30779         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30780         (gst_mpeg_parse_release_locks):
30781         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30782         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30783         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30784         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30785         (gst_osssink_change_state):
30786         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30787         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30788         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30789         (gst_xvideosink_release_locks):
30790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30791           use element time.
30792         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30793         (gst_alsa_clock_stop):
30794         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30795         (gst_audio_clock_get_internal_time):
30796           simplify for use with new clocking code.
30797         * testsuite/alsa/Makefile.am:
30798         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30799           fix testsuite for new caps system
30800
30801 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30802
30803         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30804         * ext/flac/gstflacenc.c: (add_one_tag):
30805           length is already host endian, no need to convert. Fixes playback of
30806           tagged files on PPC. (bug #128384)
30807
30808 2004-01-13  Julien MOUTTE <julien@moutte.net>
30809
30810         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30811         colorbalance interface stating if it is hardware based or software
30812         based.
30813         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30814         Removing a trailing comma.
30815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30816         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30817         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30818         the documentation seems to be wrong on the -1000 to 1000 interval.
30819
30820 2004-01-12  David Schleef  <ds@schleef.org>
30821
30822         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30823         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30824         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30825         Fix negotiation.  Add a bufferalloc function for the sink pad,
30826         and generally clean up some of the code.
30827
30828 2004-01-12  Julien MOUTTE <julien@moutte.net>
30829
30830         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30831         (gst_color_balance_channel_dispose): Adding safety check in dispose
30832         method.
30833         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30834         (gst_xvimagesink_xcontext_clear),
30835         (gst_xvimagesink_interface_supported),
30836         (gst_xvimagesink_colorbalance_list_channels),
30837         (gst_xvimagesink_colorbalance_set_value),
30838         (gst_xvimagesink_colorbalance_get_value),
30839         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30840         Adding colorbalance interface support to set XV parameters such as
30841         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30842         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30843         interface.
30844
30845 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30846
30847         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30848         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30849         (gst_audio_convert_init), (gst_audio_convert_set_property),
30850         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30851         (gst_audio_convert_link),
30852         (gst_audio_convert_buffer_to_default_format),
30853         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30854           - implement _getcaps and use it
30855           - improve linking
30856           - remove float caps since no float conversion is actually done
30857           - remove properties and arguments that were to be used for rate
30858             conversion
30859
30860 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30861
30862         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30863         (gst_audio_structure_set_int):
30864         * gst-libs/gst/audio/audio.h:
30865           add helper functions for _getcaps matching the standard audio
30866           templates
30867
30868 2004-01-12  David Schleef  <ds@schleef.org>
30869
30870         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30871         Test that pad is negotiated before getting its caps.
30872
30873 2004-01-12  Julien MOUTTE <julien@moutte.net>
30874
30875         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30876         analyzing the pads of an element the bin is mostly in READY state so
30877         no caps were negotiated. This helper function needs to work with
30878         _get_caps directly then. I was not freeing them though, added that to
30879         fix the mem leak.
30880
30881 2004-01-12  Julien MOUTTE <julien@moutte.net>
30882
30883         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30884         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30885         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30886         than the free_func.
30887
30888 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30889
30890         * sys/oss/gstossaudio.c: (plugin_init):
30891         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30892         * sys/oss/gstosselement.h:
30893           make an oss debugging category
30894           make failure more descriptive
30895
30896 2004-01-11  David Schleef  <ds@schleef.org>
30897
30898         * ext/ffmpeg/gstffmpeg.c:
30899         * ext/ffmpeg/gstffmpegcodecmap.c:
30900         * ext/ffmpeg/gstffmpegdec.c:
30901         * ext/ffmpeg/gstffmpegenc.c:
30902         * ext/ffmpeg/gstffmpegprotocol.c:
30903         * ext/gdk_pixbuf/gstgdkanimation.c:
30904         * ext/jpeg/gstjpeg.c:
30905         * ext/libpng/gstpng.c:
30906         * ext/mpeg2dec/perftest.c:
30907         * ext/speex/gstspeex.c:
30908         * gst-libs/gst/resample/dtos.c:
30909         * gst/intfloat/gstintfloatconvert.c:
30910         * gst/oneton/gstoneton.c:
30911         * gst/rtjpeg/RTjpeg.c:
30912         * gst/rtp/gstrtp.c:
30913         * sys/dxr3/dxr3init.c:
30914         * sys/glsink/gstgl_nvimage.c:
30915         * sys/glsink/gstgl_pdrimage.c:
30916         * sys/glsink/gstglsink.c:
30917         * testsuite/gst-lint:
30918         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30919
30920 2004-01-11  David Schleef  <ds@schleef.org>
30921
30922         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30923         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30924         * ext/gdk_pixbuf/gstgdkanimation.c:
30925         (gst_gdk_animation_iter_create_pixbuf):
30926         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30927         (gst_gdk_pixbuf_chain):
30928         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30929         * ext/jack/gstjack.c: (gst_jack_change_state):
30930         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30931         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30932         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30933         * gst/videofilter/gstvideofilter.c:
30934         (gst_videofilter_set_output_size):
30935         Remove all usage of gst_pad_get_caps(), and replace it with
30936         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30937
30938 2004-01-11  David Schleef  <ds@schleef.org>
30939
30940         * configure.ac:
30941         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30942         * ext/divx/gstdivxdec.c:
30943         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30944         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30945         handle images that span multiple buffers.  Now work with both
30946         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30947         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30948         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30949         video/video.h changes
30950         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30951         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30952         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30953         of GstData free function.
30954         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30955         same.
30956
30957 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30958
30959         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30960         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30961         (gst_v4l2element_get_property):
30962         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30963           add norm, channel and frequency properties.
30964         * sys/v4l2/gstv4l2tuner.c:
30965           fixes for tuner interface changes
30966         * sys/v4l2/gstv4l2element.h:
30967         * sys/v4l2/gstv4l2src.c:
30968         * sys/v4l2/gstv4l2src.h:
30969         * sys/v4l2/v4l2src_calls.c:
30970         * sys/v4l2/v4l2src_calls.h:
30971           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30972
30973 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30974
30975         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30976         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30977         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30978         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30979         * gst-libs/gst/tuner/tuner.h:
30980           GObjects aren't const.
30981           Add find_by_name functions.
30982           Add checks to _changed functions.
30983         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30984         (gst_v4l_tuner_get_norm):
30985           Fixes for above.
30986
30987 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30988
30989         * gst-libs/gst/video/video.h:
30990           Fix caps template names to be understandable.
30991           Prefix everything with GST_VIDEO.
30992         * ext/aalib/gstaasink.c:
30993         * ext/divx/gstdivxdec.c:
30994         * ext/divx/gstdivxenc.c:
30995         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30996         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30997         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30998         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30999         * ext/libcaca/gstcacasink.c:
31000         * ext/libpng/gstpngenc.c: (raw_caps_factory):
31001         * ext/snapshot/gstsnapshot.c:
31002         * ext/swfdec/gstswfdec.c:
31003         * ext/xvid/gstxviddec.c:
31004         * ext/xvid/gstxvidenc.c:
31005         * gst/chart/gstchart.c:
31006         * gst/deinterlace/gstdeinterlace.c:
31007         * gst/effectv/gsteffectv.c:
31008         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31009         * gst/goom/gstgoom.c:
31010         * gst/median/gstmedian.c:
31011         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
31012         (gst_monoscope_srcconnect), (gst_monoscope_chain):
31013         * gst/overlay/gstoverlay.c:
31014         * gst/smooth/gstsmooth.c:
31015         * gst/smpte/gstsmpte.c:
31016         * gst/synaesthesia/gstsynaesthesia.c:
31017         * gst/videocrop/gstvideocrop.c:
31018         * gst/videodrop/gstvideodrop.c:
31019         * gst/y4m/gsty4mencode.c:
31020         * sys/qcam/gstqcamsrc.c:
31021         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
31022           Make them work with new video.h file.
31023         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31024         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31025         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31026         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31027           Make it work with new buffer allocation system.
31028
31029 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31030
31031         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
31032         pad_alloc_buffer implementation to use ->srcpad
31033         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
31034         pad_alloc_buffer implementation to use ->srcpad
31035         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
31036         pad_alloc_buffer implementation to use ->srcpad
31037         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31038         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31039         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31040         a reference to everything we need.
31041         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
31042         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31043         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31044         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31045         a reference to everything we need.
31046         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31047
31048 2004-01-11  David Schleef  <ds@schleef.org>
31049
31050         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31051         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31052         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31053         structure members.
31054         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31055         value during a resize/renegotiation.
31056         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31057         gst_pad_alloc_buffer();
31058         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31059         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31060         structure members.
31061         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31062         Fix for rename of buffer private structure members.
31063         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31064         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31065         Fix for rename of buffer private structure members.
31066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31067         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31068         Fix for rename of buffer private structure members.
31069
31070 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
31071
31072         reviewed by: David Schleef <ds@schleef.org>
31073
31074         * gst/videofilter/Makefile.am:
31075         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
31076         from the patch by ds to fit in with recent make_filter changes.
31077
31078 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31079
31080         * configure.ac: Adding examples/switch/Makefile
31081         * examples/Makefile.am: Adding examples/switch
31082         * examples/switch/Makefile.am: Adding switcher example.
31083         * examples/switch/switcher.c: (got_eos), (idle_iterate),
31084         (switch_timer), (main): Adding an example demonstrating switch usage
31085         with 2 videotestsrc showing different patterns.
31086         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31087         (gst_switch_init): Fixing switch with the new caps system.
31088
31089 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31090
31091         * gst-libs/gst/video/video.h:
31092           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31093           They should probably be like
31094           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31095
31096 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31097
31098         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31099         (qtdemux_parse_trak):
31100           fix audio chunk size/timestamp calculation
31101
31102 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31103
31104         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31105           fix SVQ3 caps
31106
31107 2004-01-11  Steve Baker  <steve@stevebaker.org>
31108
31109         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31110         (gst_agingtv_base_init), (gst_agingtv_class_init),
31111         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31112         (gst_agingtv_set_property), (gst_agingtv_get_property):
31113         Port agingTV to videofilter
31114
31115 2004-01-09  Julien MOUTTE <julien@moutte.net>
31116
31117         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31118         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31119
31120 2004-01-09  Julien MOUTTE <julien@moutte.net>
31121
31122         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31123         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31124         * gst-libs/gst/xoverlay/xoverlay.c:
31125         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31126         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31127         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31128         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31129         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31130         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31131         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31132         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31133         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31134         interface implementation to handle xid being 0 and fix some bugs
31135         triggered by Benjamin's testcase.
31136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31137         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31138         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31139         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31140         interface implementation to handle xid being 0 and fix some bugs
31141         triggered by Benjamin's testcase.
31142
31143 2004-01-09  David Schleef  <ds@schleef.org>
31144
31145         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
31146         mouse pointer events.  It works.
31147
31148 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31149
31150         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31151           Use explicit caps - fix capsnego.
31152         * ext/xvid/gstxviddec.c:
31153         * ext/xvid/gstxvidenc.c:
31154           Remove macro-inside-macro which caused compile errors.
31155         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31156           Error out if it's not a RIFF file. Else we error out without
31157           gst_element_error() which is not good...
31158
31159 2004-01-08  David Schleef  <ds@schleef.org>
31160
31161         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31162         Fix pad_link function to handle formats that ffmpeg returns
31163         as multiple caps structures.
31164         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31165         Only complain if source buffer is _smaller_ than expected.
31166         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31167         (gst_videoscale_handle_src_event): Resize navigation events
31168         when passing them upstream.
31169         * gst/videotestsrc/gstvideotestsrc.c:
31170         * gst/videotestsrc/gstvideotestsrc.h:
31171         * gst/videotestsrc/videotestsrc.c:
31172         * gst/videotestsrc/videotestsrc.h:
31173         Rewrite many of the buffer painting functions to handle odd
31174         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
31175         been verified to work with my video card.
31176         * testsuite/gst-lint:  Add check for elements calling
31177         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31178
31179 2004-01-08  David Schleef  <ds@schleef.org>
31180
31181         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31182         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31183
31184 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31185
31186         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31187         configure event is not emiting the desired size signal. That fixes
31188         aspect ratio issues with gst-player.
31189
31190 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31191
31192         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31193           Fix capsnego.
31194
31195 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31196
31197         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31198         public method to fire size signal.
31199
31200 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31201
31202         * examples/gstplay/Makefile.am: Adding the interface library.
31203         * gst-libs/gst/play/Makefile.am: Adding the interface library.
31204         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
31205         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31206         GST_IS_X_OVERLAY before signal connect.
31207         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31208         Removing the have_video_size signal.
31209         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31210         and associated public method.
31211         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31212         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31213         signal.
31214         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31215         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31216         signal.
31217         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31218         Using XOverlay public method to fire size signal.
31219
31220 2004-01-07  David Schleef  <ds@schleef.org>
31221
31222         * gst/videofilter/Makefile.am:
31223         * gst/videofilter/gstvideotemplate.c:
31224         * gst/videofilter/make_filter:
31225         Create gstvideoexample.c in a srcdir!=builddir friendly way.
31226         Convert make_filter to /bin/sh script.
31227
31228 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31229
31230         * gst/modplug/gstmodplug.cc: fix element description
31231
31232 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31233
31234         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31235         (got_video_size): Adding some new lines in g_print calls.
31236         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31237         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31238         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31239         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31240         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31241         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31242         Complete code review, reverting some stuff i disagree with, adding
31243         some fixes : time synchronization on invalid timestamps, renegotiation
31244         of private window.
31245         * sys/ximage/ximagesink.h:
31246         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31247         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31248         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31249         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31250         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31251         (gst_xvimagesink_buffer_new),
31252         (gst_xvimagesink_navigation_send_event),
31253         (gst_xvimagesink_set_xwindow_id),
31254         (gst_xvimagesink_get_desired_size),
31255         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31256         stuff i disagree with, adding some fixes : Renegotiation of private
31257         window, implementing get_desired_size.
31258
31259 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31260
31261         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31262         (gst_afsink_handle_event):
31263         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31264         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31265         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31266         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31267         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31268           Fix for instantiate-test (see core). Also remove dead code from
31269           jpegenc (which still needs fixing, but that's lower on my TODO
31270           list...).
31271         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31272           Never return NULL as caps.
31273
31274 2004-01-07  David Schleef  <ds@schleef.org>
31275
31276         * configure.ac:
31277         * ext/Makefile.am:
31278         * ext/librfb/Makefile.am:
31279         * ext/librfb/gstrfbsrc.c:
31280         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31281         is the protocol used by VNC.
31282
31283 2004-01-07  David Schleef  <ds@schleef.org>
31284
31285         * gst/videofilter/gstvideotemplate.c:
31286         * gst/videofilter/gstvideotemplate.h:
31287         * gst/videofilter/make_filter:
31288         Merge videotemplate header into source file.
31289         * gst/effectv/Makefile.am:
31290         * gst/effectv/gsteffectv.c: (plugin_init):
31291         * gst/effectv/gstwarp.c:
31292         Make warpTV a subclass of videofilter.
31293
31294 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31295
31296         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31297           Add guard against invalid utf-8 conversions in mad. Just in case.
31298
31299 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31300
31301         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31302           Fix for bug shown by poisoning
31303
31304 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31305
31306         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31307         (gst_v4lmjpegsrc_buffer_free):
31308         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31309         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31310         (gst_v4lsrc_buffer_free):
31311           Fix for removed bufferpools.
31312
31313 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31314
31315         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31316         Fix caps negotiation.
31317
31318         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31319         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31320         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31321         (dvdnavsrc_event):
31322         * ext/mpeg2dec/gstmpeg2dec.c:
31323         * gst-libs/gst/navigation/navigation.c:
31324         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31325         * gst-libs/gst/navigation/navigation.h:
31326         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31327         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31329         Super-simple first version of mouse and keyboard events. Clicking
31330         on a DVD menu now works, although it may not take you where you
31331         expected.
31332
31333         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31334         * gst/videotestsrc/gstvideotestsrc.c:
31335         (gst_videotestsrc_src_fixate):
31336         These fixate functions were broken - they never actually
31337         fixated :)
31338
31339 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31340
31341         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31342         (gst_icecastsend_init):
31343           fix for new caps system.
31344         * gst-libs/gst/mixer/mixertrack.h:
31345         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31346           Add 'master track' flag (for tools like ACME that only want to
31347           change the main volume).
31348
31349 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31350
31351         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31352         (gst_xvid_csp_to_caps):
31353         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31354         * ext/xvid/gstxvidenc.c:
31355         ifdef out ARGB type when it isn't available
31356         in xvidcore 1.0.0beta2
31357
31358 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31359
31360         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31361           When we have received a new SCR right in the first buffer after
31362           a seek (so in the same cycle that handles the discont), we should
31363           handle the buffer instead of unreffing it, else we lose data.
31364
31365 2004-01-06  Iain <iain@prettypeople.org>
31366
31367         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31368           buffer-frames caps too.
31369
31370         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31371           caps that we need, don't destroy them all and rebuild them. And when
31372           creating src pads, use the src pad template rather than the sink...
31373
31374 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31375
31376         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31377           Add pad to element *after* setting functions such as event handler.
31378           Without this, the scheduler (opt) will link pads, set the event
31379           handler from the default event function (dispatcher in gstpad.c)
31380           and *after* that, we will set our own event function, which will
31381           thus never be used (and thus mpegdemux doesn't handle events).
31382
31383 2004-01-04  David Schleef  <ds@schleef.org>
31384
31385         Fix the fixate functions to handle new prototype:
31386         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31387         * gst/videotestsrc/gstvideotestsrc.c:
31388         (gst_videotestsrc_src_fixate):
31389         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31390         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31392
31393 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31394
31395         * sys/ximage/ximagesink.h:
31396         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31397         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31398         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31399         (gst_ximagesink_xoverlay_init):
31400           assorted fixes to make (re)embedding work
31401         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31402         (gst_ximagesink_get_desired_size):
31403           implement desired size additions to XOverlay
31404
31405 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31406
31407         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31408         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31409         (gst_x_overlay_got_desired_size):
31410         * gst-libs/gst/xoverlay/xoverlay.h:
31411           Add optional "desired size" signal and querying.
31412
31413 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31414
31415         * gst/matroska/matroska-demux.c:
31416         (gst_matroska_demux_parse_blockgroup):
31417           Fix EBML-laced block parsing. Diffs are relative to previous
31418           lace, not the first lace. Thanks to Mosu from the Matroska
31419           team for detecting this.
31420         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31421         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31422         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31423         (gst_wavparse_change_state):
31424         * gst/wavparse/gstwavparse.h:
31425           Quickfix for capsnego.
31426
31427 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31428
31429         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31430           Fix indenting, fix pad creation.
31431
31432 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31433
31434         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31435         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31436         (gst_xviddec_sink_link):
31437           Implement src_getcaps() so proper size caps is negotiated.
31438
31439 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31440
31441         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31442           Finish flac decoder on EOS. See #116178.
31443
31444 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31445
31446         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31447         (gst_matroska_demux_add_stream):
31448         * gst/matroska/matroska-ids.h:
31449           Add getcaps() function to fix capsnego...
31450
31451 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31452
31453         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31454         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31455         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31456           Fix more integer overflows. Again, see #126967.
31457
31458 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31459
31460         * ext/mpeg2dec/gstmpeg2dec.c:
31461           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31462           #130416.
31463
31464 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31465
31466         * configure.ac:
31467         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31468         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31469         * ext/xvid/gstxvid.h:
31470         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31471         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31472         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31473         (gst_xviddec_change_state):
31474         * ext/xvid/gstxviddec.h:
31475         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31476         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31477         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31478         (gst_xvidenc_link), (gst_xvidenc_set_property),
31479         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31480         * ext/xvid/gstxvidenc.h:
31481           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31482
31483 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31484
31485         * gst/rtp/rtp-packet.c:
31486           Add sys/types.h include, since OS X doesn't define in_addr_t
31487           in netinet/in.h, like it does on Linux (see #129600).
31488
31489 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31490
31491         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31492
31493         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31494           Correct logic of dispose function (see #129306).
31495
31496 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31497
31498         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31499         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31500         (gst_mpeg_parse_init):
31501         * gst/mpegstream/gstmpegparse.h:
31502           Remove clock (which was never provided, i.e. dead code), and
31503           also fix integer overflows at high PTS values (see #126967).
31504
31505 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31506
31507         * ext/flac/gstflacdec.c:
31508         * ext/libpng/gstpngenc.h:
31509         * ext/mikmod/gstmikmod.h:
31510           OS X fixes (see #126628).
31511
31512 2004-01-02  David Schleef  <ds@schleef.org>
31513
31514         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31515         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31516         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31517         (gst_mpeg_parse_class_init): Move pad template registration
31518         to class_init, since the derived class (mpegdemux) doesn't
31519         want them.
31520
31521 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31522
31523         * sys/ximage/Makefile.am:
31524         * sys/xvideo/Makefile.am:
31525         * sys/xvimage/Makefile.am:
31526           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31527           after installation (see #127664).
31528
31529 2004-01-02  David Schleef  <ds@schleef.org>
31530
31531         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31532         (gst_ffmpegenc_connect):  Negotiation fixes.
31533         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31534         Remove inappropriate gst_caps_free().
31535         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31536         Reenable Ronald's internal resize code, since the core handles
31537         it correctly now.
31538
31539 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31540
31541         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31542         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31543         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31544           Fix pad template stuff.
31545
31546 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31547
31548         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31549         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31550           fix signed integer reading/writing.
31551
31552 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31553
31554         * ext/alsa/README:
31555           Remove outdated document
31556
31557 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31558
31559         * gst/cutter/gstcutter.c: (gst_cutter_init):
31560           src pad was being created twice - oops.
31561
31562 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31563
31564         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31565           Comment out internal resize. It doesn't handle the resulting
31566           XEvent internally, does another try_set_caps() which leads to
31567           a really nice loop.
31568           Real fix will come when Julien and Dave are awake. ;).
31569
31570 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31571
31572         * ext/mpeg2enc/gstmpeg2enc.cc:
31573           fix const/nonconst compile issue.
31574
31575 2004-01-02  David Schleef  <ds@schleef.org>
31576
31577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31578         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31579         Add fixate function and a check for bad formats.
31580
31581 2004-01-01  David Schleef  <ds@schleef.org>
31582
31583         Negotiation fixes:
31584         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31585         (gst_audiofilter_init):
31586         * gst/debug/efence.c: (gst_efence_init):
31587         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31588         (gst_deinterlace_init):
31589         * gst/volume/gstvolume.c: (volume_connect):
31590
31591 2004-01-01  David Schleef  <ds@schleef.org>
31592
31593         Convert elements to use gst_pad_use_explicit_caps() where
31594         appropriate:
31595         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31596         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31597         (gst_afparse_open_file):
31598         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31599         (gst_afsrc_open_file):
31600         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31601         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31602         (gst_ffmpegdec_chain):
31603         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31604         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31605         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31606         (gst_gdk_pixbuf_chain):
31607         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31608         (gst_jpegdec_chain):
31609         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31610         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31611         (gst_mikmod_negotiate):
31612         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31613         (gst_mpeg2dec_negotiate_format):
31614         * ext/mpeg2enc/gstmpeg2enc.cc:
31615         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31616         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31617         (gst_speexdec_sinkconnect):
31618         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31619         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31620         (gst_vorbisfile_new_link):
31621         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31622         (gst_ac3parse_chain):
31623         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31624         (gst_asf_demux_setup_pad):
31625         * gst/auparse/gstauparse.c: (gst_auparse_init),
31626         (gst_auparse_chain):
31627         * gst/id3/gstid3types.c: (gst_id3types_loop):
31628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31629         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31630         (mp1videoparse_parse_seq):
31631         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31632         (bpf_from_header):
31633         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31634         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31635         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31636         (gst_mpeg_parse_send_data):
31637         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31638         (gst_qtdemux_add_stream):
31639         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31640         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31641         (gst_wavparse_parse_fmt):
31642
31643 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31644
31645         * configure.ac:
31646           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31647           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31648           it therefore uses the wrong include paths. Too bad... Note
31649           that 1.6.1.93 is not release yet. ;).
31650           Also add a check for mplex, which is now using the lib'ified
31651           mplex from mjpegtools, too.
31652         * ext/ffmpeg/gstffmpegcodecmap.c:
31653           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31654           issues. I don't think ffmpeg handles 3ivx correctly, so this
31655           probably won't work. But it won't hurt either.
31656         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31657         (gst_ffmpegdec_chain):
31658         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31659         (gst_ffmpegenc_chain_audio):
31660           Fix memleak in audio encoding. Close codec if open fails, this
31661           calls the cleanup routines so we can re-use the context.
31662         * ext/mpeg2enc/gstmpeg2enc.cc:
31663           Fix pad template names/types, fix memory issue with getcaps().
31664         * ext/mpeg2enc/gstmpeg2encoder.cc:
31665         * ext/mpeg2enc/gstmpeg2encoder.hh:
31666           Fix compile issue with new caps system (const thingy).
31667         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31668         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31669           We read a first frame right on initing, so that we have a caps
31670           when we init the output. This caps is cached in padprivate and
31671           read as first frame.
31672         * ext/mplex/Makefile.am:
31673         * ext/mplex/gstmplex.cc:
31674         * ext/mplex/gstmplex.h:
31675         * ext/mplex/gstmplex.hh:
31676         * ext/mplex/gstmplexibitstream.cc:
31677         * ext/mplex/gstmplexibitstream.hh:
31678         * ext/mplex/gstmplexjob.cc:
31679         * ext/mplex/gstmplexjob.hh:
31680         * ext/mplex/gstmplexoutputstream.cc:
31681         * ext/mplex/gstmplexoutputstream.hh:
31682           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31683           had issues, didn't do capsnego, supported only a subset of the
31684           mplex features and required a mplex fork in our local CVS. Plus
31685           that it worked agaist a very old mplex version. Rewriting was
31686           faster than updating it.
31687         * gst-libs/ext/Makefile.am:
31688         * gst-libs/ext/mplex/INSTRUCT:
31689         * gst-libs/ext/mplex/Makefile.am:
31690         * gst-libs/ext/mplex/README:
31691         * gst-libs/ext/mplex/TODO:
31692         * gst-libs/ext/mplex/ac3strm_in.cc:
31693         * gst-libs/ext/mplex/audiostrm.hh:
31694         * gst-libs/ext/mplex/audiostrm_out.cc:
31695         * gst-libs/ext/mplex/aunit.hh:
31696         * gst-libs/ext/mplex/bits.cc:
31697         * gst-libs/ext/mplex/bits.hh:
31698         * gst-libs/ext/mplex/buffer.cc:
31699         * gst-libs/ext/mplex/buffer.hh:
31700         * gst-libs/ext/mplex/fastintfns.h:
31701         * gst-libs/ext/mplex/format_codes.h:
31702         * gst-libs/ext/mplex/inputstrm.cc:
31703         * gst-libs/ext/mplex/inputstrm.hh:
31704         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31705         * gst-libs/ext/mplex/mjpeg_logging.cc:
31706         * gst-libs/ext/mplex/mjpeg_logging.h:
31707         * gst-libs/ext/mplex/mjpeg_types.h:
31708         * gst-libs/ext/mplex/mpastrm_in.cc:
31709         * gst-libs/ext/mplex/mpegconsts.cc:
31710         * gst-libs/ext/mplex/mpegconsts.h:
31711         * gst-libs/ext/mplex/mplexconsts.hh:
31712         * gst-libs/ext/mplex/multplex.cc:
31713         * gst-libs/ext/mplex/outputstream.hh:
31714         * gst-libs/ext/mplex/padstrm.cc:
31715         * gst-libs/ext/mplex/padstrm.hh:
31716         * gst-libs/ext/mplex/stillsstream.cc:
31717         * gst-libs/ext/mplex/stillsstream.hh:
31718         * gst-libs/ext/mplex/systems.cc:
31719         * gst-libs/ext/mplex/systems.hh:
31720         * gst-libs/ext/mplex/vector.cc:
31721         * gst-libs/ext/mplex/vector.hh:
31722         * gst-libs/ext/mplex/videostrm.hh:
31723         * gst-libs/ext/mplex/videostrm_in.cc:
31724         * gst-libs/ext/mplex/videostrm_out.cc:
31725         * gst-libs/ext/mplex/yuv4mpeg.cc:
31726         * gst-libs/ext/mplex/yuv4mpeg.h:
31727         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31728         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31729           We don't fork mjpegtools' mplex in our CVS anymore.
31730         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31731         (gst_avi_demux_add_stream):
31732         * gst/avi/gstavidemux.h:
31733           Add getcaps() function for proper caps nego. This makes some
31734           parts of AVI playback/reading work.
31735         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31736           Resize window on new capsnego. This is probably wrong, but
31737           I'm still committing it because with current capsnego, the
31738           first successfull capsnego is auto-fixated, therefore rounded
31739           down to the lowest values in the caps. this results in a 16x16
31740           XWindow that is not reized when real capsnego finishes.
31741           Dave, I see more cases of this, do you know a proper solution?
31742         * tools/gst-launch-ext.in:
31743           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31744
31745 2003-12-31  David Schleef  <ds@schleef.org>
31746
31747         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31748         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31749           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31750
31751 2003-12-30  David Schleef  <ds@schleef.org>
31752
31753         * ext/ffmpeg/gstffmpegcolorspace.c:
31754         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31755         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31756         (gst_ffmpegcsp_chain): Negotiation fixes
31757         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31758         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31759         (gst_audio_convert_link), (gst_audio_convert_channels):
31760         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31761         (gst_audioscale_link), (gst_audioscale_get_buffer),
31762         (gst_audioscale_chain): Negotiation fixes
31763         * gst/audioscale/gstaudioscale.h:
31764         * gst/videofilter/gstvideofilter.c:
31765         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31766         (gst_videofilter_link), (gst_videofilter_init),
31767         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31768         (gst_videofilter_find_format_by_structure):
31769         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31770         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31771         (gst_videoscale_link):
31772         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31773         (videoscale_find_by_structure), (gst_videoscale_setup):
31774         * gst/videoscale/videoscale.h: Negotiation fixes
31775         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31776         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31777         function, restrict resizing to a multiple of 4 (hack until
31778         everyone supports odd sizes correctly).
31779
31780 2003-12-29  Colin Walters  <walters@verbum.org>
31781
31782         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31783         signed.
31784
31785 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31786
31787         * ext/sndfile/gstsf.c: (gst_sf_loop):
31788           Fix warning about discarding const qualifier
31789
31790 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31791
31792         * gst/cutter/gstcutter.c:
31793         * gst/videoscale/gstvideoscale.c:
31794         * gst/volenv/gstvolenv.c:
31795         * gst-libs/gst/audio/audio.c:
31796         * gst-libs/gst/video/video.c:
31797           Fix warnings
31798
31799 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31800
31801         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31802           Don't send ALSA debugging to stderr.
31803         * ext/alsa/gstalsa.h:
31804           Use GST_WARNING instead of g_warning when ALSA functions fail.
31805
31806 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31807
31808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31809           Free XVAdapterInfo correctly.
31810
31811 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31812
31813         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31814         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31815           Make id3tag use correct caps nego.
31816
31817 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31818
31819         * ext/ivorbis/vorbis.c:
31820         * ext/ivorbis/vorbisenc.h:
31821         * ext/ivorbis/vorbisfile.c:
31822           Modify so that it uses the new caps things
31823
31824 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31825
31826         * testsuite/spider/spider1.c: (main):
31827         * testsuite/spider/spider2.c: (main):
31828         * testsuite/spider/spider3.c: (main):
31829           Make tests compile again. They probably don't work.
31830
31831 2003-12-24  Colin Walters  <walters@verbum.org>
31832
31833         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31834         we can't fixate the caps anymore.
31835
31836 2003-12-23  David Schleef  <ds@schleef.org>
31837
31838         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31839         * sys/oss/gstosssink.c: (gst_osssink_init),
31840         (gst_osssink_sink_fixate): Add fixate function.
31841
31842 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31843
31844         * ext/ffmpeg/gstffmpegcodecmap.c:
31845         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31846         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31847         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31848         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31849         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31850         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31851         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31852           fix typo in RGB masks, and move back to "old" colorspace
31853           capsnego code until whoever wrote this new crap has actually
31854           tested it so that it works.
31855           And yes, this works, keep it that way please.
31856
31857 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31858
31859         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31860         (gst_divxdec_init), (gst_divxdec_negotiate):
31861         * ext/divx/gstdivxdec.h:
31862         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31863         (gst_divxenc_init):
31864         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31865         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31866         * ext/mpeg2enc/gstmpeg2enc.cc:
31867         * ext/mpeg2enc/gstmpeg2encoder.cc:
31868         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31869         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31870         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31871         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31872         (dxr3spusink_init):
31873         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31874         (dxr3videosink_init):
31875           Fix caps breakage after Dave's caps branch merge.
31876
31877 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31878
31879         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31880           Fix for 24bpp display.
31881
31882 2003-12-23  Colin Walters  <walters@verbum.org>
31883
31884         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31885         a GnomeVFSHandle directly.
31886
31887 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31888
31889         * gst/volume/Makefile.am:
31890         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31891         (volume_base_init), (volume_init):
31892           Reenable volume element and fix to work with new caps stuff.
31893           Rhythmbox needs this.
31894
31895 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31896
31897         * gst/qtdemux/qtdemux.c: (plugin_init):
31898           qtdemux requires bytestream
31899
31900 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31901
31902         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31903           Fix remaining caps handling errors due to CAPS merge.
31904
31905 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31906
31907         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31908         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31909         (gst_faad_srcconnect):
31910           Port to new caps system.
31911
31912 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31913
31914         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31915         (got_video_size), (main): using g_print instead of g_message.
31916         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31917         signal which was not emitted because of "switch" element added to the
31918         bin but not connected. (Removing from the bin temporarily)
31919
31920 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31921
31922         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31923         find X development files. I don't understand the previous tests and
31924         they fail on my debian/ppc unstable. This one works.
31925         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31926         exiting.
31927         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31928         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31929         (gst_play_set_visualization): Add some safety checks in set_ methods
31930         and state_change. This was throwing some ugly CRITICAL messages when
31931         pipeline was getting disposed and casts were failing.
31932
31933 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31934
31935         * configure.ac:
31936           Improve mpeg2enc detection. This is for distributions that do
31937           ship mjpegtools, but without mpeg2enc. Also does object check
31938           for might there ever be ABI incompatibility.
31939         * ext/mpeg2enc/gstmpeg2enc.cc:
31940           Add Andrew as second maintainer (he's helping me), and also add
31941           an error if no caps was set. This happens if I pull before capsnego
31942           and that's something I should solve sometime else.
31943         * gst/matroska/matroska-demux.c:
31944         (gst_matroska_demux_parse_blockgroup):
31945           Fix time parsing.
31946         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31947         (gst_matroska_mux_track_header):
31948           Add caps to templates.
31949         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31950           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31951         * gst/mpegstream/gstmpegdemux.c:
31952           Remove layer since it causes warnings about unfixed caps.
31953         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31954           Fix obvious typo (we error out if caps were set, we should of
31955           course error out if *no* caps were set).
31956         * sys/oss/gstosselement.c: (gst_osselement_convert):
31957           Fix format conversion, we confused bits/bytes.
31958         * sys/oss/gstosselement.h:
31959           Improve documentation for 'bps'.
31960         * sys/v4l/TODO:
31961           Remove stuff about plugins that need removing - this was done
31962           ages ago.
31963         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31964         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31965         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31966         (gst_v4lsrc_src_query):
31967         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31968         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31969           Add get_query_types(), get_formats() and query() functions.
31970
31971 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31972
31973         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31974           * moved CVS to freedesktop.org