gst/playback/gstplaybin.c: Activate sync in playbin, we are ready to handle it for...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-04-06  Wim Taymans  <wim@fluendo.com>
2
3         * gst/playback/gstplaybin.c: (add_sink),
4         (gst_play_bin_change_state):
5         Activate sync in playbin, we are ready to handle it for live streams.
6
7 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * tests/check/elements/playbin.c:
10         (test_sink_usage_video_only_stream), (playbin_suite):
11           Add small test for stream-info-value-array code paths.
12
13 2007-04-05  Wim Taymans  <wim@fluendo.com>
14
15         * gst-libs/gst/audio/gstbaseaudiosink.c:
16         (gst_base_audio_sink_skew_slaving):
17         Don't try to create invalid calibration parameters by making the
18         internal time go backwards, instead make external time go forward.
19
20 2007-04-05  Wim Taymans  <wim@fluendo.com>
21
22         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
23
24         * gst/playback/gstplaybasebin.c: (add_stream):
25         Fix leak in add_stream(), when g_value_set_object() increases the
26         refcount of streaminfo object. Fixes #426250.
27
28 2007-04-03  David Schleef  <ds@schleef.org>
29
30         * gst/videotestsrc/gstvideotestsrc.c:
31         * gst/videotestsrc/gstvideotestsrc.h:
32         * gst/videotestsrc/videotestsrc.c:
33         * gst/videotestsrc/videotestsrc.h:
34           Add a test pattern called "circular", which has concentric
35           rings with varying radial frequency.  The main purpose of this
36           pattern is to test fidelity loss in a filter or scaler element.
37           Notably, this pattern is scale invariant, and is optimally viewed
38           with a width (and height) of 400.
39
40 2007-04-03  Wim Taymans  <wim@fluendo.com>
41
42         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
43
44         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
45         (deactivate_free_recursive):
46         Decodebin2 doesn't unref pads it obtains in some occasions:
47         - multiqueue src pads, when either connecting further or exposing
48         - sink pads of new autoplugged elements
49         - peer pads when recursively freeing elements
50         Fixes #425455.
51
52 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
53
54         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
55         Add audio/x-raw-float support, now that audioconvert support
56         non-native endianness floats.
57
58 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
59
60         * docs/libs/gst-plugins-base-libs-docs.sgml:
61           gstreamer-plugins-base.pc doesn't exist, it's
62           gstreamer-plugins-base-0.10.pc.
63
64 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
65
66         Patch by: René Stadler <mail at renestadler dot de>
67         with some minor changes
68
69         * gst-libs/gst/floatcast/floatcast.h:
70         Use more efficient float endianness conversion functions that don't
71         involve 2 function calls per value.
72         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
73         (check_default), (audio_convert_prepare_context):
74         * gst/audioconvert/gstaudioconvert.c:
75         (gst_audio_convert_parse_caps), (make_lossless_changes):
76         Support non-native endianness floats as input and output.
77         Fixes #339838.
78         * tests/check/elements/audioconvert.c: (verify_convert),
79         (GST_START_TEST):
80         Add unit tests for the non-native endianness float conversions.
81
82 2007-03-29  Wim Taymans  <wim@fluendo.com>
83
84         * gst-libs/gst/rtp/gstbasertpdepayload.c:
85         (gst_base_rtp_depayload_base_init),
86         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
87         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
88         (gst_base_rtp_depayload_set_gst_timestamp),
89         (gst_base_rtp_depayload_change_state),
90         (gst_base_rtp_depayload_set_property),
91         (gst_base_rtp_depayload_get_property):
92         * gst-libs/gst/rtp/gstbasertpdepayload.h:
93         Add Private structure.
94         Bring element code to 2007.
95         Parse clock-base caps param and use it when generating the
96         newsegment.
97         Reset variables before going to PAUSED.
98         Fix some docs.
99
100 2007-03-29  Wim Taymans  <wim@fluendo.com>
101
102         * docs/libs/gst-plugins-base-libs-docs.sgml:
103         * docs/libs/gst-plugins-base-libs-sections.txt:
104         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
105         (gst_base_rtp_audio_payload_get_adapter):
106         Add RTCP docs.
107         Fix some more docs.
108
109         * gst-libs/gst/rtp/Makefile.am:
110         * gst-libs/gst/rtp/gstrtcpbuffer.c:
111         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
112         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
113         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
114         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
115         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
116         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
117         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
118         (gst_rtcp_packet_sr_get_sender_info),
119         (gst_rtcp_packet_sr_set_sender_info),
120         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
121         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
122         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
123         (gst_rtcp_packet_sdes_get_chunk_count),
124         (gst_rtcp_packet_sdes_first_chunk),
125         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
126         (gst_rtcp_packet_sdes_first_item),
127         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
128         (gst_rtcp_packet_bye_get_ssrc_count),
129         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
130         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
131         (gst_rtcp_packet_bye_get_reason_len),
132         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
133         * gst-libs/gst/rtp/gstrtcpbuffer.h:
134         Add new helper object for parsing and creating RTCP messages.
135
136 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
137
138         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
139         PCM samples with width=8 must be always unsigned, no matter what
140         depth they have.
141
142 2007-03-29  Andy Wingo  <wingo@pobox.com>
143
144         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
145         perfect offsets also, not just timestamps.
146
147         * tests/check/elements/videorate.c (test_more): Test that given
148         any incoming offsets, that videorate produces perfect offsets.
149
150 2007-03-29  Wim Taymans  <wim@fluendo.com>
151
152         * gst-libs/gst/riff/riff-ids.h:
153         Add some more RIFF formats.
154
155 2007-03-29  Wim Taymans  <wim@fluendo.com>
156
157         * gst-libs/gst/rtp/gstrtpbuffer.c:
158         (gst_rtp_buffer_default_clock_rate):
159         * gst-libs/gst/rtp/gstrtpbuffer.h:
160         Fix fixed payload names and docs.
161         Added method to get the default clock rates of fixed payload types.
162         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
163
164 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
165
166         * tests/check/pipelines/.cvsignore:
167         Add new vorbisdec test to cvsignore.
168
169 2007-03-28  Wim Taymans  <wim@fluendo.com>
170
171         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
172         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
173         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
174         (gst_base_audio_sink_set_property),
175         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
176         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
177         (gst_base_audio_sink_skew_slaving),
178         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
179         (gst_base_audio_sink_async_play):
180         * gst-libs/gst/audio/gstbaseaudiosink.h:
181         Store private stuff in GstBaseAudioSinkPrivate.
182         Add configurable clock slaving modes property.
183         API:: GstBaseAudioSink::slave-method property
184         Some more latency reporting tweaks.
185         Added skew based clock slaving correction and make it the default until
186         the resampling method is more robust.
187
188 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
189
190         * gst/audioconvert/audioconvert.c:
191         Add docs to the integer pack functions and implement proper
192         rounding. Before we had rounding towards negative infinity, i.e.
193         always the smaller number was taken. Now we use natural rounding,
194         i.e. rounding to the nearest integer and to the one with the largest
195         absolute value for X.5. The old rounding introduced some minor
196         distortions. Fixes #420079
197         * tests/check/elements/audioconvert.c: (GST_START_TEST):
198         Fix one unit test that assumed the old rounding and added unit tests
199         for checking signed/unsigned int16 <-> signed/unsigned int16 with
200         depth 8, one for signed int16 <-> unsigned int16 and one for the new
201         rounding from signed int32 to signed/unsigned int16.
202
203 2007-03-27  Michael Smith  <msmith@fluendo.com>
204
205         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
206         (gst_audio_convert_transform_caps):
207           Fix typo in debug line introduced recently, as pointed out on irc.
208
209 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
210
211         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
212         * tests/check/libs/tag.c: (GST_START_TEST):
213           Make sure we parse floating-point numbers in vorbis comments
214           correctly with either '.' or ',' as separator, no matter what
215           the current locale is. Add unit test for this too.
216
217 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
218
219         Patch by: René Stadler  <mail at renestadler de>
220
221         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
222           When writing out floating-point numbers to vorbis comment tags, always
223           use the same character as separator no matter what the current locale is
224           (fixes #423051).
225
226         * tests/check/libs/tag.c: (GST_START_TEST):
227           Add unit tests for replaygain tags in vorbis comments (closes #423055).
228
229 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
230
231         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
232           vorbis_handle_data_packet):
233           Correctly set DURATION to generate a timestamp-continuous stream.
234           One bug left at the end; see
235           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
236         * tests/check/Makefile.am:
237         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
238           Add a test to check this.  Without the above patch this test fails.
239
240 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
241
242         * gst-libs/gst/rtp/Makefile.am:
243         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
244
245 2007-03-23  Michael Smith  <msmith@fluendo.com>
246
247         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
248         (gst_video_rate_reset), (gst_video_rate_chain):
249           If videorate changes caps, we can no longer use the old buffer
250           (which may have a different size, incompatible with our caps).
251           So don't do that; just duplicate the new frame more times.
252
253 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
254
255         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
256         Remove playbin's override of the set_clock vmethod. It's irrelevant
257         after Wim's commit on the 19th.
258
259 2007-03-22  Wim Taymans  <wim@fluendo.com>
260
261         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
262         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
263         * ext/gnomevfs/gstgnomevfssrc.h:
264         Don't cache file sizes. Fixes #341078.
265
266 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
267
268         * gst/playback/gstplaybin.c: (add_sink):
269           Use GST_PTR_FORMAT to log caps. 
270
271 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
272
273         Patch by: Young-Ho Cha <ganadist at chollian net>
274
275         * gst/subparse/samiparse.c: (handle_start_font):
276           Special-case some more colour names that pango doesn't handle by
277           default. Fixes #420578.
278
279 2007-03-20  Michael Smith  <msmith@fluendo.com>
280
281         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
282           If we get a zero-sized input buffer, don't pass it to libvorbis, as
283           that marks EOS internally. After that, libvorbis will buffer all
284           input data, and encode none of it, eventually leading to memory
285           exhaustion.
286
287 2007-03-19  Wim Taymans  <wim@fluendo.com>
288
289         * gst/playback/gstdecodebin.c: (remove_fakesink):
290         Don't post STATE_DIRTY anymore.
291
292         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
293         (gst_play_bin_change_state):
294         Remove stream_time reset in seek handling, core does that now.
295         Disable clocking for live pipelines by forcing a NULL clock to the
296         complete pipeline, core is too smart now for our previous hack.
297         We can always autoplug in PAUSED now.
298
299 2007-03-17  David Schleef  <ds@schleef.org>
300
301         * REQUIREMENTS:  Update this file, change the formatting to make
302         it more consistent, plus more machine readable.
303
304 2007-03-16  Michael Smith  <msmith@fluendo.com>
305
306         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
307         (strip_width_64), (append_with_other_format):
308           Previous fix was too simplistic, and broke the tests. Use a better
309           approach; only strip 64 from widths for integer audio.
310
311 2007-03-16  Michael Smith  <msmith@fluendo.com>
312
313         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
314         (gst_audio_convert_transform_caps):
315           We don't support 64 bit integer audio, so don't try to claim we can.
316           Stops us producing caps don't match our template caps.
317           Update comments.
318
319 2007-03-15  Michael Smith  <msmith@fluendo.com>
320
321         * gst/audioresample/gstaudioresample.c:
322         (audioresample_check_discont), (audioresample_transform):
323           Don't trigger discontinuities for very small imperfections; a filter
324           flush will sound bad, and many plugins have rounding errors leading
325           to these.
326
327 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
328
329         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
330         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
331         Add min-ptime property to RTP base audio payloader. Patch by
332         olivier.crete@collabora.co.uk.
333         Fixes #415001
334
335         Indentation/whitespace/documentation fixes.
336
337 2007-03-14  Julien MOUTTE  <julien@moutte.net>
338
339         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
340         (audioresample_transform_size), (audioresample_do_output),
341         (audioresample_transform), (audioresample_pushthrough): Handle
342         discontinuous streams.
343         * gst/audioresample/gstaudioresample.h:
344         * tests/check/elements/audioresample.c:
345         (test_discont_stream_instance), (GST_START_TEST),
346         (audioresample_suite): Add a test for discontinuous streams.
347         * win32/common/config.h: Updated.
348
349 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
350
351         * po/af.po:
352         * po/az.po:
353         * po/cs.po:
354         * po/en_GB.po:
355         * po/it.po:
356         * po/nb.po:
357         * po/nl.po:
358         * po/or.po:
359         * po/sq.po:
360         * po/sr.po:
361         * po/sv.po:
362         * po/uk.po:
363         * po/vi.po:
364           Update translations from translation project.
365
366 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
367
368         * gst/audioresample/debug.h:
369         * gst/audioresample/resample.c: (resample_init):
370           Since I really am not interested in a debug line for each sample
371           being processed, move the library's debugging to its own category,
372           libaudioresample
373
374 2007-03-13  Michael Smith  <msmith@fluendo.com>
375
376         * ext/theora/theoradec.c: (theora_handle_type_packet):
377           Since the plugin doesn't support anything other than 4:2:0 right
378           now, post an error and fail if we get something else. Won't matter
379           until libtheora supports the other pixel formats, but hopefully
380           that'll be soon...
381
382 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
383
384         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
385         Use gst_guint64_to_gdouble for conversion.
386         * win32/MANIFEST:
387         Add new files to the win32 MANIFEST.
388         * win32/common/libgstaudio.def:
389         * win32/common/libgstpbutils.def:
390         Add new exported functions.
391         * win32/vs6/gst_plugins_base.dsw:
392         * win32/vs6/libgstdecodebin.dsp:
393         * win32/vs6/libgstplaybin.dsp:
394         Change the link to libgstpbutils.lib.
395         * win32/vs6/libgstdecodebin2.dsp:
396         Add a new project for decodebin2.
397         * win32/vs6/libgstpbutils.dsp:
398         Add a new project for pbutils.
399
400 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
401
402         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
403           Also accept partial dates with only year and month,
404           like 1999-12-00 (fixes #410396 even more).
405
406         * tests/check/libs/tag.c: (GST_START_TEST):
407           Add unit test for the above.
408
409 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
410
411         * tests/check/elements/subparse.c: (GST_START_TEST),
412         (subparse_suite):
413           Add unit test for MPL2 subtitle format (#413799).
414
415 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
416
417         Patch by: Kamil Pawlowski  <kamilpe gmail com>
418
419         * gst/subparse/Makefile.am:
420         * gst/subparse/gstsubparse.c:
421         (gst_sub_parse_data_format_autodetect),
422         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
423         (gst_subparse_type_find):
424         * gst/subparse/gstsubparse.h:
425         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
426         * gst/subparse/mpl2parse.h:
427           Add support for MPL2 subtitle format (#413799).
428
429 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
430
431         * configure.ac:
432           We require core CVS for the new buffer metadata copy functions.
433
434 2007-03-09  Wim Taymans  <wim@fluendo.com>
435
436         * gst-libs/gst/tag/gstid3tag.c:
437         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
438         Fixes #414496.
439
440         Patch by: Alex Lancaster <alexl at users sourceforge net>
441
442 2007-03-09  Wim Taymans  <wim@fluendo.com>
443
444         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
445         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
446         Improve adapter usage and comments.
447
448 2007-03-09  Wim Taymans  <wim@fluendo.com>
449
450         * ext/pango/gsttextrender.c: (gst_text_render_chain):
451         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
452         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
453         Use new metadata copy function.
454
455         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
456         (gst_ffmpegcsp_transform):
457         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
458         Basetransform copied the metadata for us.
459
460 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
461
462         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
463         (gst_text_overlay_video_event):
464           Some more logging. Only accept newsegment events in TIME format and
465           send a WARNING message if they are not in TIME format.
466
467         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
468         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
469         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
470         * gst/subparse/gstsubparse.h:
471           No need to allocate GstSegment structure dynamically, just put it
472           into the instance structure; ignore newsegment events in BYTE
473           format and in particular don't let it overwrite our saved TIME
474           segment from the last seek.
475
476 2007-03-09  Michael Smith  <msmith@fluendo.com>
477
478         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
479           Replace AC3 typefinder with one that isn't terrible, and actually
480           works usefully.
481
482 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
483
484         * gst/audioconvert/gstaudioconvert.c:
485         (gst_audio_convert_transform):
486           fix error category and translatable string
487           
488
489 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
490
491         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
492         * pkgconfig/gstreamer-plugins-base.pc.in:
493           Fix up utils => pbutils here too.
494
495 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
496
497         * gst/subparse/gstsubparse.c: (handle_buffer):
498           Break out of loop in chain function as soon as possible if we get
499           a non-OK flow return.
500
501 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
502
503         * tests/check/elements/alsa.c: (GST_START_TEST):
504         Unref the mixer if the state change fails too (if the
505         alsa devices are inaccessible, for example)
506
507 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
508
509         * tests/check/Makefile.am:
510         Don't test libvisual elements in the states check, because libvisual
511         seems to leak internally.
512
513         Re-enable the alsa and states tests now that there's new suppressions
514         in gst.supp.
515
516         * tests/check/elements/alsa.c: (GST_START_TEST):
517         Don't leak the alsamixer we instantiated.
518
519 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
520
521         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
522         (gst_ximagesink_change_state), (gst_ximagesink_reset),
523         (gst_ximagesink_finalize):
524         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
525         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
526         Move some cleanup stuff from the state change handler into a _reset()
527         function that can be called from _finalize(). This ensures that things
528         get freed even if (for some reason) the NULL->READY state transition
529         fails in the parent class.
530         Even if a parent state change fails, process our downward state change
531         logic instead of bailing out early.
532         Free the correct xcontext pointer in ximagesink's xcontext_clear.
533
534 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
535
536         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
537         Extra log line.
538
539         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
540         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
541         Use pango_font_description_set_family_static instead of 
542         pango_font_description_set_family to save a string copy (it was
543         leaking due to the strdup anyway)
544
545         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
546         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
547         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
548         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
549         Chain up in finalize.
550
551 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
552
553         * gst-libs/gst/interfaces/mixertrack.c:
554         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
555         (gst_mixer_track_set_property):
556           API: add "untranslated-label" property which should be set by
557           implementations at construct time (#414645).
558
559         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
560         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
561           Set "untranslated-label" when constructing mixer track objects.
562
563         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
564           Unit test to check the above.
565
566 2007-03-07  Wim Taymans  <wim@fluendo.com>
567
568         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
569         Fix confusing debug message.
570
571 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
572
573         * gst-plugins-base.doap:
574         update doap file with new version
575
576 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
577
578         * configure.ac:
579         Back to CVS
580
581 === release 0.10.12 ===
582
583 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
584
585         * configure.ac:
586           releasing 0.10.12, "Zombie Horde"
587
588 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
589
590         * configure.ac:
591         Bump version to 0.10.11.4 pre-release
592
593 2007-03-06  Wim Taymans  <wim@fluendo.com>
594
595         * gst-libs/gst/audio/gstbaseaudiosink.c:
596         (gst_base_audio_sink_async_play):
597         Fix regression that made GStreamer skip the first samples of audio.
598         Fixes #414684.
599
600 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
601
602         * configure.ac:
603         Bump version to 0.10.11.3 pre-release
604
605 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
606
607         * po/POTFILES.in:
608           Update paths for the rename from utils to pbutils to fix the build.
609
610 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
611
612         * gst-libs/gst/pbutils/Makefile.am:
613           Change directory to install headers in from gst/utils to gst/pbutils
614           as well.
615
616 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
617
618         * configure.ac:
619         * docs/libs/gst-plugins-base-libs-docs.sgml:
620         * docs/libs/gst-plugins-base-libs-sections.txt:
621         * gst-libs/gst/Makefile.am:
622         * gst-libs/gst/interfaces/mixer.c:
623         * gst-libs/gst/pbutils/Makefile.am:
624         * gst-libs/gst/pbutils/descriptions.c:
625         (gst_pb_utils_get_source_description),
626         (gst_pb_utils_get_sink_description),
627         (gst_pb_utils_get_decoder_description),
628         (gst_pb_utils_get_encoder_description),
629         (gst_pb_utils_get_element_description),
630         (gst_pb_utils_add_codec_description_to_tag_list),
631         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
632         * gst-libs/gst/pbutils/descriptions.h:
633         * gst-libs/gst/pbutils/install-plugins.c:
634         * gst-libs/gst/pbutils/install-plugins.h:
635         * gst-libs/gst/pbutils/missing-plugins.c:
636         (gst_missing_uri_source_message_new),
637         (gst_missing_uri_sink_message_new),
638         (gst_missing_element_message_new),
639         (gst_missing_decoder_message_new),
640         (gst_missing_encoder_message_new),
641         (gst_missing_plugin_message_get_description):
642         * gst-libs/gst/pbutils/missing-plugins.h:
643         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
644         * gst-libs/gst/pbutils/pbutils.h:
645         * gst-libs/gst/utils/Makefile.am:
646         * gst-libs/gst/utils/base-utils.c:
647         * gst-libs/gst/utils/base-utils.h:
648         * gst-libs/gst/utils/descriptions.c:
649         * gst-libs/gst/utils/descriptions.h:
650         * gst-libs/gst/utils/install-plugins.c:
651         * gst-libs/gst/utils/install-plugins.h:
652         * gst-libs/gst/utils/missing-plugins.c:
653         * gst-libs/gst/utils/missing-plugins.h:
654         * gst-plugins-base.spec.in:
655         * gst/playback/Makefile.am:
656         * gst/playback/gstdecodebin.c:
657         * gst/playback/gstdecodebin2.c:
658         * gst/playback/gstplaybasebin.c: (setup_subtitle),
659         (gen_source_element):
660         * gst/playback/gstplaybin.c: (plugin_init):
661         * tests/check/Makefile.am:
662         * tests/check/libs/pbutils.c: (GST_START_TEST),
663         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
664         * tests/check/libs/utils.c:
665           rename utils to pbutils
666
667 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
668
669         * docs/plugins/Makefile.am:
670         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
671         * docs/plugins/gst-plugins-base-plugins-sections.txt:
672         * docs/plugins/inspect/plugin-decodebin2.xml:
673         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
674         Add documentation for decodebin2 that indicates that the API
675         is still unstable.
676
677 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
678
679         * configure.ac:
680         Update to 0.10.11.2 (0.10.12 pre-release)
681
682 2007-03-01  Wim Taymans  <wim@fluendo.com>
683
684         * gst-libs/gst/audio/gstbaseaudiosink.c:
685         (gst_base_audio_sink_async_play):
686         base time is irrelevant here.
687
688 2007-03-01  Wim Taymans  <wim@fluendo.com>
689
690         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
691         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
692         Improve debugging.
693
694         * gst-libs/gst/audio/gstbaseaudiosink.c:
695         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
696         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
697         Improve latency and clock slaving calculations.
698         Improve slave clock calibration.
699
700         * gst-libs/gst/audio/gstringbuffer.c:
701         (gst_ring_buffer_commit_full):
702         When we are asked to render N sample to 0 bytes, return N.
703
704 2007-03-01  Wim Taymans  <wim@fluendo.com>
705
706         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
707         (gst_alsasink_write), (gst_alsasink_reset):
708         * ext/alsa/gstalsasink.h:
709         Remove unused dispose function.
710         Rename lock to not interfere with alsasrc lock.
711
712         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
713         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
714         (gst_alsasrc_read), (gst_alsasrc_reset):
715         * ext/alsa/gstalsasrc.h:
716         Implement finalize function.
717         Use lock to protect alsa access.
718         Implement _reset.
719         Fine tune sw params.
720
721 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
722
723         * configure.ac:
724           Convert to new AG_GST style.
725
726 2007-02-28  Wim Taymans  <wim@fluendo.com>
727
728         Patch by: Ed Catmur <ed at catmur dot co dot uk>
729
730         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
731         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
732         Fix race condition when rapidly switching visualisations in playbin.
733         Fixes #401029.
734
735 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
736
737         * tests/check/Makefile.am:
738         Include local stuff before system installed things in LDFLAGS and
739         CFLAGS.
740
741 2007-02-28  Wim Taymans  <wim@fluendo.com>
742
743         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
744         Improve debugging.
745
746 2007-02-28  Wim Taymans  <wim@fluendo.com>
747
748         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
749         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
750         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
751         Fix duration and timestamping, taking latency into account.
752         Implement latency query.
753
754 2007-02-28  Wim Taymans  <wim@fluendo.com>
755
756         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
757         (gst_audio_clock_new):
758         Fix clock name.
759
760         * gst-libs/gst/audio/gstbaseaudiosink.c:
761         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
762         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
763         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
764         (gst_base_audio_src_create):
765         Improve latency query code.
766         Use proper clock names.
767
768 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
769
770         * tests/check/generic/states.c: (GST_START_TEST):
771           Copy the states.c test from core again
772         * tests/check/Makefile.am:
773           ignore cdio and cdparanoiasrc
774
775 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
776
777         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
778         (double_hq), (audio_convert_get_func_index), (check_default),
779         (audio_convert_prepare_context), (audio_convert_convert):
780           Also make valgrind happy and avoid copying data in some cases.
781
782 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
783
784         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
785         (double_hq), (audio_convert_get_func_index),
786         (audio_convert_prepare_context), (audio_convert_convert):
787         * gst/audioconvert/gstaudioconvert.c:
788         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
789         (gst_audio_convert_transform_caps):
790         * tests/check/elements/audioconvert.c: (GST_START_TEST),
791         (audioconvert_suite):
792           Don't run inplace if that overwrites source data as we go. Add more
793           tests. Fixes #339837 even more.
794
795 2007-02-27  Julien MOUTTE  <julien@moutte.net>
796
797         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
798         (msg_segment_done): Fix various seeking bugs (Slider was not
799         updating when doing a non flushing seek, Reverse playback 
800         on segment seek was wrong).
801
802 2007-02-26  Wim Taymans  <wim@fluendo.com>
803
804         * tests/examples/seek/seek.c: (stop_seek):
805         When we stop scrubbing, don't leave the pipeline PLAYING when we
806         requested a PAUSED state.
807
808 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
809
810         Patch by: René Stadler <mail at renestadler de>
811
812         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
813           Parse date strings in vorbis comments that have an invalid (zero)
814           month or day (#410396).
815
816         * tests/check/libs/tag.c: (GST_START_TEST):
817           Test case for the above.
818
819 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
820
821         Patch by: Loïc Minier <lool+gnome at via ecp fr>
822
823         * configure.ac:
824         * ext/alsa/Makefile.am:
825         * gst/audiotestsrc/Makefile.am:
826           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
827
828 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
829
830         * gst/playback/gstplaybin.c:
831           Improve docs: point out that the application needs to assist playbin
832           with buffering.
833
834 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
835
836         * gst-libs/gst/utils/install-plugins.c:
837         * gst-libs/gst/utils/missing-plugins.c:
838         * tests/check/libs/utils.c: (missing_msg_check_getters):
839           Change GStreamer marker prefix in detail string from 'gstreamer.net'
840           to just 'gstreamer'. Document the caps string component of the
841           decoder/encoder detail a bit better, since not everyone will be
842           familiar with the GStreamer media type/caps system (but they better
843           enjoy nested itemized lists).
844
845 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
846
847         * gst-libs/gst/netbuffer/gstnetbuffer.c:
848         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
849           Fix copying of GstNetBuffer (would crash before, or at least lead to
850           invalid memory access, #410772), for now by copying the GstBuffer copy
851           code from the core over here so we can copy the GstBuffer fields on a
852           provided buffer instance (of type GstNetBuffer in this case). Would be
853           better to fix this with some support by the core though (and in the long
854           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
855
856         * tests/check/Makefile.am:
857           Enable unit test for GstNetBuffer.
858
859 2007-02-22  Andy Wingo  <wingo@pobox.com>
860
861         * gst-libs/gst/audio/gstbaseaudiosink.c
862         (gst_base_audio_sink_init): Disable pull-mode activation until we
863         figure out how to make audio sinks go to PLAYING.
864
865 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
866
867         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
868         (double_hq), (audio_convert_get_func_index),
869         (audio_convert_prepare_context), (audio_convert_convert):
870         * gst/audioconvert/audioconvert.h:
871         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
872         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
873         * gst/audioconvert/gstchannelmix.h:
874         * tests/check/elements/audioconvert.c: (GST_START_TEST):
875           Add float as an intermediate format, as well as float mixing. Enable
876           test that was failing before. Fixes #339837
877
878 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
879
880         * tests/examples/seek/seek.c: (do_seek):
881         Undo the previous commit: -1 as a stop time implies that the stop
882         time is the end of file, clearing any previously configured segment.
883
884 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
885
886         * tests/examples/seek/seek.c: (do_seek):
887         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
888
889 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
890
891         * gst/volume/gstvolume.c: (volume_process_int16),
892         (volume_process_int16_clamp), (volume_set_caps):
893           Unbreak volume, value remains gint.
894
895 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
896
897         * gst/volume/gstvolume.c: (volume_choose_func),
898         (volume_update_real_volume), (gst_volume_set_volume),
899         (gst_volume_init), (volume_process_double), (volume_process_float),
900         (volume_process_int16), (volume_process_int16_clamp),
901         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
902         * gst/volume/gstvolume.h:
903           Extend float audio support (double) and some int->uint cleanups.
904
905 2007-02-20  Edward Hervey  <edward@fluendo.com>
906
907         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
908         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
909         (sort_end_pads), (gst_decode_group_expose),
910         (gst_decode_group_hide):
911         Don't free groups from the streaming threads. Just put them aside and
912         free them in dispose.
913
914 2007-02-20  Edward Hervey  <edward@fluendo.com>
915
916         * gst/playback/gstdecodebin2.c: (connect_element),
917         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
918         (sort_end_pads), (gst_decode_group_expose):
919         Handle dynamic pads within groups.
920         Sort pads before exposing them in order to make playbin happy.
921         There still is a race with the multiqueue filling up. This should be
922         solved separately.
923         Fixes #398721
924
925 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
926
927         * gst-libs/gst/utils/base-utils.c:
928         * gst-libs/gst/utils/descriptions.c:
929         * gst-libs/gst/utils/install-plugins.c:
930         * gst-libs/gst/utils/missing-plugins.c:
931           Some more docs (and descriptions for two subtitle formats).
932
933 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
934
935         * gst-libs/gst/audio/audio.c:
936           Fix documentation.
937
938 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
939
940         Patch by: Yves Lefebvre  <ivanohe abacom com>
941
942         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
943           Don't leak caps. Fixes #408278.
944
945 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
946
947         * ext/cdparanoia/gstcdparanoiasrc.h:
948         * ext/ogg/gstoggdemux.h:
949         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
950         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
951         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
952         * gst-libs/gst/audio/audio.h:
953         * gst-libs/gst/audio/gstaudiofilter.h:
954         * gst-libs/gst/interfaces/videoorientation.h:
955         * gst/adder/gstadder.h:
956           More docs coverage and some ChangeLog surgery (add missing names)
957
958 2007-02-15  Wim Taymans  <wim@fluendo.com>
959
960         * sys/ximage/ximagesink.c:
961         (gst_ximagesink_calculate_pixel_aspect_ratio):
962         * sys/xvimage/xvimagesink.c:
963         (gst_xvimagesink_calculate_pixel_aspect_ratio):
964         Small constifications.
965
966 2007-02-15  Wim Taymans  <wim@fluendo.com>
967
968         * gst-libs/gst/audio/gstbaseaudiosink.c:
969         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
970         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
971         (gst_base_audio_sink_async_play),
972         (gst_base_audio_sink_change_state):
973         Answer latency query.
974         Use configured latency when syncing.
975         Fix clock slaving.
976
977         * gst-libs/gst/audio/gstbaseaudiosrc.c:
978         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
979         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
980         Fix possible memleak.
981         Implement latency query.
982         Small cleanups.
983
984 2007-02-15  Wim Taymans  <wim@fluendo.com>
985
986         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
987         Ignore errors in reset, these are not fatal. They also grab the element
988         lock which is already taking when this function is called. Fixes
989         #405451.
990
991 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
992
993         * configure.ac:
994           Remove 'tests/examples/xerror/Makefile' from output files again.
995
996 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
997
998         * configure.ac:
999         * docs/plugins/Makefile.am:
1000           Also crossref against gst-plugins-base-libs.
1001
1002 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
1003
1004         * configure.ac:
1005         * docs/libs/Makefile.am:
1006         * docs/plugins/Makefile.am:
1007           Add crossreferences to glib/gobject/gstream docs.
1008
1009         * gst-libs/gst/audio/audio.h:
1010           Source formatting.
1011
1012         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
1013           Add own debug category.
1014
1015 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1016
1017         Patch by: René Stadler <mail at renestadler de>
1018
1019         * gst-libs/gst/tag/gstvorbistag.c:
1020           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
1021           (#403597).
1022
1023 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1024
1025         * gst/playback/gstplaybasebin.c: (setup_source):
1026           When we have external subtitles and wait for the subtitle decodebin
1027           to get up and running, we set up a (sync) bus handler for the
1028           subtitle decodebin, so we can stop waiting when it posts an error
1029           message. However, we should do that before we set the subtitle
1030           decodebin's state to playing, otherwise things are racy and we might
1031           miss error messages posted before we had a chance to set up the bus.
1032           This should finally fix totem hanging on .txt pseudo-subtitle files.
1033           
1034 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
1035
1036         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
1037           Use gst_gdouble_to_guint64 for conversions.
1038         * win32/common/config.h.in:
1039           Add a define for GST_INSTALL_PLUGINS_HELPER
1040         * win32/common/libgstaudio.def:
1041         * win32/common/libgstcdda.def:
1042         * win32/common/libgstnetbuffer.def:
1043         * win32/common/libgstrtp.def:
1044         * win32/common/libgutils.def:
1045           Add new exported functions.
1046         * win32/vs6/gst_plugins_base.dsw:
1047         * win32/vs6/libgstdecodebin.dsp:
1048         * win32/vs6/libgstnetbuffer.dsp:
1049         * win32/vs6/libgstplaybin.dsp:
1050         * win32/vs6/libgstrtp.dsp:
1051         * win32/vs6/libgstvorbis.dsp:
1052         * win32/vs6/libgstcdda.dsp:
1053         * win32/vs6/libgstgdp.dsp:
1054         * win32/vs6/libgstutils.dsp:
1055           Update and add new project files.
1056
1057 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1058
1059         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1060         (subrip_remove_unhandled_tags), (parse_subrip):
1061           For SubRip (.srt) subtitles, ignore all markup tags we don't
1062           handle (like font tags, for example).
1063
1064         * tests/check/elements/subparse.c:
1065           Add test for this.
1066
1067 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1068
1069         * gst/playback/gstdecodebin.c: (add_fakesink),
1070         (gst_decode_bin_change_state):
1071         * gst/playback/gstdecodebin2.c: (add_fakesink),
1072         (gst_decode_bin_change_state):
1073           Don't error out if there is no fakesink in the NULL to READY state
1074           change, since when decodebin is re-used, we're only adding the
1075           fakesink element in READY to PAUSED.
1076
1077         * tests/check/elements/decodebin.c:
1078         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1079         (decodebin_suite):
1080           Minimal unit test to make sure we can use the same decodebin
1081           instance twice (at least with audiotestsrc input).
1082
1083 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1084
1085         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1086           Try to get devic-name from device string first, and from handle only
1087           as fallback (seems to yield better results and is more robust
1088           against buggy probing code on the application side).
1089
1090 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1091
1092         Based on patch by: Julien Puydt <julien.puydt at laposte net>
1093
1094         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1095         (gst_alsa_find_device_name):
1096         * ext/alsa/gstalsa.h:
1097         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1098         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1099           Improve device-name detection a bit, especially in the case where
1100           the device is not actually open (#405020, #405024). Move common code
1101           into gstalsa.c instead of duplicating it.
1102
1103 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1104
1105         * gst/audioconvert/gstaudioconvert.c:
1106           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1107
1108 2007-02-06  Julien MOUTTE  <julien@moutte.net>
1109
1110         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1111         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1112         (gst_xvimagesink_interface_supported),
1113         (gst_xvimagesink_probe_get_properties),
1114         (gst_xvimagesink_probe_probe_property),
1115         (gst_xvimagesink_probe_needs_probe),
1116         (gst_xvimagesink_probe_get_values),
1117         (gst_xvimagesink_property_probe_interface_init),
1118         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1119         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1120         (gst_xvimagesink_get_type):
1121         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1122         for XVAdaptors so that one can choose the adaptor to use with 
1123         gstreamer-properties.
1124
1125 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
1126
1127         * gst/audioconvert/gstaudioconvert.c:
1128           Also mention that a conversion from double to float is suboptimal still.
1129
1130 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1131
1132         * gst-libs/gst/audio/gstaudiofilter.c:
1133         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1134           Clear our formats structure and free the caps contained in it when
1135           shutting down.
1136
1137 2007-02-05  Andy Wingo  <wingo@pobox.com>
1138
1139         * gst-libs/gst/audio/gstbaseaudiosink.c
1140         (gst_base_audio_sink_callback): Update basesink->offset so that we
1141         pull monotonically increasing offsets instead of, um, seeking back
1142         to 0 each time. Fixes alsasrc ! alsasink!
1143
1144 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * gst/videoscale/gstvideoscale.c:
1147           A width and height of 1 makes us crash, so increase minimum size to
1148           2x2 pixels until someone feels like fixing this (#404512).
1149
1150 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1153           Add small test to make sure request pads are cleaned up properly
1154           even if oggmux never changes state out of NULL.
1155
1156 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * tests/check/libs/utils.c: (GST_START_TEST):
1159           Fix unit test. Turns out things work much better when you
1160           NULL-terminate string arrays. Should make p5 build bot happy again.
1161
1162 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1163
1164         * gst-libs/gst/audio/Makefile.am:
1165         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1166         (gst_audio_filter_template_base_init),
1167         (gst_audio_filter_template_class_init),
1168         (gst_audio_filter_template_init),
1169         (gst_audio_filter_template_set_property),
1170         (gst_audio_filter_template_get_property),
1171         (gst_audio_filter_template_setup),
1172         (gst_audio_filter_template_filter),
1173         (gst_audio_filter_template_filter_inplace), (plugin_init):
1174           Oops, forgot to commit fixed-up example.
1175
1176 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1177
1178         * docs/libs/gst-plugins-base-libs-sections.txt:
1179         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1180         (gst_audio_filter_class_init), (gst_audio_filter_init),
1181         (gst_audio_filter_set_caps),
1182         (gst_audio_filter_class_add_pad_templates):
1183         * gst-libs/gst/audio/gstaudiofilter.h:
1184           Port GstAudioFilter to 0.10. This change technically breaks
1185           API and ABI (and thus also every library developer's heart),
1186           but seems justifiable on the grounds that the base class was
1187           completely unusable before (ie. would crash immediately when
1188           actually used). Fixes #403963 (and eventually also #403572).
1189           Also document all of this a bit.
1190
1191 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1192
1193         * gst-libs/gst/utils/install-plugins.c:
1194         (gst_install_plugins_spawn_child):
1195         * tests/check/libs/utils.c:
1196         (test_base_utils_install_plugins_do_callout):
1197           Lowering log level to see why things fail on the p5 build bot;
1198           fix some typos in unit test messages.
1199
1200 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1201
1202         * tests/check/libs/utils.c:
1203         (test_base_utils_install_plugins_do_callout):
1204           Don't hard-code temp directory for test helper; use GLib functions
1205           to write out file and do error checking etc.
1206
1207 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1208
1209         * gst-libs/gst/utils/Makefile.am:
1210         * gst-libs/gst/utils/base-utils.h:
1211         * gst-libs/gst/utils/install-plugins.c:
1212         (gst_install_plugins_context_set_xid),
1213         (gst_install_plugins_context_new),
1214         (gst_install_plugins_context_free),
1215         (gst_install_plugins_get_helper),
1216         (gst_install_plugins_spawn_child),
1217         (gst_install_plugins_return_from_status),
1218         (gst_install_plugins_installer_exited),
1219         (gst_install_plugins_async), (gst_install_plugins_sync),
1220         (gst_install_plugins_return_get_name),
1221         (gst_install_plugins_installation_in_progress):
1222         * gst-libs/gst/utils/install-plugins.h:
1223           API: add API for applications to initiate installation of missing
1224           plugins, ie. gst_install_plugins_async() primarily.
1225           Based on libgimme-codec by Ryan Lortie.
1226
1227         * configure.ac:
1228           Add --with-install-plugins-helper configure option so distros can specify
1229           the path of the helper script or program to call when plugin installation
1230           is requested (distros: please do any argument munging in this helper
1231           script instead of patching GStreamer to pass arguments differently
1232           to another program directly).
1233
1234         * docs/libs/gst-plugins-base-libs-docs.sgml:
1235         * docs/libs/gst-plugins-base-libs-sections.txt:
1236           Build and document new API.
1237
1238         * tests/check/libs/utils.c: (result_cb),
1239         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1240         (libgstbaseutils_suite):
1241           Some simple checks for the new API.
1242
1243 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         * tests/check/elements/audioconvert.c: (test_float_conversion):
1246           Add small test for 32bit float <=> 64bit float conversion (works
1247           only one way so far, 32=>64 produces structured noise).
1248
1249 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1250
1251         * gst/audioconvert/gstaudioconvert.c:
1252         (set_structure_widths_32_and_64), (make_lossless_changes):
1253           We don't support floats with a width of 40, 48 or 56 bits.
1254
1255 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1256
1257         * gst/audioconvert/audioconvert.c: (float), (double),
1258         (audio_convert_get_func_index):
1259         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1260         (make_lossless_changes):
1261           Support for 64-bit float audio in audioconvert (#339837)
1262
1263 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1264
1265         Patch by: Holger Wansing  <linux wansing-online de>
1266
1267         * po/LINGUAS:
1268         * po/de.po:
1269           Add German translation (#352069).
1270
1271 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1272
1273         reviewed by: Wim Taymans <wim@fluendo.com>
1274
1275         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1276         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1277         Use newly added GstCollectPads API to free the allocated resources in
1278         the GstOggPad structures (#402393).
1279
1280 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1281
1282         * gst/playback/gstplaybin.c: (gen_vis_element):
1283           Add audioresample+audioconvert in front of the visualisation
1284           element, so that elements like libvisual 0.4 that don't support all
1285           samplerates can work.
1286
1287           Fixes: #402505
1288
1289 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1290
1291         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1292         (gst_play_base_bin_get_streaminfo_value_array):
1293           Take some locks and make a copy of the streaminfo value array we
1294           maintain while holding the lock, so that the application can
1295           retrieve the stream-info as a value array in a thread-safe way.
1296
1297 2007-01-30  Wim Taymans  <wim@fluendo.com>
1298
1299         * gst/audioconvert/gstaudioconvert.c:
1300         Don't fail on 0 sized buffers. Fixes #396835.
1301
1302 2007-01-29  David Schleef  <ds@schleef.org>
1303
1304         * gst/typefind/gsttypefindfunctions.c:
1305           Detect BBCD as video/x-dirac, so we can play raw dirac
1306           streams.
1307
1308 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1309
1310         * ext/theora/theoraenc.c: (theora_enc_chain):
1311           Check return value of theora_encode_header(), or we might try to
1312           allocate a random number of bytes. theora_encode_header() can fail
1313           if libtheora has been compiled with encoding support disabled.
1314           Fixes #398110.
1315
1316 2007-01-29  Wim Taymans  <wim@fluendo.com>
1317
1318         * tests/check/gst/.cvsignore:
1319         Do as buildbot says.
1320
1321 2007-01-29  Wim Taymans  <wim@fluendo.com>
1322
1323         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1324         Fix strides in libvisual. Gst uses X strides.
1325         Inspired by: <ed at catmur dot co dot uk> and 
1326         <tim at centricular dot net>
1327         Fixes #401118.
1328
1329 2007-01-27  Wim Taymans  <wim@fluendo.com>
1330
1331         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1332         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1333         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1334         (gst_ogg_demux_perform_seek),
1335         (gst_ogg_demux_bisect_forward_serialno),
1336         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1337         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1338         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1339         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1340         * ext/ogg/gstoggdemux.h:
1341         Properly propagate streaming errors when we are scanning the file for
1342         chains so that we don't crash when shut down. Might fix some crashers
1343         when quickly switching oggs in RB such as #332503 and #378436.
1344
1345 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1346
1347         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1348           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1349           error code as well.
1350
1351 2007-01-25  Wim Taymans  <wim@fluendo.com>
1352
1353         * gst/playback/gstplaybasebin.c: (remove_source):
1354         Don't try to disconnect a signal from a finalized object.
1355
1356 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1357
1358         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1359           Cast lock macro parameters to make sure we're actually accessing the
1360           lock member at the right class level. Free list itself in _dispose()
1361           as well and NULL it in case dispose gets called multiple times.
1362
1363 2007-01-25  Edward Hervey  <edward@fluendo.com>
1364
1365         * gst/playback/gstdecodebin2.c:
1366         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1367         Free GstDecodeGroups no longer used.
1368         (gst_decode_group_expose):
1369         Don't unlock too many times !
1370         (deactivate_free_recursive):
1371         Free iterator once we're done with it.
1372         Fix for recursively deactivating elements (stop at ghostpads).
1373
1374 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1375
1376         * gst/playback/gstplaybin.c: (handoff):
1377           Fix up caps on the frame buffer before we save it and potentially
1378           make it accessible to other threads via g_object_get; also use
1379           gst_buffer_replace() instead of gst_mini_object_replace().
1380
1381 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1382
1383         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1384           Make getting the current frame thread-safe.
1385
1386 2007-01-25  Edward Hervey  <edward@fluendo.com>
1387
1388         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1389         (gst_decode_group_new), (gst_decode_group_free):
1390         Set queues to bigger sizes to cope with HD contents.
1391         Fix some mutex freeing and add comment about MT safe methods.
1392
1393 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1394
1395         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1396         (gst_text_overlay_text_event):
1397           Don't unnecessarily ref (and then leak) upstream events if the text
1398           pad is not linked. Fixes #399948.
1399
1400         * tests/check/gst-plugins-base.supp:
1401           Add suppression for pango on edgy/x86 for textoverlay test.
1402
1403 2007-01-24  Wim Taymans  <wim@fluendo.com>
1404
1405         * gst-libs/gst/rtp/gstrtpbuffer.h:
1406         Add some more fixed payloads.
1407
1408 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1409
1410         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1411           Error out properly if we get an error from libogg while reading the
1412           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1413
1414 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1415
1416         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1417           Don't leak mutex.
1418
1419         * tests/check/elements/playbin.c:
1420         (test_sink_usage_video_only_stream),
1421         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1422         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1423         (test_missing_suburisource_handler),
1424         (test_missing_primary_decoder), (playbin_suite):
1425           Run all tests once with decodebin and once with decodebin2.
1426           One test does not pass yet with decodebin2.
1427
1428 2007-01-23  Edward Hervey  <edward@fluendo.com>
1429
1430         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1431         Fix the cases where oggmux doesn't properly figure out that all
1432         sinkpads have gone EOS, and therefore doesn't push out the remaining
1433         buffers and the final EOS event.
1434         Fixes #363379
1435
1436 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1437
1438         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1439         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1440         Don't lock on navigation event push, just on keysym to string.
1441         Fixes #397673 again.
1442
1443 2007-01-22  Edward Hervey  <edward@fluendo.com>
1444
1445         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1446         (get_current_group), (group_demuxer_event_probe),
1447         (gst_decode_group_expose), (deactivate_free_recursive),
1448         (gst_decode_group_free):
1449         Cleanups.
1450         Don't forget to emit 'no-more-pads' once a group is exposed.
1451         Cleanup elements from a DecodeGroup once we remove it.
1452         Protect call to gst_decode_group_expose() with the decodebin lock.
1453
1454 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1455
1456         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1457         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1458         Looking at Xorg code i can't figure out if that XKeysymToString
1459         function is thread sensible or not. Lock it just in case as
1460         recommended by Radek Doulik <rodo at ximian dot com>.
1461
1462 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1463
1464         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1466         Lock that X Call as well. Fixes #397673.
1467
1468 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1469
1470         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1471           Don't go into an endless loop if the file starts with 00 00 01 2X,
1472           like quicktime redirect files might. Fixes #396042.
1473
1474         * tests/check/Makefile.am:
1475         * tests/check/gst/.cvsignore:
1476         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1477         (typefindfunctions_suite):
1478           Add unit test for the above.
1479
1480 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1481
1482         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1483           On second thought, use "depth" field rather than "bpp" field.
1484
1485 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1486
1487         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1488           Camtasia caps apparently need a bpp field (#398875).
1489
1490 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1491
1492         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1493         (gen_source_element), (gst_play_base_bin_change_state):
1494           Attempt at a better error message in case we don't have the required
1495           URI handler installed; post missing-plugin message also when we're
1496           missing an URI handler for the subtitle URI; clean up properly also
1497           when an error occurs and we never made it to PAUSED state.
1498
1499         * tests/check/elements/playbin.c: (GST_START_TEST),
1500         (playbin_suite):
1501           Check that we're also getting a missing-plugin messsage for a
1502           missing subtitle URI handler (and clean up properly).
1503
1504 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1505
1506         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1507           Plug a few reference leaks.
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           Lower probability a bit if the marker isn't right at the start,
1513           to decrease the chance of false positives.
1514
1515 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1516
1517         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1518           Small mpeg2 system stream typefinding improvement: make typefinder
1519           probe a bit into the stream instead of just looking for a marker
1520           at the beginning. Fixes #397810.
1521
1522 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1523
1524         * gst/audioconvert/gstchannelmix.c:
1525           Remove compatibility cruft for prehistoric GLib versions.
1526
1527 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1528
1529         * gst/playback/Makefile.am:
1530         * gst/playback/gstdecodebin.c: (close_pad_link):
1531         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1532         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1533         (gst_play_base_bin_handle_message_func), (unknown_type):
1534           Let decodebin be the element to post missing-plugin messages for
1535           missing decoders (rather than playbin); make playbin implement
1536           GstBin::handle_message so we can suppress missing-plugin messages
1537           for types we're not handling on purpose (don't want to bring up an
1538           installer in those cases).
1539
1540 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1541
1542         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1543         * gst-libs/gst/tag/gstvorbistag.c:
1544         (gst_tag_list_to_vorbiscomment_buffer):
1545         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1546           Fix potentially unaligned access (#397207).
1547
1548 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1549
1550         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1551         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1552         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1553         (main):
1554           Allow to toggle looping while it plays. Fix callback prototype. Clean
1555           up code a bit more. Add copyright header.
1556
1557 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1558
1559         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1560           Red and blue mask was swapped (spotted by Dan Williams).
1561
1562 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1563
1564         * gst-libs/gst/tag/gstid3tag.c:
1565         * gst-libs/gst/tag/gstvorbistag.c:
1566           Use new beats-per-minute tag from core.
1567
1568 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1569
1570         * po/POTFILES.in:
1571           Add new files with translatable strings, so they actually make it
1572           into the template file one day.
1573
1574 2007-01-12  Andy Wingo  <wingo@pobox.com>
1575
1576         * gst-libs/gst/audio/gstbaseaudiosink.c
1577         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1578         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1579         stuff, as the base class handles this now. Actually tell the ring
1580         buffer to start.
1581         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1582         How did this work before? Maybe I'm not as awesome a programmer as
1583         I think.
1584
1585         * gst-libs/gst/audio/gstbaseaudiosrc.c
1586         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1587         of a pad function.
1588
1589 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1592           Remove more fields so that the application can better blacklist
1593           formats that have been tried before.
1594
1595 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1596
1597         * gst-libs/gst/audio/mixerutils.h:
1598           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1599           used when compiling with c++ compilers as well.
1600
1601 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1602
1603         * gst/typefind/gsttypefindfunctions.c:
1604           Fix comment.
1605
1606 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1607
1608         * gst/playback/gstplaybin.c: (post_missing_element_message),
1609         (gen_video_element), (gen_text_element), (gen_audio_element),
1610         (gen_vis_element):
1611           Post missing-plugin messages also when we error out because
1612           converters, textoverlay or auto*sinks are missing (#161922).
1613
1614 2007-01-10  Wim Taymans  <wim@fluendo.com>
1615
1616         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1617         (is_demuxer_element), (new_caps):
1618         * gst/playback/gstplaybasebin.c: (source_new_pad):
1619         Fix the case where we try to ref a NULL element when we delay a link
1620         because of unfixed caps.
1621         Set the state of autoplugged decodebins to PAUSED.
1622         RTSP now works in playbin, we can remove it from the blacklist.
1623
1624 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1625
1626         * gst/playback/Makefile.am:
1627         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1628         (unknown_type), (setup_subtitle), (gen_source_element):
1629         * gst/playback/gstplaybin.c: (plugin_init):
1630           Post missing-plugin messages on the bus for missing sources and
1631           missing decoders/demuxers/depayloaders; fix error code used when
1632           we're missing an URI handler source; for media types that we are not
1633           handling on purpose at the moment, don't print "don't know how to
1634           handle xyz" messages to the terminal or post missing-plugin
1635           messages on the bus.
1636
1637         * tests/check/elements/playbin.c: (create_playbin),
1638         (GST_START_TEST), (gst_codec_src_uri_get_type),
1639         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1640         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1641         (gst_codec_src_init_type), (gst_codec_src_base_init),
1642         (gst_codec_src_create), (gst_codec_src_class_init),
1643         (gst_codec_src_init), (plugin_init), (playbin_suite):
1644           Add some tests for the missing-plugin stuff.
1645
1646 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1647
1648         * configure.ac:
1649         * gst-libs/gst/Makefile.am:
1650         * gst-libs/gst/utils/Makefile.am:
1651         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1652         * gst-libs/gst/utils/base-utils.h:
1653         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1654         (find_format_info), (caps_are_rtp_caps),
1655         (gst_base_utils_get_source_description),
1656         (gst_base_utils_get_sink_description),
1657         (gst_base_utils_get_decoder_description),
1658         (gst_base_utils_get_encoder_description),
1659         (gst_base_utils_get_element_description),
1660         (gst_base_utils_add_codec_description_to_tag_list),
1661         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1662         * gst-libs/gst/utils/descriptions.h:
1663         * gst-libs/gst/utils/missing-plugins.c:
1664         (missing_structure_get_type), (copy_and_clean_caps),
1665         (gst_missing_uri_source_message_new),
1666         (gst_missing_uri_sink_message_new),
1667         (gst_missing_element_message_new),
1668         (gst_missing_decoder_message_new),
1669         (gst_missing_encoder_message_new),
1670         (missing_structure_get_string_detail),
1671         (missing_structure_get_caps_detail),
1672         (gst_missing_plugin_message_get_installer_detail),
1673         (gst_missing_plugin_message_get_description),
1674         (gst_is_missing_plugin_message):
1675         * gst-libs/gst/utils/missing-plugins.h:
1676           API: add new libgstbaseutils library with functions
1677           - to create and parse missing-plugins messages
1678           - that provide (translated) descriptions for caps/decoders/sources/etc.
1679           Closes #392393.
1680
1681         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1682         * pkgconfig/gstreamer-plugins-base.pc.in:
1683           Add new lib.
1684
1685         * docs/libs/gst-plugins-base-libs-docs.sgml:
1686         * docs/libs/gst-plugins-base-libs-sections.txt:
1687           Generate docs for new lib and API.
1688
1689         * tests/check/Makefile.am:
1690         * tests/check/libs/.cvsignore:
1691         * tests/check/libs/utils.c: (missing_msg_check_getters),
1692         (GST_START_TEST), (libgstbaseutils_suite):
1693           Add some basic unit tests.
1694
1695 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1696
1697         * ext/ogg/Makefile.am:
1698           Dist gstoggdemux.h to fix 'make distcheck'.
1699
1700         * sys/v4l/Makefile.am:
1701           Fix 'make distcheck' even more.
1702
1703 2007-01-09  Wim Taymans  <wim@fluendo.com>
1704
1705         * docs/plugins/Makefile.am:
1706         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1707         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1708         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1709         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1710         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1711         (gst_ogg_demux_perform_seek):
1712         * ext/ogg/gstoggdemux.h:
1713         Added docs.
1714         Add some more comments.
1715         Small cleanups.
1716
1717 2007-01-09  Wim Taymans  <wim@fluendo.com>
1718
1719         * ext/theora/theoradec.c:
1720         * ext/vorbis/vorbisdec.c:
1721         * gst-libs/gst/audio/gstringbuffer.c:
1722         (gst_ring_buffer_commit_full):
1723         * gst-libs/gst/audio/gstringbuffer.h:
1724         * gst-libs/gst/rtp/gstrtpbuffer.c:
1725         * gst-libs/gst/tag/gstvorbistag.c:
1726         Small documentation updates/fixes
1727
1728 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1729
1730         * configure.ac:
1731           Require core CVS HEAD for Andy's basesrc/sink API additions.
1732
1733 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1734
1735         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1736
1737         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1738         (plugin_init):
1739           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1740           on flac.sf.net (there appear to be other versions of the first
1741           ogg page in the wild) (#391365).
1742
1743 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1744
1745         * configure.ac:
1746           Check if localtime_r() is available.
1747
1748         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1749           If localtime_r() is not available, fall back to localtime(). Should
1750           fix build on MingW (#393310).
1751
1752 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1753
1754         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1755         * gst/subparse/gstsubparse.h:
1756           Remove spurious 1000 subtrahend when calculating the timestamp from
1757           the frame number and the frame rate . Also, use the frames/second
1758           value specified in the first line of the file, if one is specified
1759           there. Should fix #357503.
1760
1761         * tests/check/elements/subparse.c: (do_test),
1762         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1763         (subparse_suite):
1764           Add some basic unit tests for the microdvd subtitle format.
1765
1766 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1767
1768         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1769         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1770         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1771         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1772         (gst_xvimagesink_set_xwindow_id),
1773         (gst_xvimagesink_set_event_handling),
1774         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1775         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1776         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1777         Fixes : #390076.
1778         Add an adaptor property to select a specific XV adaptor.
1779         * sys/xvimage/xvimagesink.h:
1780
1781 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1782
1783         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1784         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1785         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1786         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1787         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1788         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1789         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1790         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1791         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1792         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1793         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1794         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1795         Use flow_lock much more to protect every access to xwindow.
1796         Try to catch erros while creating images in case some drivers are
1797         just generating an XError when the requested image is too big.
1798         Should fix : #354698, #384008, #384060.
1799         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1800         Implement some stress testing of setting window xid.
1801
1802 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1803
1804         * win32/common/libgsaudio.def:
1805           Add new exported function.
1806         * win32/common/libgstogg.dsp:
1807           Add gstoggaviparse.c to the build.
1808         * win32/common/libgstvideoscale.dsp:
1809           Add vs_4tap.c to the build.
1810         * win32/common/libgstvorbis.dsp:
1811           Add vorbistag.c to the build.
1812         
1813 2007-01-06  Andy Wingo  <wingo@pobox.com>
1814
1815         * gst-libs/gst/audio/gstbaseaudiosink.c
1816         (gst_base_audio_sink_class_init)
1817         (gst_base_audio_sink_init): 
1818         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1819         to baseaudiosink, and tell basesink that we can work in pull mode.
1820         This way the ring buffer thread drives the pipeline directly, if
1821         pull mode is possible. There is some lingering nastiness regarding
1822         capsnego, however.
1823         (gst_base_audio_sink_callback): Implement the callback to pull
1824         data. This interface is a bit light, though -- it should get a
1825         GstFlowReturn return value at least.
1826
1827 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1828
1829         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1830         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1831         * gst/playback/gstdecodebin2.c:
1832         (gst_decode_group_check_if_blocked):
1833           Printf format and missing argument fixes.
1834
1835 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1836
1837         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1838         (gst_ogm_parse_change_state):
1839         Activate pads before adding them to the element.
1840
1841 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1842
1843         * tests/examples/seek/scrubby.c: (main):
1844         * tests/examples/seek/seek.c: (main):
1845           Call g_thread_init() first thing in main() (see #391278).
1846
1847 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1848
1849         * tests/check/Makefile.am:
1850         * tests/check/libs/.cvsignore:
1851         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1852         (netbuffer_suite):
1853           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1854           for the time being, since it's broken, see #393099.
1855
1856 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1857
1858         * tests/check/Makefile.am:
1859           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1860
1861 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1862
1863         * configure.ac:
1864           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1865           so that GST_BASE_CFLAGS can go inbetween them, making sure
1866           we use uninstalled gst-libs headers
1867         * docs/libs/Makefile.am:
1868         * ext/alsa/Makefile.am:
1869         * ext/cdparanoia/Makefile.am:
1870         * ext/gnomevfs/Makefile.am:
1871         * ext/libvisual/Makefile.am:
1872         * ext/ogg/Makefile.am:
1873         * ext/theora/Makefile.am:
1874         * ext/vorbis/Makefile.am:
1875         * gst-libs/gst/audio/Makefile.am:
1876         * gst-libs/gst/cdda/Makefile.am:
1877         * gst-libs/gst/interfaces/Makefile.am:
1878         * gst-libs/gst/riff/Makefile.am:
1879         * gst-libs/gst/rtp/Makefile.am:
1880         * gst-libs/gst/tag/Makefile.am:
1881         * gst/adder/Makefile.am:
1882         * gst/audioconvert/Makefile.am:
1883         * gst/audiorate/Makefile.am:
1884         * gst/audioresample/Makefile.am:
1885         * gst/playback/Makefile.am:
1886         * gst/tcp/Makefile.am:
1887         * gst/videoscale/Makefile.am:
1888         * gst/volume/Makefile.am:
1889         * sys/ximage/Makefile.am:
1890         * sys/xvimage/Makefile.am:
1891         * tests/icles/Makefile.am:
1892           adapt
1893
1894 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1895
1896         * gst-libs/gst/interfaces/xoverlay.c:
1897         (gst_x_overlay_handle_events):
1898         * gst-libs/gst/interfaces/xoverlay.h:
1899         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1900         (gst_ximagesink_set_xwindow_id),
1901         (gst_ximagesink_set_event_handling),
1902         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1903         (gst_ximagesink_get_property), (gst_ximagesink_init),
1904         (gst_ximagesink_class_init):
1905         * sys/ximage/ximagesink.h:
1906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1907         (gst_xvimagesink_set_xwindow_id),
1908         (gst_xvimagesink_set_event_handling),
1909         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1910         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1911         (gst_xvimagesink_class_init):
1912         * sys/xvimage/xvimagesink.h:
1913         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1914         Add a method to the XOverlay interface to allow disabling of 
1915         event handling in x[v]imagesink elements. This will let X events
1916         propagate to parent windows which can be usefull in some cases.
1917         Be carefull that the application is then responsible of pushing
1918         navigation events and expose events to the video sink.
1919         Fixes: #387138.
1920
1921 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1922
1923         * gst-libs/gst/tag/gstvorbistag.c:
1924         * tests/check/libs/tag.c: (GST_START_TEST):
1925           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1926           (fixes #392070).
1927
1928 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1929
1930         * configure.ac:
1931         * docs/Makefile.am:
1932         * docs/design/Makefile.am:
1933           Dist design docs.
1934
1935 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1936
1937         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1938         typo. Fixes: #390063.
1939
1940 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1941
1942         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1943         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1944         caps leak.
1945         * win32/common/config.h: Updated.
1946
1947 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1948
1949         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1950         (setup_gdpdepay_streamheader):
1951         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1952         (setup_gdppay_streamheader):
1953           Fix the dp tests, but activating the pads for the streamheader tests
1954           too and cleaning up conditionaly
1955
1956 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1957
1958         * gst/ffmpegcolorspace/avcodec.h:
1959         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1960         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1961         (gst_ffmpegcsp_avpicture_fill):
1962         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1963         (img_get_alpha_info):
1964         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1965         other end of the word. Fixes: #387073.
1966
1967         Add some inconsequential branch hints in a couple of places.
1968
1969 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1970
1971         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1972         (gst_ffmpeg_caps_to_smpfmt):
1973           The "signed" field in raw audio caps is of boolean type, trying to
1974           extract the value with _get_int() will fail (fix to keep in sync with
1975           the copy in gst-ffmpeg)
1976
1977 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1978
1979         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1980         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1981         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1982         (cleanup_gdpdepay):
1983         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1984         * tests/check/elements/subparse.c: (teardown_subparse):
1985         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1986         * tests/check/elements/videorate.c: (cleanup_videorate):
1987         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1988         * tests/check/elements/volume.c: (cleanup_volume):
1989         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1990         (cleanup_vorbisdec):
1991         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1992         (cleanup_vorbistag):
1993           consistent pad (de)activation
1994
1995 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1996
1997         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1998           Forgot to register the extensions.
1999
2000 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
2001
2002         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
2003         (plugin_init):
2004           Add typefinder for VIVO files (my christmas present to the 90s).
2005
2006 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2007
2008         * gst/playback/gstdecodebin.c: (type_found):
2009           Special-case the text/plain media type: we only want to recognise it
2010           as a 'raw' decoded media type if it comes from a demuxer or subtitle
2011           parser, but not if the entire stream is of text/plain type. If the
2012           entire stream is text/plain, we should just error out.
2013
2014           This fixes playback of audio files with lyrics in totem. Totem can't
2015           distinguish between text files and subtitle files and passes any
2016           .txt file with the same basename as the main file to playbin as
2017           suburi, and playbin will then throw a 'subtitle found, but no video
2018           stream' error, which isn't entirely helpful. See #380342.
2019
2020           Also, with this change we'll show a slightly more correct error
2021           message in case totem passes a playlist file to us (although a
2022           custom error message wording instead of the default text would
2023           probably not be a bad idea either).
2024
2025           Same problem also needs to be fixed for playbin+decodebin2.
2026
2027         * tests/check/Makefile.am:
2028         * tests/check/elements/decodebin.c: (src_handoff_cb),
2029         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
2030         (decodebin_suite):
2031           Add simple unit test for decodebin for the above.
2032
2033 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2034
2035         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
2036         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
2037           Refuse to change state to READY when we failed to create any of the
2038           required elements in our instance init function.
2039
2040 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2041
2042         * docs/libs/gst-plugins-base-libs-sections.txt:
2043           Small docs fixes/updates.
2044
2045         * gst-libs/gst/video/gstvideosink.h:
2046           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
2047           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
2048           removed from the base sink API between 0.9.6 and 0.9.7).
2049           API: add GST_VIDEO_SINK_CAST and use it for the height/width
2050           accessor macros, so we don't do a runtime GObject type check every
2051           time we use them.
2052
2053 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2054
2055         * Makefile.am:
2056         * gst-plugins-base.doap:
2057         * gst-plugins-base.spec.in:
2058           add doap file
2059
2060 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
2061
2062         Patch by: Jens Granseuer <jensgr at gmx net>
2063
2064         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2065         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2066         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2067         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2068         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2069           Declare variables at the beginning of a block. Fixes #383195.
2070
2071 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
2072
2073         * configure.ac:
2074         Bump version nano - back to CVS.
2075
2076
2077 === release 0.10.11 ===
2078
2079 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
2080
2081         * configure.ac:
2082           releasing 0.10.11, "Dumb things"
2083
2084 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2085
2086         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2087         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2088         Handle the case where an element has multiple pads with 
2089         unfixed caps as well as still possibly producing more dynamic 
2090         pads by storing each case as a distinct entry in the dynamic list.
2091         Fixes #38223 again.
2092
2093 2006-12-04  Wim Taymans  <wim@fluendo.com>
2094
2095         * gst/playback/gstdecodebin.c: (close_pad_link):
2096         Fix #382223, add more dynamic caps handling.
2097
2098 2006-12-04  Wim Taymans  <wim@fluendo.com>
2099
2100         reviewed by: <delete if not using a buddy>
2101
2102         * gst-libs/gst/audio/gstringbuffer.h:
2103         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2104         (gst_netaddress_set_ip4_interface),
2105         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2106         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2107         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2108         (gst_netaddress_get_ttl):
2109         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2110         * gst/playback/gstdecodebin.c: (close_pad_link):
2111         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2112         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2113         * win32/common/config.h:
2114
2115 2006-12-01  Michael Smith  <msmith@fluendo.com>
2116
2117         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2118           Delete bad debug code.
2119           Fixes #381219
2120
2121 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
2122
2123         * gst/videoscale/vs_4tap.c:
2124         * win32/MANIFEST:
2125         * win32/common/config.h:
2126         * win32/vs8/libgstvideoscale.vcproj:
2127         Fix compilation on win32 under VS8
2128         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2129         Partially fixes #381175
2130
2131 2006-11-30  Michael Smith  <msmith@fluendo.com>
2132
2133         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2134         (GST_START_TEST):
2135           It would be very bad if, after a discont buffer, we thought every
2136           single following buffer was also discont. So, add to the test to
2137           ensure that this isn't the case.
2138           
2139         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2140           ... it was the case. So fix it.
2141
2142 2006-11-28  Wim Taymans  <wim@fluendo.com>
2143
2144         * gst/playback/gstplaybasebin.c: (check_queue_event):
2145         Improve debug.
2146
2147         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2148         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2149         padtemplate caps. Refixes #357577.
2150
2151 2006-11-28  Wim Taymans  <wim@fluendo.com>
2152
2153         * gst/playback/gstplaybasebin.c: (check_queue_event),
2154         (queue_threshold_reached), (queue_out_of_data),
2155         (gen_preroll_element):
2156         Add event probe to see when EOS is in a queue and we can disable the
2157         underrun signals. Fixes #357577.
2158
2159 2006-11-28  Edward Hervey  <edward@fluendo.com>
2160
2161         * gst/playback/Makefile.am:
2162         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2163         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2164         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2165         (gst_decode_bin_init), (gst_decode_bin_dispose),
2166         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2167         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2168         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2169         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2170         (connect_element), (expose_pad), (type_found),
2171         (pad_added_group_cb), (pad_removed_group_cb),
2172         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2173         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2174         (are_raw_caps), (multi_queue_overrun_cb),
2175         (multi_queue_underrun_cb), (gst_decode_group_new),
2176         (get_current_group), (group_demuxer_event_probe),
2177         (gst_decode_group_control_demuxer_pad),
2178         (gst_decode_group_control_source_pad),
2179         (gst_decode_group_check_if_blocked),
2180         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2181         (gst_decode_group_hide), (gst_decode_group_free),
2182         (gst_decode_group_set_complete), (source_pad_blocked_cb),
2183         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2184         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2185         (plugin_init):
2186         New decodebin2 element.
2187         Closes #370092
2188         * gst/playback/gstplay-marshal.list:
2189         Added marshallers for new signals in decodebin2
2190         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2191         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2192         is set.
2193
2194 2006-11-28  Wim Taymans  <wim@fluendo.com>
2195
2196         * gst/playback/gstplaybasebin.c: (setup_source),
2197         (gst_play_base_bin_change_state):
2198         Disable rtsp:// uris for the release, it's not good enough yet.
2199         Remove unused var.
2200
2201 2006-11-26  Wim Taymans  <wim@fluendo.com>
2202
2203         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2204         (theora_dec_push_forward), (theora_dec_push_reverse),
2205         (theora_handle_data_packet), (theora_dec_decode_buffer),
2206         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2207         (theora_dec_chain_forward), (theora_dec_chain):
2208         Implement reverse playback.
2209
2210         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2211         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2212         (vorbis_dec_chain_forward):
2213         Clear buffers used for reverse playback in _reset.
2214         No need to set the eos flag, we clip samples using the segment.
2215
2216 2006-11-24  Wim Taymans  <wim@fluendo.com>
2217
2218         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2219         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2220         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2221         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2222         Some cleanups.
2223         Handle continued pages in reverse mode.
2224
2225 2006-11-24  Wim Taymans  <wim@fluendo.com>
2226
2227         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2228         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2229         (vorbis_dec_flush_decode):
2230         Small cleanups.
2231         Don't try to add invalid timestamps.
2232         Clipping will unref the buffer.
2233
2234 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2235
2236         * gst/adder/gstadder.h:
2237         * gst/audiotestsrc/gstaudiotestsrc.h:
2238           remove obsolete _factory_init protos
2239
2240 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2241
2242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2243           Fix spacing in debug message.
2244
2245 2006-11-23  Wim Taymans  <wim@fluendo.com>
2246
2247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2248         (gst_ogg_demux_chain):
2249         Don't just ignore return values from _pad_push().
2250         Small debug improvements.
2251
2252 2006-11-23  Michael Smith  <msmith@fluendo.com>
2253
2254         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2255           If our incoming buffer is marked as DISCONT, then increment the page
2256           number (so that the discontinuity is marked in the final ogg
2257           bitstream) and flush the previous page.
2258
2259 2006-11-22  Michael Smith  <msmith@fluendo.com>
2260
2261         * ext/theora/gsttheoraenc.h:
2262         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2263         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2264         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2265         (theora_enc_chain), (theora_enc_change_state):
2266           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2267
2268         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2269         (GST_START_TEST), (theoraenc_suite):
2270           Enable discontinuity test, fix it.
2271
2272 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2273
2274         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2275         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2276         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2277         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2278         (gst_text_overlay_change_state):
2279         * ext/pango/gsttextoverlay.h:
2280           Some textoverlay fixes: for one, in the video chain function,
2281           actually wait for a text buffer to come in if there is none at the
2282           moment and there should be one; also, deal more gracefully with
2283           incoming buffers that do not have a timestamp or duration; discard
2284           text buffer when not needed any longer. Fixes #341681.
2285
2286         * tests/check/Makefile.am:
2287         * tests/check/elements/.cvsignore:
2288         * tests/check/elements/textoverlay.c:
2289         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2290         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2291         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2292         (test_video_waits_for_text_send_text_newsegment_thread),
2293         (test_video_waits_for_text_shutdown_element),
2294         (test_render_continuity_push_video_buffers_thread),
2295         (textoverlay_suite):
2296           Add some unit tests for textoverlay.
2297
2298 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2299
2300         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2301           Avoid integer underflow when the found probability for mp3 is
2302           smaller than the 'penalty' we subtract if there's not a clean
2303           mp3 header sync at offset 0.
2304
2305 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2306
2307         * docs/libs/gst-plugins-base-libs-sections.txt:
2308           Add some new symbols to the docs
2309
2310 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2311
2312         * tests/check/Makefile.am:
2313         * tests/check/elements/ffmpegcolorspace.c:
2314         (ffmpegcolorspace_suite):
2315           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2316           (for now not for valgrinding though, since it takes too long).
2317
2318 2006-11-20  Wim Taymans  <wim@fluendo.com>
2319
2320         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2321         (gst_ffmpeg_pixfmt_to_caps):
2322         Fix RGBA32 caps. Fixes #357038.
2323
2324 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2325
2326         * gst-libs/gst/interfaces/mixertrack.h:
2327           Add FIXME so we can add some padding here in 0.11
2328
2329 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2330
2331         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2332           Fix GstBaseRTPAudioPayload structure so the whole GObject
2333           inheritance business actually works (parent class instance structure
2334           must always come first in the derived class instance structure).
2335
2336 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2337
2338         * gst/videotestsrc/Makefile.am:
2339         * tests/check/Makefile.am:
2340           Make sure our checks and the videotestsrc plugin link against the
2341           local uninstalled gst libs and not any installed gst libs that
2342           might happen to exist as well.
2343
2344         * tests/check/elements/adder.c: (message_received),
2345         (test_event_message_received), (test_play_twice_message_received):
2346         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2347           Fix compiler warnings when compiling against core with disabled
2348           debugging system.
2349
2350 2006-11-16  Michael Smith  <msmith@fluendo.com>
2351
2352         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2353         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2354           Fix audiorate, so that it accurately sets offsets and timestamps.
2355           Doesn't change the fundamental algorithmic decisions; so should be
2356           safe.
2357
2358         * tests/check/Makefile.am:
2359           Enable audiorate test now that it passes.
2360
2361 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2362
2363         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2364           clear xv when going to NULL, remove // commented non-existant proto
2365
2366         * tests/examples/seek/seek.c: (main):
2367           add missing tooltip description for scrub and play_scrub
2368
2369 2006-11-14  David Schleef  <ds@schleef.org>
2370
2371         * configure.ac:
2372           Bump liboil requirement to 0.3.8.
2373         * gst-libs/gst/riff/riff-media.c:
2374           Add Dirac fourcc.
2375         * gst/videoscale/vs_image.h:
2376         * gst/videoscale/vs_scanline.h:
2377           Use liboil's stdint.h.
2378         * gst/videotestsrc/videotestsrc.c:
2379           Remove liboil related ifdef's, since they aren't needed now, and
2380           won't work with future versions.
2381
2382 2006-11-14  David Schleef  <ds@schleef.org>
2383
2384         * gst/videoscale/Makefile.am:
2385         * gst/videoscale/gstvideoscale.c:
2386         * gst/videoscale/gstvideoscale.h:
2387         * gst/videoscale/vs_4tap.c:
2388         * gst/videoscale/vs_4tap.h:
2389         * gst/videoscale/vs_image.c:
2390         * gst/videoscale/vs_image.h:
2391         * gst/videoscale/vs_scanline.c:
2392         * gst/videoscale/vs_scanline.h:
2393           Add a 4-tap image scaler.  Theoretically looks much prettier.
2394           The tap calculation could use some improvement.
2395
2396 2006-11-14  Wim Taymans  <wim@fluendo.com>
2397
2398         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2399
2400         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2401         (gst_riff_parse_strf_iavs):
2402         * gst/subparse/gstsubparse.c: (convert_encoding):
2403         * gst/tcp/gstmultifdsink.c:
2404         (gst_multi_fd_sink_handle_client_write):
2405         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2406         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2407         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2408         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2409         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2410         (gst_ximagesink_ximage_new):
2411         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2412         Various gsize and gssize printf fixes. Fixes #372507.
2413
2414 2006-11-13  Wim Taymans  <wim@fluendo.com>
2415
2416         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2417         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2418         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2419         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2420         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2421         * ext/vorbis/vorbisdec.h:
2422         First stab at vorbis reverse playback.
2423
2424 2006-11-13  Wim Taymans  <wim@fluendo.com>
2425
2426         * gst-libs/gst/audio/gstbaseaudiosink.c:
2427         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2428         * gst-libs/gst/audio/gstbaseaudiosink.h:
2429         Make the clock sync code more accurate wrt resampling and playback
2430         at different rates.
2431         
2432         * gst-libs/gst/audio/gstringbuffer.c:
2433         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2434         * gst-libs/gst/audio/gstringbuffer.h:
2435         Use better algorithm to interpolate sample rates. 
2436
2437 2006-11-13  Michael Smith  <msmith@fluendo.com>
2438
2439         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2440           Improve a debug line slightly.
2441
2442         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2443           Call gst_riff_init() in plugin_init, to avoid getting errors from
2444           the debug system (unrelated changes to another plugin made this turn
2445           up; not sure why).
2446
2447 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2448
2449         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2450
2451         * win32/common/libgsttag.def:
2452           Add missing symbol (#366492).
2453
2454 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2455
2456         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2457           Don't unref a NULL pad.
2458
2459 2006-11-09  Wim Taymans  <wim@fluendo.com>
2460
2461         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2462         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2463         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2464         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2465         (gst_ogg_demux_loop):
2466         Implement first stab at reverse playback.
2467
2468 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2469
2470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2471         (gst_riff_create_video_template_caps):
2472           add h263/h264 variants to the caps, Fixes #363118
2473
2474 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2475
2476         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2477         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2478           Use g_strerror instead of strerror so we get UTF-8.
2479
2480 2006-11-03  David Schleef  <ds@schleef.org>
2481
2482         * ext/ogg/gstoggdemux.c:
2483         * ext/ogg/gstoggmux.c:
2484           Add/remove KW-DIRAC header here, since it is ogg-specific.
2485
2486 2006-11-03  Michael Smith  <msmith@fluendo.com>
2487
2488         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2489           Recognise more mpeg4 elementary video streams.
2490
2491 2006-11-02  Edward Hervey  <edward@fluendo.com>
2492
2493         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2494         Lower the probability of mp3 typefinding functions if we don't find a
2495         valid mp3 header at the start of the file.
2496         Closes #369482
2497
2498 2006-11-02  Wim Taymans  <wim@fluendo.com>
2499
2500         * ext/theora/gsttheoradec.h:
2501         * ext/theora/theoradec.c: (gst_theora_dec_init),
2502         (theora_dec_sink_event), (theora_dec_chain_forward),
2503         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2504         (theora_dec_chain):
2505         Document and partially implement an algorithm for doing reverse playback
2506         of theora video.
2507
2508 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2509
2510         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2511
2512         * win32/common/config.h:
2513         * win32/common/interfaces-enumtypes.c:
2514         * win32/common/libgsttag.def:
2515         * win32/vs8/gst-plugins-base.sln:
2516         * win32/vs8/libgstaudioresample.vcproj:
2517         * win32/vs8/libgstinterfaces.vcproj:
2518         * win32/vs8/libgstogg.vcproj:
2519         * win32/vs8/libgstriff.vcproj:
2520         * win32/vs8/libgsttag.vcproj:
2521         * win32/vs8/libgsttheora.vcproj:
2522         * win32/vs8/libgstvideoscale.vcproj:
2523         * win32/vs8/libgstvorbis.vcproj:
2524           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2525           to libgsttag.def; add missing dependencies for some vs8 projects;
2526           re-arrange placement of .def files in vs8 projects (#366334).
2527
2528 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2529
2530         * ext/ogg/gstogg.c:
2531           Remove unused variable.
2532
2533         * ext/ogg/gstoggdemux.c:
2534           Fix Wim's surname in plugin description.
2535
2536 2006-10-31  Wim Taymans  <wim@fluendo.com>
2537
2538         * gst-plugins-base.spec.in:
2539         spec new .h file. Fixes #368310.
2540
2541 2006-10-31  Michael Smith  <msmith@fluendo.com>
2542
2543         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2544         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2545         (gst_multi_fd_sink_get_stats),
2546         (gst_multi_fd_sink_remove_client_link),
2547         (gst_multi_fd_sink_queue_buffer),
2548         (gst_multi_fd_sink_handle_clients):
2549         * gst/tcp/gstmultifdsink.h:
2550           Make using the remove or clear signals threadsafe.
2551           Make calling get-stats with an invalid fd not segfault.
2552           Fixes 368273.
2553
2554 2006-10-31  Wim Taymans  <wim@fluendo.com>
2555
2556         * gst-libs/gst/rtp/Makefile.am:
2557         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2558         (gst_base_rtp_audio_payload_init):
2559         Fix and activate base audio payloader.
2560
2561 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2562
2563         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2564         (plugin_init):
2565           Add typefinder for QuickTime Image Files (see #366156).
2566
2567 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2568
2569         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2570           Another typo fix (#366212).
2571
2572 2006-10-27  Wim Taymans  <wim@fluendo.com>
2573
2574         * gst/volume/gstvolume.c: (volume_transform_ip):
2575         Use stream time to synchronize volume property instead of rather random
2576         timestamps. This is needed when gnonlin does its time shifting.
2577
2578 2006-10-27  Wim Taymans  <wim@fluendo.com>
2579
2580         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2581
2582         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2583         Remove the pad from the element in release_pad. Fixes #364812.
2584
2585 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2586
2587         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2589           Explicitly create our custom buffer classes at a thread-safe
2590           location as well, since g_type_class_ref() doesn't seem to be
2591           entirely thread-safe either (#365501; also see #349410).
2592
2593 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2594
2595         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2596         (gst_riff_parse_info):
2597           If strings in INFO chunk are not UTF-8, do something similar to
2598           what we do for ID3v1 tags: check a number of environment variables
2599           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2600           character sets to try, otherwise try the current locale and/or fall
2601           back on ISO-8859-1. Fixes #360552.
2602
2603 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         * gst/videotestsrc/gstvideotestsrc.c:
2606         (gst_video_test_src_pattern_get_type),
2607         (gst_video_test_src_set_pattern):
2608         * gst/videotestsrc/gstvideotestsrc.h:
2609         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2610         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2611         (gst_video_test_src_checkers8):
2612         * gst/videotestsrc/videotestsrc.h:
2613           Add a bunch of exciting new checkers patterns.
2614
2615 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2616
2617         * gst/subparse/Makefile.am:
2618         * gst/subparse/gstsubparse.c:
2619         (gst_sub_parse_data_format_autodetect),
2620         (gst_sub_parse_format_autodetect), (handle_buffer),
2621         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2622         * gst/subparse/gstsubparse.h:
2623         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2624         (parse_tmplayer):
2625         * gst/subparse/tmplayerparse.h:
2626           Add support for TMPlayer-type subtitles (#362845).
2627
2628         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2629         (GST_START_TEST), (subparse_suite):
2630           Add some basic unit tests for the above.
2631
2632 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2633
2634         * tests/check/elements/audiorate.c: (test_injector_base_init),
2635         (test_injector_class_init), (test_injector_chain),
2636         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2637         (GST_START_TEST), (audiorate_suite):
2638           More tests for audiorate: inject buffers to check behaviour when
2639           buffers overlap.
2640
2641 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2642
2643         * tests/check/Makefile.am:
2644         * tests/check/elements/.cvsignore:
2645         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2646         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2647           Add some basic unit tests for audiorate. Disabled at the moment
2648           since it doesn't pass yet (see bug #363119).
2649
2650 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2651
2652         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2653         (parse_subrip), (handle_buffer):
2654           Add missing closing tags for markup and fix broken markup,
2655           otherwise pango won't render anything (fixes #357531). Also,
2656           make sure the text we send out is always NUL-terminated
2657           (better safe than sorry etc.).
2658
2659         * tests/check/elements/subparse.c: (test_srt_do_test),
2660         (test_srt):
2661           Some more tests for .srt incl. tests for the above stuff.
2662
2663 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2664
2665         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2666         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2667         Patch by: Stefan Kost  <ensonic@users.sf.net>
2668         Try to redraw borders only when needed. Apparently this consumes
2669         resources on small devices... :-O (#363607)
2670
2671 2006-10-20  Michael Smith  <msmith@fluendo.com>
2672
2673         * gst/tcp/gstmultifdsink.c:
2674         (gst_multi_fd_sink_client_queue_buffer):
2675           If caps change, then update the client's idea of the caps so that we
2676           don't end up re-sending streamheaders for every single buffer after
2677           the caps change.
2678
2679 2006-10-20  Michael Smith  <msmith@fluendo.com>
2680
2681         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2682         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2683           Set caps on pushed buffers; fix up refcounting of caps objects.
2684
2685 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2686
2687         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2688         (plugin_init):
2689           Typefind mmsh header data packet to application/x-mmsh (#362625).
2690
2691 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2692
2693         * tests/check/Makefile.am:
2694         * tests/check/elements/.cvsignore:
2695         * tests/check/elements/subparse.c: (buffer_from_static_string),
2696         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2697         (GST_START_TEST), (subparse_suite):
2698           Add very simple unit test for subparse.
2699
2700 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2703         (parse_subrip):
2704           Strip trailing newlines from subtitle text output.
2705
2706 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2707
2708         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2709         (gst_sub_parse_change_state):
2710           Fix memleak; clear subparse->textbuf n state change function.
2711
2712 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2713
2714         * gst/subparse/gstsubparse.c:
2715         (gst_sub_parse_data_format_autodetect):
2716           Don't require subrip (.srt) files to start with a chunk number of 1.
2717
2718 2006-10-18  Wim Taymans  <wim@fluendo.com>
2719
2720         * gst-libs/gst/audio/gstbaseaudiosink.c:
2721         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2722         * gst-libs/gst/audio/gstbaseaudiosink.h:
2723         Extract rate from the NEWSEGMENT event.
2724         Use commit_full to also take rate adjustment into account when writing
2725         samples to the ringbuffer.
2726         
2727         * gst-libs/gst/audio/gstringbuffer.c:
2728         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2729         (gst_ring_buffer_read):
2730         * gst-libs/gst/audio/gstringbuffer.h:
2731         Added _commit_full() to also take rate into account.
2732         Use simple interpolation algorithm to resample audio.
2733         API: gst_ring_buffer_commit_full()
2734
2735         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2736         * tests/examples/seek/seek.c: (segment_done):
2737         Don't try to seek with 0.0 rate, just pause instead.
2738         Remove bogus debug line.
2739
2740 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2741
2742         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2743         (setup_source):
2744           Catch async errors when starting up the subtitle bin, so we can
2745           stop waiting and continue with the main film instead of hanging
2746           forever. Fixes #339366.
2747
2748         * tests/check/elements/playbin.c: (playbin_suite):
2749           Enable unit test for the above.
2750
2751 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2752
2753         * tests/check/Makefile.am:
2754         * tests/check/elements/.cvsignore:
2755         * tests/check/elements/playbin.c: (GST_START_TEST),
2756         (gst_red_video_src_uri_get_type),
2757         (gst_red_video_src_uri_get_protocols),
2758         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2759         (gst_red_video_src_uri_handler_init),
2760         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2761         (gst_red_video_src_create), (gst_red_video_src_class_init),
2762         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2763           Some small and basic unit tests for playbin; not very useful yet,
2764           but at least a start.
2765
2766 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2767
2768         * gst/playback/gstplaybin.c: (setup_sinks):
2769           The old pad activation spiel.
2770
2771 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2772
2773         * gst/playback/gstplaybasebin.c: (setup_source):
2774           Don't hang forever if the subbin already fails to start up in 
2775           the state change to PAUSED (#339366).
2776
2777 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2778
2779         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2780         (gst_tuner_set_channel), (gst_tuner_get_channel),
2781         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2782         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2783         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2784         (gst_tuner_find_channel_by_name):
2785           Fix some function guards, add some more function guards.
2786
2787 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2788
2789         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2790         (remove_element_chain):
2791         Don't return a pad from get_our_ghost_pad unless it is actually the
2792         one we want.
2793         Change a cast in remove_element_chain slightly.
2794
2795 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2796
2797         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2798         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2799         Segment seeking needs to use the rate and set stop to -1.
2800
2801 2006-10-13  Wim Taymans  <wim@fluendo.com>
2802
2803         * gst-libs/gst/audio/gstbaseaudiosink.c:
2804         (gst_base_audio_sink_setcaps):
2805         Don't crash when ringbuffer is not yet created.
2806         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2807         Fixes #361634.
2808
2809         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2810         * gst/playback/gststreamselector.c:
2811         (gst_stream_selector_request_new_pad):
2812         Activate pads befre adding them to running elements.
2813
2814 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2815
2816         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2817         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2818         updater when we start grabing the slider. Don't wait for the
2819         pipeline to be PAUSED.
2820
2821 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2822
2823         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2824         (gst_mixer_set_volume), (gst_mixer_get_volume),
2825         (gst_mixer_set_mute), (gst_mixer_set_option),
2826         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2827         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2828         (gst_mixer_option_changed):
2829           Guard mixer interface functions against bogus arguments.
2830
2831 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2832
2833         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2834         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2835         (msg_state_changed), (main): Use state-changed messages to trigger
2836         start/stop of scale update timer. Indeed the scale slider was
2837         jumping here and there because the update timer was activated 
2838         before seek completed. This fixes instant applying of rate changes
2839         by pressing the spinbutton like a crazy man !
2840
2841 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2842
2843         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2844
2845         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2846         (gst_basertppayload_finalize):
2847           Fix two small memory leaks (#361456).
2848
2849 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2850
2851         * tests/examples/seek/seek.c: (do_seek),
2852         (rate_spinbutton_changed_cb): When changing spinbutton we try
2853         to change the rate on the fly.
2854
2855 2006-10-10  Wim Taymans  <wim@fluendo.com>
2856
2857         * gst-libs/gst/riff/riff-ids.h:
2858         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2859         (gst_riff_create_audio_template_caps):
2860         Add WMS caps.
2861
2862 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2863
2864         Patch by: Josep Torre Valles <josep@fluendo.com>
2865
2866         * ext/gnomevfs/gstgnomevfssink.c:
2867         * ext/gnomevfs/gstgnomevfssrc.c:
2868         Fix URI interface implementation return type.
2869         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2870         Fix what looks like a copy/paste issue when assigning values.
2871         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2872         (gst_audio_filter_template_get_type):
2873         Cast to prevent Forte warnings.
2874         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2875         Fix URI interface implementation return type.
2876         gst_pad_query_position requires a signed integer pointer as
2877         3rd parameter, GstClockTime is unsigned.
2878         * gst/audioconvert/audioconvert.c:
2879         Fix integer overflow when treated as signed.
2880         * gst/audioresample/resample.c: (resample_add_input_data):
2881         Cast to prevent warnings on Forte.
2882         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2883         Fix integer overflow when treated as signed.
2884         * gst/ffmpegcolorspace/imgconvert_template.h:
2885         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2886         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2887         (cleanup_decodebin):
2888         Who initialises a guint to -1!
2889         Cast function pointers to prevent warnings on Forte.
2890         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2891         (queue_threshold_reached):
2892         Cast function pointers correctly to prevent warnings on Forte.
2893         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2894         Cast function pointers correctly to prevent warnings on Forte.
2895         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2896         Obvious change to unsigned, 0xEF > max signed char.
2897         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2898         GstClockTime is unsigned, initialise correctly.
2899         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2900         Cast so pointer arithemetic doesn't cause warnings on Forte.
2901         * gst/videorate/gstvideorate.c:
2902         Use correct return value.
2903         * tests/examples/seek/scrubby.c:
2904         GstClockTime is unsigned, initialise correctly.
2905
2906 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2907
2908         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2909
2910         * gst/typefind/gsttypefindfunctions.c:
2911           Recognise XML files and XML-like files shorter than 256 bytes as
2912           well (fixes #359237).
2913
2914 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2915
2916         Patch by: Renato Filho <renato.filho@indt.org.br>
2917         
2918         * gst/typefind/gsttypefindfunctions.c:
2919         Added typefind functions to video/x-nuv media.
2920         
2921 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2922
2923         * gst-libs/gst/interfaces/xoverlay.c:
2924         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2925           Some more guards against invalid input.
2926
2927 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2928
2929         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2930         Useless goto.
2931         * tests/examples/seek/seek.c: (do_seek),
2932         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2933         seek example to experiment with rates != 1.0 (reverse playback !)
2934
2935 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2936
2937         * gst-libs/gst/interfaces/xoverlay.c:
2938           Unref message in doc-example (spotted by Robert McQueen)
2939
2940 2006-10-06  Wim Taymans  <wim@fluendo.com>
2941
2942         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2943         (mpeg1_parse_header), (mpeg1_sys_type_find):
2944         printf fix.
2945
2946 2006-10-06  Wim Taymans  <wim@fluendo.com>
2947
2948         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2949         (close_pad_link):
2950         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2951         Activate dynamic pads before adding them to the element.
2952
2953 2006-10-06  Michael Smith  <msmith@fluendo.com>
2954
2955         * gst-libs/gst/floatcast/floatcast.h:
2956           Fix obviously-bogus macros; use the correct types.
2957
2958 2006-10-06  Wim Taymans  <wim@fluendo.com>
2959
2960         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2961         (gst_base_rtp_depayload_change_state):
2962         Also call parent state change function to activate pads.
2963
2964         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2965         (mpeg1_parse_header), (mpeg1_sys_type_find):
2966         Add some more debug info in mpeg typefinding.
2967
2968 2006-10-06  Michael Smith  <msmith@fluendo.com>
2969
2970         * ext/theora/theoradec.c: (theora_dec_chain):
2971           Zero byte theora packets are valid and well-defined; don't warn on
2972           them.
2973
2974 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2975
2976         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2977         (gst_multi_fd_sink_get_stats), (find_limits),
2978         (gst_multi_fd_sink_queue_buffer):
2979           API: add dropped_buffers to the get-stats GValueArray
2980
2981 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2982
2983         * ext/alsa/gstalsadeviceprobe.c:
2984         (gst_alsa_device_property_probe_get_values):
2985         * ext/alsa/gstalsasink.c: (set_hwparams):
2986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2987         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2988         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2989         (gst_ogg_mux_process_best_pad):
2990         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2991         (gst_ogg_parse_chain):
2992         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2993         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2994         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2995         (gst_vorbis_enc_buffer_check_discontinuous):
2996         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2997         * gst-libs/gst/audio/gstbaseaudiosink.c:
2998         (gst_base_audio_sink_render):
2999         * gst-libs/gst/cdda/gstcddabasesrc.c:
3000         (gst_cdda_base_src_handle_track_seek):
3001         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3002         (gst_base_rtp_depayload_push_full):
3003         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3004         * gst/audioresample/resample.c: (resample_input_pushthrough):
3005         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
3006         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3007         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3008         (wavpack_type_find):
3009         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3010         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3011         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
3012         * tests/check/elements/volume.c: (GST_START_TEST):
3013           Printf format fixes.
3014
3015 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3016
3017         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
3018           Fix a simple mistake (see the docs)
3019           Fixes #359580
3020
3021 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3022
3023         * docs/plugins/Makefile.am:
3024         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3025         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3026         * docs/plugins/gst-plugins-base-plugins.args:
3027         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3028         * docs/plugins/inspect/plugin-adder.xml:
3029         * docs/plugins/inspect/plugin-alsa.xml:
3030         * docs/plugins/inspect/plugin-audioconvert.xml:
3031         * docs/plugins/inspect/plugin-audiorate.xml:
3032         * docs/plugins/inspect/plugin-audioresample.xml:
3033         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3034         * docs/plugins/inspect/plugin-cdparanoia.xml:
3035         * docs/plugins/inspect/plugin-decodebin.xml:
3036         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3037         * docs/plugins/inspect/plugin-gdp.xml:
3038         * docs/plugins/inspect/plugin-gnomevfs.xml:
3039         * docs/plugins/inspect/plugin-libvisual.xml:
3040         * docs/plugins/inspect/plugin-ogg.xml:
3041         * docs/plugins/inspect/plugin-pango.xml:
3042         * docs/plugins/inspect/plugin-playbin.xml:
3043         * docs/plugins/inspect/plugin-subparse.xml:
3044         * docs/plugins/inspect/plugin-tcp.xml:
3045         * docs/plugins/inspect/plugin-theora.xml:
3046         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3047         * docs/plugins/inspect/plugin-video4linux.xml:
3048         * docs/plugins/inspect/plugin-videorate.xml:
3049         * docs/plugins/inspect/plugin-videoscale.xml:
3050         * docs/plugins/inspect/plugin-videotestsrc.xml:
3051         * docs/plugins/inspect/plugin-volume.xml:
3052         * docs/plugins/inspect/plugin-vorbis.xml:
3053         * docs/plugins/inspect/plugin-ximagesink.xml:
3054         * docs/plugins/inspect/plugin-xvimagesink.xml:
3055           Add vorbistag element to docs; update version numbers to 0.10.10.1.
3056
3057 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3058
3059         Patch by: James "Doc" Livingston <doclivingston at gmail com>
3060
3061         * ext/vorbis/Makefile.am:
3062         * ext/vorbis/vorbis.c: (plugin_init):
3063         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3064         (vorbis_parse_parse_packet), (vorbis_parse_chain):
3065         * ext/vorbis/vorbisparse.h:
3066         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3067         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3068         (gst_vorbis_tag_parse_packet):
3069         * ext/vorbis/vorbistag.h:
3070           Add new vorbistag element which derives from vorbisparse
3071           and is essentially the same as well, only that it implements
3072           the GstTagSetter interface and can modify the stream's
3073           vorbiscomment on the fly (#335635).
3074
3075         * tests/check/Makefile.am:
3076         * tests/check/elements/.cvsignore:
3077         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3078         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3079         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3080         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3081           Add unit test for new vorbistag element.
3082
3083 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3084
3085         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3086         (vorbis_parse_push_headers), (vorbis_parse_chain):
3087           Set BOS flag in packet structure to fix 'jump depends
3088           on unitialized value' errors in valgrind; various minor
3089           clean-ups.
3090
3091 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
3092
3093         * gst/playback/gstdecodebin.c: (close_pad_link):
3094         Fix typo in a debug statement.
3095
3096         * gst/playback/gstplaybasebin.c: (probe_triggered),
3097         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3098         (gen_source_element), (source_new_pad), (analyse_source),
3099         (setup_source):
3100         When handling no_more_pads in new_decoded_pad, make sure to treat
3101         subtitle pads correctly. Fixes playback with subtitle files.
3102
3103         Move a recurring message to LOG level.
3104
3105         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3106         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3107         which ends up as -1 when cast to an int. Make the logic handle the
3108         max value as an unsigned mask and only change the colorkey when it's
3109         a value we recognise.
3110
3111 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3112
3113         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3114         Removed empty * between paragraphs
3115
3116 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3117
3118         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3119         * gst-libs/gst/rtp/README:
3120         Moved some documentation into .c file
3121
3122 2006-09-29  Wim Taymans  <wim@fluendo.com>
3123
3124         * gst/playback/gstdecodebin.c: (no_more_pads):
3125         Fix compilation.
3126
3127 2006-09-29  Wim Taymans  <wim@fluendo.com>
3128
3129         * gst/playback/gstdecodebin.c: (new_caps):
3130         Remove g_print
3131
3132         * gst/playback/gstplaybin.c:
3133         Add some docs.
3134
3135 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3136
3137         * tests/check/Makefile.am:
3138           Re-enable cddabasesrc test to see if it works again
3139           now.
3140
3141 2006-09-29  Wim Taymans  <wim@fluendo.com>
3142
3143         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3144         (gen_source_element):
3145         Handle invalid URIs a bit more gracefully.
3146
3147 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3148
3149         * tests/check/pipelines/oggmux.c:
3150           Remove obsolete comment.
3151
3152 2006-09-29  Michael Smith  <msmith@fluendo.com>
3153
3154         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3155         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3156         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3157         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3158         (gst_ogg_mux_collected):
3159           Commit patch from James "Doc" Livingston, adds proper EOS handling
3160           in oggmux. GStreamer can, for the first time ever, create a valid
3161           Ogg file! Yay!
3162
3163         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3164         (oggmux_suite):
3165           Reenable tests now that they pass.
3166
3167 2006-09-29  Wim Taymans  <wim@fluendo.com>
3168
3169         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3170         Stop reading commands when EOF (we read 0) as well.
3171
3172 2006-09-28  Wim Taymans  <wim@fluendo.com>
3173
3174         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3175         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3176         (find_dynamic), (unlinked), (close_link):
3177         Implement delayed caps linking needed for element with a lot of
3178         different caps on the src pads that get fixed at runtime.
3179         Improve management of dynamic elements.
3180
3181         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3182         (group_destroy), (group_commit), (check_queue), (queue_overrun),
3183         (gen_preroll_element), (remove_groups), (unknown_type),
3184         (add_element_stream), (no_more_pads_full), (no_more_pads),
3185         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3186         (new_decoded_pad), (setup_subtitle), (array_has_value),
3187         (gen_source_element), (source_new_pad), (has_all_raw_caps),
3188         (analyse_source), (remove_decoders), (make_decoder),
3189         (remove_source), (setup_source), (finish_source), (prepare_output),
3190         (gst_play_base_bin_change_state):
3191         * gst/playback/gstplaybasebin.h:
3192         Use more _CAST instead of full type checking casts.
3193         Small cleanups, plug some leaks.
3194         Handle dynamic sources.
3195         Add some helper functions to create lists of strings used for
3196         blacklisting and other stuff.
3197         Refactor some code dealing with analysing the source.
3198         Re-enable sources without pads (like cd:// or other selfcontained
3199         elements).
3200
3201 2006-09-28  Wim Taymans  <wim@fluendo.com>
3202
3203         * gst-libs/gst/audio/gstbaseaudiosink.c:
3204         (gst_base_audio_sink_render):
3205         When we have a timestamp, we can still perform clipping.
3206         When we have no clock, we must play the sample ASAP.
3207
3208 2006-09-28  Wim Taymans  <wim@fluendo.com>
3209
3210         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3211         Set caps on outgoing buffers.
3212
3213         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3214         (gst_video_rate_event), (gst_video_rate_chain):
3215         * gst/videorate/gstvideorate.h:
3216         Fix videorate some more. Fixes #357977
3217
3218 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3219
3220         * tests/check/elements/adder.c: (adder_suite):
3221           Don't set timeout to 6 seconds when we're running
3222           in valgrind ... (and how is 6 seconds longer than
3223           the default anyway?)
3224
3225 2006-09-28  Wim Taymans  <wim@fluendo.com>
3226
3227         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3228         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3229         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3230         Keep sink and src segment to keep track of time and support more
3231         input formats.
3232         Fix bogus next_offset and run_time calculation, don't understand how
3233         this could have worked before. Fixes #357976.
3234         Remove some unneeded vars.
3235
3236 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3237
3238         * gst/playback/gstplaybin.c: (remove_sinks):
3239           Only remove visualisation from visbin if there is a visbin (or:
3240           don't throw warnings when closing totem without playing a file).
3241
3242 2006-09-27  Wim Taymans  <wim@fluendo.com>
3243
3244         * gst-libs/gst/audio/gstbaseaudiosink.c:
3245         (gst_base_audio_sink_render):
3246         Add some more info in a WARNING.
3247
3248         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3249         (gst_base_audio_src_create):
3250         Handle PAUSE in create function, use new -core addition to
3251         wait for playing. Fixes pausing and resuming capture from an
3252         audiosrc.
3253
3254         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3255         (gst_ring_buffer_read):
3256         Constify some more.
3257         Caller supports interrupted reads now.
3258
3259 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3260
3261         * tests/check/Makefile.am:
3262           Another attempt to make the gen64 buildbot happy.
3263
3264 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3265
3266         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3267
3268         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3269         (gst_visual_chain), (gst_visual_change_state):
3270           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3271           correctly. Fixes #357800
3272
3273 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3274
3275         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3276           Add timeout to _get_state() so we see which pipeline it is
3277           that causes trouble on the gen64 build bot.
3278
3279 2006-09-27  Wim Taymans  <wim@fluendo.com>
3280
3281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3282         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3283         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3284         (gst_base_rtp_depayload_set_gst_timestamp):
3285         the source pad always uses fixed caps.
3286
3287 2006-09-27  Wim Taymans  <wim@fluendo.com>
3288
3289         * docs/libs/gst-plugins-base-libs-docs.sgml:
3290         * docs/libs/gst-plugins-base-libs-sections.txt:
3291         * gst-libs/gst/audio/gstaudioclock.c:
3292         * gst-libs/gst/audio/gstaudioclock.h:
3293         * gst-libs/gst/audio/gstaudiosink.c:
3294         * gst-libs/gst/audio/gstaudiosink.h:
3295         * gst-libs/gst/audio/gstaudiosrc.c:
3296         * gst-libs/gst/audio/gstbaseaudiosink.c:
3297         (gst_base_audio_sink_render):
3298         * gst-libs/gst/audio/gstbaseaudiosink.h:
3299         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3300         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3301         * gst-libs/gst/audio/gstringbuffer.h:
3302         Added docs for the audio libs.
3303
3304 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3305
3306         * tests/check/Makefile.am:
3307           Temporarily disable test that fails on the bots for unknown reasons.
3308
3309 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3310
3311         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3312         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3313         Moved AudioCodecType into priv
3314         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3315
3316 2006-09-25  Wim Taymans  <wim@fluendo.com>
3317
3318         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3319         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3320         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3321         (new_pad):
3322         Cleanups and small leak fixes.
3323         Added Depayloaders to valid list of autopluggable elements.
3324
3325 2006-09-25  Wim Taymans  <wim@fluendo.com>
3326
3327         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3328         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3329         (gen_video_element), (gen_text_element), (gen_audio_element),
3330         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3331         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3332         Detect NO_PREROLL state change returns and disable clock distribution to
3333         the sinks so that sync is disabled.
3334         Avoid some type checking and do simple casts instead.
3335         Small cleanups, fix some FIXMEs.
3336         Be more robust when linking user specified elements, catch an report
3337         errors. Fixes #357404.
3338         Fix some leaks in the error paths.
3339
3340 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3341
3342         * ChangeLog:
3343           ChangeLog surgery for missing bug-number
3344
3345 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3346
3347         Patch by: Peter Kjellerstedt  <pkj at axis com>
3348
3349         * gst/playback/test.c:
3350           Fix compilation with uClibc and -Werror (#357591).
3351
3352 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3353
3354         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3355           Parse dates that are followed by a time as well (#357532).
3356
3357         * tests/check/libs/tag.c: (test_vorbis_tags):
3358           Add unit test for this.
3359
3360 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3361
3362         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3363         (gst_audio_convert_transform_caps):
3364         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3365         * gst/videotestsrc/videotestsrc.h:
3366           A few array const-ifications.
3367
3368 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3369
3370         * tests/check/Makefile.am:
3371           See if this makes the build bots happy.
3372
3373         * tests/check/libs/cddabasesrc.c:
3374           UTF8-ise my name.
3375
3376 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3377
3378         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3379
3380         * gst/subparse/samiparse.c: (handle_start_font),
3381         (fix_invalid_entities):
3382           More case-insensitivity for certain tags; recognise entities with
3383           decimal codes as special entities as well (#357330).
3384
3385 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3386
3387         * gst-libs/gst/Makefile.am:
3388           Need to build tag directory before cdda.
3389
3390 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3391
3392         * docs/libs/gst-plugins-base-libs-sections.txt:
3393         * gst-libs/gst/cdda/Makefile.am:
3394         * gst-libs/gst/cdda/gstcddabasesrc.c:
3395         (gst_cdda_base_src_base_init):
3396         * gst-libs/gst/cdda/gstcddabasesrc.h:
3397         * gst-libs/gst/tag/tag.h:
3398         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3399         (gst_tag_register_musicbrainz_tags):
3400           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3401           depend on libgsttag. This is required so we can extract/read tags like
3402           DISCID without depending on libgstcddabasesrc (which used to register
3403           them).
3404
3405         * gst-libs/gst/tag/gstvorbistag.c:
3406           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3407           tags (also see #347848).
3408
3409         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3410           Log vorbis comments we are actually writing. Const-ify array.
3411
3412 2006-09-23  Wim Taymans  <wim@fluendo.com>
3413
3414         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3415         Improve buffering a bit by avoiding a deadlock because we cannot assume
3416         the underrun is always called.
3417
3418 2006-09-23  Wim Taymans  <wim@fluendo.com>
3419
3420         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3421
3422         * gst-libs/gst/riff/riff-ids.h:
3423         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3424         (gst_riff_create_audio_template_caps):
3425         Added MPEG-4 AAC and id and caps. Fixes #357289
3426         Added WMA9 Lossless id.
3427
3428 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3429
3430         * ext/gnomevfs/gstgnomevfssrc.c:
3431           Fix misleading docs addition.
3432
3433         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3434           Get rid of compiler warning the right way.
3435
3436 2006-09-22  Wim Taymans  <wim@fluendo.com>
3437
3438         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3439         (gst_base_rtp_depayload_finalize),
3440         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3441         (gst_base_rtp_depayload_push_full),
3442         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3443         (gst_base_rtp_depayload_process),
3444         (gst_base_rtp_depayload_set_gst_timestamp),
3445         (gst_base_rtp_depayload_queue_release):
3446         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3447         Small cleanups.
3448         Fix some leaks.
3449         Refactored the process method and added methods to push from the process
3450         vmethod.
3451         Use _scale functions.
3452         API: gst_base_rtp_depayload_push_ts
3453         API: gst_base_rtp_depayload_push
3454
3455         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3456         timestamps are uint.
3457
3458 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3459
3460         * gst-libs/gst/interfaces/xoverlay.c:
3461           Remove unused statement from doc example.
3462
3463 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3464
3465         * gst-libs/gst/interfaces/videoorientation.c:
3466         (gst_video_orientation_iface_init),
3467         (gst_video_orientation_get_hflip),
3468         (gst_video_orientation_get_vflip),
3469         (gst_video_orientation_get_hcenter),
3470         (gst_video_orientation_get_vcenter),
3471         (gst_video_orientation_set_hflip),
3472         (gst_video_orientation_set_vflip),
3473         (gst_video_orientation_set_hcenter),
3474         (gst_video_orientation_set_vcenter):
3475           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3476           in ChangeLog)
3477
3478 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3479
3480         * tests/check/Makefile.am:
3481         * tests/check/elements/.cvsignore:
3482         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3483         (create_rgb_conversions), (rgb_conversion_free),
3484         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3485         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3486           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3487           but disable for now since it doesn't pass (something wrong with
3488           RGBA somewhere).
3489
3490 2006-09-21  Wim Taymans  <wim@fluendo.com>
3491
3492         * gst/playback/gstplaybasebin.c: (group_commit),
3493         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3494         (queue_out_of_data), (gen_preroll_element),
3495         (preroll_remove_overrun), (probe_triggered):
3496         Refactor handling of overrun detection.
3497         Separate handling of group completion and deadlock detection when doing
3498         network buffering. This should fix some deadlocks that were not detected
3499         because the group was completed.
3500         Add more comments, improve debugging.
3501
3502 2006-09-21  Wim Taymans  <wim@fluendo.com>
3503
3504         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3505         * tests/check/libs/audio.c:
3506         Some more compilation fixes.
3507
3508 2006-09-21  Wim Taymans  <wim@fluendo.com>
3509
3510         * gst-libs/gst/audio/gstringbuffer.c:
3511         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3512         (gst_ring_buffer_read):
3513         Early morning compilation fix.
3514
3515 2006-09-20  Wim Taymans  <wim@fluendo.com>
3516
3517         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3518         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3519         * tests/check/elements/videorate.c: (GST_START_TEST):
3520         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3521         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3522         Fix some warnings.
3523
3524 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3525
3526         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3527         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3528         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3529           Handcrafted merge to help CVS understanding what I changed and what
3530           not.
3531
3532 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3533
3534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3535         (gst_xvimagesink_get_times):
3536           change colorkey behaviour back according to #354773 comment 6/7
3537
3538 2006-09-19  Michael Smith  <msmith@fluendo.com>
3539
3540         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3541         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3542         (gst_multi_fd_sink_recover_client),
3543         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3544         (gst_multi_fd_sink_get_property):
3545         * gst/tcp/gstmultifdsink.h:
3546           Implement stubbed out properties unit-type, units-soft-max,
3547           units-max, to allow specifying maximum sizes in units other than
3548           buffers.
3549           Fixes #355935
3550
3551 2006-09-19  Wim Taymans  <wim@fluendo.com>
3552
3553         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3554         (gst_riff_create_audio_template_caps):
3555         Reorder the audio formats a bit for clarity.
3556         Detect and create caps for MSGSM and MSN (WAV49).
3557         Fixes #356596.
3558
3559         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3560         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3561         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3562         Small cleanups, move error handling out of normal flow for clarity.
3563
3564 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3565
3566         * docs/libs/gst-plugins-base-libs-docs.sgml:
3567         * docs/libs/gst-plugins-base-libs.types:
3568         * gst-libs/gst/interfaces/Makefile.am:
3569         * gst-libs/gst/interfaces/videoorientation.c:
3570         (gst_video_orientation_get_type),
3571         (gst_video_orientation_iface_init),
3572         (gst_video_orientation_get_hflip),
3573         (gst_video_orientation_get_vflip),
3574         (gst_video_orientation_get_hcenter),
3575         (gst_video_orientation_get_vcenter),
3576         (gst_video_orientation_set_hflip),
3577         (gst_video_orientation_set_vflip),
3578         (gst_video_orientation_set_hcenter),
3579         (gst_video_orientation_set_vcenter):
3580         * gst-libs/gst/interfaces/videoorientation.h:
3581           API: Add new interface to control video orientation (fixes #354908)
3582
3583 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3584
3585         * gst/videotestsrc/gstvideotestsrc.c:
3586           Use G_UNLIKELY in _create and log one more detail.
3587           
3588         (gst_video_test_src_get_times), (gst_video_test_src_create):
3589         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3590           Use gst_util_uint64_scale_int in _get_times().
3591
3592 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3593
3594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3595           Give better warning message (add object and detail).
3596
3597 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3598
3599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3600         (gst_xvimagesink_get_times):
3601           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3602           #354773), use gst_util_uint64_scale_int in _get_times()
3603
3604 2006-09-18  Michael Smith  <msmith@fluendo.com>
3605
3606         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3607           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3608           always true, leading to dropping all timestamps.
3609
3610 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3611
3612         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3613         (gst_visual_chain), (gst_visual_change_state):
3614           update to work also with libvisual 0.4 API, fix double unref (#355914)
3615           
3616         * tools/gst-launch-ext.1.in:
3617         * tools/gst-visualise.1.in:
3618           remove references to old man-pages
3619
3620         * tests/examples/seek/seek.c: (main):
3621           add real meadi-buttons, add tool-tips for the seek-options, arrange
3622           seek options in a table
3623
3624 2006-09-18  Michael Smith  <msmith@fluendo.com>
3625
3626         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3627         (gst_ogg_mux_push_buffer):
3628           Don't generate out-of-order timestamps from oggmux, instead clamp
3629           output timestamps to be >= the previously output ts.
3630           Fixes #355595
3631
3632 2006-09-18  Michael Smith  <msmith@fluendo.com>
3633
3634         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3635         (gst_multi_fd_sink_class_init):
3636           Updates, fixes, and typo corrections for multifdsink. No functional
3637           changes.
3638
3639 2006-09-17  Michael Smith  <msmith@fluendo.com>
3640
3641         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3642           Don't crash on truncated files - check that we got an 8 byte buffer
3643           before trying to memcmp it.
3644
3645 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3646
3647         * gst/playback/gstplaybasebin.c: (get_active_source):
3648           Make stream-switching appear instant to the application
3649           (ie. make sure that a g_object_get on 'current-foo' returns
3650           the stream previously set with g_object_set(). Totem needs
3651           this to update stream-related meta-info (like audio-codec)
3652           correctly when switching streams.
3653
3654 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3655
3656         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3657         (gst_alsa_mixer_ensure_track_list):
3658           Try harder to guess which mixer track is the master mixer
3659           track (instead of just taking the first one that has a pvolume).
3660           Fixes #342228.
3661
3662 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3663
3664         reviewed by: <delete if not using a buddy>
3665
3666         * gst-libs/gst/audio/audio.h:
3667         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3668
3669 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3670
3671         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3672         (gst_audio_convert_transform_caps):
3673           Get structure-name just once.
3674
3675 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3676
3677         * tests/check/elements/audioresample.c: (GST_START_TEST):
3678         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3679         * tests/check/elements/volume.c: (GST_START_TEST):
3680         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3681         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3682         (test_pipeline), (GST_START_TEST):
3683         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3684         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3685           Fix big batch of compiler warnings.
3686
3687 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3688
3689         * ext/gnomevfs/gstgnomevfssrc.c:
3690           Add docs about icydemux usage in connection with gnomevfssrc
3691
3692         * ext/libvisual/visual.c:
3693         * ext/ogg/gstoggaviparse.c:
3694         * ext/ogg/gstoggdemux.c:
3695         * ext/ogg/gstoggmux.c:
3696         * ext/ogg/gstoggparse.c:
3697         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3698         * gst-libs/gst/audio/gstaudiosink.c:
3699         * gst-libs/gst/audio/gstaudiosrc.c:
3700         * gst/audiorate/gstaudiorate.c:
3701           More G_OBJECT macro fixing.
3702
3703         * gst/audiotestsrc/gstaudiotestsrc.h:
3704           Fix wrong info in header due to copy & paste
3705
3706 2006-09-15  Wim Taymans  <wim@fluendo.com>
3707
3708         * gst-libs/gst/audio/gstbaseaudiosink.c:
3709         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3710         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3711         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3712         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3713         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3714         Do the delay calculation in the source/sink base classes as this is
3715         specific for the capture/playback mode.
3716         Try to fixate a bit better, like round depth up to a multiple of 8
3717         bigger than width.
3718         Handle underruns correctly by marking DISCONT on buffers and adjusting
3719         timestamps to handle the gap.
3720         Set offset/offset_end correctly on buffers.
3721
3722         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3723         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3724         (gst_ring_buffer_read):
3725         Remove resync and underrun recovery from the ringbuffer.
3726         Fix ringbuffer read code on under/overrun.
3727
3728 2006-09-15  Wim Taymans  <wim@fluendo.com>
3729
3730         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3731         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3732         (queue_threshold_reached), (gst_play_base_bin_set_property),
3733         (gst_play_base_bin_get_property):
3734         * gst/playback/gstplaybasebin.h:
3735         Don't use a 0 low watermark when buffering, it is catching starvation
3736         way too late. Instead, use a 3 second queue with 30 and 95
3737         percent low/high watermarks. 
3738         Added queue-min-threshold property to configure low watermark.
3739         Use new _buffering message API.
3740         Make queue_threshold variable big enough to store a uint64 time value.
3741         API: playbin::queue-min-threshold property.
3742
3743 2006-09-15  Wim Taymans  <wim@fluendo.com>
3744
3745         * configure.ac:
3746         We require 0.10.10.1 now because of _wait_preroll().
3747
3748         * gst-libs/gst/audio/gstbaseaudiosink.c:
3749         (gst_base_audio_sink_render):
3750         Use gst_base_sink_wait_preroll().
3751
3752 2006-09-15  Wim Taymans  <wim@fluendo.com>
3753
3754         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3755         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3756         Use DEBUG_OBJECT more.
3757
3758 === release 0.10.10 ===
3759
3760 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3761
3762         patch by: Michael Smith <msmith at fluendo dot com>
3763
3764         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3765         (gst_multi_fd_sink_client_queue_buffer),
3766         (gst_multi_fd_sink_new_client):
3767         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3768         (multifdsink_suite):
3769           Fix implementation of sync-method 'next-keyframe'
3770           Closes #354594
3771
3772 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3773
3774         patch by: Wim Taymans <wim at fluendo dot com>
3775
3776         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3777         This patch removes the RANDOM flag that was incorrectly introduced with
3778         revision 1.91.  Fixes #354590
3779
3780 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3781
3782         * tests/check/Makefile.am:
3783           Random variation in Makefile line to see if it makes the
3784           gen64-base-full bot any happier.
3785
3786 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3787
3788         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3789           Disable test that fails at the moment (killed after timeout).
3790
3791 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3792
3793         Patch by: James Livingston  <doclivingston at gmail.com>
3794
3795         * tests/check/Makefile.am:
3796         * tests/check/pipelines/.cvsignore:
3797         * tests/check/pipelines/oggmux.c: (get_page_codec),
3798         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3799         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3800         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3801         (test_theora_vorbis), (oggmux_suite):
3802           Add simple unit test for oggmux from #337026 with checking for the
3803           EOS flags disabled for the time being.
3804
3805 2006-09-04  Wim Taymans  <wim@fluendo.com>
3806
3807         patch by: Alessandro Dessina <alessandro nnva org>
3808
3809         * ext/ogg/gstoggmux.c:
3810         Add cmml caps to oggmux. Fixes #353912
3811
3812 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3813
3814         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3815           Returning a return value often helps. In this case, we
3816           don't need the return value anyway, so just get rid of it.
3817           Should make build bots much happier.
3818
3819 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3820
3821         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3822         (paint_get_structure), (gst_video_test_src_get_size),
3823         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3824         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3825         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3826         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3827         * gst/videotestsrc/videotestsrc.h:
3828           Add support for AYUV and the various RGBA formats. Initialise
3829           fields of paintinfo structs allocated on the stack.
3830
3831         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3832         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3833         (check_rgb_buf), (videotestsrc_suite):
3834           Add unit tests for videotestsrc's RGB output.
3835
3836 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3837
3838         * gst/videotestsrc/gstvideotestsrc.c:
3839         (gst_video_test_src_pattern_get_type),
3840         (gst_video_test_src_set_pattern):
3841         * gst/videotestsrc/gstvideotestsrc.h:
3842         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3843         (gst_video_test_src_black), (gst_video_test_src_white),
3844         (gst_video_test_src_red), (gst_video_test_src_green),
3845         (gst_video_test_src_blue):
3846         * gst/videotestsrc/videotestsrc.h:
3847           Add more uni-colour patterns ("white", "red", "green", and "blue").
3848
3849 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3850
3851         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3852           Fix stride for YVYU, should be word-aligned (#353658).
3853
3854 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3855
3856         * gst/adder/gstadder.c: (gst_adder_src_event):
3857           Fix build.
3858
3859 2006-08-31  Edward Hervey  <edward@fluendo.com>
3860
3861         * gst/adder/gstadder.c: (forward_event_func),
3862         (gst_adder_src_event), (gst_adder_collected),
3863         (gst_adder_change_state):
3864         * gst/adder/gstadder.h:
3865         Remember the start position asked in the incoming seeks, so we can
3866         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3867         of assuming it will always be 0).
3868
3869 2006-08-31  Edward Hervey  <edward@fluendo.com>
3870
3871         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3872         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3873         (gst_ogg_demux_loop):
3874         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3875
3876 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3877
3878         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3879         (gst_ffmpegcsp_get_unit_size):
3880           Return FALSE instead of returning a random false unit
3881           size when the format isn't known/supported (even if
3882           this shouldn't happen under normal circumstances).
3883
3884 2006-08-29  Wim Taymans  <wim@fluendo.com>
3885
3886         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3889         (gst_gnome_vfs_src_start):
3890         Try harder to get the size from a uri by using _info_uri() when
3891         _info_from_handle() does not give us enough info. 
3892         Also follow symlinks when getting the size.
3893         Partially Fixes #332864.
3894
3895 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3896
3897         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3898
3899         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3900         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3901         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3902         (gst_alsa_mixer_set_record):
3903         * ext/alsa/gstalsamixertrack.c:
3904         (gst_alsa_mixer_track_update_alsa_capabilities),
3905         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3906         (gst_alsa_mixer_track_update):
3907         * ext/alsa/gstalsamixertrack.h:
3908           Improve and fix mixer track handling, in particular better handling
3909           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3910           separate track objects for tracks that have both capture and playback
3911           volume (and label them differently as well so they're not mistakenly
3912           assumed to be duplicates); classify mixer tracks that only affect
3913           the audible volume of something (rather than the capture volume)
3914           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3915           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3916           (following the meaning documented in the mixer interface header
3917           file); add support for alsa's exclusive cswitch groups; update/sync
3918           state/flags better if mixer settings are changed by another
3919           application. Fixes #336075.
3920
3921 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3922
3923         * gst/playback/gstplaybin.c:
3924           Improve docs: add section about BUFFERING messages sent by playbin.
3925
3926 2006-08-29  Michael Smith  <msmith@fluendo.com>
3927
3928         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3929         (gst_vorbis_enc_buffer_check_discontinuous),
3930         (gst_vorbis_enc_chain):
3931           Ignore explicit DISCONT marked on buffers (which is often spurious,
3932           particularly when using multiple segments), in favour of solely
3933           using the timestamps/durations.
3934
3935 2006-08-29  Edward Hervey  <edward@fluendo.com>
3936
3937         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3938         Don't rely on incoming buffers offset anymore, since it is completely
3939         broken when using multiple segments.
3940         Instead convert the incoming buffers timestamp to running time, and
3941         then convert that value to the offsets.
3942         Also inform GstSegment of the last outputted stop position, which is
3943         needed if we received several segments with an unknown stop value.
3944
3945 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3946
3947         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3948           fix buffer unreffing on a header push failure
3949
3950 2006-08-28  Wim Taymans  <wim@fluendo.com>
3951
3952         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3953         (gst_audio_rate_chain):
3954         Make the metadata of the buffer writable before changing its
3955         flags.
3956
3957 2006-08-28  Wim Taymans  <wim@fluendo.com>
3958
3959         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3960         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3961         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3962         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3963         Fix audiorate some more.
3964         Reset and resync counters on flush and READY.
3965         Handle the DISCONT flag correctly.
3966         Use GstSegment to track position.
3967         Fail when not negotiated.
3968         Fixes #353234.
3969
3970 2006-08-25  Michael Smith  <msmith@fluendo.com>
3971
3972         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3973           Fix spelling.
3974           Remove accidently included debug line.
3975
3976 2006-08-25  Wim Taymans  <wim@fluendo.com>
3977
3978         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3979         Small cleanups.
3980         If a buffer is received with no caps, make the buffer metadata
3981         writable and set the caps, making sure that we don't screw up the
3982         refcounts.
3983
3984 2006-08-25  Michael Smith  <msmith@fluendo.com>
3985
3986         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3987         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3988           Fix memory leaks and misleading debug messages, add a couple of
3989           comments.
3990
3991         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3992         (gst_multi_fd_sink_render):
3993           Do not use gst_buffer_make_writable() in a basesink render method,
3994           as it may incorrectly unref the buffer. Instead, use convoluted
3995           dance to avoid copying the buffer except when we need to.
3996
3997 2006-08-25  Michael Smith  <msmith@fluendo.com>
3998
3999         * ext/vorbis/vorbisenc.c:
4000         (gst_vorbis_enc_buffer_check_discontinuous):
4001           Allow very small discontinuities in the timestamps. These we can't
4002           do anything useful with anyway (because vorbis's timestamps have
4003           only sample granularity), and are commonly produced by elements with
4004           minor bugs. Allow up to 1/2 a sample out.
4005           Fixes #351742.
4006
4007 2006-08-24  Wim Taymans  <wim@fluendo.com>
4008
4009         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
4010         (play_scrub_toggle_cb), (main):
4011         Add a checkbox to enable play scrubbing. Makes it possible to disable
4012         normal scrubbing.
4013
4014 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
4015
4016         * tests/check/elements/.cvsignore:
4017           make buildbot happy
4018
4019 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4020
4021         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4022         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
4023         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
4024         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4025         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4026         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
4027         (gst_ogm_text_parse_strip_trailing_zeroes),
4028         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
4029         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
4030           Refactor ogm parse, do better input checking, misc. clean-ups.
4031           Cache incoming events and push them once the source pad has
4032           been created. Don't pass unterminated strings to sscanf().
4033           Strip trailing zeroes from subtitle text output, since they
4034           are not valid UTF-8. Don't push vorbiscomment packets on
4035           the subtitle text pad. Output perfect streams if possible.
4036
4037 2006-08-23  Wim Taymans  <wim@fluendo.com>
4038
4039         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
4040         Waits for tasks to settle down so that we clean up correctly for 
4041         valgrind.
4042
4043 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4044
4045         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
4046           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
4047           actually return return value in taglists_are_equal.
4048
4049 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4050
4051         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4052           Fix crash due to broken bitstream parsing on x86-64: can't make
4053           any assumptions about sizeof(struct) due to alignment/packing
4054           differences on different architectures. Fixes #351790.
4055
4056 2006-08-22  Wim Taymans  <wim@fluendo.com>
4057
4058         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4059         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4060         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4061         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4062         (gst_riff_parse_info):
4063         Protect public functions against bad input.
4064         Do some cleanups.
4065         Fix documentation.
4066
4067 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4068
4069         * gst-libs/gst/riff/riff-ids.h:
4070         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4071           Add voxware audio IDs (even if we can't play it) (#351795).
4072
4073 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4074
4075         * gst-libs/gst/riff/riff-media.c:
4076         (gst_riff_create_video_template_caps),
4077         (gst_riff_create_audio_template_caps),
4078         (gst_riff_create_iavs_template_caps):
4079           Const-ify some arrays and use G_N_ELEMENTS instead
4080           of wasting oodles of RAM on terminator bits.
4081
4082 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4083
4084         * gst-libs/gst/tag/gstvorbistag.c:
4085         (gst_tag_list_to_vorbiscomment_buffer):
4086         * tests/check/libs/tag.c: (GST_START_TEST):
4087           And the same for _to_vorbiscomment_buffer(): allow
4088           id_data_len == 0 for speex.
4089
4090 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4091
4092         * configure.ac:
4093         * docs/plugins/Makefile.am:
4094         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4095         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4096         * docs/plugins/inspect/plugin-gdp.xml:
4097         * gst/gdp/Makefile.am:
4098         * tests/check/Makefile.am:
4099           Move GDP plugin to -base from -bad.  Closes #347783.
4100
4101 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4102
4103         * gst-libs/gst/tag/gstvorbistag.c:
4104         (gst_tag_list_from_vorbiscomment_buffer):
4105           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4106           Also add some checks to make sure we don't memcmp() beyond the end of
4107           vorbiscomment buffer if the ID to check for is larger than the buffer.
4108
4109         * tests/check/libs/tag.c: (GST_START_TEST):
4110           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4111
4112 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4113
4114         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4115         (gst_vorbis_enc_set_metadata):
4116           Use vorbis comment utility functions from libgsttag
4117           instead of re-inventing the wheel (partially fixes #347091).
4118
4119 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4120
4121         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4122         Fix leaks. Wait for state transitions that might happen ASYNC, as well
4123         as some that won't.
4124
4125 2006-08-21  Wim Taymans  <wim@fluendo.com>
4126
4127         * docs/libs/Makefile.am:
4128         * docs/libs/gst-plugins-base-libs-sections.txt:
4129         * docs/libs/gst-plugins-base-libs.types:
4130         Don't try to GObject scan the netbuffer as it's not a GObject.
4131         Fixes #351308.
4132
4133         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4134         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4135         Document GstNetBuffer.
4136
4137 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
4138
4139         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4140         (audioconvert_suite):
4141           Add testcase for caps-size-explosion
4142
4143 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4144
4145         * gst/audioconvert/gstaudioconvert.c:
4146         (gst_audio_convert_get_unit_size), (set_structure_widths):
4147           Lower debug, use g_assert in _get_unit_size
4148
4149         * gst/audioresample/gstaudioresample.c:
4150         (audioresample_get_unit_size):
4151         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4152         (gst_ffmpegcsp_get_unit_size):
4153         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4154           use g_assert in _get_unit_size
4155
4156 2006-08-18  Wim Taymans  <wim@fluendo.com>
4157
4158         * docs/libs/gst-plugins-base-libs-sections.txt:
4159         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4160         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4161         (gst_rtp_buffer_get_payload_buffer):
4162         * gst-libs/gst/rtp/gstrtpbuffer.h:
4163         Document GstRTPBuffer.
4164         Added function to efficiently strip payload headers.
4165         API: gst_rtp_buffer_get_payload_subbuffer()
4166
4167 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4168
4169         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4170         (gst_tag_to_vorbis_comments):
4171           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4172           tags and deserialise them properly as well (#347091).
4173           Add some more gtk-doc blurbs and also some g_return_if_fail().
4174
4175         * tests/check/libs/tag.c: (GST_START_TEST),
4176         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4177           More tests.
4178
4179 2006-08-17  Wim Taymans  <wim@fluendo.com>
4180
4181         * ext/ogg/Makefile.am:
4182         * ext/ogg/gstogg.c: (plugin_init):
4183         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4184         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4185         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4186         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4187         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4188         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4189         Added ogg-in-avi parser element. Fixes #140139.
4190
4191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4192         Fixed a bug in oggdemux debug code.
4193
4194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4195         (gst_riff_create_audio_template_caps):
4196         Recognise Ogg in the AVI extensible wave format.
4197
4198 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4199
4200         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4201           Make buffer durations add up (duration should be next_ts-ts for
4202           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4203           from CVS.
4204
4205         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4206         (test_buffer_timestamps), (cddabasesrc_suite):
4207           Add unit test for the above.
4208
4209         * tests/check/Makefile.am:
4210           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4211           to see what happens.
4212
4213 2006-08-16  Wim Taymans  <wim@fluendo.com>
4214
4215         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4216         (gst_alsasink_open):
4217         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4218         (gst_alsasrc_open):
4219         Avoid setting and using a NULL device name.
4220         Print more info when we fail to open a device.
4221
4222 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * docs/libs/gst-plugins-base-libs-sections.txt:
4225         * gst-libs/gst/tag/tag.h:
4226         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4227           API: add gst_tag_parse_extended_comment() (#351426).
4228
4229         * tests/check/Makefile.am:
4230         * tests/check/libs/.cvsignore:
4231         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4232           Add unit test for gst_tag_parse_extended_comment().
4233
4234 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4235
4236         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4237         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4238           Fix leak (#351502).
4239
4240 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4241
4242         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4243         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4244         * docs/plugins/gst-plugins-base-plugins.args:
4245         * gst/playback/gstplaybin.c:
4246           Document playbin.
4247           
4248         * docs/plugins/inspect/plugin-adder.xml:
4249         * docs/plugins/inspect/plugin-alsa.xml:
4250         * docs/plugins/inspect/plugin-audioconvert.xml:
4251         * docs/plugins/inspect/plugin-audiorate.xml:
4252         * docs/plugins/inspect/plugin-audioresample.xml:
4253         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4254         * docs/plugins/inspect/plugin-cdparanoia.xml:
4255         * docs/plugins/inspect/plugin-decodebin.xml:
4256         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4257         * docs/plugins/inspect/plugin-gnomevfs.xml:
4258         * docs/plugins/inspect/plugin-ogg.xml:
4259         * docs/plugins/inspect/plugin-pango.xml:
4260         * docs/plugins/inspect/plugin-playbin.xml:
4261         * docs/plugins/inspect/plugin-subparse.xml:
4262         * docs/plugins/inspect/plugin-tcp.xml:
4263         * docs/plugins/inspect/plugin-theora.xml:
4264         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4265         * docs/plugins/inspect/plugin-video4linux.xml:
4266         * docs/plugins/inspect/plugin-videorate.xml:
4267         * docs/plugins/inspect/plugin-videoscale.xml:
4268         * docs/plugins/inspect/plugin-videotestsrc.xml:
4269         * docs/plugins/inspect/plugin-volume.xml:
4270         * docs/plugins/inspect/plugin-vorbis.xml:
4271         * docs/plugins/inspect/plugin-ximagesink.xml:
4272         * docs/plugins/inspect/plugin-xvimagesink.xml:
4273           Update to CVS version.
4274
4275 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4276
4277         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4278         (gst_play_bin_set_property), (gst_play_bin_get_property),
4279         (value_list_append_structure_list),
4280         (gst_play_bin_handle_redirect_message),
4281         (gst_play_bin_handle_message):
4282           API: GstPlayBin::connection-speed
4283           Add "connection-speed" property; re-order redirect messages with
4284           multiple redirect locations depending on the minimum bitrate if
4285           that information is available and a connection speed is set
4286           (#350399).
4287
4288 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4289
4290         * gst/playback/gstplaybin.c:
4291           Update max volume to the same value that the volume element uses.
4292
4293 2006-08-14  Wim Taymans  <wim@fluendo.com>
4294
4295         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4296         Less uglyness..
4297
4298 2006-08-14  Wim Taymans  <wim@fluendo.com>
4299
4300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4301         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4302         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4303         Add some more debug info.
4304         Don't crash when a seek failed.
4305         Actually return the result of the seek instead of TRUE.
4306         Ignore multiple BOS pages with the same serial so that we don't create
4307         the same stream multiple times.
4308         Post an error when we fail to do the initial seek.
4309
4310 2006-08-13  Wim Taymans  <wim@fluendo.com>
4311
4312         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4313         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4314         Small code cleanup.
4315
4316         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4317         (gst_alsa_mixer_new):
4318         Remove hack that always set the device to hw:0*.
4319         Properly find the card name for whatever device was configured.
4320         Do some better debugging.
4321         Fixes #350784.
4322
4323         * ext/alsa/gstalsamixerelement.c:
4324         (gst_alsa_mixer_element_set_property),
4325         (gst_alsa_mixer_element_change_state):
4326         Cleanups.
4327         Handle setting of a NULL device name better.
4328
4329 2006-08-11  Wim Taymans  <wim@fluendo.com>
4330
4331         * gst/adder/gstadder.c:
4332         Don't clip float values. Fixes #350900.
4333
4334 2006-08-11  Andy Wingo  <wingo@pobox.com>
4335
4336         * gst/tcp/gsttcp.c: Really fix the build?
4337
4338         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4339         fixes the build.
4340
4341 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4342
4343         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4344           Float caps shouldn't have a "signed" field.
4345
4346 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4347
4348         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4349           Implement SEEKING query in its most basic form, so that we can
4350           at least check if we're seekable or not (#350655).
4351
4352 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4353
4354         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4355           The checks here are not even close to anything that would
4356           justify MAXIMUM probability, lowering to POSSIBLE until someone
4357           fixes the checks (case at hand: quicktime redirection files
4358           might start with 00 00 01 XX and pass the checks here just
4359           fine, see #350399).
4360
4361 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4362
4363         Patch by: Sjoerd Simons  <sjoerd at luon net>
4364
4365         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4366           Better detection for multipart/x-mixed-replace: accept leading
4367           whitespaces before the boundary marker as well (as our very own
4368           multipartmux used to produce) (#349068).
4369
4370 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4371
4372         Patch by: Young-Ho Cha  <ganadist at chollian net>
4373
4374         * gst-libs/gst/riff/riff-ids.h:
4375         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4376         (gst_riff_create_audio_template_caps):
4377           Detect DTS audio streams (#350157).
4378
4379 2006-08-05  Andy Wingo  <wingo@pobox.com>
4380
4381         * ext/theora/gsttheoraparse.h:
4382         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4383         (theora_parse_dispose, theora_parse_set_property)
4384         (theora_parse_get_property, theora_parse_munge_granulepos)
4385         (theora_parse_push_buffer, theora_parse_change_state):
4386         API: GstTheoraParse::synchronization-points
4387         Add a property 'synchronization-points' to fix badly synchronized oggs.
4388
4389 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4390
4391         * tests/check/Makefile.am:
4392         * tests/check/libs/.cvsignore:
4393         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4394         (fixed_caps_have_channel_positions), (GST_START_TEST),
4395         (audio_suite), (main):
4396           Add a few tests for the channel position stuff in libgstaudio.
4397
4398 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4399
4400         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4401         (gst_alsa_detect_channels):
4402         * ext/alsa/gstalsasink.c:
4403           Add support for cards that (only) do more than 8 channels,
4404           like the Delta 44 (#345188).
4405
4406         * gst-libs/gst/audio/multichannel.c:
4407         (gst_audio_check_channel_positions):
4408         * gst-libs/gst/audio/multichannel.h:
4409           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4410           unspecified channel position and cannot be combined with any
4411           of the other audio channel positions; adjust position layout
4412           checks accordingly (#345188).
4413
4414 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4415
4416         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4417           Recognise ancient RealAudio files (see #349779).
4418
4419 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4420
4421         Patch by: Jens Granseuer  <jensgr at gmx net>
4422
4423         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4424           Add typefinder for Interplay's MVE format (#348973).
4425
4426 2006-08-02  Wim Taymans  <wim@fluendo.com>
4427
4428         Patch by: Marcel Moreaux <marcelm at luon dot net>
4429
4430         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4431         (gst_base_rtp_depayload_add_to_queue):
4432         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4433         Handle RTP sequence number rollover.
4434         Disable jitterbuffer by default.
4435
4436 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4437
4438         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4439         (audioresample_set_caps):
4440         Don't leak references to the incoming caps. Clean them up when
4441         stopping.
4442
4443         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4444         (gst_video_scale_finalize):
4445         Don't leak our temporary pixel buffer.
4446
4447         * tests/check/Makefile.am:
4448         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4449         (GST_START_TEST), (simple_launch_lines_suite):
4450
4451         Fix leaks and re-enable the test for valgrind checking.
4452
4453 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4454
4455         Patch by: Sjoerd Simons  <sjoerd at luon net>
4456
4457         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4458         (plugin_init):
4459           Add typefind function for multipart/x-mixed-replace (#348916).
4460
4461 2006-07-28  Wim Taymans  <wim@fluendo.com>
4462
4463         * gst/adder/gstadder.c: (gst_adder_setcaps),
4464         (gst_adder_query_duration):
4465         Fix leak in duration query.
4466         Reflow some docs and notes.
4467
4468 2006-07-28  Michael Smith  <msmith@fluendo.com>
4469
4470         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4471         (vorbisenc_suite):
4472           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4473           aspect of it.
4474
4475 2006-07-28  Michael Smith  <msmith@fluendo.com>
4476
4477         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4478         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4479         (gst_vorbis_enc_push_buffer),
4480         (gst_vorbis_enc_buffer_check_discontinuous),
4481         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4482         * ext/vorbis/vorbisenc.h:
4483           Handle discontinuities in the input vorbis stream correctly,
4484           so that the output is properly timestamped (and has good granulepos
4485           values). Needs some oggmux fixes too.
4486
4487 2006-07-27  Wim Taymans  <wim@fluendo.com>
4488
4489         patch by: Kai Vehmanen <kv2004 eca cx>
4490
4491         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4492         (gst_base_rtp_depayload_chain),
4493         (gst_base_rtp_depayload_handle_sink_event),
4494         (gst_base_rtp_depayload_change_state):
4495         Don't send multiple newsegments with different formats.
4496         Fixes #348677.
4497
4498 2006-07-26  Wim Taymans  <wim@fluendo.com>
4499
4500         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4501         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4502         Make seeking in ogg more accurate again by doing the more correct
4503         granuletime to stream time conversion.
4504
4505 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4506
4507         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4508         (gst_multi_fd_sink_new_client):
4509           debug a little more understandably
4510           do not use goto as a substitute for break, especially if
4511           break is also being used
4512
4513 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4514
4515         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4516         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4517           Remove GLib-2.6 compatibility cruft.
4518
4519 2006-07-24  Wim Taymans  <wim@fluendo.com>
4520
4521         * gst-libs/gst/audio/gstbaseaudiosink.c:
4522         (gst_base_audio_sink_render):
4523         Don't try to align a sample to an unknown value.
4524
4525 2006-07-24  Wim Taymans  <wim@fluendo.com>
4526
4527         * gst-libs/gst/audio/gstbaseaudiosink.c:
4528         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4529         When the audio clock is slaved to another clock, never try to align
4530         samples but trust the rate interpolation algorithm.
4531
4532 2006-07-24  Wim Taymans  <wim@fluendo.com>
4533
4534         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4535         Don't try to calculate silence samples, base class does this much
4536         better now.
4537
4538         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4539         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4540         (gst_ring_buffer_acquire):
4541         Calculate silence samples correctly.
4542
4543         * gst-libs/gst/audio/gstringbuffer.h:
4544         Add _CAST macro.
4545
4546 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4547
4548         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4549           Limit search for the first markup tag to the first few kB of
4550           the file. If we don't find one there, it's highly unlikely that
4551           this is an XML(-ish) file.
4552
4553 2006-07-21  Andy Wingo  <wingo@pobox.com>
4554
4555         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4556         test to the one in vorbisenc. Also commented out.
4557
4558         * tests/check/pipelines/vorbisenc.c: 
4559         (test_discontinuity): New test, commented out until Mike lands
4560         some elite vorbisenc patches.
4561
4562         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4563         Bufferstraw was actually factored out of these tests. Now we share
4564         code yay.
4565
4566         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4567         for bufferstraw addition to gstcheck.
4568
4569 2006-07-21  Wim Taymans  <wim@fluendo.com>
4570
4571         * ext/theora/theoradec.c: (clip_buffer):
4572         Better clipping.
4573
4574 2006-07-21  Wim Taymans  <wim@fluendo.com>
4575
4576         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4577         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4578         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4579         Fix leak.
4580         Avoid type casting when we can.
4581
4582         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4583         Fix mem leak.
4584
4585 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4586
4587         * ext/alsa/gstalsamixerelement.c:
4588         (gst_alsa_mixer_element_change_state):
4589           Make state change fail if the specified device can't be opened
4590           for some reason.
4591
4592 2006-07-20  Wim Taymans  <wim@fluendo.com>
4593
4594         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4595         (cb_newpad), (main):
4596         Example of a small audio/video player using decodebin.
4597
4598 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4599
4600         * gst-libs/gst/riff/riff-ids.h:
4601           Add 'fact' chunk id
4602
4603 2006-07-19  Wim Taymans  <wim@fluendo.com>
4604
4605         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4606         (gst_base_rtp_depayload_chain),
4607         (gst_base_rtp_depayload_change_state):
4608         Don't assert when not negotiated but post a meaningfull 
4609         error message. Fixes #347918.
4610
4611         * gst-libs/gst/rtp/gstbasertppayload.c:
4612         Add comment about better default MTU size.
4613
4614         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4615         Small cleanups, start docs.
4616
4617 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4618
4619         Patch by: Martin Szulecki
4620
4621         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4622           If "device-name" is requested and the device is not
4623           open, try to temporarily open it to obtain this
4624           information (#342494).
4625
4626 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4627
4628         * gst-libs/gst/tag/gstid3tag.c:
4629           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4630
4631         * gst-libs/gst/tag/gsttageditingprivate.h:
4632         * gst-libs/gst/tag/gstvorbistag.c:
4633           Some more random const-ifications.
4634
4635 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4636
4637         * gst-libs/gst/riff/riff-ids.h:
4638         * gst-libs/gst/riff/riff-media.c:
4639         (gst_riff_create_video_template_caps):
4640           Add more FOURCCs (sort list to make stuff easier to find),
4641           add comment what those 16 bytes in struct _gst_riff_strh according to
4642           one avi-dumper are
4643
4644 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4645
4646         * gst-libs/gst/audio/multichannel.c:
4647         (gst_audio_check_channel_positions),
4648         (gst_audio_fixate_channel_positions):
4649           Const-ify two arrays.
4650
4651 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4652
4653         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4654           Fix typo, so that alsasink also advertises 8 channels
4655           if that's supported (tags: can, worms, open, alsa, ph34r).
4656
4657 2006-07-17  Wim Taymans  <wim@fluendo.com>
4658
4659         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4660         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4661         *sigh*, when is the compiler going to warn when the comments
4662         are out-of-sync with the code.. Refix case of busted theora
4663         headers with 0 granule pos.
4664
4665 2006-07-14  Wim Taymans  <wim@fluendo.com>
4666
4667         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4668         (gst_base_rtp_depayload_wait),
4669         (gst_base_rtp_depayload_change_state),
4670         (gst_base_rtp_depayload_set_property),
4671         (gst_base_rtp_depayload_get_property):
4672         Fix 99% cpu load by waiting for absolute times on the
4673         clock. Fixes #347300.
4674
4675 2006-07-14  Andy Wingo  <wingo@pobox.com>
4676
4677         * ext/theora/gsttheoraparse.h: 
4678         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4679         (theora_parse_push_headers, theora_parse_clear_queue)
4680         (theora_parse_drain_queue_prematurely, )
4681         (theora_parse_sink_event, theora_parse_change_state): Queue events
4682         until we initialized our state, like in vorbisparse.
4683
4684         * ext/vorbis/vorbisparse.h: 
4685         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4686         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4687         (vorbis_parse_drain_queue_prematurely, )
4688         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4689         until we have initialized our state. Fixes seeking after an
4690         initial pad block.
4691
4692 2006-07-14  Andy Wingo  <wingo@pobox.com>
4693
4694         Patch by: Iain Holmes <iaingnome@gmail.com>
4695         
4696         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4697
4698 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4699
4700         * configure.ac:
4701         Bump nano back to CVS
4702
4703 === release 0.10.9 ===
4704
4705 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4706
4707         * configure.ac:
4708           releasing 0.10.9, "I walk the line"
4709
4710 2006-07-14  Michael Smith  <msmith@fluendo.com>
4711
4712         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4713           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4714           (commonly happens when running this test under valgrind) when trying
4715           to remove the buffer probe.
4716
4717 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4718
4719         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4720         Fix missing g_unlock from the previous commit
4721
4722 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4723
4724         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4725         (gst_ximagesink_change_state):
4726         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4727         (gst_xvimagesink_change_state):
4728         Implement a locking order to ensure we always take the object lock
4729         before the x_lock and never vice-versa.
4730
4731 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4732
4733         * gst/playback/gstdecodebin.c: (find_compatibles):
4734         Fix a caps leak when linking (#347304)
4735
4736         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4737         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4738         (gst_ximagesink_change_state):
4739         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4740         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4741         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4742         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4743         Don't leak shared memory resources. Use the object lock to protect
4744         against the xcontext disappearing while returning a buffer from the
4745         pipeline. (#347304)
4746
4747 2006-07-12  Edward Hervey  <edward@fluendo.com>
4748
4749         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4750         (vorbis_handle_comment_packet):
4751         gst_tag_list_merge() returns a new object. Take that into account when
4752         using it. This avoids memleak.
4753         Revert previous commit which is not needed.
4754
4755 2006-07-12  Edward Hervey  <edward@fluendo.com>
4756
4757         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4758         Reset the decoder in finalize so that all fields get cleared.
4759
4760 2006-07-12  Wim Taymans  <wim@fluendo.com>
4761
4762         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4763         (gst_base_audio_src_set_clock),
4764         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4765         Don't try to post an error message when setting the clock fails
4766         as this can happen when adding an element to a bin which will then
4767         deadlock. Fixes #347296.
4768
4769 2006-07-12  Edward Hervey  <edward@fluendo.com>
4770
4771         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4772         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4773         (vorbis_handle_type_packet):
4774         Post tag messages on the bus even if we're not initialized.
4775         If we're not initialized, we still postpone the event pushing of tags.
4776
4777 2006-07-12  Wim Taymans  <wim@fluendo.com>
4778
4779         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4780         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4781         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4782         Revert last two changes that broke the freeze.
4783
4784 2006-07-12  Wim Taymans  <wim@fluendo.com>
4785
4786         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4787         basesink calculates silence sample correctly for us.
4788
4789 2006-07-12  Wim Taymans  <wim@fluendo.com>
4790
4791         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4792         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4793         Calculate correct silence samples so we don't fill our ringbuffer
4794         with noise.
4795
4796 2006-07-12  Edward Hervey  <edward@fluendo.com>
4797
4798         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4799         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4800         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4801         * ext/vorbis/vorbisdec.h:
4802         Delay sending events (newsegment, tags) until the decoder is properly
4803         initialized.
4804         Fixes #347295
4805
4806 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4807
4808         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4809         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4810           Patch from #347221 adding a test for audioconvert
4811           channel remappings.
4812
4813 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4814
4815         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4816         (gst_ssa_parse_parse_line):
4817           Don't include the terminating NUL in the buffer size,
4818           it's only there for extra paranoia (would add random
4819           '*' characters at the end of each subtitle since the
4820           terminator itself is not valid UTF-8 technically).
4821           Also fix indenting after boilerplate macro.
4822
4823 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4824
4825         * gst/playback/gstdecodebin.c: (close_pad_link):
4826           Also emit 'unknown-type' signal (which should really be
4827           called unhandled-type) if we found potential decoders/demuxers
4828           in the registry but none of them worked in the end (as in the
4829           case where the plugins don't exist any longer but are still
4830           listed in the registry). Fixes #329798.
4831
4832 2006-07-08  Andy Wingo  <wingo@pobox.com>
4833
4834         * theoraparse.c (theora_parse_push_buffer)
4835         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4836         Add some more debugging. Fix granulepos reconstruction in the face
4837         of discontinuities.
4838
4839 2006-07-06  Wim Taymans  <wim@fluendo.com>
4840
4841         * gst-libs/gst/audio/gstbaseaudiosink.c:
4842         (gst_base_audio_sink_class_init),
4843         (gst_base_audio_sink_provide_clock):
4844         Use gobject_class instead of G_OBJECT_CLASS (klass)
4845
4846         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4847         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4848         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4849         (gst_base_audio_src_get_time),
4850         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4851         (gst_base_audio_src_create_ringbuffer):
4852         Fix latency and buffer-time constants and properties ala basesink.
4853         Implement pull based scheduling. Fixes #346527.
4854         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4855         one segment.
4856         Refuse slaving to another clock instead of silently not working.
4857         Only provide a clock when we are actually able to do so.
4858         Various small cleanups and compiler hints.
4859
4860 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4861
4862         Patch by: Lutz Mueller <lutz at topfrose de>
4863
4864         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4865         (plugin_init):
4866           Add typefinding for text/html (#346581).
4867
4868 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4869
4870         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4871         (xml_check_first_element), (xml_type_find), (smil_type_find):
4872           Fix SMIL typefinding, make xml_check_first_element() more
4873           useful.
4874
4875 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4876
4877         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4878         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4879         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4880         * gst/playback/gstplaybasebin.h:
4881           Protect list of elements with a subtitle-encoding property and
4882           the subtitle encoding member itself with a lock of their own
4883           instead of using the object lock. This prevents a dead-lock in
4884           the element-remove callback in some circumstances when shutting
4885           down playbin.
4886
4887 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4888
4889         * win32/common/libgsttag.def:
4890         Export some new functions.
4891         * win32/vs6/libgstogg.dsp:
4892         Add a link to libgsttag-0.10.lib.
4893
4894 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4897           Some const-ification.
4898
4899 2006-07-04  Wim Taymans  <wim@fluendo.com>
4900
4901         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4902         Improve checking if we are dealing with a stream. Added some
4903         more uris that need buffering.
4904
4905 2006-07-03  Edward Hervey  <edward@fluendo.com>
4906
4907         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4908         Remove unused variable.
4909
4910 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4911
4912         * Makefile.am:
4913           include lcov.mak
4914         * configure.ac:
4915           add GCOV_LIBS to GST_LIBS
4916
4917 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4918
4919         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4920
4921         * ext/alsa/gstalsasrc.c:
4922           Add 32 bps to template caps and increase channels range
4923           from [1,2] to [1,MAX]. See #346326.
4924
4925 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4928           Recognise 'WMVA' video codec fourcc (#345879).
4929           
4930 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4931          
4932         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4933           Fixed nasty memory leak
4934
4935 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4936
4937         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4938         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4939           fix logging
4940
4941 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4942
4943         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4944         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4945         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4946         Protect remove_fakesink using a mutex, so that we don't try and
4947         remove the fakesink simultaneously from multiple threads.
4948
4949         When going from READY to PAUSED, restore the fakesink, so that
4950         it is there when decodebin gets reused.
4951
4952 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4953
4954         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4955         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4956         * gst-libs/gst/rtp/gstbasertppayload.c:
4957         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4958         * gst/tcp/gstmultifdsink.c:
4959         * gst/tcp/gsttcpclientsink.c:
4960         * gst/tcp/gsttcpclientsrc.c:
4961         * gst/tcp/gsttcpserversink.c:
4962         * gst/tcp/gsttcpserversrc.c:
4963         * gst/videorate/gstvideorate.c:
4964         * gst/videotestsrc/gstvideotestsrc.c:
4965         * sys/v4l/gstv4ljpegsrc.c:
4966         * sys/v4l/gstv4lmjpegsink.c:
4967         * sys/v4l/gstv4lsrc.c:
4968         * tests/examples/seek/scrubby.c:
4969         * tests/examples/seek/seek.c:
4970           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4971
4972 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4973
4974         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4975           Second field in GEnumValue shouldn't be a description,
4976           but a stringified version of the enum value.
4977
4978 2006-06-22  Wim Taymans  <wim@fluendo.com>
4979
4980         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4981         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4982         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4983         Avoid type checking in buffer casts.
4984         Avoid caps copy in buffer_alloc when we can.
4985         Use pad_peer_accept.
4986
4987 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4988
4989         * gst-libs/gst/tag/tag.h:
4990           Oops, make that 'Since: 0.10.9'.
4991
4992 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4993
4994         * docs/libs/gst-plugins-base-libs-sections.txt:
4995         * gst-libs/gst/tag/tag.h:
4996         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4997         (gst_tag_image_type_get_type):
4998           API: add GstTagImageType enum to describe images contained
4999           in image tags (#345641).
5000
5001 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5002
5003         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5004           Fix warnings with gst-inspect: "buffers-min" property
5005           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
5006           typo in property description.
5007
5008 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5009
5010         Patch by: Cody Russell <bratsche at gnome org>
5011
5012         * gst/audioresample/gstaudioresample.c:
5013         (gst_audioresample_class_init):
5014         * gst/playback/gststreamselector.c:
5015         (gst_stream_selector_class_init):
5016         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5017         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5018         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5019         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
5020         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
5021         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
5022         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
5023         * gst/videotestsrc/gstvideotestsrc.c:
5024         (gst_video_test_src_class_init):
5025         * gst/volume/gstvolume.c: (gst_volume_class_init):
5026           Avoid unnecessary class cast check in class_init
5027           functions (#337747).
5028
5029 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
5030
5031         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
5032         (gst_text_overlay_video_chain):
5033           g_markup_escape_text() REALLY doesn't like non-UTF8 input
5034           and doesn't validate its input either (and neither did
5035           textoverlay it seems). Let's do that then and fix #345206.
5036
5037 2006-06-19  Wim Taymans  <wim@fluendo.com>
5038
5039         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5040         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
5041         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
5042         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
5043         (find_syncframe), (find_limits), (assign_value),
5044         (count_burst_unit), (gst_multi_fd_sink_new_client),
5045         (gst_multi_fd_sink_handle_client_write),
5046         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
5047         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
5048         (gst_multi_fd_sink_change_state):
5049         * gst/tcp/gstmultifdsink.h:
5050         Added shiny new burst-on-connect methods.
5051         Add properties to control the minimal amount of data queued.
5052         Small cleanups.
5053         API: bytes-min property
5054         API: time-min property
5055         API: buffers-min property
5056         API: burst-unit property
5057         API: burst-value property
5058         API: add-full signal
5059
5060         * gst/tcp/gsttcp-marshal.list:
5061         Added new marshaller code for the new signal.
5062
5063         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5064         (multifdsink_suite):
5065         Added testcases for new burst methods.
5066
5067 2006-06-19  Edward Hervey  <edward@fluendo.com>
5068
5069         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5070         Implement clipping for accurate seeking.
5071         Closes #345225
5072
5073 2006-06-19  Wim Taymans  <wim@fluendo.com>
5074
5075         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5076
5077         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5078         (gst_video_scale_transform):
5079         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5080
5081 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
5082
5083         * configure.ac:
5084           Fix --disable-external (can't set conditionals conditionally,
5085           #343602).
5086
5087 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5088
5089         * tests/check/elements/audioresample.c: (test_reuse),
5090         (audioresample_suite):
5091           Add test case for bug #342789 fixed below.
5092
5093 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5094
5095         * gst/audioresample/gstaudioresample.c:
5096         (gst_audioresample_class_init), (gst_audioresample_init),
5097         (audioresample_start), (audioresample_stop),
5098         (gst_audioresample_set_property), (gst_audioresample_get_property):
5099           Implement GstBaseTransform::start and ::stop so that audioresample
5100           can clear its internal state properly and be reused instead of
5101           causing non-negotiated errors with playbin under some circumstances
5102           (#342789).
5103
5104         * tests/check/elements/audioresample.c: (setup_audioresample),
5105         (cleanup_audioresample):
5106           Need to set element state here so that ::start and ::stop are
5107           called.
5108
5109 2006-06-16  Wim Taymans  <wim@fluendo.com>
5110
5111         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5112
5113         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5114         Parse extra data better, apparently it's right behind
5115         the normal strf header size. Fixes #343500.
5116
5117 2006-06-16  Wim Taymans  <wim@fluendo.com>
5118
5119         * ext/alsa/gstalsasink.c: (set_hwparams):
5120         If we fail to set the buffer_time and period_time alsa
5121         parameters, post a warning and leave alsa select a 
5122         default instead of failing. Fixes #342085
5123
5124 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5125
5126         * docs/libs/gst-plugins-base-libs-sections.txt:
5127         * gst-libs/gst/cdda/gstcddabasesrc.h:
5128           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5129           out in the header file and shouldn't be listed in the docs.
5130
5131         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5132           Must dereference pointer to fourcc in the debug statement.
5133
5134 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
5135
5136         * docs/libs/Makefile.am:
5137         * docs/libs/gst-plugins-base-libs-docs.sgml:
5138         * docs/libs/gst-plugins-base-libs-sections.txt:
5139         * docs/libs/gst-plugins-base-libs.types:
5140         add remaining symbols into correct setions
5141         
5142         * gst-libs/gst/audio/gstringbuffer.c:
5143         fix incomplete docs
5144         
5145         * gst-libs/gst/audio/gstringbuffer.h:
5146         comment out not yet implemented function
5147         
5148         
5149         * gst-libs/gst/floatcast/floatcast.h:
5150         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5151         add short descriptions
5152         
5153         
5154         * gst-libs/gst/interfaces/propertyprobe.c:
5155         fix return value docs   
5156         
5157         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5158         simplify debug logging
5159         
5160         * gst-libs/gst/riff/riff-read.h:
5161         sync function prototype and docs
5162         
5163         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5164         remove left over symbol
5165
5166 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5167
5168         * autogen.sh:
5169         * configure.ac:
5170         * docs/Makefile.am:
5171           Use GST_PLUGIN_DOCS macro in configure.ac, add
5172           --enable-plugin-docs default to autogen.sh and use
5173           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5174
5175 2006-06-15  Wim Taymans  <wim@fluendo.com>
5176
5177         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5178         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5179         (gst_ogg_demux_loop):
5180         Combine GstFlowReturn from the source pads to give a
5181         meaningfull result to the upstream peer or to stop the
5182         processing task in case of errors.
5183
5184 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5185
5186         * gst/playback/gststreaminfo.c: (cb_probe):
5187           Try GST_TAG_CODEC as fallback when extracting the
5188           codec name; more debug info.
5189
5190 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5191
5192         * ext/ogg/Makefile.am:
5193         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5194           Extract language tags from ogm subtitle streams, so that
5195           the subtitle menu choices are labelled correctly in
5196           Totem (fixes #344708).
5197
5198 2006-06-14  Wim Taymans  <wim@fluendo.com>
5199
5200         Patch by: Alessandro Decina <alessandro at nnva dot org>
5201
5202         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5203         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5204         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5205         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5206         Fix various leaks. Fixes #343699.
5207         Add x-smoke mime type.
5208
5209 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5210
5211         * gst-libs/gst/riff/riff-ids.h:
5212           Add IDs for 'bext' chunks (see #343837).
5213
5214 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5215
5216         Patch by: Young-Ho Cha  <ganadist at chollian net>
5217
5218         * gst/subparse/samiparse.c: (sami_context_pop_state),
5219         (handle_start_font), (end_sami_element):
5220           Honour font face tags in SAMI subtitles (#344503).
5221
5222 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5223
5224         * po/POTFILES.in:
5225           add missing files containing translatable strings
5226
5227 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5228
5229         * docs/libs/tmpl/.cvsignore:
5230           we don't want those *.sgml files in CVS either
5231
5232 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5233
5234         * docs/libs/.cvsignore:
5235         * tests/check/elements/.cvsignore:
5236         * tests/check/libs/.cvsignore:
5237           ignore more
5238
5239 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5240
5241         * docs/libs/Makefile.am:
5242           also commiting the changed Makefile.am (added more libs to the
5243           doc-build)
5244
5245 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5246
5247         * docs/libs/gst-plugins-base-libs-docs.sgml:
5248         * docs/libs/gst-plugins-base-libs-sections.txt:
5249         * docs/libs/gst-plugins-base-libs.types:
5250           first batch of reordering things, add index & hierarchy
5251
5252 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5253
5254         * configure.ac:
5255           use GST_PKG_CHECK_MODULES, cleans up output
5256
5257 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5258
5259         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5260           Add support for burn:// URIs (#343385); const-ify things a bit,
5261           use G_N_ELEMENTS instead of hard-coded array size.
5262
5263 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5264
5265         Patch by: Young-Ho Cha  <ganadist at chollian net>
5266
5267         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5268           Fix up broken entities before passing them to libxml *sigh*.
5269           (#343303).
5270           
5271 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5272
5273         * configure.ac:
5274           back to TRUNK
5275
5276 === release 0.10.8 ===
5277
5278 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5279
5280         * configure.ac:
5281           releasing 0.10.8, "Moar gij ziet mij nie"
5282
5283 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5284
5285         * configure.ac:
5286         * po/af.po:
5287         * po/az.po:
5288         * po/cs.po:
5289         * po/en_GB.po:
5290         * po/hu.po:
5291         * po/it.po:
5292         * po/nb.po:
5293         * po/nl.po:
5294         * po/or.po:
5295         * po/sq.po:
5296         * po/sr.po:
5297         * po/sv.po:
5298         * po/uk.po:
5299         * po/vi.po:
5300         * win32/common/config.h:
5301           0.10.7.2 prerelease
5302
5303 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5304
5305         * docs/libs/tmpl/gstaudio.sgml:
5306         * docs/libs/tmpl/gstcolorbalance.sgml:
5307         * docs/libs/tmpl/gstmixer.sgml:
5308         * docs/libs/tmpl/gstringbuffer.sgml:
5309         * docs/libs/tmpl/gsttuner.sgml:
5310         * docs/libs/tmpl/gstxoverlay.sgml:
5311         * gst-libs/gst/audio/audio.c:
5312         * gst-libs/gst/audio/gstringbuffer.c:
5313         * gst-libs/gst/interfaces/colorbalance.c:
5314         * gst-libs/gst/interfaces/mixer.c:
5315         * gst-libs/gst/interfaces/tuner.c:
5316         * gst-libs/gst/interfaces/xoverlay.c:
5317           move last template doc snippets to source code and delete them
5318
5319 2006-06-06  Michael Smith  <msmith@fluendo.com>
5320
5321         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5322         (theora_parse_drain_queue):
5323           Mark DELTA_UNIT on non-keyframes.
5324
5325 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5326
5327         * gst-libs/gst/audio/gstbaseaudiosink.c:
5328         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5329         * gst-libs/gst/audio/gstbaseaudiosink.h:
5330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5331         (gst_ring_buffer_samples_done):
5332         * gst-libs/gst/audio/gstringbuffer.h:
5333         Document better the fact that latency_time and buffer_time are values
5334         stored in microseconds, and not the usual GStreamer nanoseconds.
5335         Change the variables (compatibly) that store them from GstClockTime 
5336         to guint64 to make it more clear that they're not storing clock times.
5337         Also, remove the bogus property description that says the user can
5338         specify -1 to get the default value, since that's never been the case.
5339
5340         When computing the default segment size for the ring buffer, make it
5341         an integer number of samples.
5342
5343         When the sub-class indicates a delay greater than the number of
5344         samples we've written return 0 from the audio sink get_time method.
5345
5346 2006-06-02  Michael Smith  <msmith@fluendo.com>
5347
5348         * tests/check/elements/audioconvert.c: (set_channel_positions),
5349         (get_float_mc_caps), (get_int_mc_caps):
5350         * tests/check/elements/audioresample.c:
5351         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5352         * tests/check/elements/videorate.c:
5353         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5354         * tests/check/elements/volume.c:
5355         * tests/check/elements/vorbisdec.c:
5356         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5357           Don't busy-wait in tests; this was causing test timeouts very
5358           frequently when running under valgrind.
5359
5360 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5361
5362         * gst/tcp/README:
5363         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5364         (gst_multi_fd_sink_remove_client_link),
5365         (gst_multi_fd_sink_client_queue_caps),
5366         (gst_multi_fd_sink_client_queue_buffer),
5367         (gst_multi_fd_sink_handle_client_write),
5368         (gst_multi_fd_sink_render):
5369         * gst/tcp/gstmultifdsink.h:
5370           make multifdsink properly deal with streamheader:
5371           - streamheader is taken from caps
5372           - buffers marked with IN_CAPS are not sent
5373           - streamheaders are sent, on connection, from the caps of the
5374             buffer where the client gets positioned to
5375           - further streamheader changes are done every time the client
5376             will receive a buffer with different caps
5377         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5378         (gst_multifdsink_create_streamheader):
5379           add tests for this
5380
5381 2006-06-02  Michael Smith  <msmith@fluendo.com>
5382
5383         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5384           Reinstate limit on channel count. Vorbis does not define the meaning
5385           of > 6 channels, so they're just independent channels. Gstreamer
5386           currently has no mechanism to represent N independent channels.
5387
5388 2006-06-02  Michael Smith  <msmith@fluendo.com>
5389
5390         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5391           Don't arbitrarily restrict channel counts and rate in vorbis.
5392           In terms of effects likely on real-world files, this fixes 96kHz
5393           playback of vorbis.
5394
5395 2006-06-02  Michael Smith  <msmith@fluendo.com>
5396
5397         * gst/audioconvert/audioconvert.c: (float):
5398           More correct float->int conversion.
5399
5400 2006-06-02  Michael Smith  <msmith@fluendo.com>
5401
5402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5403           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5404           value. Fixes g-critical on trying to play back ogg containing
5405           unknown codec.
5406
5407 2006-06-02  Wim Taymans  <wim@fluendo.com>
5408
5409         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5410         (setup_source):
5411         * gst/playback/gstplaybasebin.h:
5412         Make the subtitle detection work from any thread so we don't
5413         deadlock. Fixes #343397.
5414
5415 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5416
5417         * gst/volume/Makefile.am:
5418           Seriously, it's not *that* hard to get compilation right.  Even
5419           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5420
5421 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5422
5423         * gst/volume/gstvolume.c: (volume_choose_func),
5424         (volume_update_real_volume), (gst_volume_class_init),
5425         (gst_volume_init), (volume_process_float), (volume_process_int16),
5426         (volume_process_int16_clamp), (volume_set_caps),
5427         (volume_transform_ip), (plugin_init):
5428         * gst/volume/gstvolume.h:
5429         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5430         another property desc., remove unused param from process function
5431         
5432         * tests/check/elements/volume.c: (volume_suite):
5433         reactivate the passthrough test
5434
5435 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5436
5437         * ext/alsa/gstalsamixerelement.h:
5438         * ext/alsa/gstalsamixeroptions.h:
5439         * ext/alsa/gstalsamixertrack.h:
5440         * ext/gnomevfs/gstgnomevfssink.h:
5441         * ext/gnomevfs/gstgnomevfssrc.h:
5442         * ext/theora/gsttheoradec.h:
5443         * ext/theora/gsttheoraenc.h:
5444         * ext/theora/gsttheoraparse.h:
5445         * ext/vorbis/vorbisparse.h:
5446         * gst-libs/gst/audio/gstaudioclock.h:
5447         * gst-libs/gst/audio/gstaudiofilter.h:
5448         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5449         * gst/audioconvert/gstaudioconvert.h:
5450         * gst/audioresample/gstaudioresample.h:
5451         * gst/audiotestsrc/gstaudiotestsrc.h:
5452         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5453         * gst/playback/gststreamselector.h:
5454         * gst/tcp/gstmultifdsink.h:
5455         * gst/tcp/gsttcpclientsink.h:
5456         * gst/tcp/gsttcpclientsrc.h:
5457         * gst/tcp/gsttcpserversink.h:
5458         * gst/tcp/gsttcpserversrc.h:
5459         * gst/videorate/gstvideorate.h:
5460         * gst/videoscale/gstvideoscale.h:
5461         * gst/videotestsrc/gstvideotestsrc.h:
5462         * gst/volume/gstvolume.h:
5463         * sys/v4l/gstv4ljpegsrc.h:
5464         * sys/v4l/gstv4lmjpegsink.h:
5465         * sys/v4l/gstv4lmjpegsrc.h:
5466         * sys/v4l/gstv4lsrc.h:
5467         * sys/ximage/ximagesink.h:
5468         * sys/xvimage/xvimagesink.h:
5469         * tests/old/testsuite/alsa/sinesrc.h:
5470         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5471
5472 2006-05-31  Wim Taymans  <wim@fluendo.com>
5473
5474         * ext/libvisual/visual.c: (gst_visual_reset),
5475         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5476         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5477         Handle DISCONT.
5478         Use running time before doing QoS.
5479         Handle mono too.
5480
5481 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5482
5483         * docs/libs/Makefile.am:
5484           set a magic variable to indicate we know the docs are incomplete
5485
5486 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5487
5488         * win32/common/libgstvideo.def:
5489           export gst_video_calculate_display_ratio
5490         * win32/vs6/libgstvideoscale.dsp:
5491           add link to libgstvideo-0.10.lib
5492
5493 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5494
5495         * gst/playback/gstplaybasebin.c: (gen_source_element):
5496           Throw a more comprehensible error for rtsp:// URIs (rather
5497           than erroring out with a negotiation error later on) until
5498           we fix playbin to handle rtspsrc etc.
5499
5500 2006-05-30  Wim Taymans  <wim@fluendo.com>
5501
5502         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5503         (gst_text_overlay_text_event):
5504         Added some FIXMEs.
5505
5506 2006-05-30  Wim Taymans  <wim@fluendo.com>
5507
5508         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5509         (gst_adder_request_new_pad), (gst_adder_release_pad):
5510         * gst/adder/gstadder.h:
5511         Implement release_request_pad.
5512         Make padcounter atomic.
5513
5514         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5515         Added check for release_pad in adder.
5516
5517 2006-05-30  Wim Taymans  <wim@fluendo.com>
5518
5519         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5520         Fix build again.
5521
5522 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5523
5524         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5525         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5526         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5527         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5528         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5529         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5530         (gst_ogg_demux_bisect_forward_serialno),
5531         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5532         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5533           add more debugging
5534           clean up printf formats for granulepos and serialno
5535
5536 2006-05-30  Michael Smith  <msmith@fluendo.com>
5537
5538         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5539         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5540         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5541         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5542         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5543         * ext/vorbis/vorbisenc.h:
5544           Multi-channel caps negotiation, so we can do proper multichannel
5545           vorbis encoding, negotiated through audioconvert.
5546
5547 2006-05-30  Wim Taymans  <wim@fluendo.com>
5548
5549         * tests/check/elements/adder.c: (test_event_message_received),
5550         (test_play_twice_message_received), (GST_START_TEST),
5551         (adder_suite):
5552         Added check to show that #339935 is fixed with ongoing
5553         adder and collectpads fixes.
5554
5555 2006-05-29  Wim Taymans  <wim@fluendo.com>
5556
5557         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5558         Don't leak pad name.
5559
5560 2006-05-29  Wim Taymans  <wim@fluendo.com>
5561
5562         * gst/adder/gstadder.c: (gst_adder_query_duration),
5563         (forward_event_func), (forward_event), (gst_adder_src_event):
5564         Fix adder seeking.
5565         Make query/seeking code threadsafe.
5566
5567         * tests/check/Makefile.am:
5568         * tests/check/elements/adder.c: (test_event_message_received),
5569         (GST_START_TEST), (test_play_twice_message_received):
5570         Fix adder test case.
5571
5572 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5573
5574         Patch by: Young-Ho Cha  <ganadist at chollian net>
5575
5576         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5577         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5578         (set_encoding_element), (decodebin_element_added_cb),
5579         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5580         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5581         * gst/playback/gstplaybasebin.h:
5582           Add 'subtitle-encoding' property to playbin, so applications can
5583           force a subtitle encoding for non-UTF8 subtitles (#342268).
5584
5585         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5586         (gst_sub_parse_set_property):
5587           Rename recently-added 'encoding' property to 'subtitle-encoding'
5588           (so it can be proxied by playbin/decodebin in a generic way
5589           with less danger of false positives).
5590
5591 2006-05-29  Michael Smith  <msmith@fluendo.com>
5592
5593         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5594         (append_with_other_format), (set_structure_widths),
5595         (gst_audio_convert_transform_caps):
5596           Patch from #341562: give more specific audio caps in get_caps, so
5597           that basetransform  can make better decisions on what caps to
5598           negotiate.
5599
5600 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5601
5602         * tests/check/elements/volume.c:
5603         make it compile again
5604
5605 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5606
5607         * tests/check/elements/volume.c: (volume_suite):
5608         disable test until #343196 gets resolved
5609
5610 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5611
5612         * gst/adder/gstadder.c: (gst_adder_get_type):
5613         Make it easier to copy&paste
5614         
5615         * gst/volume/Makefile.am:
5616         * gst/volume/gstvolume.c: (volume_update_real_volume),
5617         (gst_volume_set_volume), (gst_volume_set_mute),
5618         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5619         (volume_transform_ip), (volume_update_mute),
5620         (volume_update_volume):
5621         * gst/volume/gstvolume.h:
5622         Add own debug category, move duplicate code to helper function, fix
5623         property texts, add more comments and prepare ffor liboil-goodness
5624         
5625         * tests/check/Makefile.am:
5626         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5627         add test for mute and passtrough case, be a bit more verbose to track
5628         failure
5629         
5630         * tests/check/generic/states.c: (GST_START_TEST):
5631         catch elements that fail to instantiate
5632
5633 2006-05-28  Edward Hervey  <edward@fluendo.com>
5634
5635         * tests/check/pipelines/simple-launch-lines.c:
5636         * tests/check/pipelines/theoraenc.c:
5637         * tests/check/pipelines/vorbisenc.c:
5638         Comment out tests using parse_launch() if core was built without
5639         parsing capabilities.
5640
5641 2006-05-27  Edward Hervey  <edward@fluendo.com>
5642
5643         * tests/check/Makefile.am:
5644         Extra bonus points for whoever explains to ensonic that you are meant
5645         to test unit tests thoroughly before commiting them, especially if
5646         you know it's going to break.
5647         De-activated element/adder tests.
5648
5649 2006-05-27  Edward Hervey  <edward@fluendo.com>
5650
5651         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5652         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5653         Marking caps conversion issues as GST_WARNING is way too verbose,
5654         Moving them to GST_LOG.
5655
5656 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5657
5658         * README:
5659           Replace current README (containing the release notes from
5660           some 0.9.x version) with a proper README taken from the core.
5661
5662 2006-05-26  Wim Taymans  <wim@fluendo.com>
5663
5664         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5665         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5666         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5667         (vorbis_dec_change_state):
5668         Small cleanups.
5669         Add some FIXMEs
5670         Clip output samples to segment boundaries.
5671
5672 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5673
5674         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5675         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5676         Improve the errors produced on bad output, including some human
5677         readable description strings.
5678         Handle the (theoretical for ximagesink) case where the XServer 
5679         has a different idea about the size required for a particular 
5680         frame and gives us too small a memory allocation.
5681
5682 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5683
5684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5685         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5686         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5687         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5688         Improve the errors produced on bad output, including some human 
5689         readable description strings.
5690         Handle RGB Xv formats properly by transforming them into our 
5691         big-endian caps description.
5692         Use gst_caps_truncate to ensure that we never try and choose a
5693         non-fixed caps in buffer_alloc.
5694         Handle the case where the XServer has a different idea about the size
5695         required for a particular frame and gives us too small a memory
5696         allocation.
5697         Use -1 to indicate 'no image format', because 0 is a valid XServer
5698         image format number.
5699         Put RGB Xv formats at the end of the caps, so that we always prefer
5700         YUV format frames.
5701         Iterate the available Xv Encodings to determine the maximum width and
5702         height, and then return that in our caps.
5703         (Closes #315312, #337544)
5704
5705 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5706
5707         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5708         When there is only one unfinished pad and it receives an event that
5709         doesn't match our requirements, we need to set alldone=FALSE so that
5710         the fakesink is not removed yet.
5711
5712 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5713
5714         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5715           Use gst_type_find_helper_for_buffer() to find the type
5716           of stream from the first packet.
5717
5718         * configure.ac:
5719           Bump requirements to core CVS (needed for vorbis
5720           typefinding to work).
5721
5722 2006-05-24  Edward Hervey  <edward@fluendo.com>
5723
5724         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5725         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5726         contain.  Else they play perfectly fine with qtdemux.
5727
5728 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5729
5730         * ext/theora/theoradec.c:
5731         * ext/theora/theoraenc.c:
5732         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5733         * gst/audiorate/gstaudiorate.c:
5734           make more debug catagories static
5735         
5736         * tests/check/Makefile.am:
5737         * tests/check/elements/adder.c: (message_received),
5738         (test_event_message_received), (GST_START_TEST),
5739         (test_play_twice_message_received), (adder_suite):
5740           added test case for using element twice, extra bonus points for anyone
5741           who can make these test run reliably
5742
5743 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5744
5745         * ext/theora/theoradec.c: (theora_dec_chain):
5746           Make work with time-stamped input buffers that do not
5747           have a granulepos in BUFFER_OFFSET_END (like theora
5748           buffers coming from matroskademux). Fixes #342448.
5749
5750 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5751
5752         Patch by: Peter Kjellerstedt  <pkj at axis com>
5753
5754         * gst/tcp/Makefile.am:
5755           fdstresstest doesn't need Gtk+, fix compilation if 
5756           gtk is not available (#342566).
5757
5758 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5759          
5760         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5761           80 line columns
5762           Removed redundant floor()
5763
5764 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5765
5766         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5767           On second thought, just skip JUNK chunks automatically, so
5768           the caller doesn't have to handle this. Fixes #342345.
5769           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5770           not GST_FLOW_ERROR.
5771
5772 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5773
5774         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5775           Don't bail out on JUNK chunks with a size of 0 (would try to
5776           pull_range 0 bytes before, which sources don't like too much).
5777           See #342345.
5778
5779 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5780
5781         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5782         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5783         Use the gstutil scaling function to preserve 64 bits while calculating
5784         output width and height from the display-aspect-ratio. (A continuation
5785         of #341542)
5786
5787 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5788
5789         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5790         (gst_xvimagesink_buffer_alloc):
5791         * sys/xvimage/xvimagesink.h:
5792         When performing buffer allocations, remember the caps and image format
5793         we return so that if the same caps are asked for next time we can
5794         return them immediately without doing any caps intersections.
5795
5796 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5797          
5798         * gst-libs/gst/rtp/README:
5799           Some new documentation
5800         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5801           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5802         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5803         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5804           New RTP audio base payloader class. Supports frame or sample based
5805           codecs.  Not enabled in Makefile.am until approved.
5806
5807 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5808
5809         * tests/check/elements/alsa.c: (test_device_property_probe):
5810           Fix test case: don't try to free NULL GValueArray when there
5811           are no devices.
5812
5813 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5814
5815         * tests/check/Makefile.am:
5816         * tests/check/elements/alsa.c: (test_device_property_probe),
5817         (alsa_suite), (main):
5818           Add simple test that runs a device property probe on alsasrc,
5819           alsasink and alsamixer. Disable valgrind check for now (too
5820           many leaks in libasound, and valgrind ignored my suppressions
5821           additions).
5822
5823 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5826         (gst_alsa_device_property_probe_probe_property),
5827         (gst_alsa_device_property_probe_needs_probe),
5828         (gst_alsa_device_property_probe_get_values),
5829         (gst_alsa_type_add_device_property_probe_interface):
5830         * ext/alsa/gstalsadeviceprobe.h:
5831         * ext/alsa/gstalsamixerelement.c:
5832         (gst_alsa_mixer_element_init_interfaces):
5833         * ext/alsa/gstalsamixerelement.h:
5834           Clean up and simplify alsa device probing. Make it actually work
5835           for multiple classes. Don't cache results any longer.
5836
5837         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5838         (gst_alsasink_init):
5839         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5840         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5841         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5842           Make alsasink and alsasrc implement the GstPropertyProbe interface
5843           for device probing (#342181).
5844           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5845
5846 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5847
5848         * gst/subparse/samiparse.c: (handle_start_font):
5849           Don't ignore return value of strtol (++compiler_happiness).
5850
5851 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5852
5853         Patch by: Young-Ho Cha  <ganadist chollian net>
5854
5855         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5856         (gst_sub_parse_class_init), (gst_sub_parse_init),
5857         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5858         (convert_encoding):
5859         * gst/subparse/gstsubparse.h:
5860           Add 'encoding' property (#341681).
5861
5862         * gst/subparse/samiparse.c: (characters_sami):
5863           Output is pango markup, so we need to escape text
5864           between tags (#342143).
5865
5866 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5867
5868         * gst-libs/gst/audio/multichannel.c:
5869         (gst_audio_check_channel_positions):
5870           It's okay to have caps with channels=1 and a channel position
5871           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5872           (deinterleavers might want to keep the position in the caps,
5873           so that they can be re-interleaved again properly later).
5874           Leave check for unexpected 2-channel layouts intact for now.
5875
5876 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5877
5878         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5879         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5880         basesrc can do its job correctly.
5881
5882 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5883
5884         * ext/alsa/Makefile.am:
5885         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5886         (gst_alsa_detect_formats), (get_channel_free_structure),
5887         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5888         (gst_alsa_probe_supported_formats):
5889         * ext/alsa/gstalsa.h:
5890         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5891           Refactor and improve caps probing code: probe signedness
5892           when we probe the supported formats/widths; set endianness
5893           to the one we actually probed for (ie. cpu endianness).
5894           
5895         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5896         (gst_alsasrc_close):
5897         * ext/alsa/gstalsasrc.h:
5898           Implement caps probing for alsasrc.
5899
5900 2006-05-15  Wim Taymans  <wim@fluendo.com>
5901
5902         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5903         (theora_dec_src_query), (theora_dec_src_event),
5904         (theora_dec_sink_event), (theora_handle_comment_packet),
5905         (theora_handle_data_packet), (theora_dec_change_state):
5906         Cleanups, add some G_LIKELY.
5907         Use segment helpers instead of our own wrong code.
5908         Clear queued buffers on seek and READY.
5909
5910         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5911         (vorbis_dec_convert), (vorbis_dec_src_query),
5912         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5913         (vorbis_handle_comment_packet), (vorbis_dec_push),
5914         (vorbis_handle_data_packet), (vorbis_dec_chain),
5915         (vorbis_dec_change_state):
5916         * ext/vorbis/vorbisdec.h:
5917         Remove old useless packetno variable.
5918         Do position query properly.
5919         Add some G_LIKELY.
5920         Do cleanup of queued buffers in new helper function
5921         and use it.
5922
5923 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5924
5925         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5926           Query supported sample rates. Fixes #341732.
5927
5928 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5929
5930         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5931         (gst_decode_bin_change_state): Make decodebin reusable
5932         when going from PAUSE_TO_READY and then back to PAUSED.
5933         Fixes #331678.
5934
5935 2006-05-15  Wim Taymans  <wim@fluendo.com>
5936
5937         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5938         (vorbis_dec_convert), (vorbis_dec_src_query),
5939         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5940         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5941         (vorbis_dec_clean_queued), (vorbis_dec_push),
5942         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5943         Cleanups. Use refcounting and DEBUG_OBJECT.
5944         Reset segment on flush, use code methods instead of our
5945         own wrong version.
5946         Fix potential memleak.
5947
5948 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5949
5950         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5951         (gst_alsasink_init):
5952         * ext/alsa/gstalsasink.h:
5953           Don't leak allocated snd_output_t structure if there's
5954           more than one alsasink instance at a time (#341873).
5955           Also fix GObject macros in header file.
5956           
5957 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5958
5959         * gst/subparse/gstsubparse.c:
5960         (gst_sub_parse_data_format_autodetect):
5961           Don't use libxml functions in the typefinding code.
5962
5963 2006-05-15  Wim Taymans  <wim@fluendo.com>
5964
5965         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5966         Fix seeking performance in the case where a non-header 
5967         packet has a 0 granulepos (busted theora case). 
5968         Fixes #341719
5969         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5970          the first place, you limelight stealer you)
5971
5972 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5973
5974         * gst/subparse/gstsubparse.c:
5975         (gst_sub_parse_data_format_autodetect):
5976           Improve SAMI typefinding: handle case where there are
5977           whitespaces or newlines in front of the first <SAMI>
5978           tag (#169936).
5979
5980 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5981
5982         * configure.ac:
5983           Build video4linux plugin even if there's no XVIDEO, just
5984           without implementing the GstXOverlay interface (#334002).
5985          
5986 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5987
5988         * configure.ac:
5989         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5990         (plugin_init):
5991           Add tentative support for libvisual-0.4 (#336881).
5992
5993 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5994
5995         Patch by: Young-Ho Cha <ganadist at chollian net>
5996
5997         * gst/subparse/samiparse.c: (handle_start_font):
5998           Need to map "silver" colour explicitly (#169936).
5999
6000 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6001
6002         Patch by: Young-Ho Cha  <ganadist at chollian net>
6003
6004         * gst/subparse/Makefile.am:
6005         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6006         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
6007         (gst_sub_parse_format_autodetect), (feed_textbuf),
6008         (gst_subparse_type_find), (plugin_init):
6009         * gst/subparse/gstsubparse.h:
6010         * gst/subparse/samiparse.c:
6011         * gst/subparse/samiparse.h:
6012           Add support for SAMI subtitles (#169936).
6013
6014 2006-05-14  Michael Smith  <msmith@fluendo.com>
6015
6016         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
6017           Fix #341696: crash when mixing L+R+C to mono or stereo.
6018         * tests/check/Makefile.am:
6019         * tests/check/elements/audioconvert.c: (set_channel_positions),
6020         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
6021         (audioconvert_suite):
6022           Add test for the above, including some generic framework bits for
6023           testing multichannel things.
6024
6025 === release 0.10.7 ===
6026
6027 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
6028
6029         * configure.ac:
6030           releasing 0.10.7, "Leave the gun"
6031
6032 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6033
6034         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6035         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6036         Fix the build.
6037
6038 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
6039
6040         * docs/libs/gst-plugins-base-libs-docs.sgml:
6041         * docs/libs/gst-plugins-base-libs-sections.txt:
6042         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
6043         * gst-libs/gst/video/video.h:
6044         * gst/videoscale/Makefile.am:
6045         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6047         * tests/check/Makefile.am:
6048         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
6049         (main):
6050           Fix integer overflow problem with pixel-aspect-ratio calculations
6051           in videoscale and xvimagesink (#341542)
6052
6053 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * gst-libs/gst/tag/gstid3tag.c:
6056           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6057
6058 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
6059
6060         * win32/MANIFEST:
6061           update win32 files listing
6062
6063 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6064
6065         patch by: Sjoerd Simons (sjoerd@luon.net)
6066
6067         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6068         (group_create), (group_destroy), (add_stream),
6069         (gst_play_base_bin_get_property),
6070         (gst_play_base_bin_get_streaminfo_value_array):
6071         * gst/playback/gstplaybasebin.h:
6072           API: GstPlayBaseBin::stream-info-value-array property
6073           use a more bindings-friendly way of exposing streaminfo
6074           using a GValueArray.  Tested in ipython.
6075           Closes #341114
6076
6077 2006-05-11  Wim Taymans  <wim@fluendo.com>
6078
6079         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6080         (queue_underrun_cb), (queue_filled_cb):
6081         Also catch queue underruns but don't do anything yet.
6082         Refactor and comment queue enlarging code a bit.
6083
6084         * gst/playback/gstplaybasebin.c: (queue_overrun),
6085         (queue_threshold_reached), (queue_out_of_data),
6086         (gen_preroll_element):
6087         If a queue over/underruns check that we don't create nasty
6088         deadlocks when the min-threshold is not reached but the
6089         max-bytes is. In those cases disable max-bytes when we
6090         know that the queue is fed timed data.
6091         Add more comments.
6092
6093 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6094
6095         * gst/playback/gstplaybin.c: (gen_audio_element):
6096           Make playbin automatically plug an 'audioresample'
6097           element before the audio sink as well. This solves
6098           problems with sinks that only accept a very specific
6099           sample rate, like esdsink (e.g. #340379).
6100
6101 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6102
6103         * gst/playback/gstplaybasebin.c: (gen_source_element):
6104           Make http sources send special headers so that we receive
6105           icecast metadata if the http stream is an icecast stream
6106           (otherwise the server will just ignore them). This also
6107           means that from now on users will need the 'icydemux'
6108           element from gst-plugins-good installed if they want to
6109           listen to icecast radio streams. (#341432, #333657).
6110
6111 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6112
6113         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6114         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6115           remove stupid example from docs - it should come with a simple
6116           C program instead.
6117           Clean up/fix docs
6118         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6119         (fail_if_can_read), (GST_START_TEST),
6120         (gst_multifdsink_create_streamheader), (multifdsink_suite):
6121           add a test for changing streamheader which exposes a bug in
6122           multifdsink
6123
6124 2006-05-11  Michael Smith  <msmith@fluendo.com>
6125
6126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6127         (gst_gnome_vfs_src_received_headers_callback):
6128         * ext/gnomevfs/gstgnomevfssrc.h:
6129           Don't set icy-caps unless we have a sane interval value. Move
6130           interval to a local variable; we never use it outside this function.
6131
6132 2006-05-11  Wim Taymans  <wim@fluendo.com>
6133
6134         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6136         Register special buffer types along with the objects so
6137         that they are not registered at runtime from N different
6138         streaming threads since they are not threadsafe.
6139
6140 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6141
6142         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6143         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6144           add two more tests, one doing streamheader
6145
6146 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6147
6148         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6149           clean up the bufqueue when shutting down
6150         * tests/check/Makefile.am:
6151         * tests/check/elements/multifdsink.c: (setup_multifdsink),
6152         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6153         (main):
6154           add a test for the leak that was just fixed
6155
6156 2006-05-10  Wim Taymans  <wim@fluendo.com>
6157
6158         * gst/adder/gstadder.c: (gst_adder_setcaps),
6159         (gst_adder_query_duration), (gst_adder_query), (forward_event),
6160         (gst_adder_src_event), (gst_adder_sink_event),
6161         (gst_adder_class_init), (gst_adder_finalize),
6162         (gst_adder_request_new_pad), (gst_adder_collected):
6163         * gst/adder/gstadder.h:
6164         Updated some docs. Added comments and FIXMEs all over the place.
6165         Improve debugging info.
6166         Fix leak on finalize by not calling the parent.
6167         Implement duration query.
6168         Make event forwarding threadsafe.
6169         Correctly send NEWSEGMENT at start and after flush.
6170         Handle EOS correctly.
6171         Post error when not negotiated.
6172
6173         * tests/check/elements/adder.c: (GST_START_TEST):
6174         Added FIXME in the test.
6175
6176 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6177
6178         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6179         (gst_text_overlay_halign_get_type),
6180         (gst_text_overlay_wrap_mode_get_type):
6181         * ext/theora/theoradec.c: (theora_handle_type_packet),
6182         (theora_handle_data_packet):
6183         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6184         (theora_enc_sink_setcaps), (theora_enc_chain):
6185         * gst-libs/gst/cdda/gstcddabasesrc.c:
6186         (gst_cdda_base_src_mode_get_type):
6187         * gst/audiotestsrc/gstaudiotestsrc.c:
6188         (gst_audiostestsrc_wave_get_type):
6189         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6190         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6191         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6192         (gst_sync_method_get_type), (gst_unit_type_get_type),
6193         (gst_client_status_get_type):
6194         * gst/videoscale/gstvideoscale.c:
6195         (gst_video_scale_method_get_type):
6196         * gst/videotestsrc/gstvideotestsrc.c:
6197         (gst_video_test_src_pattern_get_type):
6198         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6199         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6200         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6201         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6202         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6203         (paint_setup_RGB565), (paint_setup_xRGB1555):
6204           Const-ify GEnumValue and GFlagsValue arrays. Use
6205           GST_ROUND_UP_* macros instead of home-made ones.
6206
6207 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6208
6209         * configure.ac:
6210           Require core CVS for the new newsegment stuff.
6211
6212 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6213
6214         Patch by: Sjoerd Simons  <sjoerd at luon net>
6215
6216         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6217           Register nick for enum value (#341160).
6218
6219 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
6220
6221         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6222         (plugin_init):
6223          backout typefind patch #340375
6224          
6225         * tests/check/elements/adder.c: (message_received),
6226         (GST_START_TEST), (adder_suite):
6227           redo, signal-handling of test
6228
6229 2006-05-09  Wim Taymans  <wim@fluendo.com>
6230
6231         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6232         (gst_adder_collected):
6233         * gst/adder/gstadder.h:
6234         Remove bogus segment merging and forwarding, we don't
6235         care about timestamps anyway and we just produce a
6236         continuous stream. 
6237         Also create a nice NEWSEGMENT event when we start.
6238         Use _scale_int some more.
6239
6240 2006-05-09  Edward Hervey  <edward@fluendo.com>
6241
6242         * tests/icles/stress-xoverlay.c:
6243         Fix if core was built without parsing support.
6244
6245 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6246
6247         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6248           Add SEDG (Samsung MPEG-4) fourcc.
6249
6250 2006-05-09  Edward Hervey  <edward@fluendo.com>
6251
6252         * tests/icles/stress-xoverlay.c:
6253         * tests/examples/volume/volume.c:
6254         Fix if core was built without parsing support.
6255
6256         * tests/examples/seek/seek.c:
6257         Disable the parse_launch example if core was built without parsing
6258         support.
6259
6260 2006-05-08  Edward Hervey  <edward@fluendo.com>
6261
6262         * autogen.sh: (CONFIGURE_DEF_OPT): 
6263         libtoolize on Darwin/MacOSX is called glibtoolize
6264
6265 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6266
6267         * tests/check/Makefile.am:
6268         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6269           Disable the adder test, until the build-slaves posses the kindness to 
6270           either like it or to give valid reason for not doing so 
6271
6272 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6273
6274         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6275         (adder_suite):
6276           Shuffle NULL state change around and raise timeout more
6277
6278 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6279
6280         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6281         (mp4_type_find), (plugin_init):
6282           Add typefind to distinguish between "audio/x-m4a" and new type
6283           "video/mp4". Fixes #340375
6284
6285         * tests/check/elements/adder.c: (adder_suite):
6286           Raise timeout to make buildbot happy
6287
6288 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6289
6290         * gst/adder/gstadder.c: (gst_adder_sink_event),
6291         (gst_adder_request_new_pad), (gst_adder_change_state):
6292         * gst/adder/gstadder.h:
6293         * tests/check/Makefile.am:
6294         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6295         (adder_suite), (main):
6296           Add sink-event handling to adder. It tries to merge incomming
6297           newsegment-events. Added test to check if segment_done is comming
6298           through. Fixes #340060
6299
6300 2006-05-05  Andy Wingo  <wingo@pobox.com>
6301
6302         * ext/theora/theoraparse.c (gst_theora_parse_init)
6303         (theora_parse_src_convert, theora_parse_src_query):
6304         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6305         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6306         query functions on the source pads of the theora and vorbis parse
6307         elements. Fixes position querying when doing a remux.
6308
6309 2006-05-05  Michael Smith  <msmith@fluendo.com>
6310
6311         * ext/theora/theoraparse.c: (parse_granulepos),
6312         (theora_parse_drain_queue_prematurely),
6313         (theora_parse_queue_buffer), (theora_parse_sink_event):
6314           Fix flushing.
6315           Fix invalid granulepos outputs when starting with a non-keyframe.
6316
6317 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6318
6319         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6320         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6321         Rearrange MPEG system stream detection, fixing some memleaks in the
6322         process.
6323         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6324         they clean up their data correctly.
6325         Remove unused ogganx caps and move the 'is_annodex' check to inside
6326         the 'is_ogg' if statement.
6327
6328 2006-05-05  Wim Taymans  <wim@fluendo.com>
6329
6330         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6331         Properly remove ghostpads. Fixes #340392
6332
6333 2006-05-04  David Schleef  <ds@schleef.org>
6334
6335         * gst/typefind/gsttypefindfunctions.c:
6336
6337 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6338
6339         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6340         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6341
6342         When typefinding an MP3 in push-based mode, don't penalise the
6343         probability down to 74% when we found 5 valid frames just because we
6344         can't peek the end of the file.
6345
6346         Make the probability for detecting MPEG Transport Streams based on the
6347         number of sequential headers we successfully detected.
6348
6349 2006-05-03  Wim Taymans  <wim@fluendo.com>
6350
6351         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6352         (vorbis_dec_push), (vorbis_dec_chain):
6353         Still produce an error when we receive an empty packet.
6354
6355 2006-05-03  Wim Taymans  <wim@fluendo.com>
6356
6357         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6358         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6359         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6360         Mark buffers with DISCONT after seek and after activating new
6361         chains.
6362
6363         * ext/theora/gsttheoradec.h:
6364         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6365         (theora_get_query_types), (theora_dec_sink_event),
6366         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6367         (theora_dec_change_state):
6368         Fix frame counter.
6369         Detect and mark DISCONT buffers.
6370
6371         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6372         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6373         (vorbis_dec_change_state):
6374         * ext/vorbis/vorbisdec.h:
6375         Use GstSegment.
6376         Detect and mark DISCONT buffers.
6377         Don't crash on 0 sized buffers.
6378
6379 2006-05-03  Wim Taymans  <wim@fluendo.com>
6380
6381         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6382         (volume_transform_ip):
6383         Increase "volume" property to 10.0. Fixes #340369.
6384         Set the process function to NULL when capsnego fails so that
6385         we properly error out.
6386
6387 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6388
6389         * gst/playback/gstplaybin.c: (add_sink):
6390         * gst/playback/test.c: (main):
6391         * gst/playback/test5.c: (dump_element_stats):
6392         * gst/playback/test6.c: (main):
6393           free caps using gst_caps_unref, don't leak caps-strings
6394
6395 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6396
6397         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6398         (plugin_init):
6399           Refine musepack typefinding a bit. Return MAXIMUM
6400           probability when we detect stream version 7 to make
6401           sure the mpeg audio typefinder doesn't trump us.
6402
6403 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6404
6405         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6406           Protect against unexpected NULL strf_data buffer.
6407
6408 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6409
6410         * tests/check/elements/audioconvert.c: (verify_convert),
6411         (GST_START_TEST):
6412           interpret the out[] buffer in the order the bytes are actually
6413           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6414           Other tests should use BYTE_ORDER since the array is filled in
6415           with actual values
6416
6417 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6418
6419         * tests/check/elements/audioconvert.c: (verify_convert),
6420         (GST_START_TEST):
6421           when a test fails, give an indication of which it is
6422
6423 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6424
6425         * gst-libs/gst/cdda/gstcddabasesrc.c:
6426           compile fix; strtol() needs <stdlib.h>
6427
6428 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6429
6430         * ext/alsa/gstalsamixerelement.c:
6431         * ext/alsa/gstalsasrc.c:
6432         * ext/cdparanoia/gstcdparanoiasrc.c:
6433         * ext/gnomevfs/gstgnomevfssink.c:
6434         * ext/gnomevfs/gstgnomevfssrc.c:
6435         * ext/ogg/gstoggdemux.c:
6436         * ext/ogg/gstoggmux.c:
6437         * ext/ogg/gstoggparse.c:
6438         * ext/ogg/gstogmparse.c:
6439         * ext/pango/gstclockoverlay.c:
6440         * ext/pango/gsttextoverlay.c:
6441         * ext/pango/gsttextrender.c:
6442         * ext/pango/gsttimeoverlay.c:
6443         * ext/theora/theoradec.c:
6444         * ext/theora/theoraenc.c:
6445         * ext/vorbis/vorbisdec.c:
6446         * ext/vorbis/vorbisenc.c:
6447         * gst-libs/gst/audio/gstaudiofilter.c:
6448         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6449         * gst/audioconvert/gstaudioconvert.c:
6450         * gst/audiorate/gstaudiorate.c:
6451         * gst/audioresample/gstaudioresample.c:
6452         * gst/audiotestsrc/gstaudiotestsrc.c:
6453         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6454         * gst/playback/gstdecodebin.c:
6455         * gst/playback/gstplaybin.c:
6456         * gst/playback/gststreamselector.c:
6457         * gst/subparse/gstsubparse.c:
6458         * gst/tcp/gstmultifdsink.c:
6459         * gst/tcp/gsttcpclientsink.c:
6460         * gst/tcp/gsttcpclientsrc.c:
6461         * gst/tcp/gsttcpserversink.c:
6462         * gst/tcp/gsttcpserversrc.c:
6463         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6464         * gst/videorate/gstvideorate.c:
6465         * gst/videoscale/gstvideoscale.c:
6466         * gst/videotestsrc/gstvideotestsrc.c:
6467         * gst/volume/gstvolume.c:
6468         * sys/v4l/gstv4ljpegsrc.c:
6469         * sys/v4l/gstv4lmjpegsink.c:
6470         * sys/v4l/gstv4lmjpegsrc.c:
6471         * sys/v4l/gstv4lsrc.c:
6472         * sys/ximage/ximagesink.c:
6473         * sys/xvimage/xvimagesink.c:
6474         * tests/check/libs/cddabasesrc.c:
6475           make GstElementDetails const
6476
6477 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6478
6479         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6480         (gst_adder_init):
6481           send events from src-pad to all sink-pads fixes #338657
6482
6483 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6484
6485         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6486         (alsasink_parse_spec):
6487           query width capabilities from alsa, fixes #338919
6488
6489 2006-04-28  Wim Taymans  <wim@fluendo.com>
6490
6491         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6492         (gst_multi_fd_sink_remove_client_link):
6493         * gst/tcp/gstmultifdsink.h:
6494         Fix race condition in multifdsink that can lead to spurious 
6495         duplicate clients. this patch adds a new signal that is fired when
6496         multifdsink has removed all references to the fd.
6497         Fixes #339574.
6498         Updated documentation.
6499         API: client-fd-removed signal added
6500
6501 2006-04-28  Michael Smith  <msmith@fluendo.com>
6502
6503         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6504           When asking g_value_array_new to prealloc elements, we may as well
6505           ask for the right number of elements.
6506
6507 2006-04-28  Wim Taymans  <wim@fluendo.com>
6508
6509         * gst-libs/gst/audio/gstbaseaudiosink.c:
6510         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6511         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6512         patch to make timestamp checking more tollerant to rounding 
6513         errors given that real discontinuities are to be marked on
6514         buffers. Fixes some asf files and #338778.
6515         Also avoid some crashers when we receive an event in the 
6516         NULL state.
6517
6518 2006-04-28  Michael Smith  <msmith@fluendo.com>
6519
6520         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6521         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6522         (gst_gnome_vfs_src_get_property),
6523         (gst_gnome_vfs_src_send_additional_headers_callback),
6524         (gst_gnome_vfs_src_received_headers_callback),
6525         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6526         (gst_gnome_vfs_src_stop):
6527         * ext/gnomevfs/gstgnomevfssrc.h:
6528           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6529           proper shared support within icydemux.
6530
6531 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6532
6533         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6534         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6535           fix up docs
6536           fix a leak when no caps negotiated
6537           fix counting of input frames
6538         * tests/check/elements/.cvsignore:
6539         * tests/check/elements/videorate.c: (assert_videorate_stats),
6540         (GST_START_TEST), (videorate_suite):
6541           add tests for these
6542
6543 2006-04-28  Wim Taymans  <wim@fluendo.com>
6544
6545         * gst-libs/gst/audio/gstringbuffer.c:
6546         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6547         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6548         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6549         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6550         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6551         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6552         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6553         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6554         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6555         Check arguments passed to public functions instead of
6556         crashing.
6557
6558 2006-04-28  Wim Taymans  <wim@fluendo.com>
6559
6560         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6561         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6562         GstBaseAudioSrc must be live or it does not work.
6563
6564         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6565         Don't set live to TRUE as this is the default in the parentclass.
6566
6567 2006-04-28  Wim Taymans  <wim@fluendo.com>
6568
6569         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6570         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6571         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6572         fixation cases better. Fixes #338991
6573
6574 2006-04-28  Wim Taymans  <wim@fluendo.com>
6575
6576         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6577         Handle 0/1 framerate correctly Fixes #331901.
6578
6579 2006-04-28  Wim Taymans  <wim@fluendo.com>
6580
6581         * tests/check/elements/audioconvert.c: (get_float_caps),
6582         (GST_START_TEST), (audioconvert_suite):
6583         Added check for correct clipping when doing float samples
6584         in audioconvert.
6585
6586 2006-04-28  Wim Taymans  <wim@fluendo.com>
6587
6588         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6589         (gst_video_rate_chain):
6590         Print more debugging info.
6591
6592 2006-04-28  Wim Taymans  <wim@fluendo.com>
6593
6594         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6595         (resample_set_state_from_caps):
6596         Add support for other formats audioresample can handle such as
6597         32 bits in and float and 64 bits float. Fixes #301759
6598
6599 2006-04-28  Wim Taymans  <wim@fluendo.com>
6600
6601         * gst/audioconvert/audioconvert.c: (float):
6602         correctly clip float samples > 1.0. Fixes #338718
6603
6604 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6605
6606         Patch by: Young-Ho Cha  <ganadist at chollian net>
6607
6608         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6609         (gst_text_overlay_render_text):
6610           Don't strip newlines from the text. Also, center lines
6611           within multi-line paragraphs (#339405).
6612
6613 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6614
6615         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6616           Fix wavpack typefinding to work in more cases (don't peek
6617           for chunks of multiple hundred kBs at once, but process
6618           things step-by-step in smaller units). Fixes #339786.
6619
6620 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6621
6622         * configure.ac:
6623           back to HEAD
6624
6625 === release 0.10.6 ===
6626
6627 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6628
6629         * configure.ac:
6630           releasing 0.10.6, "Chao"
6631
6632 2006-04-26  David Schleef  <ds@schleef.org>
6633
6634         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6635           Fixes #338897.
6636
6637 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6638
6639         * configure.ac:
6640         * win32/common/config.h:
6641           new prerelease
6642
6643 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6644
6645         patch by: Wim Taymans
6646
6647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6648         (gst_ogg_demux_perform_seek):
6649           make sure correct newsegments are sent, so that the decoder
6650           and the demuxer agree on timestamps.  Fixes playback of a lot
6651           of Ogg files that do not start from 0.  Fixes #339833.
6652
6653 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6654
6655         Patch by: Edward Hervey  <edward@fluendo.com>
6656
6657         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6658         * tests/check/Makefile.am:
6659         * tests/check/elements/videorate.c: (assert_videorate_stats),
6660         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6661         (videorate_suite), (main):
6662           Fix an infinite loop if frames are passed in with wrongly ordered
6663           timestamps.  Fixes #339013.
6664
6665 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6666
6667         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6668
6669         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6670           fix typefinding on some ISO files.  Fixes #339212.
6671
6672 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6673
6674         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6675
6676         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6677           add another H264 fourcc.  Fixes #339047.
6678
6679 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6680
6681         Patch by: Jan Schmidt
6682
6683         * gst/playback/gststreamselector.c:
6684         (gst_stream_selector_bufferalloc):
6685           Restore old StreamSelector behaviour.
6686           Fixes #338419.
6687
6688 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6689
6690         * configure.ac:
6691         * win32/common/config.h:
6692           prerelease
6693
6694 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6697
6698         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6699         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6700           Fix some memory leaks: on finalize, free buffers left in the queue
6701           before destroying the queue; in _push(), unref rtp_buf even if
6702           the process vfunc returned a NULL buffer as output buffer (#337548);
6703           demote some recuring debug messages to LOG level.
6704
6705 2006-04-11  Wim Taymans  <wim@fluendo.com>
6706
6707         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6708         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6709         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6710         (gst_ogg_demux_loop):
6711         More cleanups.
6712         Respect segment stop when emiting EOS or SEGMENT_DONE.
6713         Fixes (#337945).
6714
6715 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6716
6717         * gst/playback/gststreamselector.c:
6718         (gst_stream_selector_get_property):
6719           Don't leak pad name.
6720
6721 2006-04-10  Michael Smith  <msmith@fluendo.com>
6722
6723         * tests/check/Makefile.am:
6724         * tests/check/gst-plugins-base.supp:
6725           Suppress an old libtheora bug (fixed in more recent versions), so 
6726           that FC4 buildslaves can pass.
6727
6728 2006-04-10  Wim Taymans  <wim@fluendo.com>
6729
6730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6731         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6732         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6733         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6734         (gst_ogg_demux_loop):
6735         Don't leak events.
6736         Remember what error we got when finding chains, if we
6737         were shutdown, that would not be an error.
6738
6739 2006-04-10  Wim Taymans  <wim@fluendo.com>
6740
6741         * gst-libs/gst/audio/gstbaseaudiosink.c:
6742         (gst_base_audio_sink_event):
6743         Starting the ringbuffer when we did not acquire it can cause
6744         a deadlock, is pointless and causes nasty things for
6745         subclasses. 
6746         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6747
6748 2006-04-10  Wim Taymans  <wim@fluendo.com>
6749
6750         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6751         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6752         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6753         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6754         (gst_ogg_demux_deactivate_current_chain),
6755         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6756         (gst_ogg_demux_bisect_forward_serialno),
6757         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6758         Add some more debugging.
6759
6760 2006-04-10  Wim Taymans  <wim@fluendo.com>
6761
6762         * ext/theora/theoradec.c: (theora_dec_src_event),
6763         (theora_handle_data_packet):
6764         Some more debug info.
6765
6766         * tests/examples/seek/seek.c: (start_seek), (main):
6767         Print element messages too.
6768
6769 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6770
6771         * gst/audioresample/debug.h:
6772           replace debug macros with variable number of parameters
6773           by a simple alias to gstreamer standard debug macros 
6774          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6775           supported by MSVC 6.0 and 7.1)
6776         * gst/audioresample/resample.h:
6777           define M_PI and rint for WIN32
6778         * win32/common/libgstaudio.def:
6779         * win32/common/libgstriff.def:
6780         * win32/common/libgsttag.def:
6781         * win32/common/libgstvideo.def:
6782           add new exported functions
6783         * win32/vs6:
6784           update project files
6785
6786 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6787
6788         * ext/alsa/gstalsamixeroptions.c:
6789         (gst_alsa_mixer_options_class_init):
6790         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6791         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6792         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6793         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6794         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6795         * gst-libs/gst/audio/gstaudiofilter.c:
6796         (gst_audio_filter_class_init):
6797         * gst-libs/gst/audio/gstaudiosink.c:
6798         (gst_audioringbuffer_class_init):
6799         * gst-libs/gst/audio/gstaudiosrc.c:
6800         (gst_audioringbuffer_class_init):
6801         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6802         * gst-libs/gst/interfaces/colorbalancechannel.c:
6803         (gst_color_balance_channel_class_init):
6804         * gst-libs/gst/interfaces/mixeroptions.c:
6805         (gst_mixer_options_class_init):
6806         * gst-libs/gst/interfaces/mixertrack.c:
6807         (gst_mixer_track_class_init):
6808         * gst-libs/gst/interfaces/tunerchannel.c:
6809         (gst_tuner_channel_class_init):
6810         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6811         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6812         (gst_netbuffer_class_init):
6813         * gst-libs/gst/rtp/gstbasertppayload.c:
6814         (gst_basertppayload_class_init):
6815         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6816         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6817         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6818         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6819         * gst/playback/gststreamselector.c:
6820         (gst_stream_selector_class_init):
6821         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6822         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6823         * sys/v4l/gstv4lcolorbalance.c:
6824         (gst_v4l_color_balance_channel_class_init):
6825         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6826         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6827         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6828         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6829         (gst_v4l_tuner_norm_class_init):
6830         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6831         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6832         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6833         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6834
6835 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6836
6837         * ext/pango/gsttextrender.h:
6838         * gst-libs/gst/audio/gstaudiosink.h:
6839         * gst-libs/gst/audio/gstaudiosrc.h:
6840         * gst-libs/gst/audio/gstbaseaudiosink.h:
6841         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6842         * gst-libs/gst/audio/gstringbuffer.h:
6843         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6844         * gst-libs/gst/rtp/gstbasertppayload.h:
6845         * gst-libs/gst/video/gstvideofilter.h:
6846         * gst-libs/gst/video/gstvideosink.h:
6847         * gst/playback/gstplaybasebin.h:
6848         * gst/tcp/gstmultifdsink.h:
6849         * sys/v4l/gstv4lelement.h:
6850         Fix broken GObject macros
6851
6852 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6853
6854         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6855         More debug to trace why my USB headset is not working with gst
6856
6857 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6858
6859         * gst/playback/gstplaybasebin.c: (group_destroy):
6860         Clean up our group elements properly in the case where it never 
6861         got committed - it still got added unconditionally to the bin.
6862
6863 2006-04-07  Wim Taymans  <wim@fluendo.com>
6864
6865         * ext/theora/theoradec.c: (theora_dec_sink_event),
6866         (theora_handle_data_packet), (theora_dec_chain):
6867         Unref unhandled events.
6868         Protect against empty buffers.
6869         Perform QoS on running time.
6870
6871 2006-04-07  Michael Smith  <msmith@fluendo.com>
6872
6873         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6874         (gst_vorbis_enc_chain):
6875           Remove leaks from vorbisenc.
6876           Mostly minor changes, the only significant one is that now the
6877           buffers we set as 'streamheader' on the caps are copies of the
6878           original buffers, to avoid circular refcounting problems.
6879
6880 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6881
6882         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6883           Don't remove our mute-probe if someone else already did so.
6884           Don't set a 2nd one if there is already one pending on the pad.
6885
6886         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6887         (do_playbin_seek):
6888           When a seek fails, ensure that playbin is still set back to playing.
6889           
6890         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6891         (mpeg_ts_type_find), (plugin_init):
6892           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6893
6894 2006-04-06  Andy Wingo  <wingo@pobox.com>
6895
6896         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6897         (gst_video_rate_init): Caps-related parameters should not be reset
6898         by a flush -- move their inits to the instance init function.
6899         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6900         is not OK, just return the result.
6901
6902         * gst/audiotestsrc/gstaudiotestsrc.c
6903         (gst_audio_test_src_class_init)
6904         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6905         broken by Stefan's commit on 24 March.
6906
6907         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6908         buffers being pushed out. Fixes oggmux ! multifdsink.
6909
6910 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6911
6912         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6913         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6914         * ext/vorbis/vorbisdec.h:
6915         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6916         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6917         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6918         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6919         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6920         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6921         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6922         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6923         (gst_vorbis_enc_buffer_from_packet),
6924         (gst_vorbis_enc_buffer_from_header_packet),
6925         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6926         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6927         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6928         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6929         (gst_vorbis_enc_change_state):
6930         * ext/vorbis/vorbisenc.h:
6931           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6932           vorbisenc adhere to the official nomenclature; use boilerplate
6933           macro.
6934
6935 2006-04-04  Andy Wingo  <wingo@pobox.com>
6936
6937         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6938         Whoops, fix bug introduced. Bad hacker!
6939         
6940         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6941         Properly handle the case where you get EOS before any buffers are
6942         received. Use gst_buffer_make_metadata_writable where appropriate.
6943
6944         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6945         is often negative -- make it signed so as not to wrap around.
6946         Fixes segfaults introduced on 9 March.
6947
6948 2006-04-03  Wim Taymans  <wim@fluendo.com>
6949
6950         * ext/theora/gsttheoradec.h:
6951         * ext/theora/theoradec.c: (theora_dec_src_event):
6952         Don't try to store a gdouble in a gboolean.
6953         Small cleanups.
6954
6955 2006-04-03  Michael Smith  <msmith@fluendo.com>
6956
6957         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6958           Oggmux sucks.
6959           Make it suck slightly less by writing out the final page.
6960           Still can't encode a vorbis-in-ogg file correctly, though.
6961
6962 2006-04-03  Andy Wingo  <wingo@pobox.com>
6963
6964         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6965         a g_print.
6966
6967         * ext/theora/theora.c (plugin_init): Register theoraparse.
6968
6969         * ext/theora/gsttheoraparse.h: 
6970         * ext/theora/theoraparse.c: New files implementing a theora
6971         parser. Now we can properly remux ogg/theora+vorbis, yay.
6972
6973         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6974
6975 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6976
6977         * gst/audiotestsrc/gstaudiotestsrc.c:
6978           Fixed the sample pipeline (see #323798)
6979
6980 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6981
6982         * configure.ac:
6983         * win32/common/config.h:
6984         * win32/common/config.h.in:
6985           use AS_VERSION and AS_NANO
6986           more cleanups
6987
6988 2006-03-31  Andy Wingo  <wingo@pobox.com>
6989
6990         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6991         uninitialized variable return that would happen.
6992         
6993         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6994         uninitialized variable return that would never happen.
6995
6996         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6997         (vorbis_parse_sink_event): Add an event function to flush our
6998         state on a seek, and to drain buffers on a premature EOS.
6999         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
7000         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
7001         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
7002         (vorbis_parse_drain_queue): Queue up buffers until we can set
7003         their timestamps and granulepos values.
7004
7005         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
7006         and keep track of data needed for deriving granulepos and
7007         timestamps for buffers.
7008
7009 2006-03-29  Wim Taymans  <wim@fluendo.com>
7010
7011         Patch by: j^ <j at bootlab dot org>
7012
7013         * ext/alsa/gstalsamixerelement.c:
7014         (gst_alsa_mixer_element_class_init):
7015         * ext/alsa/gstalsasink.c:
7016         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
7017         * ext/ogg/gstoggdemux.c:
7018         * ext/ogg/gstoggmux.c:
7019         * ext/ogg/gstoggparse.c:
7020         * ext/pango/gstclockoverlay.c:
7021         * ext/pango/gsttextoverlay.c:
7022         * ext/pango/gsttextrender.c:
7023         * ext/pango/gsttimeoverlay.c:
7024         * ext/theora/theoradec.c:
7025         * ext/theora/theoraenc.c:
7026         * ext/vorbis/vorbisdec.c:
7027         * ext/vorbis/vorbisenc.c:
7028         * gst/audioconvert/gstaudioconvert.c:
7029         * gst/subparse/gstsubparse.c:
7030         * gst/tcp/gstmultifdsink.c:
7031         * gst/tcp/gsttcpclientsink.c:
7032         * gst/tcp/gsttcpclientsrc.c:
7033         * gst/tcp/gsttcpserversink.c:
7034         * gst/tcp/gsttcpserversrc.c:
7035           better/unified long descriptions
7036           Fixes #336477
7037
7038 2006-03-29  Wim Taymans  <wim@fluendo.com>
7039
7040         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
7041         (stop_seek):
7042         Don't let double and triple clicks mess up our state.
7043
7044 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7045
7046         * gst/playback/gstplaybin.c: (gen_video_element),
7047         (gen_text_element), (gen_audio_element), (gen_vis_element):
7048           Error out gracefully when we can't create any of the usual
7049           conversion elements for some reason. Also, don't try to
7050           create an audioscale (sic) element that's not used anyway.
7051
7052 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7053
7054         * gst/playback/gstplaybasebin.c: (setup_source):
7055           Don't post RESOURCE_NOT_FOUND error when we can't find a source
7056           element for a particular protocol, that's confusing for users.
7057           Instead, post a RESOURCE_FAILED error, so that our own error
7058           message is actually shown in totem etc. (#336303).
7059
7060 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7061
7062         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7063
7064         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7065         (gst_gnome_vfs_src_get_icy_metadata):
7066           Fix some minor memory leaks (#336194).
7067
7068 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7069
7070         * ext/gnomevfs/gstgnomevfs.c:
7071         (gst_gnome_vfs_location_to_uri_string):
7072         * ext/gnomevfs/gstgnomevfs.h:
7073         * ext/gnomevfs/gstgnomevfssink.c:
7074         (gst_gnome_vfs_sink_set_property):
7075         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7076           Make gnomevfssink accept filenames as well as URIs for the
7077           "location" property, just like gnomevfssrc does (and
7078           filesrc/filesink do) (#336190).
7079
7080 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7081
7082         * tests/check/generic/clock-selection.c: (GST_START_TEST):
7083           set to NULL before unreffing, fixes a valgrind leak.
7084           Why was this not triggering the error that an object needs to
7085           be NULL before unreffing ?
7086         * win32/common/config.h:
7087           update
7088
7089 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
7090
7091         * gst/subparse/gstsubparse.c: (convert_encoding),
7092         (gst_sub_parse_change_state):
7093         * gst/subparse/gstsubparse.h:
7094           Text subtitle files may or may not be UTF-8. If it's not, we
7095           don't really want to see '?' characters in place of non-ASCII
7096           characters like accented characters. So let's assume the input
7097           is UTF-8 until we come across text that is clearly not. If it's
7098           not UTF-8, we don't really know what it is, so try the following:
7099           (a) see whether the GST_SUBTITLE_ENCODING environment variable
7100           is set; if not, check (b) if the current locale encoding is
7101           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7102           the current locale encoding is UTF-8 and the environment variable
7103           was not set to any particular encoding. Not perfect, but better
7104           than nothing (and better than before, I think) (fixes #172848).
7105
7106 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7107
7108         * configure.ac:
7109           update core requirement to 0.10.4.1 because of async_playback
7110           vmethod on GstBaseSink
7111
7112 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7113
7114         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7115         * gst/adder/gstadder.c: (gst_adder_init):
7116         use DEBUG_FUNCPTR for collectpads
7117
7118 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7119
7120         * docs/plugins/Makefile.am:
7121         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7122         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7123         * ext/cdparanoia/gstcdparanoiasrc.c:
7124         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7125         (gst_gnome_vfs_sink_class_init):
7126         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7127         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7128         * ext/ogg/gstoggmux.c:
7129         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7130         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7131         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7132         * ext/pango/gsttextoverlay.c:
7133         * ext/pango/gsttextrender.c:
7134         * ext/theora/theoradec.c:
7135         * ext/theora/theoraenc.c:
7136         * ext/vorbis/vorbisdec.c:
7137         * ext/vorbis/vorbisenc.c:
7138         * gst-libs/gst/audio/gstaudiofilter.c:
7139         (gst_audio_filter_base_init):
7140         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7141         (gst_audio_filter_template_base_init):
7142         * gst/adder/gstadder.c: (gst_adder_get_type):
7143         * gst/adder/gstadder.h:
7144         * gst/audioconvert/gstaudioconvert.c:
7145         * gst/audiotestsrc/gstaudiotestsrc.c:
7146         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7147         (gst_audio_test_src_create):
7148         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7149         * gst/playback/gstdecodebin.c:
7150         * gst/playback/gstplaybin.c:
7151         * gst/playback/gststreamselector.c:
7152         (gst_stream_selector_base_init):
7153         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7154         * gst/volume/gstvolume.c:
7155         * sys/v4l/gstv4lmjpegsink.c:
7156         * sys/v4l/gstv4lmjpegsrc.c:
7157         * tests/check/libs/cddabasesrc.c:
7158         * tests/old/examples/gob/gst-identity2.gob:
7159           Add docs for adder, use GST_ELEMENT_DETAILS macro,
7160           define GstElementDetails at the top
7161
7162 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
7163
7164         * win32/common/libgstinterfaces.def:
7165         Add a lot of export functions for gst-python
7166         * win32/vs6/libgstinterfaces.dsp:
7167         Add a missing include folder in the project configuration
7168         
7169 2006-03-23  Wim Taymans  <wim@fluendo.com>
7170
7171         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7172         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7173         (gst_base_audio_src_change_state):
7174         Fix audio sources, forgot to make the ringbuffer
7175         startable...
7176
7177 2006-03-23  Wim Taymans  <wim@fluendo.com>
7178
7179         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7180         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7181         (gst_base_audio_src_change_state):
7182         unparent instead of unref the ringbuffer.
7183
7184 2006-03-23  Wim Taymans  <wim@fluendo.com>
7185
7186         * gst-libs/gst/audio/gstbaseaudiosink.c:
7187         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7188         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7189         Implement new async_play vmethod to start slaving and allow
7190         playback start in case of async PLAY state changes. 
7191
7192         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7193         Enable QoS with new method in base class.
7194
7195 2006-03-23  Wim Taymans  <wim@fluendo.com>
7196
7197         Patch by: Julien MOUTTE <julien at moutte dot net>
7198
7199         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7200         (gst_video_test_src_do_seek), (gst_video_test_src_create):
7201         Partially handle 0 framerate, only EOS after the first frame
7202         is missing.
7203
7204 2006-03-23  Wim Taymans  <wim@fluendo.com>
7205
7206         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7207
7208         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7209         (gst_riff_create_video_template_caps):
7210         * gst/ffmpegcolorspace/avcodec.h:
7211         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7212         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7213         (gst_ffmpegcsp_avpicture_fill):
7214         * gst/ffmpegcolorspace/imgconvert.c:
7215         Patch for support of YVU9 AVI files (#334822)
7216
7217 2006-03-22  Edward Hervey  <edward@fluendo.com>
7218
7219         * docs/design/design-decodebin.txt:
7220         Added design document for new decodebin
7221         (Target Caps): text/x-pango-markup is also a default target caps.
7222
7223 2006-03-22  Wim Taymans  <wim@fluendo.com>
7224
7225         * gst-libs/gst/audio/gstbaseaudiosink.c:
7226         (gst_base_audio_sink_dispose):
7227         Since we _parent the ringbuffer, we also need to
7228         _unparent instead of a plain _unref.
7229
7230 2006-03-22  Wim Taymans  <wim@fluendo.com>
7231
7232         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7233         (stop_seek), (scrub_toggle_cb), (main):
7234         Add scrub checkbox.
7235
7236 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7237
7238         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7239         (gst_ogg_parse_chain):
7240           Fix very inefficient usage of linked lists (#335365).
7241
7242 2006-03-21  Edward Hervey  <edward@fluendo.com>
7243
7244         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7245         * gst/playback/gstplaybin.c: (handoff):
7246         * gst/playback/gststreamselector.c:
7247         (gst_stream_selector_set_property):
7248         gcc 4.1 unreferenced pointer fixes.
7249         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7250         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7251         gst_buffer_ref() now takes a GstBuffer*.
7252
7253 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7254
7255         * sys/xvimage/xvimagesink.c:
7256         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7257         by Jan Schmidt.
7258
7259 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7260
7261         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7262         (id3v1_type_find), (apetag_type_find), (plugin_init):
7263           Can't do tag preferences via probability, as tags would then
7264           lose against types that are recognised with MAXIMUM probability
7265           (like .wav); so let all tag typefinders return MAXIMUM themselves
7266           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7267           that we can prefer APE to ID3v1 (fixes #335028).
7268           
7269 2006-03-17  Wim Taymans  <wim@fluendo.com>
7270
7271         * gst-libs/gst/audio/gstbaseaudiosink.c:
7272         (gst_base_audio_sink_change_state):
7273         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7274         (gst_ring_buffer_may_start):
7275         * gst-libs/gst/audio/gstringbuffer.h:
7276         Only start playback if we are playing.
7277         should fix #330748.
7278
7279 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7280
7281         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7282         * win32/common/config.h:
7283           Revert accidental commits to these files.
7284
7285 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7286
7287         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7288
7289         * tests/Makefile.am:
7290           Don't try to build tests in tests/icles if we
7291           don't have X (#323852)
7292
7293 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7294
7295         * gst-libs/gst/tag/gstid3tag.c:
7296           Add TXXX frame identifiers for replaygain stuff as used
7297           by some taggers (see #323721).
7298
7299 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7300
7301         * gst/playback/gststreamselector.c:
7302         (gst_stream_selector_set_property),
7303         (gst_stream_selector_bufferalloc):
7304           Preserve the existing buggy streamselector behaviour by performing
7305           a fallback buffer allocation when downstream isn't linked yet.
7306           This should really be fixed in playbin by blocking pads until it's
7307           linked them.
7308           Also, use gst_pad_alloc_buffer instead of
7309           gst_pad_alloc_buffer_and_set.
7310
7311 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7312
7313         * gst-libs/gst/tag/gstid3tag.c:
7314           Don't crash on unknown ID3v2 TXXX frames.
7315           
7316 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7317
7318         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7319           Chain up to the parent finalize method.
7320           Add 32-bit sample size to the template caps.
7321
7322         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7323         (gst_riff_create_video_template_caps):
7324           Add the fourcc that the VMWare codec uses.
7325           
7326         * gst/playback/gststreamselector.c:
7327         (gst_stream_selector_set_property),
7328         (gst_stream_selector_bufferalloc),
7329         (gst_stream_selector_request_new_pad):
7330           For the active pad, forward buffer-alloc requests, otherwise
7331           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7332           having to memcpy every frame when used by playbin.
7333
7334         * gst/tcp/gstmultifdsink.c:
7335         (gst_multi_fd_sink_handle_client_write):
7336           Get negotiated caps from the sink pad, rather than the sink
7337           pad's peer.
7338
7339 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7340
7341         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7342         
7343         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7344           Don't forget to set src->callbacks_pushed to FALSE again when
7345           popping them, otherwise re-activation in a different mode won't
7346           work (#334620).
7347
7348 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7349
7350         Patch by: Sebastien Moutte  <sebastien moutte net>
7351
7352         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7353         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7354         (gst_ffmpeg_smpfmt_to_caps):
7355           Replace __VA_ARGS__ caps creation macros with varargs functions.
7356           Makes things compile on MSVC (#320765), looks nicer, and we can
7357           tell the compiler to check for the NULL terminator.
7358
7359 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7360
7361         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7362
7363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7364           Make sure the buffer we copy into is really always big
7365           enough, this time for real (#333488).
7366           
7367 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7368
7369         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7370           Add support for 24bpp DIB (#305279).
7371
7372 2006-03-14  Wim Taymans  <wim@fluendo.com>
7373
7374         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7375         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7376         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7377         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7378         (gst_video_scale_init), (gst_video_scale_src_event):
7379         Re-enable QoS after the release.
7380         Rework videoscale to use the base class src_event handler.
7381
7382 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7383
7384         * configure.ac:
7385           back to CVS.
7386
7387 === release 0.10.5 ===
7388
7389 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7390
7391         * configure.ac:
7392           releasing 0.10.5, "Net"
7393
7394 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7395
7396         * docs/plugins/Makefile.am:
7397           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7398           
7399 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7400
7401         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7402         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7403         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7404           Add cdparanoiasrc to docs.
7405
7406         * gst-libs/gst/cdda/gstcddabasesrc.c:
7407           More GstCddaBaseSrc docs.
7408
7409 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7410
7411         * docs/libs/gst-plugins-base-libs-sections.txt:
7412         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7413         * gst-libs/gst/tag/tag.h:
7414           API: libgsttag: new method gst_tag_from_id3_user_tag().
7415
7416 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7417
7418         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7419           NULL-terminate array of mpeg4 video file extensions.
7420           Fixes crash on PPC (#334226).
7421
7422 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7423
7424         * ext/gnomevfs/gstgnomevfssrc.c:
7425         (gst_gnome_vfs_src_check_get_range):
7426           gnome_vfs_uri_is_local() alone is not a good indicator
7427           whether we can operate in pull-mode with a specific URI,
7428           as it returns FALSE for file:// URIs that point to an
7429           NFS-mounted path. Be more conservative here: whitelist
7430           local files, blacklist http URIs and use the old
7431           mechanism for anything else (fixes #334216).
7432
7433 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7434
7435         * configure.ac:
7436           back to trunk
7437
7438 === release 0.10.4 ===
7439
7440 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7441
7442         * configure.ac:
7443           releasing 0.10.4, "Power"
7444
7445 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7446
7447         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7448         Disable max-lateness by setting it to -1 for now, so that 
7449         we can bed QoS stuff in thoroughly between now and the next
7450         release.
7451
7452 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7453
7454         Patch by: Fabrizio Gennari
7455
7456         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7457           Make sure we don't read beyond the palette buffer in case of
7458           broken or manipulated files (#333488)
7459
7460 2006-03-10  Edward Hervey  <edward@fluendo.com>
7461
7462         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7463         Fix for variable not initialized.
7464
7465 2006-03-09  Wim Taymans  <wim@fluendo.com>
7466
7467         * ext/libvisual/visual.c: (gst_visual_get_type),
7468         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7469         (gst_visual_chain):
7470         Small cleanups.
7471
7472         * ext/theora/gsttheoradec.h:
7473         * ext/theora/theoradec.c: (gst_theora_dec_init),
7474         (gst_theora_dec_reset), (_theora_granule_time),
7475         (theora_dec_src_convert), (theora_dec_sink_convert),
7476         (theora_dec_src_query), (theora_dec_src_event),
7477         (theora_dec_sink_event), (theora_handle_comment_packet),
7478         (theora_handle_header_packet), (theora_dec_push),
7479         (theora_handle_data_packet), (theora_dec_chain),
7480         (theora_dec_change_state):
7481         Add simple QoS.
7482
7483 2006-03-09  Wim Taymans  <wim@fluendo.com>
7484
7485         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7486         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7487         Some cleanups.
7488
7489 2006-03-09  Wim Taymans  <wim@fluendo.com>
7490
7491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7492         Don't try to activate NULL chains.
7493
7494 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7495
7496         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7497           Fix invalid memory access to region before peek'd data (#332964).
7498
7499 2006-03-09  Wim Taymans  <wim@fluendo.com>
7500
7501         Patch by: Christophe Fergeau
7502
7503         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7504         * ext/pango/gsttextrender.c: (gst_text_render_init):
7505         * gst/adder/gstadder.c: (gst_adder_init):
7506         Don't leak padtemplates, closes #333510.
7507
7508 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7509
7510         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7511           Fix invalid memory access: make sure string passed to
7512           regexec() is NUL-termianted.
7513
7514 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7515
7516         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7517         (mp3_type_find):
7518           Refactor mpeg/audio typefinding to make it more maintainable
7519           and easier to fine-tune. Make probing into middle of the file
7520           work properly (fixes #333900, also see #152688).
7521
7522 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7523
7524         * gst/typefind/gsttypefindfunctions.c:
7525         (utf8_type_find_have_valid_utf8_at_offset):
7526           Remove part from previous commit that was bogus:
7527           g_utf8_validate() does in fact not accept embedded
7528           zeroes, so we don't need to check for those (thanks
7529           to Mike for the hint).
7530
7531 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7532
7533         * gst/typefind/gsttypefindfunctions.c:
7534         (utf8_type_find_count_embedded_zeroes),
7535         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7536           Make plain/text typefinder more conservative: firstly, check
7537           for embedded zeroes, which are perfectly valid UTF-8 characters,
7538           but also a fairly good sign that something is not a plain text
7539           file; secondly, probe into the middle of the file if possible.
7540           If we can't probe into the middle, limit the probability value
7541           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7542
7543 2006-03-08  Michael Smith  <msmith@fluendo.com>
7544
7545         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7546           Make typefind function name for mpeg4 video unique.
7547
7548 2006-03-08  Wim Taymans  <wim@fluendo.com>
7549
7550         * ext/libvisual/visual.c: (gst_visual_init),
7551         (gst_visual_clear_actors), (gst_visual_dispose),
7552         (gst_visual_reset), (gst_visual_src_setcaps),
7553         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7554         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7555         (gst_visual_chain), (gst_visual_change_state):
7556         Cleanups, post nice errors.
7557         Handle sink and src events.
7558         Implement simple QoS.
7559
7560         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7561         Use new basesink methods to configure max-lateness.
7562         Small doc update.
7563
7564         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7565         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7566         Debug statement cleanups.
7567
7568         * gst/volume/gstvolume.c: (gst_volume_class_init):
7569         Simple cleanup.
7570
7571 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7572
7573         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7574         (gst_text_overlay_init), (gst_text_overlay_set_property),
7575         (gst_text_overlay_get_property):
7576           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7577           as string type properties, but mark them deprecated. Add
7578           'halignment' and 'valignment' properties that use enums
7579           instead of strings.
7580
7581 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7582
7583         Patch by: Fabrizio Gennari
7584
7585         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7586           Allow palettes with less than 256 colours in AVI files
7587           (#333488)
7588
7589 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7590
7591         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7592         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7593         pad. We were releasing the queued text buffer when we should keep
7594         it until video pad gets EOS or discard the text buffer because it's
7595         too old. That was eating the last subtitle buffer. Add some more
7596         debug.
7597
7598 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7599
7600         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7601         (gst_text_overlay_video_chain):
7602           Fix invalid memory access (we can't access a buffer after it's been
7603           pushed downstream without taking a reference); fix memory leak (if
7604           there's no text to render, bail out before allocating stuff).
7605
7606 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7607
7608         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7609         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7610         * ext/pango/gsttextoverlay.h:
7611           If input is plain text, escape it before passing it to
7612           pango_layout_set_markup().
7613
7614 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7615
7616         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7617           Don't ignore flow return from gst_pad_push().
7618
7619 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7620
7621         Patch by: Fabrizio Gennari
7622
7623         * ext/libvisual/visual.c: (gst_visual_getcaps),
7624         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7625         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7626         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7627         (gst_vorbisenc_convert_sink):
7628         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7629         (gst_audio_duration_from_pad_buffer):
7630         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7631         (gst_audio_filter_chain):
7632         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7633         (gst_base_rtp_depayload_setcaps):
7634         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7635         (gst_video_get_size):
7636         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7637           Don't leak references returned by gst_pad_get_parent()
7638           (#333663)
7639
7640 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7641
7642         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7643           change location param details
7644         * gst/volume/gstvolume.c: (plugin_init):
7645           correct plugin description
7646
7647 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7648
7649         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7650         (gst_gnome_vfs_src_check_get_range):
7651           Override GstBaseSrc::check_get_range() in order to avoid opening
7652           the resource just to check whether we can operate in pull-mode or
7653           not - we can predict that pretty well from the URI alone. Should
7654           fix problems with last.fm (#331690). (Requires latest core CVS).
7655
7656 2006-03-06  Wim Taymans  <wim@fluendo.com>
7657
7658         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7659         (gst_video_sink_class_init):
7660         Throw away frames that are later than 20 ms.
7661
7662 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7663
7664         Patch by: Fabrizio Gennari
7665
7666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7667           Set depth on WMA caps (#333545)
7668
7669 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7670
7671         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7672         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7673           put Theora BOS pages before others.  This hardcodes
7674           the Ogg/Theora I profile, but hey.
7675
7676 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7677
7678         * ext/ogg/README:
7679           updated with some examples
7680         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7681         (granulepos_add), (theora_buffer_from_packet):
7682         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7683         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7684         (gst_vorbisenc_chain):
7685           implement strategy from ext/ogg/README
7686         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7687         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7688         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7689         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7690           Fix muxer so that oggz-validate is happy with all streams;
7691           except for no eos mark, and the BOS page ordering
7692         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7693         (check_buffer_granulepos):
7694         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7695           update tests to check for OFFSET being set as requested
7696           fixed type of granulepos, it's not a ClockTime
7697
7698 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7699
7700         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7701         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7702         Check that the xvimage we are creating has a correct size
7703         before returning it. (#314897)
7704
7705 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7706
7707         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7708           Give id3 and ape tag typefinders a rank slightly higher
7709           than PRIMARY to ensure they're always run before any of
7710           the other typefinders (in particular wav and mp3) (#324186).
7711
7712 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7713
7714         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7715           Add support for '3IVD' fourcc (#333403).
7716
7717 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7718
7719         * configure.ac:
7720           Bump requirements to GStreamer CVS for the new error enum.
7721
7722         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7723           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7724           space left on the device (fixes #333352).
7725
7726 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7727
7728         * win32/vs6:
7729           add a project file for libgstvolume
7730           update the workspace
7731
7732 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7733
7734         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7735         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7736         (GST_START_TEST):
7737           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7738           Set IN_CAPS on header buffers
7739
7740 2006-03-02  Wim Taymans  <wim@fluendo.com>
7741
7742         * docs/plugins/Makefile.am:
7743         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7744         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7745         Add audioresample to docs.
7746
7747         * gst/audioconvert/gstaudioconvert.c:
7748         Add revision date.
7749
7750         * gst/audioresample/gstaudioresample.c:
7751         (gst_audioresample_base_init), (gst_audioresample_class_init),
7752         (gst_audioresample_init), (gst_audioresample_dispose),
7753         (audioresample_get_unit_size), (audioresample_transform_caps),
7754         (resample_set_state_from_caps), (audioresample_transform_size),
7755         (audioresample_set_caps), (audioresample_event),
7756         (audioresample_do_output), (audioresample_transform),
7757         (audioresample_pushthrough), (gst_audioresample_set_property),
7758         (gst_audioresample_get_property), (plugin_init):
7759         * gst/audioresample/gstaudioresample.h:
7760         Added docs.
7761         Small code cleanups.
7762
7763 2006-03-02  Wim Taymans  <wim@fluendo.com>
7764
7765         * docs/plugins/Makefile.am:
7766         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7767         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7768         Added videoscale to docs.
7769
7770         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7771         (gst_video_rate_swap_prev), (gst_video_rate_event),
7772         (gst_video_rate_chain):
7773         Fix typo in docs.
7774
7775         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7776         (gst_video_scale_init), (gst_video_scale_prepare_size),
7777         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7778         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7779         * gst/videoscale/gstvideoscale.h:
7780         Added docs, examples.
7781         Some code cleanups.
7782         Post errors instead of g_warning.
7783
7784 2006-03-02  Wim Taymans  <wim@fluendo.com>
7785
7786         * docs/libs/gst-plugins-base-libs-docs.sgml:
7787         * docs/libs/gst-plugins-base-libs-sections.txt:
7788         * docs/libs/gst-plugins-base-libs.types:
7789         * docs/plugins/Makefile.am:
7790         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7791         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7792         Added some more docs to libs and plugins.
7793
7794         * gst-libs/gst/audio/gstringbuffer.c:
7795         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7796         * gst-libs/gst/audio/gstringbuffer.h:
7797         Document ringbuffer some more.
7798
7799         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7800         (gst_video_rate_setcaps), (gst_video_rate_reset),
7801         (gst_video_rate_init), (gst_video_rate_flush_prev),
7802         (gst_video_rate_swap_prev), (gst_video_rate_event),
7803         (gst_video_rate_chain), (gst_video_rate_change_state):
7804         * gst/videorate/gstvideorate.h:
7805         Fix videorate to use segments.
7806         Make it work with 0/1 framerates (closes #331903)
7807         Handle EOS correctly.
7808         Added docs.
7809
7810 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7811
7812         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7813         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7814         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7815           In state change function, first chain up to parent class,
7816           then handle downwards state change stuff. Remove some
7817           commented out cruft from 0.8 code.
7818
7819 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7820
7821         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7822         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7823         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7824         (gst_ogm_parse_chain):
7825           Don't remove/re-add source pad if the new caps are the same as
7826           the old caps anyway (#333042). When removing source pad, don't
7827           unref it afterwards - we didn't ref it when adding. Sprinkle some
7828           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7829           after using gst_pad_get_parent(). Return downstream flow return
7830           value in chain function.
7831
7832 2006-03-02  Wim Taymans  <wim@fluendo.com>
7833
7834         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7835         * docs/plugins/gst-plugins-base-plugins.args:
7836         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7837         * docs/plugins/gst-plugins-base-plugins.interfaces:
7838         * docs/plugins/gst-plugins-base-plugins.signals:
7839         Fix hierarchy, added some more elements to the docs.
7840
7841         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7842         (gst_ffmpegcsp_get_type):
7843         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7844         Fix docs for ffmpegcolorspace.
7845
7846 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7847
7848         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7849         (apetag_type_find), (ape_type_find), (plugin_init):
7850           Some typefinding fine-tuning:
7851           - rank ID3/APE tags in order of preference via probabilities, so that
7852             ID3v2 > APEv2 > APEv1 > ID3v1.
7853           - three or four bytes don't really justify MAXIMUM probability,
7854             change those to 'very likely' (musepack and monkeysaudio).
7855
7856 2006-03-01  Wim Taymans  <wim@fluendo.com>
7857
7858         * docs/plugins/Makefile.am:
7859         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7860         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7861         * ext/alsa/gstalsamixer.c:
7862         * ext/alsa/gstalsamixer.h:
7863         * ext/alsa/gstalsamixerelement.c:
7864         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7865         * ext/alsa/gstalsamixerelement.h:
7866         * ext/alsa/gstalsasink.c:
7867         * ext/alsa/gstalsasink.h:
7868         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7869         (gst_alsasrc_init):
7870         * ext/alsa/gstalsasrc.h:
7871         Added alsa docs.
7872         Small code cleanups.
7873
7874 2006-03-01  Wim Taymans  <wim@fluendo.com>
7875
7876         * ext/theora/Makefile.am:
7877         Dist new header too,
7878
7879 2006-03-01  Wim Taymans  <wim@fluendo.com>
7880
7881         * docs/plugins/Makefile.am:
7882         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7883         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7884         * ext/gnomevfs/gstgnomevfssink.h:
7885         * ext/gnomevfs/gstgnomevfssrc.h:
7886         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7887         * ext/vorbis/vorbisdec.h:
7888         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7889         * ext/vorbis/vorbisenc.h:
7890         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7891         (vorbis_parse_chain), (vorbis_parse_change_state):
7892         * ext/vorbis/vorbisparse.h:
7893         * gst/audioconvert/gstaudioconvert.h:
7894         * gst/tcp/gsttcpserversink.h:
7895         * gst/videotestsrc/gstvideotestsrc.c:
7896         * gst/videotestsrc/gstvideotestsrc.h:
7897         * gst/volume/gstvolume.c:
7898         * gst/volume/gstvolume.h:
7899         Fix some more docs.
7900         Added docs for vorbisdec and vorbisparse.
7901         Fix vorbisparse.
7902
7903 2006-03-01  Wim Taymans  <wim@fluendo.com>
7904
7905         * docs/plugins/Makefile.am:
7906         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7907         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7908         * ext/pango/gstclockoverlay.h:
7909         * ext/pango/gsttextoverlay.h:
7910         * ext/pango/gsttextrender.h:
7911         * ext/pango/gsttimeoverlay.h:
7912         * ext/theora/gsttheoradec.h:
7913         * ext/theora/gsttheoraenc.h:
7914         * ext/theora/theoradec.c:
7915         * ext/theora/theoraenc.c:
7916         * gst/audioconvert/gstaudioconvert.h:
7917         * gst/audiotestsrc/gstaudiotestsrc.h:
7918         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7919         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7920         * gst/tcp/gstmultifdsink.h:
7921         Updated/added documentation.
7922
7923         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7924         (gst_text_overlay_halign_get_type),
7925         (gst_text_overlay_wrap_mode_get_type),
7926         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7927         (gst_text_overlay_init), (gst_text_overlay_set_property),
7928         (gst_text_overlay_get_property):
7929         Fix up properties to be enums instead of string to make bindings,
7930         introspection and automatic GUI creation possible.
7931         Add getters for the properties.
7932
7933 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7934
7935         * gst/audiotestsrc/gstaudiotestsrc.c:
7936           added defines of M_PI and M_PI_2
7937         * gst/ffmpegcolorspace/avcodec.h:
7938           removed #include "stdint.h" for win32 as _stdint.h is 
7939           autogenerated to win32/common
7940         * win32/common/libgstaudio.def:
7941         * win32/common/libgsttag.def:
7942           added some exports
7943         * win32/vs6:
7944           some project files bugs corrected
7945         * win32/vs7:
7946           project files are reset to the default vs7 configuration 
7947           (they link to msvcr71.dll using default optimizations)
7948           
7949 2006-02-28  Wim Taymans  <wim@fluendo.com>
7950
7951         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7952         Fix some docs.
7953
7954 2006-02-28  Edward Hervey  <edward@fluendo.com>
7955
7956         * ext/alsa/gstalsasrc.c:
7957         Set proper class on the ElementDetails:
7958         Source/Audio instead of Src/Audio/
7959
7960 2006-02-28  Edward Hervey  <edward@fluendo.com>
7961
7962         * gst/videoscale/vs_scanline.c:
7963         (vs_scanline_resample_nearest_RGBA):
7964         Revert optimization in videoscale. It should go in liboil and have
7965         an appropriate liboil function.
7966
7967 2006-02-28  Wim Taymans  <wim@fluendo.com>
7968
7969         * gst-libs/gst/audio/gstbaseaudiosink.c:
7970         (gst_base_audio_sink_provide_clock):
7971         Don't try to provide a clock in the NULL state.
7972
7973 2006-02-28  Wim Taymans  <wim@fluendo.com>
7974
7975         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7976         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7977         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7978         (gst_ogg_demux_deactivate_current_chain),
7979         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7980         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7981         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7982         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7983         Use GstSegment infrastructure to remove duplicated code
7984         and handle more seek cases correctly.
7985
7986 2006-02-28  Wim Taymans  <wim@fluendo.com>
7987
7988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7989         (gst_ffmpegcsp_transform):
7990         Don't ignore return code from ffmpeg convert function.
7991
7992         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7993         Split out some long statements to ease debugging.
7994
7995 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7996
7997         * ext/libvisual/visual.c: (gst_visual_init),
7998         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7999         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
8000         being able to renegotiate the size. Instead, use the negotiation
8001         algorithm from the goom plugin to pick an initial output caps. 
8002
8003         Also, allow theoretical libvisual plugins that might support non-GL 
8004         output even if they also do GL.
8005
8006 2006-02-26  Julien MOUTTE  <julien@moutte.net>
8007
8008         * ext/libvisual/visual.c: (gst_visual_init),
8009         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
8010         (plugin_init): Load only non GL plugins. Fix some memleaks and 
8011         possible negotiation issues.
8012
8013 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8014
8015         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
8016
8017 2006-02-24  Michael Smith  <msmith@fluendo.com>
8018
8019         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
8020         (cmml_type_find), (plugin_init):
8021           Fix CMML type find function to not require a specific minor version
8022           of the CMML header.
8023
8024           Add an MPEG4 video elementary stream typefind function.
8025
8026 2006-02-04  Michael Smith  <msmith@fluendo.com>
8027
8028         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
8029         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
8030         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8031         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8032         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
8033         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
8034           Annodex support in ogg demuxer. Doesn't do very much without the
8035           other annodex patches (to come).
8036
8037 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8038
8039         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
8040
8041         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8042           Pick up palette for MS video v1 (#327028)
8043
8044 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8045
8046         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8047         (gst_ffmpegcsp_caps_remove_format_info),
8048         (gst_ffmpegcsp_get_unit_size):
8049           The 'palette_data' field from incoming RGB caps shouldn't be
8050           proxied on outgoing YUV caps; also, restrict unit size
8051           adjustment in case of paletted data only to the unit that
8052           actually has a palette. Fixes #330711.
8053
8054 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8055
8056         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8057         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8058         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8059         (gst_ffmpegcsp_get_unit_size):
8060           Plug some memory leaks.
8061
8062 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8063
8064         * sys/ximage/Makefile.am:
8065         * sys/xvimage/Makefile.am:
8066           Add some _CFLAGS and _LIBS that seem to be missing
8067           and/or required for Cygwin (see #317048).
8068
8069 2006-02-22  Wim Taymans  <wim@fluendo.com>
8070
8071         * ext/alsa/gstalsasrc.c:
8072         Fix description as pointed out by caugier.
8073
8074 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
8075
8076         Reviewed by : Edward Hervey  <edward@fluendo.com>
8077
8078         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8079         (qt_type_find):
8080         Better 3gp typefinding (#331526).
8081
8082 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8083
8084         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8085           Don't send EOS event here, the base class will send one for us.
8086
8087         * gst/playback/gstplaybasebin.c: (prepare_output):
8088           Subpictures without video stream aren't allowed either.
8089         
8090         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8091           Fix debug statement copy'n'paste-o.
8092
8093 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8094
8095         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8096           Fix issues with mixer keeping state when muting/unmuting
8097           and when changing the volume whilst muted (see #331763
8098           and #331765).
8099
8100 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8101
8102         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8103         (parse_subrip), (gst_sub_parse_format_autodetect):
8104           Set right caps given that we send escaped text. Also,
8105           honour <i></i>, <b></b> and <u></u> markers that can be found
8106           in .srt files (fixes #310202).
8107
8108 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8109
8110         * gst-libs/gst/audio/mixerutils.c:
8111         (element_factory_rank_compare_func):
8112           Make order in which elements are tried more determinable.
8113
8114 2006-02-20  Julien MOUTTE  <julien@moutte.net>
8115
8116         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8117         (remove_element_chain), (cleanup_decodebin),
8118         (gst_decode_bin_change_state): Make decodebin reusable by
8119         fixing remove_element_chain first and then introduce a
8120         cleaner in state change to ->NULL. (Closes #331678)
8121
8122 2006-02-19  Wim Taymans  <wim@fluendo.com>
8123
8124         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8125         use 0666 mask when creating files so umask gets applied
8126         correctly. Fixes #331295.
8127
8128 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8129
8130         * gst/subparse/Makefile.am:
8131         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8132         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8133         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8134         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8135         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8136         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8137         * gst/subparse/gstssaparse.h:
8138         * gst/subparse/gstsubparse.c: (plugin_init):
8139           Add very basic parser for SSA subtitle streams (as often
8140           found in matroska files).
8141
8142 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8143
8144         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8145           That should be text/x-pango-markup, not text/x-pango-layout.
8146
8147 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8148
8149         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8150         Polishing.
8151
8152 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8153
8154         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8155         (gst_text_overlay_finalize), (gst_text_overlay_init),
8156         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8157         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8158         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8159         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8160         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8161         Fix state change deadlock.
8162
8163 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8164
8165         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8166         (gst_text_overlay_finalize), (gst_text_overlay_init),
8167         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8168         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8169         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8170         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8171         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8172         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8173         and subtitles files.
8174
8175 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8176
8177         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8178         should be considered as raw.
8179
8180 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8181
8182         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8183         (cb_probe):
8184         * gst/playback/gststreaminfo.h: Introduce language informations.
8185
8186 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
8187
8188         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8189         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8190         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8191         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8192         Set shared memory segments to be deleted as soon as we have attached,
8193         that way they get cleaned up automatically if we crash.
8194
8195 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8196
8197         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
8198         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8199         functions are called with lock held.
8200
8201 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8202
8203         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8204         (gst_text_overlay_finalize), (gst_text_overlay_init),
8205         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8206         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8207         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8208         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8209         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8210         (gst_text_overlay_change_state): Refactoring of textoverlay
8211         without collectpads. This now supports sparse subtitles coming
8212         from a demuxer instead of a sub file. Seeking is still broken 
8213         though. Need to discuss with wtay some more on how to handle
8214         seeking correctly.
8215         * ext/pango/gsttextoverlay.h:
8216         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8217         subtitles coming from the demuxer.
8218
8219 2006-02-17  Wim Taymans  <wim@fluendo.com>
8220
8221         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8222         (gst_vorbisenc_convert_sink):
8223         Use some more scaling functions.
8224
8225 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8226
8227         * ext/cdparanoia/gstcdparanoiasrc.c:
8228         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8229         (gst_cd_paranoia_paranoia_callback),
8230         (gst_cd_paranoia_src_signal_is_being_watched),
8231         (gst_cd_paranoia_src_read_sector):
8232         * ext/cdparanoia/gstcdparanoiasrc.h:
8233           Add back 'transport-error' and 'uncorrected-error' signals and
8234           make them actually be fired when bad stuff happens (#319340).
8235
8236 2006-02-17  Wim Taymans  <wim@fluendo.com>
8237
8238         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8239         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8240         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8241         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8242         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8243         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8244         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8245         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8246         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8247         (gst_ring_buffer_clear):
8248         Small cleanups.
8249         Added some G_LIKELY.
8250
8251 2006-02-17  Wim Taymans  <wim@fluendo.com>
8252
8253         * gst-libs/gst/audio/TODO:
8254         Update TODO
8255
8256         * gst-libs/gst/audio/gstbaseaudiosink.c:
8257         (gst_base_audio_sink_get_offset):
8258         When trying to play samples ASAP and we don't have a
8259         previous sample, try to play at position 0 instead of
8260         an invalid position.
8261
8262 2006-02-17  Wim Taymans  <wim@fluendo.com>
8263
8264         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8265         (gst_alsasink_reset):
8266         Also release lock when we get an error in _reset();
8267         fix an error message.
8268
8269 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8270
8271         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8272         (gst_alsasink_init), (get_channel_free_structure),
8273         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8274         (gst_alsasink_close):
8275         * ext/alsa/gstalsasink.h:
8276           Add support for more than 2 channels (#326720).
8277
8278 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8279
8280         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8281           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8282           with 4 or 6 channels, assume a default channel layout to make things
8283           work (not sure there's anything else we can do in those cases).
8284
8285 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8286
8287         * gst-libs/gst/audio/multichannel.c:
8288           Minor docs fix.
8289
8290         * gst-libs/gst/riff/Makefile.am:
8291         * gst-libs/gst/riff/riff-ids.h:
8292         * gst-libs/gst/riff/riff-media.c:
8293         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8294           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8295           channels and a channel layout map.
8296           
8297 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8298
8299         Reviewed by Edward Hervey  <edward@fluendo.com>
8300
8301         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8302         C-level optimization of the RGBA nearest neighbour function.
8303         Eventually this might end up in liboil with vectorized versions.
8304
8305 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8306
8307         * gst-libs/gst/audio/multichannel.c:
8308         (gst_audio_get_channel_positions):
8309           When we have more than 2 channels, but no channel layout is
8310           specified in the caps, return some default channel layout
8311           to the caller and warn about about a possibly buggy element
8312           (could be buggy filtercaps as well of course) (#317038).
8313
8314 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8315
8316         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8317           Add gst-libs/gst/cdda to list of lib search paths.
8318
8319 2006-02-15  Andy Wingo  <wingo@pobox.com>
8320
8321         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8322         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8323         to the Lord Jesus that I do not have to touch the ogg muxer ever
8324         again.
8325
8326 2006-02-15  Edward Hervey  <edward@fluendo.com>
8327
8328         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8329         quicktime movie files can also contain 'uuid' atoms.
8330
8331 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8332
8333         * gst/audioconvert/plugin.c: (plugin_init):
8334           Register the GstAudioChannelPosition enum type with the type
8335           system in the plugin_init function, so that it is known before
8336           any element actually makes use of multi-channel stuff. This is
8337           required for example if one wants to be able to deserialise/use
8338           a caps string with channel positions before any pipeline has
8339           been setup and started, like with gst-launch.
8340
8341 2006-02-14  Wim Taymans  <wim@fluendo.com>
8342
8343         * gst-libs/gst/audio/gstringbuffer.c:
8344         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8345         (gst_ring_buffer_samples_done), (wait_segment),
8346         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8347         Add some compiler G_(UN_)LIKELY help.
8348         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8349         make sure they can exit their functions. Should fix #330748
8350
8351 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8352
8353         * Makefile.am:
8354         * configure.ac:
8355         * win32/MANIFEST:
8356         * win32/common/_stdint.h:
8357           Windows does not have long long; copy the generated _stdint.h
8358         * win32/common/interfaces-enumtypes.c:
8359         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8360         (gst_mixer_track_flags_get_type),
8361         (gst_tuner_channel_flags_get_type):
8362         * win32/common/multichannel-enumtypes.c:
8363         (gst_audio_channel_position_get_type):
8364           update
8365
8366 2006-02-13  Wim Taymans  <wim@fluendo.com>
8367
8368         * gst-libs/gst/audio/gstbaseaudiosink.c:
8369         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8370         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8371         Always sync on first sample we receive when starting.
8372
8373 2006-02-13  Wim Taymans  <wim@fluendo.com>
8374
8375         * gst/playback/gstplaybin.c: (gen_vis_element):
8376         Update vis bin docs.
8377         Move queue after tee so we don't queue video buffers but
8378         audio samples instead. Fixes problems where the video queue
8379         is filled and the audio queue empty.
8380
8381 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8382
8383         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8384           No need to push an EOS event here, GstBaseSrc will do that for us
8385           when we return FLOW_UNEXPECTED.
8386           
8387 2006-02-12  Wim Taymans  <wim@fluendo.com>
8388
8389         * gst-libs/gst/audio/gstbaseaudiosink.c:
8390         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8391         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8392         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8393         Use scale functions when possible.
8394         Fix error messages.
8395         Free clockid when after waiting for EOS.
8396         Use G_(UN_)LIKLY when it makes sense.
8397         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8398
8399 2006-02-12  Edward Hervey  <edward@fluendo.com>
8400
8401         * gst/playback/gstplaybasebin.c: (prepare_output): 
8402         Remove stray semi-colon (fixes #330888).
8403
8404 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8405
8406         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8407         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8408         Fix up the XShm call testing so that we catch errors, and don't
8409         cause new ones by attempting to detach from a segment we failed
8410         to attach to. Fixes #312439.
8411
8412 2006-02-10  Edward Hervey  <edward@fluendo.com>
8413
8414         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8415         Added flv file typefind (video/x-flv).
8416
8417 2006-02-10  Edward Hervey  <edward@fluendo.com>
8418
8419         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8420         (gst_riff_create_video_template_caps):
8421         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8422         Also added the caps to the default set of riff video caps.
8423
8424 2006-02-09  Andy Wingo  <wingo@pobox.com>
8425
8426         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8427         time and the end time of the last packet in the page.
8428         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8429         on the pages in our queue, set the duration as well. Reflow a
8430         debug statement.
8431         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8432         Fixes bad muxing order.
8433
8434 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8435
8436         * gst-libs/gst/rtp/gstbasertppayload.c:
8437         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8438           update seqnum before setting it on the packet; this makes sure
8439           that the timestamp and seqnum properties match after pushing
8440           a buffer
8441
8442 2006-02-09  Andy Wingo  <wingo@pobox.com>
8443
8444         * gst-libs/gst/audio/gstringbuffer.c
8445         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8446         overflow after 13.5 hours of recording. Kapow!
8447
8448         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8449         the buffer size -- we don't care about underrun/overrun reporting
8450         right now, just need to return a useful value.
8451
8452 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8453
8454         * configure.ac:
8455           Back to CVS
8456
8457 === release 0.10.3 ===
8458
8459 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8460
8461         * configure.ac:
8462           releasing 0.10.3, "Under Pressure"
8463
8464 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8465
8466         * configure.ac:
8467         Drat. Bump libtool version number for new API.
8468         Prelease 0.10.2.3 (of 0.10.3)
8469
8470 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8471
8472         * configure.ac:
8473         * win32/common/config.h:
8474         0.10.2.2 prerelease (of 0.10.3).
8475
8476 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8477
8478         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8479           Revert Andy's newsegment change pending a more correct
8480           fix.
8481
8482 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8483
8484         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8485         (qt_type_find), (plugin_init):
8486           detect more files as 3gp
8487           group and reorder the iso file formats
8488
8489 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8490
8491         * ext/vorbis/vorbis.c: (plugin_init):
8492           Register musicbrainz tags, so apps don't have to.
8493
8494 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8495
8496         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8497         (gst_tag_to_vorbis_tag):
8498           Make sure we called gst_tag_register_musicbrainz_tags()
8499           before possibly mapping a vorbiscomment string from/to a
8500           musicbrainz tag.
8501
8502 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8503
8504         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8505           In case we can't find the required number of consecutive
8506           mpeg audio frames to positively identify an MPEG audio
8507           stream, check if there's at least a valid mpeg audio
8508           frame right at offset 0 and if so suggest mpeg/audio
8509           caps with a very low probability (#153004).
8510
8511 2006-02-07  Andy Wingo  <wingo@pobox.com>
8512
8513         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8514         a TIME segment if we get timestamped buffers. Requires recent
8515         fixes in core to work properly.
8516
8517 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8518
8519         * gst/playback/gstplaybasebin.c: (prepare_output):
8520           Don't print the URI as part of the error message, it
8521           makes error dialogs look rather ugly, especially if
8522           the URI is very long or has characters in it that
8523           need escaping.
8524
8525 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8526
8527         * gst/playback/gstplaybasebin.c: (prepare_output):
8528           Error out if we have only text or subtitles, but nothing
8529           else. Also error out if we have subtitles but no video
8530           stream.
8531
8532 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8533
8534         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8535           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8536           Post an error message on the bus when we encounter an
8537           error, which will hopefully be more meaningful than the
8538           'Internal Flow Error' message users get to see if we
8539           just return GST_FLOW_ERROR.
8540
8541 2006-02-07  Andy Wingo  <wingo@pobox.com>
8542
8543         * configure.ac (GST_MAJORMINOR): Update core version req to
8544         0.10.2.2, for the collectpads API addition (#330244).
8545
8546 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8547
8548         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8549           Return FALSE from plugin_init() when GnomeVFS can't
8550           be initialised for some reason (#328423).
8551
8552 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8553
8554         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8555         Stick to seeking theory until i find the bug.
8556         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8557
8558 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8559
8560         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8561         (theora_enc_finalize), (theora_enc_sink_setcaps),
8562         (theora_set_header_on_caps), (theora_enc_chain),
8563         (theora_enc_change_state):
8564         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8565           Make theoraenc and the tests leak free. Like, really.
8566
8567 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8568
8569         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8570         (theora_enc_finalize), (theora_enc_sink_setcaps):
8571           Add a finalize method to ensure we clean up state even if
8572           someone omitted the state change back to NULL.
8573
8574         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8575         (gst_vorbisenc_chain):
8576           Free some more leaked bits.
8577
8578         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8579         (stop_pipeline):
8580           Wait for state changes to happen if they're ASYNC.
8581
8582           This ought to teach those fancy pants buildbots a lesson.
8583
8584 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8585
8586         * gst-libs/gst/tag/gstid3tag.c:
8587           Add mapping for ID3 International Standard Recording Code
8588           tag "TSRC"
8589
8590 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8591
8592         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8593           Don't leak tag names.
8594
8595 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8596
8597         * docs/libs/gst-plugins-base-libs-docs.sgml:
8598         * docs/libs/gst-plugins-base-libs-sections.txt:
8599         * gst-libs/gst/tag/gstid3tag.c:
8600         * gst-libs/gst/tag/gstvorbistag.c:
8601         * gst-libs/gst/tag/tags.c:
8602           Split libgsttag docs into multiple sections.
8603
8604 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8605
8606         * docs/libs/Makefile.am:
8607         * docs/libs/gst-plugins-base-libs-docs.sgml:
8608         * docs/libs/gst-plugins-base-libs-sections.txt:
8609         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8610         * gst-libs/gst/tag/gstvorbistag.c:
8611         * gst-libs/gst/tag/tag.h:
8612         * gst-libs/gst/tag/tags.c:
8613           Add libgsttag to the docs.
8614
8615 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8616
8617         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8618         (gst_text_overlay_init), (gst_text_overlay_src_event),
8619         (gst_text_overlay_collected): Fix clockoverlay.
8620
8621 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8622
8623         * docs/libs/compiling.sgml:
8624           Fix typo: it's pkg-config, not pkg-gconfig
8625
8626         * docs/libs/gst-plugins-base-libs-docs.sgml:
8627         * docs/libs/gst-plugins-base-libs-sections.txt:
8628         * docs/libs/tmpl/gstgconf.sgml:
8629           There is no libgstgconf in 0.10, remove it
8630           from the docs.
8631
8632 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8633
8634         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8635         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8636         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8637         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8638         (gst_sub_parse_class_init), (gst_sub_parse_init),
8639         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8640         (parse_mpsub), (parser_state_init), (handle_buffer),
8641         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8642         * gst/subparse/gstsubparse.h: Introduce seeking code.
8643
8644 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8645
8646         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8647           Add comment about LANGUAGE tag inconsistency (we want
8648           ISO-639-1, but extract three-letter identifiers?)
8649
8650         * po/POTFILES.in:
8651           Add two translatable files.
8652
8653 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8654
8655         * gst-libs/gst/tag/Makefile.am:
8656         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8657         * gst-libs/gst/tag/tag.h:
8658         * gst-libs/gst/tag/tags.c:
8659         (gst_tag_register_musicbrainz_tags_internal),
8660         (gst_tag_register_musicbrainz_tags):
8661           Forward-port some tags stuff from the 0.8 branch. This is
8662           mostly the addition of musicbrainz tags and their mapping
8663           to vorbistags, and a vorbistag mapping of the language tag.
8664
8665 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8666
8667         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8668         refactoring.
8669
8670 2006-02-04  David Schleef  <ds@schleef.org>
8671
8672         * ext/ogg/gstoggmux.c:
8673         * gst/typefind/gsttypefindfunctions.c:
8674           Add Dirac typefinding and add dirac format to oggmux.
8675
8676 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         * gst/playback/gstdecodebin.c: (try_to_link_1):
8679           Don't put essential function call into
8680           g_return_*() macro, otherwise it'll all be
8681           replaced by NOOPs when compiling with
8682           G_DISABLE_CHECKS defined.
8683
8684 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8685
8686         * ext/ogg/gstoggdemux.c:
8687         * ext/ogg/gstoggparse.c:
8688         * gst/tcp/gsttcpserversink.c:
8689         * sys/v4l/v4lsrc_calls.c:
8690         * sys/v4l/v4lsrc_calls.h:
8691         Just make it compile with --disable-gst-debug.
8692
8693 2006-02-03  Wim Taymans  <wim@fluendo.com>
8694
8695         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8696         (gst_alsasink_class_init), (gst_alsasink_init),
8697         (gst_alsasink_write), (gst_alsasink_reset):
8698         * ext/alsa/gstalsasink.h:
8699         Add lock to protect alsa calls.
8700         Implement reset to flush samples ASAP, does not work
8701         with dmix though.
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         Ugh.. getting late I guess...
8708
8709 2006-02-02  Wim Taymans  <wim@fluendo.com>
8710
8711         * gst-libs/gst/audio/gstbaseaudiosink.c:
8712         (gst_base_audio_sink_provide_clock),
8713         (gst_base_audio_sink_set_property),
8714         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8715         Don't try to provide a clock when we are not negotiated since
8716         we might not be able to make it run.
8717
8718 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8719
8720         * gst/playback/gstdecodebin.c: (try_to_link_1):
8721           Unlinking two source pads is ... hard.
8722
8723 2006-02-02  Wim Taymans  <wim@fluendo.com>
8724
8725         * gst-libs/gst/audio/TODO:
8726         Updated.
8727
8728         * gst-libs/gst/audio/gstbaseaudiosink.c:
8729         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8730         On EOS, wait till the last sample is played before posting EOS.
8731
8732 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8733
8734         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8735           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8736           setting queue_delay to zero. Also avoid thread being started if
8737           queue_delay is zero.
8738
8739 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8740
8741         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8742           Make test work again by connecting fakesinks to each decoded pad,
8743           which makes the pipeline wait until each fakesink has a buffer
8744           queued before going to PAUSED state. At that point we know the
8745           decodebin pads are negotiated.
8746
8747 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8748
8749         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8750         (gst_cdda_base_src_handle_event):
8751         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8752           Pass unhandled queries to the parent class's query function.
8753
8754 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8755
8756         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8757         (gst_ogg_pad_src_query):
8758         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8759         * ext/theora/theoradec.c: (theora_dec_src_query),
8760         (theora_dec_sink_query):
8761         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8762         (vorbis_dec_sink_query):
8763         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8764         (gst_vorbisenc_sink_query):
8765         * gst/adder/gstadder.c: (gst_adder_query):
8766           Pass unhandled queries upstream instead of just
8767           dropping them (#326447). Also, fix supported
8768           query types list for some elements.
8769
8770 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8771
8772         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8773         (paris_type_find), (ilbc_type_find), (plugin_init):
8774           Fix typefinding for audio/x-au, audio/x-paris and
8775           audio/iLBC-sh. We cannot use the START_WITH macros
8776           here, because there can only be one typefind factory
8777           with the same name (caps), so the second one would
8778           replace the first one and the first one would never
8779           be called when doing typefinding (see #161712).
8780           
8781
8782 2006-01-31  Wim Taymans  <wim@fluendo.com>
8783
8784         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8785         (vorbis_handle_header_packet), (vorbis_dec_push),
8786         (vorbis_handle_data_packet):
8787         Use scale_int when we can, add some more scaling.
8788         Check packettype before parsing it.
8789
8790 2006-01-31  Wim Taymans  <wim@fluendo.com>
8791
8792         * ext/theora/theoradec.c: (_theora_granule_time),
8793         (theora_dec_src_convert), (theora_dec_sink_convert):
8794         Call right _scale functions.
8795         Use parameter instead of some other random value.
8796
8797 2006-01-31  Wim Taymans  <wim@fluendo.com>
8798
8799         * ext/theora/theoradec.c: (_theora_granule_frame),
8800         (_theora_granule_time), (_inc_granulepos),
8801         (theora_dec_src_convert), (theora_dec_sink_convert),
8802         (theora_handle_type_packet), (theora_handle_data_packet),
8803         (theora_dec_chain):
8804         Use higher precision timestamps calculation.
8805         Convert some other conversions to _scale.
8806
8807 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8808
8809         * gst/audiotestsrc/gstaudiotestsrc.c:
8810         (gst_audio_test_src_create_sine_table), (plugin_init):
8811         * gst/volume/gstvolume.c: (plugin_init):
8812           initialize gst_controller before using
8813
8814 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8815
8816         * tests/check/pipelines/theoraenc.c:
8817         * tests/check/pipelines/vorbisenc.c:
8818         Define constant using G_GINT64_CONSTANT to avoid errors when
8819         passing it around - otherwise it gets truncated to 32 bits.
8820
8821         Fixes failing tests.
8822
8823 2006-01-31  Andy Wingo  <wingo@pobox.com>
8824
8825         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8826         caps being set doesn't have a framerate value. Basically a stopgap
8827         measure.
8828
8829         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8830         technically correct enough to put into core though.
8831         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8832         DURATION. Fixes theoraenc ! oggmux.
8833
8834         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8835         fraction, not double.
8836
8837 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8838
8839         * win32/vs7:
8840         add vs7 project files created by Sergey Scobich
8841
8842 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8843
8844         * win32/vs8:
8845         add vs8 project files created by Sergey Scobich
8846         
8847 2006-01-30  Andy Wingo  <wingo@pobox.com>
8848
8849         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8850         timestamp + duration, not just timestamp -- ogg pages should be
8851         ordered by stop time. Necessary fix given the change in vorbis
8852         timestamps.
8853
8854         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8855         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8856         (granulepos_add): New function, handles the messiness of adjusting
8857         granulepos values.
8858         (theora_buffer_from_packet):
8859         (theora_enc_chain):
8860         (theora_enc_sink_event): Use granulepos_add, not +.
8861
8862         * tests/check/pipelines/theoraenc.c
8863         (check_buffer_granulepos_from_starttime): Just check the frame
8864         count, not the actual granulepos -- we can't dictate to the
8865         encoder when it should be placing keyframes.
8866
8867 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8868
8869         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8870           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8871           play an http:// stream from a server that's not serving
8872
8873 2006-01-30  Andy Wingo  <wingo@pobox.com>
8874
8875         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8876         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8877         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8878         available.
8879
8880         * ext/theora/gsttheoraenc.h:
8881         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8882         although theoraenc was timestamping correctly. Added handling of
8883         streams that start with nonzero timestamps.
8884
8885         * tests/check/Makefile.am:
8886         * tests/check/pipelines/theoraenc.c: New file, basically does same
8887         tests as vorbisenc.
8888
8889         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8890
8891 2006-01-30  Wim Taymans  <wim@fluendo.com>
8892
8893         * gst-libs/gst/audio/gstaudiosink.c:
8894         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8895         (gst_audioringbuffer_pause):
8896         Implement pause that does not wait for completion.
8897
8898         * gst-libs/gst/audio/gstbaseaudiosink.c:
8899         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8900         Don't drop buffers when going to PAUSED but perform preroll on
8901         remaining samples now that core base class supports this.
8902
8903         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8904         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8905         (gst_ring_buffer_commit):
8906         Pause should not signal waiters.
8907         Implement return value of _commit correctly.
8908
8909 2006-01-30  Andy Wingo  <wingo@pobox.com>
8910
8911         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8912
8913         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8914         updated to timestamp from the first sample, not the last.
8915         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8916         special care of granulepos and timestamp for header packets.
8917         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8918         when the first buffer has a nonzero timestamp.
8919
8920         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8921         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8922         case when the first audio buffer we get has a nonzero timestamp.
8923         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8924         properly timestamp vorbis buffers with the time of the first
8925         sample, not the last.
8926         
8927         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8928         vorbis_granule_time_copy -- now it takes the granule/subgranule
8929         offset into account.
8930
8931         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8932         timestamps, durations, and granulepos on buffers produced by
8933         vorbisenc.
8934
8935 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8936
8937         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8938         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8939           Patch from Eric Jonas to support conversions to/from UYVY 
8940           (Fixes: #324626)
8941
8942 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8943
8944         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8945         (setup_subtitle), (setup_source), (set_active_source):
8946         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8947         (gen_text_element), (gen_audio_element), (gen_vis_element),
8948         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8949
8950 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8951
8952         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8953         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8954                 use gst_guint64_to_gdouble to be compliant with vs6
8955         * gst/playback/gstdecodebin.c: (try_to_link_1)
8956         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8957                 use G_GINT64_CONSTANT for int64 constants
8958         * win32/common/libgstinterfaces.def:
8959                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8960         * win32/vs6:
8961                 update and add new project files
8962                 
8963 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8964
8965         * Makefile.am:
8966         * win32/MANIFEST:
8967         * win32/common/interfaces-enumtypes.c:
8968         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8969         (gst_mixer_track_flags_get_type),
8970         (gst_tuner_channel_flags_get_type):
8971         * win32/common/interfaces-enumtypes.h:
8972         * win32/common/multichannel-enumtypes.c:
8973         (gst_audio_channel_position_get_type):
8974         * win32/common/multichannel-enumtypes.h:
8975           add a win32-update rule like in core, and copy over enumtypes files
8976
8977 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8978
8979         * win32/MANIFEST:
8980         * win32/common/config.h:
8981         * win32/common/config.h.in:
8982           add config files just like in core
8983
8984 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8985
8986         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8987           Make gcc-4.1 happy (part of #327357).
8988
8989 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8990
8991         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8992         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8993         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8994         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8995         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8996         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8997           Update all error messages.  All of them should either use
8998           the default translated message, or actually provide a
8999           translatable string.
9000           Make the string for channel count problems meaningful.
9001
9002 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9003
9004         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9005           check for and throw RESOURCE_BUSY
9006
9007 2006-01-27  David Schleef  <ds@schleef.org>
9008
9009         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
9010           checked in this change -- it requires liboil features not
9011           in 0.3.6.  Revert parts.
9012
9013 2006-01-27  David Schleef  <ds@schleef.org>
9014
9015         * REQUIREMENTS:
9016         * configure.ac: update liboil requirement to 0.3.6
9017         * gst/videoscale/Makefile.am:
9018         * gst/videoscale/vs_scanline.c: liboilify
9019
9020 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9021
9022         * ext/libvisual/visual.c: (get_buffer):
9023           When pad_alloc returns a GstFlowReturn other
9024           than GST_FLOW_OK, make sure it is passed upstream.
9025
9026 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9027
9028         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9029         (gst_alsasink_class_init):
9030           Free the device name string.
9031
9032         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9033         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
9034         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
9035           Don't remove a pad from the collectpads structure until it
9036           is released - it's a request pad, and may receive data again
9037           if the element gets moved back to PLAYING state.
9038
9039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9040           Ensure we turn on double buffering on the Xv port, and
9041           set the colour key to something dark and mysterious that
9042           isn't black.
9043
9044 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9045
9046         * ext/alsa/gstalsaplugin.c: (plugin_init):
9047         * ext/cdparanoia/gstcdparanoiasrc.c:
9048         (gst_cd_paranoia_src_base_init), (plugin_init):
9049         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9051           - a library should not call setlocale. see "Libraries" node in
9052             gettext manual
9053           - make sure all plugins that use translation do bindtextdomain
9054             to point to the localedir
9055         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9056         (setup_sinks), (plugin_init):
9057           all this, and check for NULL when creating sinks
9058
9059 2006-01-27  Julien MOUTTE  <julien@moutte.net>
9060
9061         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9062         (plugin_init): Make typefinding of subtitles work again.
9063
9064 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
9065
9066         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9067         (mp3_type_frame_length_from_header), (mp3_type_find),
9068         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9069         (plugin_init):
9070           Backport a bunch of typefinding fixes from the 0.8 branch.
9071           Also, improve wavpack typefinding: if we can't peek the
9072           entire wavpack block, try to parse the bits we can get and
9073           see if we find what we're looking for in those.
9074
9075 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9076
9077         * sys/ximage/ximagesink.c:
9078         (gst_ximagesink_calculate_pixel_aspect_ratio):
9079         * sys/xvimage/xvimagesink.c:
9080         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9081         more cases of pixel aspect ratio.
9082
9083 2006-01-26  Edward Hervey  <edward@fluendo.com>
9084
9085         * gst/playback/gstdecodebin.c: (pad_probe):
9086         Also consider the flush-start and tag events as unblockers
9087         for the pad probes.
9088
9089 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9090
9091         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9092         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9093         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
9094         On the fly visualisation switch, works disabling, enabling as
9095         well but it won't be able to enable vis in a playbin that was
9096         created with no visualisation.
9097
9098 2006-01-25  Wim Taymans  <wim@fluendo.com>
9099
9100         * gst-libs/gst/audio/gstbaseaudiosink.c:
9101         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9102         Undo previous commit that returned WRONG_STATE sooner, it breaks 
9103         resume after pause.
9104
9105 2006-01-25  Wim Taymans  <wim@fluendo.com>
9106
9107         * gst-libs/gst/audio/gstbaseaudiosink.c:
9108         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9109         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9110         Improve debugging.
9111         Post error when caps cannot be parsed.
9112         Resync on discontinuity in the stream.
9113         Clip samples to segment boundaries.
9114         return WRONG_STATE sooner when we are flushing.
9115
9116         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9117         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9118         Make audiosrc operate in TIME.
9119         Set TIMESTAMP and DURATION on buffers.
9120
9121 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
9122
9123         * tests/examples/seek/seek.c: (main):
9124           Output tag messages as well.
9125
9126 2006-01-23  Edward Hervey  <edward@fluendo.com>
9127
9128         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9129         (free_pad_probes), (remove_fakesink), (pad_probe),
9130         (close_pad_link), (gst_decode_bin_change_state):
9131         Replace GstPadBlockCallback with pad probes that detect
9132         first buffer AND eos before removing fakesink.
9133         Fixes hang with demuxers doing EOS while pre-rolling.
9134         Solves #328279
9135
9136 2006-01-23  Andy Wingo  <wingo@pobox.com>
9137
9138         * ext/alsa/gstalsasink.c:
9139         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9140         (gst_base_rtp_depayload_setcaps),
9141         (gst_base_rtp_depayload_add_to_queue),
9142         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9143         
9144         Patch by: Jens Granseuer <jensgr at gmx dot net>
9145
9146 2006-01-22  Julien MOUTTE  <julien@moutte.net>
9147
9148         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9149         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9150         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
9151         frames. We might get a frame destroyed after changing state to
9152         NULL, adding a safety check on xcontext.
9153
9154 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9155
9156         * gst-libs/gst/interfaces/xoverlay.c:
9157           Fix prepare-xwindow-id code example in the docs - we need to
9158           ignore all messages that aren't element messages as well.
9159           
9160 2006-01-21  Julien MOUTTE  <julien@moutte.net>
9161
9162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9163           I think one day i'll completely undestand how caps negotiation
9164           is supposed to work. This refactoring handles buffer_alloc
9165           called with caps we can't handle. We definitely don't want a
9166           set_caps with those caps, so we define and allocate a buffer
9167           we would like to receive.
9168
9169 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9170
9171         * gst/playback/gstplaybasebin.c: (setup_source):
9172           Free iterator when done.
9173
9174 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
9175
9176         * gst-libs/gst/audio/gstbaseaudiosink.c:
9177         (gst_base_audio_sink_render):
9178           Fix playback of non-synchronised streams by assuming a rate
9179           of 1.0 instead of a random one.
9180
9181           Makes this work again:
9182
9183           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9184           endianness=(int)4321, signed=(boolean)true, width=(int)16,
9185           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9186           audioresample ! alsasink
9187
9188 === release 0.10.2 ===
9189
9190 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
9191
9192         * configure.ac:
9193           releasing 0.10.2, "Then the devil is six"
9194
9195 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9196
9197         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9198         * gst/playback/gststreamselector.c:
9199         (gst_stream_selector_set_property):
9200           Comment out broken code that connects to the state-changed signal.
9201           At this point, changing current stream selection is broken, but 
9202           stuff like gst-launch playbin current-audio=1 works and filters
9203           to the chosen stream.
9204
9205 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9206
9207         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9208           Fix #327216 (null dereference in vorbisdec)
9209
9210 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * ext/theora/theoradec.c: (theora_handle_comment_packet):
9213           Post taglist actually on bus instead of just freeing it
9214           (fixes #327114 and totem bug #327080).
9215
9216         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9217           Use gst_element_found_tags_for_pad(), so that the tags
9218           are sent downstream as an event as well.
9219
9220 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9221
9222         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9223         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9224         (gst_ximagesink_buffer_alloc):
9225         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9226         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9227         (gst_xvimagesink_buffer_alloc):
9228           move all regularly occurring messages to GST_LOG level
9229           add some more object logs
9230
9231 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9232
9233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9234           fix a silly segfault
9235
9236 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9237
9238         * docs/libs/gst-plugins-base-libs-docs.sgml:
9239         * docs/libs/gst-plugins-base-libs-sections.txt:
9240         * gst-libs/gst/audio/mixerutils.c:
9241         * gst-libs/gst/audio/mixerutils.h:
9242           Add docs for mixerutils stuff.
9243
9244 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9245
9246         * gst/playback/gstplaybasebin.c: (setup_source):
9247           Fix playback for sources that emit raw audio or
9248           raw video streams (e.g.: cd audio sources) (#325984).
9249
9250 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9251
9252         * gst-libs/gst/audio/mixerutils.c:
9253         (gst_audio_mixer_filter_do_filter):
9254           actually save the element we create
9255
9256 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9257
9258         * gst-libs/gst/cdda/gstcddabasesrc.c:
9259         (gst_cdda_base_src_handle_track_seek):
9260           No need to post a tag message on the bus when seeking
9261           within the same track, only post it when the current
9262           track changes.
9263
9264 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9265
9266         * gst/playback/gstplaybasebin.c: (group_destroy),
9267         (probe_triggered), (new_decoded_pad), (mute_group_type),
9268         (set_active_source):
9269         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9270         * gst/playback/gststreamselector.c:
9271         (gst_stream_selector_base_init),
9272         (gst_stream_selector_set_property),
9273         (gst_stream_selector_request_new_pad):
9274           Reenable stream selection. These mechanisms need a complete overhaul
9275           in the face of 0.8->0.10 changes though.
9276
9277 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9278
9279         * ext/ogg/gstoggdemux.c:
9280           Change the pad template to src_%d to match the pads that 
9281           are created from it. decodebin needs this information in order
9282           to decide that oggdemux is capable of producing multiple pads
9283           (and hence needs queues inserted).
9284
9285         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9286         (gst_ogg_mux_collected):
9287           Make debug output more useful by using GST_PTR_FORMAT.
9288
9289 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9290
9291         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9292
9293         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9294           Set depth and width for alaw/mulaw (fixes #326601).
9295
9296 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9297
9298         * tests/icles/Makefile.am:
9299           don't build the tests if we don't have the libs
9300
9301 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9302
9303         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9304         (gst_cd_paranoia_paranoia_callback):
9305           Don't try to free NULL pointers.
9306
9307 2006-01-10  Edward Hervey  <edward@fluendo.com>
9308
9309         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9310         (gst_audio_rate_change_state), (plugin_init):
9311         Add debugging category.
9312         Fix type issues.
9313         Add case for incoming buffers without valid offset/offset_end.
9314
9315 2006-01-10  Michael Smith  <msmith@fluendo.com>
9316
9317         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9318           Don't leak GCond in audio sources.
9319
9320 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9321
9322         * gst/playback/gstplaybin.c: (gen_audio_element):
9323           Don't leak an autoaudiosink/alsasink when we generate
9324           a new audio element. (old code, I guess)
9325
9326 2006-01-10  Michael Smith  <msmith@fluendo.com>
9327
9328         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9329           Support float audio in audiorate.
9330           Use width rather than depth for selecting sample width.
9331
9332 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * gst/videotestsrc/videotestsrc.h:
9335           Use GLib types here (that way we don't have to include the
9336           generated _stdint.h header, which makes life easier for win32
9337           folks that don't use autotools for the build) (#325990, patch
9338           by: Sergey Scobich).
9339
9340 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9341
9342         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9343         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9344         (gst_ring_buffer_pause), (wait_segment):
9345         * gst-libs/gst/audio/gstringbuffer.h:
9346           Name (private) union, makes Forte compiler happy (this time
9347           for real) (#324900).
9348
9349 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9350
9351         * gst-libs/gst/audio/Makefile.am:
9352           Link against libgstinterfaces, needed for mixer
9353           and property probe stuff.
9354
9355 2006-01-09  Edward Hervey  <edward@fluendo.com>
9356
9357         * gst-libs/gst/Makefile.am:
9358
9359 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9360
9361         * gst-libs/gst/audio/Makefile.am:
9362         * gst-libs/gst/audio/mixerutils.c:
9363         (gst_audio_mixer_filter_do_filter),
9364         (gst_audio_mixer_filter_check_element),
9365         (gst_audio_mixer_filter_probe_feature),
9366         (element_factory_rank_compare_func),
9367         (gst_audio_default_registry_mixer_filter):
9368         * gst-libs/gst/audio/mixerutils.h:
9369           Add gst_audio_default_registry_mixer_filter() utility
9370           function.
9371
9372 2006-01-03  Michael Smith  <msmith@fluendo.com>
9373
9374         * gst/audioresample/resample.h:
9375           As before, but for o_buf
9376
9377 2006-01-03  Michael Smith  <msmith@fluendo.com>
9378
9379         * gst/audioresample/resample.h:
9380           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9381           since we do arithmetic on it.
9382
9383 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9384
9385         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9386         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9387         (gst_ring_buffer_pause), (wait_segment):
9388         * gst-libs/gst/audio/gstringbuffer.h:
9389           Sun's Forte compiler doesn't seem to like anonymous structs,
9390           so use same setup as in GstBaseSrc (fixes #324900).
9391
9392 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9393
9394         * configure.ac:
9395         * gst/volume/Makefile.am:
9396         * gst/volume/demo.c:
9397           move old example to tests/examples/volume/volune.c
9398         * tests/examples/Makefile.am:
9399         * tests/examples/seek/seek.c: (main):
9400           change window-close event from "delete-event" to "destroy"
9401         * tests/examples/volume/Makefile.am:
9402         * tests/examples/volume/volume.c: (value_changed_callback),
9403         (setup_gui), (message_received), (eos_message_received), (main):
9404           fix event handling and bus usage
9405
9406 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9407
9408         * gst/audiotestsrc/gstaudiotestsrc.c:
9409         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9410         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9411         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9412         (gst_audio_test_src_create_square),
9413         (gst_audio_test_src_create_saw),
9414         (gst_audio_test_src_create_triangle),
9415         (gst_audio_test_src_create_silence),
9416         (gst_audio_test_src_create_white_noise),
9417         (gst_audio_test_src_create_pink_noise),
9418         (gst_audio_test_src_init_sine_table),
9419         (gst_audio_test_src_create_sine_table),
9420         (gst_audio_test_src_change_wave),
9421         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9422         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9423         * gst/audiotestsrc/gstaudiotestsrc.h:
9424           update to basesrc changes, implement segmented seeking and eos
9425           handling, add a 'sine-tab' waveform for performance critical playback
9426
9427 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9428
9429         * po/POTFILES.in:
9430           ... and this time the other modified file that I missed last time.
9431
9432 2005-12-29  Michael Smith  <msmith@fluendo.com>
9433
9434         * gst/playback/gstdecodebin.c: (new_pad):
9435           Fix non-C89 variable declaration not at the start of a block. Should
9436           help some compilers.
9437
9438 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9439
9440         * tests/check/Makefile.am:
9441           And now fix 'make distcheck' (builddir != srcdir)
9442
9443 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9444
9445         * configure.ac:
9446         * ext/cdparanoia/Makefile.am:
9447         * ext/cdparanoia/gstcdparanoia.c:
9448         * ext/cdparanoia/gstcdparanoia.h:
9449         * ext/cdparanoia/gstcdparanoiasrc.c:
9450         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9451         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9452         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9453         (gst_cd_paranoia_paranoia_callback),
9454         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9455         (gst_cd_paranoia_src_set_property),
9456         (gst_cd_paranoia_src_get_property), (plugin_init):
9457         * ext/cdparanoia/gstcdparanoiasrc.h:
9458           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9459           plugin again (there are still fixes required to playbin to make
9460           cdda:// uris work there).
9461
9462 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9463
9464         * tests/check/Makefile.am:
9465           Fix test case compilation.
9466
9467 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9468
9469         * gst-libs/gst/cdda/gstcddabasesrc.c:
9470         (gst_cdda_base_src_update_duration),
9471         (gst_cdda_base_src_calculate_cddb_id):
9472           An integer is not a string. Fix access to uninitialised variable.
9473
9474         * tests/check/Makefile.am:
9475           Add cddabasesrc unit test; also actually enable the vorbis test.
9476
9477         * tests/check/generic/states.c:
9478           Blacklist new cd audio elements as well.
9479
9480         * tests/check/libs/cddabasesrc.c:
9481           Unit test for GstCddaBaseSrc (discid calculation mostly).
9482
9483 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9484
9485         * docs/libs/Makefile.am:
9486         * docs/libs/gst-plugins-base-libs-docs.sgml:
9487         * docs/libs/gst-plugins-base-libs-sections.txt:
9488         * docs/libs/gst-plugins-base-libs.types:
9489           Add docs for libgstcdda/GstCddaBaseSrc.
9490
9491         * gst-libs/gst/interfaces/mixertrack.h:
9492           Do one struct member per line with a semicolon at the end, that way
9493           even gtk-doc might parse it without complaining.
9494
9495 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9496
9497         * configure.ac:
9498         * gst-libs/gst/Makefile.am:
9499         * gst-libs/gst/cdda/Makefile.am:
9500         * gst-libs/gst/cdda/base64.c:
9501         * gst-libs/gst/cdda/base64.h:
9502         * gst-libs/gst/cdda/gstcddabasesrc.c:
9503         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9504         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9505         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9506         (gst_cdda_base_src_get_property),
9507         (gst_cdda_base_src_get_track_from_sector),
9508         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9509         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9510         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9511         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9512         (gst_cdda_base_src_uri_get_protocols),
9513         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9514         (gst_cdda_base_src_uri_handler_init),
9515         (gst_cdda_base_src_setup_interfaces),
9516         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9517         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9518         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9519         (gst_cdda_base_src_add_tags),
9520         (gst_cdda_base_src_add_index_associations),
9521         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9522         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9523         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9524         (gst_cdda_base_src_create):
9525         * gst-libs/gst/cdda/gstcddabasesrc.h:
9526         * gst-libs/gst/cdda/sha1.c:
9527         * gst-libs/gst/cdda/sha1.h:
9528           Add new libgstcdda with GstCddaBaseSrc class.
9529
9530 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9531
9532         * ext/gnomevfs/gstgnomevfssink.h:
9533           Use GstBaseSinkClass as parent_class member for class struct, not
9534           GstBaseSink.
9535
9536 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9537
9538         Patch by: Michael Benes
9539
9540         * gst/videotestsrc/gstvideotestsrc.c:
9541         (gst_video_test_src_class_init), (gst_video_test_src_start):
9542           Add start method to reset running time and number of frames sent
9543           when starting up (fixes #324696)
9544
9545 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9546
9547         * docs/plugins/Makefile.am:
9548         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9549         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9550         * docs/plugins/gst-plugins-base-plugins.args:
9551         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9552         * docs/plugins/gst-plugins-base-plugins.signals:
9553           Add docs stuff for gnomevfssrc and gnomevfssink.
9554
9555         * ext/gnomevfs/gstgnomevfssrc.c:
9556           Fix example pipeline in gtk-doc blurb.
9557
9558 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9559
9560         * ext/gnomevfs/Makefile.am:
9561         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9562         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9563         (gst_gnome_vfs_handle_get_type), (plugin_init):
9564         * ext/gnomevfs/gstgnomevfs.h:
9565         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9566         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9567         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9568         (gst_gnome_vfs_sink_set_property),
9569         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9570         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9571         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9572         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9573         (gst_gnome_vfs_sink_uri_get_type),
9574         (gst_gnome_vfs_sink_uri_get_protocols),
9575         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9576         (gst_gnome_vfs_sink_uri_handler_init):
9577         * ext/gnomevfs/gstgnomevfssink.h:
9578           Port gnomevfssink; add gtk-doc blurb.
9579
9580         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9581         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9582         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9583         (gst_gnome_vfs_src_uri_get_type),
9584         (gst_gnome_vfs_src_uri_get_protocols),
9585         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9586         (gst_gnome_vfs_src_uri_handler_init),
9587         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9588         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9589         (gst_gnome_vfs_src_send_additional_headers_callback),
9590         (gst_gnome_vfs_src_received_headers_callback),
9591         (gst_gnome_vfs_src_push_callbacks),
9592         (gst_gnome_vfs_src_pop_callbacks),
9593         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9594         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9595         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9596         * ext/gnomevfs/gstgnomevfssrc.h:
9597           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9598           file; add gtk-doc blurb with example pipelines.
9599
9600 === release 0.10.1 ===
9601
9602 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9603
9604         * configure.ac:
9605           releasing 0.10.1, "Dobro Dedek"
9606
9607 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9608
9609         * gst/typefind/gsttypefindfunctions.c:
9610         iLBC30 and iLBC20 added to typefind.
9611
9612 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9613
9614         * gst-libs/gst/audio/gstbaseaudiosink.c:
9615         (gst_base_audio_sink_class_init):
9616         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9617         (gst_base_audio_src_class_init):
9618           update strings, values are in microseconds
9619           change the default sink buffer time to something that is smaller
9620           (to help software volume mixing have a slightly lower delay) but
9621           still be acceptable on Wim's laptop
9622
9623 2005-12-20  Edward Hervey  <edward@fluendo.com>
9624
9625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9626         Made a quack, forgot to add DUCK to the riff video template.
9627
9628 2005-12-19  Edward Hervey  <edward@fluendo.com>
9629
9630         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9631         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9632         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9633         (gst_ogm_parse_chain):
9634         Make sure pads are initialized correctly.
9635         * gst-libs/gst/riff/riff-ids.h:
9636         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9637         (gst_riff_create_video_template_caps):
9638         Add a whole bunch of FOURCC <=> MimeType.
9639         Extend the riff video pad template to support the newly added fourcc.
9640
9641 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9642
9643         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9644         (gst_ogg_demux_activate_chain):
9645           Extra debug output when activating/deactivating chains.
9646
9647         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9648         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9649         (unlinked):
9650           Remove a queue from our list when it becomes unlinked.
9651           Don't add queues to elements in class 'Demux' if they
9652           can only produce one pad 
9653
9654 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9655
9656         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9657         (gst_video_sink_get_type): Add a debug category.
9658
9659 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9660
9661         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9662         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9663           Handle downstream newsegment by sending our own newsegment before the
9664           next buffer to be released. (#323900)
9665
9666 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9667
9668         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9669         (gst_base_rtp_depayload_set_gst_timestamp):
9670           add queue delay to new segment as well (as opposed to just the first
9671           buffer). (bug #322347)
9672
9673 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9674
9675         * ext/libvisual/visual.c: (make_valid_name):
9676           change some char* into char[]
9677         * gst/audiotestsrc/gstaudiotestsrc.c:
9678         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9679         (gst_audio_test_src_create):
9680         * gst/audiotestsrc/gstaudiotestsrc.h:
9681           prepare to handle EOS and SEGMENT_DONE
9682
9683 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9684
9685         * tests/check/generic/states.c: (GST_START_TEST):
9686           Blacklist cdparanoia element in state test.
9687
9688 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9689
9690           Patch by: Benjamin Pineau
9691
9692         * gst/tcp/gsttcp.c:
9693         * gst/tcp/gsttcpclientsink.c:
9694         * gst/tcp/gsttcpserversink.c:
9695         * gst/tcp/gsttcpserversrc.c:
9696           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9697
9698 2005-12-15  Michael Smith  <msmith@fluendo.com>
9699
9700         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9701         (gst_video_rate_chain):
9702           Fix timestamping for videorate when the first buffer it sees has a
9703           non-zero timestamp. Fix some misleading debug output.
9704
9705 2005-12-15  Michael Smith  <msmith@fluendo.com>
9706
9707         * gst/audioresample/gstaudioresample.c:
9708           Don't leak all input buffers to audioresample.
9709
9710 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9711
9712         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9713           Don't operate on empty text buffers. Strip newlines and
9714           tabs only from the end of the text, but leave them intact
9715           in the middle. Fix typo in gtk-doc description.
9716
9717 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9718
9719         * gst/playback/gstplaybasebin.c:
9720         * gst/playback/gstplaybin.c: (handoff):
9721           Make sure the video frame buffer we return to apps via the
9722           "frame" property always has caps set on it. Modify
9723           _gst_gvalue_set_object() macro to handle NULL objects
9724           gracefully too.
9725
9726 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9727
9728         * gst/audiotestsrc/gstaudiotestsrc.c:
9729         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9730         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9731         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9732         (gst_audio_test_src_create):
9733         * gst/audiotestsrc/gstaudiotestsrc.h:
9734         Adjust to some recent api changes and add wtays new cool seeking
9735         capabillities
9736
9737 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9738
9739         * ext/alsa/Makefile.am:
9740         * ext/alsa/gstalsadeviceprobe.c:
9741         * ext/alsa/gstalsadeviceprobe.h:
9742           Helper functions to add device probing via the GstPropertyProbe
9743           interface to a class.
9744
9745         * ext/alsa/gstalsamixer.h:
9746           Comment out GST_ALSA_MIXER, it returns a struct that's not
9747           used.
9748
9749         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9750           Add some debug info. 
9751
9752         * ext/alsa/gstalsamixerelement.c:
9753         (gst_alsa_mixer_element_interface_supported),
9754         (gst_implements_interface_init),
9755         (gst_alsa_mixer_element_init_interfaces),
9756         (gst_alsa_mixer_element_class_init),
9757         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9758         (gst_alsa_mixer_element_set_property),
9759         (gst_alsa_mixer_element_get_property),
9760         (gst_alsa_mixer_element_change_state):
9761         * ext/alsa/gstalsamixerelement.h:
9762           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9763           for device handling (gnome-volume-control will need that).
9764
9765 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9766
9767         * ext/Makefile.am: fix cdparanoia entry
9768         * gst-plugins-base.spec.in: add cdparanoia
9769
9770 2005-12-12  Michael Smith  <msmith@fluendo.com>
9771
9772         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9773           Use the correct function to free list of typefind factories.
9774
9775 2005-12-12  Wim Taymans  <wim@fluendo.com>
9776
9777         * gst/videotestsrc/gstvideotestsrc.c:
9778         (gst_video_test_src_class_init), (gst_video_test_src_init),
9779         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9780         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9781         (gst_video_test_src_create):
9782         * gst/videotestsrc/gstvideotestsrc.h:
9783         Implement seeking in videotestsrc.
9784         Small cleanups.
9785
9786 2005-12-12  Wim Taymans  <wim@fluendo.com>
9787
9788         * ext/cdparanoia/Makefile.am:
9789         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9790         (gst_paranoia_endian_get_type), (_do_init),
9791         (cdparanoia_class_init), (cdparanoia_init),
9792         (cdparanoia_set_property), (cdparanoia_get_property),
9793         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9794         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9795         (cdparanoia_convert), (cdparanoia_get_query_types),
9796         (cdparanoia_query), (cdparanoia_set_index),
9797         (cdparanoia_uri_set_uri):
9798         * ext/cdparanoia/gstcdparanoia.h:
9799         Partially ported cdparanoia now that basesrc can support a
9800         plugin like this..
9801
9802 2005-12-12  Wim Taymans  <wim@fluendo.com>
9803
9804         * tests/examples/seek/scrubby.c: (main):
9805         Set higher priority for bus events so they don't get reordered with
9806         gtk gui events.
9807
9808         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9809         (flush_toggle_cb), (main):
9810         Added checkbox to disable flushing seeks. 
9811         Disable scrubbing when doing non flushing seeks.
9812
9813 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9814
9815         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9816         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9817         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9818         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9819           Implement some sort of event handling that doesn't rely on
9820           g_return_if_fail; make sure we always push the last chunk of an 
9821           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9822           state change function; remove some old cruft. Seeking is still
9823           rather unlikely to work though.
9824
9825         * tools/.cvsignore:
9826           Ignore more.
9827
9828 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9829
9830         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9831         Fixed a leak of the current image reference when cleaning up.
9832         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9833
9834 2005-12-09  Michael Smith  <msmith@fluendo.com>
9835
9836         * tools/Makefile.am:
9837         * tools/gst-launch-ext-m.m:
9838           Remove gst-launch-ext. It doesn't work, and is no longer
9839           particularly useful.
9840
9841 2005-12-08  Luca Ognibene  <luogni@tin.it>
9842
9843         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9844           don't pass random values to ogmparse convert function.
9845           Make seeking possible in the exile1.ogm file.
9846
9847 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9848
9849         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9850         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9851           Work around refcount problem with g_value_set_object() that occur
9852           if the core has been compiled against GLib-2.6 (g_value_set_object()
9853           will only g_object_ref() the element, but the caller will
9854           gst_object_unref() it and bad things will happen due to the way
9855           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9856           totem for people on FC4 using Thomas's 0.10 RPMs.
9857           
9858 2005-12-07  Edward Hervey  <edward@fluendo.com>
9859
9860         Time to welcome ogm to 0.10 :)
9861         
9862         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9863         (gst_ogg_pad_typefind):
9864         Oggdemux can now properly typefind elements with dynamic pads.
9865         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9866         Properly set caps on src pad, and set caps on outgoing buffers.
9867
9868 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9869
9870         * ext/alsa/gstalsamixer.h:
9871         * ext/alsa/gstalsamixerelement.h:
9872         * ext/alsa/gstalsamixeroptions.h:
9873         * ext/alsa/gstalsamixertrack.h:
9874         * ext/alsa/gstalsasink.c:
9875         * ext/alsa/gstalsasink.h:
9876         * ext/alsa/gstalsasrc.c:
9877         * ext/alsa/gstalsasrc.h:
9878         * ext/cdparanoia/gstcdparanoia.h:
9879         * ext/gnomevfs/gstgnomevfsuri.h:
9880         * ext/ogg/gstoggdemux.c:
9881         * ext/ogg/gstoggmux.c:
9882         * ext/pango/gsttextoverlay.h:
9883         * ext/theora/theoradec.c:
9884         * ext/theora/theoraenc.c:
9885         * ext/vorbis/vorbisdec.h:
9886         * ext/vorbis/vorbisenc.c:
9887         * ext/vorbis/vorbisenc.h:
9888         * ext/vorbis/vorbisparse.h:
9889         * gst-libs/gst/audio/gstaudioclock.h:
9890         * gst-libs/gst/audio/gstaudiosink.c:
9891         * gst-libs/gst/audio/gstaudiosink.h:
9892         * gst-libs/gst/audio/gstaudiosrc.c:
9893         * gst-libs/gst/audio/gstaudiosrc.h:
9894         * gst-libs/gst/audio/gstbaseaudiosink.c:
9895         * gst-libs/gst/audio/gstbaseaudiosink.h:
9896         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9897         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9898         * gst-libs/gst/audio/gstringbuffer.h:
9899         * gst-libs/gst/audio/multichannel.h:
9900         * gst-libs/gst/floatcast/floatcast.h:
9901         * gst-libs/gst/interfaces/colorbalance.c:
9902         * gst-libs/gst/interfaces/colorbalance.h:
9903         * gst-libs/gst/interfaces/colorbalancechannel.h:
9904         * gst-libs/gst/interfaces/mixer.h:
9905         * gst-libs/gst/interfaces/mixeroptions.h:
9906         * gst-libs/gst/interfaces/mixertrack.h:
9907         * gst-libs/gst/interfaces/navigation.h:
9908         * gst-libs/gst/interfaces/propertyprobe.h:
9909         * gst-libs/gst/interfaces/tuner.h:
9910         * gst-libs/gst/interfaces/tunerchannel.h:
9911         * gst-libs/gst/interfaces/tunernorm.h:
9912         * gst-libs/gst/interfaces/xoverlay.h:
9913         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9914         * gst-libs/gst/riff/riff-ids.h:
9915         * gst-libs/gst/riff/riff-media.h:
9916         * gst-libs/gst/riff/riff-read.h:
9917         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9918         * gst-libs/gst/rtp/gstbasertppayload.c:
9919         * gst-libs/gst/rtp/gstbasertppayload.h:
9920         * gst-libs/gst/rtp/gstrtpbuffer.c:
9921         * gst-libs/gst/rtp/gstrtpbuffer.h:
9922         * gst-libs/gst/tag/gsttageditingprivate.h:
9923         * gst-libs/gst/tag/gstvorbistag.c:
9924         (gst_tag_list_from_vorbiscomment_buffer):
9925         * gst-libs/gst/tag/tag.h:
9926         * gst-libs/gst/video/video.h:
9927         * gst/adder/gstadder.c:
9928         * gst/adder/gstadder.h:
9929         * gst/audioconvert/audioconvert.c:
9930         * gst/audioconvert/audioconvert.h:
9931         * gst/audioconvert/gstaudioconvert.c:
9932         * gst/audioconvert/gstchannelmix.c:
9933         * gst/audioconvert/gstchannelmix.h:
9934         * gst/audiorate/gstaudiorate.c:
9935         * gst/audioresample/buffer.h:
9936         * gst/audioresample/functable.h:
9937         * gst/audioresample/gstaudioresample.c:
9938         * gst/audioresample/resample.h:
9939         * gst/ffmpegcolorspace/avcodec.h:
9940         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9941         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9942         * gst/ffmpegcolorspace/imgconvert.c:
9943         * gst/ffmpegcolorspace/imgconvert_template.h:
9944         * gst/playback/gstdecodebin.c:
9945         * gst/playback/gstplaybasebin.h:
9946         * gst/playback/gstplaybin.c:
9947         * gst/playback/gststreaminfo.h:
9948         * gst/tcp/gstfdset.c:
9949         * gst/tcp/gstfdset.h:
9950         * gst/tcp/gstmultifdsink.c:
9951         * gst/tcp/gstmultifdsink.h:
9952         * gst/tcp/gsttcp.h:
9953         * gst/tcp/gsttcpclientsrc.c:
9954         * gst/tcp/gsttcpclientsrc.h:
9955         * gst/tcp/gsttcpplugin.h:
9956         * gst/tcp/gsttcpserversink.c:
9957         * gst/tcp/gsttcpserversrc.c:
9958         * gst/typefind/gsttypefindfunctions.c:
9959         * gst/videorate/gstvideorate.c:
9960         * gst/videotestsrc/gstvideotestsrc.h:
9961         * gst/videotestsrc/videotestsrc.h:
9962         * sys/v4l/gstv4lcolorbalance.h:
9963         * sys/v4l/gstv4ltuner.h:
9964         * sys/v4l/gstv4lxoverlay.h:
9965         * sys/v4l/v4l_calls.h:
9966         * sys/v4l/videodev_mjpeg.h:
9967         * tests/check/elements/audioconvert.c:
9968         * tests/check/elements/audioresample.c:
9969         * tests/check/elements/audiotestsrc.c:
9970         * tests/check/elements/videotestsrc.c:
9971         * tests/check/elements/volume.c:
9972         * tests/examples/seek/scrubby.c:
9973         * tests/examples/seek/seek.c:
9974           expand tabs
9975
9976 === release 0.10.0 ===
9977
9978 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9979
9980         * configure.ac:
9981           releasing 0.10.0, "Mont-d'or"
9982
9983 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9984
9985         * tests/examples/seek/Makefile.am:
9986         Build fix for when gtk is not available.
9987
9988 2005-12-05  Andy Wingo  <wingo@pobox.com>
9989
9990         * ext/libvisual/visual.c: (get_buffer):
9991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9992         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9993         * ext/theora/theoradec.c: (theora_handle_data_packet):
9994         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9995         (theora_enc_chain):
9996         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9997         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9998         Update for alloc_buffer changes.
9999
10000 2005-12-05  Andy Wingo  <wingo@pobox.com>
10001
10002         patch by: Kai Vehmanen <kv2004 eca cx>
10003         
10004         * gst-libs/gst/rtp/gstbasertpdepayload.c
10005         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
10006
10007 2005-12-04  Andy Wingo  <wingo@pobox.com>
10008
10009         patch by: Sebastien Cote <sebas642 yahoo ca>
10010         
10011         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
10012         Fixes #319172.
10013
10014 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
10015
10016         * docs/plugins/Makefile.am:
10017         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10018         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10019         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10020         * ext/pango/gstclockoverlay.c:
10021         * ext/pango/gsttextoverlay.c: 
10022         * ext/pango/gsttextrender.c:
10023         * ext/pango/gsttimeoverlay.c:
10024           Add gtk-doc blurbs to pango elements.
10025
10026 2005-12-02  Wim Taymans  <wim@fluendo.com>
10027
10028         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
10029         * gst/audioresample/buffer.h:
10030         * gst/audioresample/gstaudioresample.c:
10031         * gst/audioresample/gstaudioresample.h:
10032         * gst/audioresample/resample.c: (resample_input_flush),
10033         (resample_input_pushthrough), (resample_input_eos),
10034         (resample_get_output_size_for_input),
10035         (resample_get_input_size_for_output), (resample_get_output_size),
10036         (resample_get_output_data):
10037         * gst/audioresample/resample.h:
10038         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10039         Fix audioresample, seek torture, new segments, reverse negotiation
10040         etc.. work fine.
10041
10042 2005-12-02  Wim Taymans  <wim@fluendo.com>
10043
10044         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10045         Small cleanups.
10046
10047 2005-12-02  Wim Taymans  <wim@fluendo.com>
10048
10049         * gst/audioconvert/gstaudioconvert.c:
10050         (gst_audio_convert_transform):
10051         Post errors.
10052
10053 === release 0.9.7 ===
10054
10055 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10056
10057         * configure.ac:
10058           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10059
10060 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10061
10062         * Makefile.am:
10063         * po/hu.po:
10064         * win32/MANIFEST:
10065         * win32/gst.sln:
10066           add win32 MANIFEST file
10067           do something to the hungarian translation
10068
10069 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
10070
10071         * ext/Makefile.am:
10072           Add $(PANGO_DIR) to SUBDIRS
10073
10074         * ext/pango/gstclockoverlay.c:
10075         * ext/pango/gsttimeoverlay.c:
10076           Fix and improve element descriptions.
10077
10078 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10079
10080         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10081         * docs/plugins/inspect/plugin-libvisual.xml:
10082         * docs/plugins/inspect/plugin-pango.xml:
10083           add pango plugin to docs
10084
10085 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10086
10087         * configure.ac:
10088         * ext/Makefile.am:
10089           moved pango to base
10090
10091 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10092
10093         * configure.ac:
10094         * tests/Makefile.am:
10095         * tests/icles/.cvsignore:
10096         * tests/icles/Makefile.am:
10097         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10098         (close_display), (resize_window), (move_window), (create_window),
10099         (terminate_playback), (pause_playback), (start_playback), (main):
10100           add stress test for xoverlay from Julien
10101
10102 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10103
10104         * docs/libs/tmpl/gstcolorbalance.sgml:
10105         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10106         * gst-libs/gst/rtp/gstbasertppayload.c:
10107         * gst-libs/gst/rtp/gstrtpbuffer.c:
10108         * gst-libs/gst/rtp/gstrtpbuffer.h:
10109           Do burger's rename for rtp payloaders and depayloaders
10110
10111 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10112
10113         * win32/:
10114           add Visual Studio 6 build files
10115
10116 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10117
10118         * docs/libs/gst-plugins-base-libs-docs.sgml:
10119         * docs/libs/gst-plugins-base-libs-sections.txt:
10120         * docs/libs/tmpl/gstaudio.sgml:
10121         * docs/libs/tmpl/gstringbuffer.sgml:
10122         * gst-libs/gst/interfaces/xoverlay.c:
10123         * gst-libs/gst/video/gstvideofilter.c:
10124         * gst-libs/gst/video/gstvideosink.c:
10125           update documentation
10126
10127 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10128
10129         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10130         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10131         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10132         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10133         (gst_multi_fd_sink_get_stats),
10134         (gst_multi_fd_sink_remove_client_link),
10135         (gst_multi_fd_sink_handle_client_read),
10136         (gst_multi_fd_sink_client_queue_data),
10137         (gst_multi_fd_sink_client_queue_caps),
10138         (gst_multi_fd_sink_client_queue_buffer),
10139         (gst_multi_fd_sink_new_client),
10140         (gst_multi_fd_sink_handle_client_write),
10141         (gst_multi_fd_sink_recover_client),
10142         (gst_multi_fd_sink_queue_buffer),
10143         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10144         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10145         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10146         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10147         * gst/tcp/gstmultifdsink.h:
10148         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10149         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10150         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10151         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10152         (gst_tcp_client_sink_set_property),
10153         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10154         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10155         * gst/tcp/gsttcpclientsink.h:
10156         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10157         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10158         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10159         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10160         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10161         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10162         * gst/tcp/gsttcpclientsrc.h:
10163         * gst/tcp/gsttcpplugin.c: (plugin_init):
10164         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10165         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10166         (gst_tcp_server_sink_finalize),
10167         (gst_tcp_server_sink_handle_server_read),
10168         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10169         (gst_tcp_server_sink_set_property),
10170         (gst_tcp_server_sink_get_property),
10171         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10172         * gst/tcp/gsttcpserversink.h:
10173         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10174         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10175         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10176         (gst_tcp_server_src_set_property),
10177         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10178         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10179         * gst/tcp/gsttcpserversrc.h:
10180           more borgifying
10181
10182 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10183
10184         * docs/plugins/Makefile.am:
10185         * docs/plugins/gst-plugins-base-plugins.args:
10186         * docs/plugins/inspect/plugin-libvisual.xml:
10187         * gst/audioconvert/plugin.h:
10188         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10189         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10190         (gst_audio_rate_setcaps), (gst_audio_rate_init),
10191         (gst_audio_rate_chain), (gst_audio_rate_set_property),
10192         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10193         (plugin_init):
10194         * gst/audiotestsrc/gstaudiotestsrc.c:
10195         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10196         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10197         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10198         (gst_audio_test_src_get_query_types),
10199         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10200         (gst_audio_test_src_create_square),
10201         (gst_audio_test_src_create_saw),
10202         (gst_audio_test_src_create_triangle),
10203         (gst_audio_test_src_create_silence),
10204         (gst_audio_test_src_create_white_noise),
10205         (gst_audio_test_src_init_pink_noise),
10206         (gst_audio_test_src_generate_pink_noise_value),
10207         (gst_audio_test_src_create_pink_noise),
10208         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10209         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10210         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10211         (plugin_init):
10212         * gst/audiotestsrc/gstaudiotestsrc.h:
10213         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10214         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10215         (gst_sub_parse_init), (gst_sub_parse_formats),
10216         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10217         (convert_encoding), (get_next_line),
10218         (gst_sub_parse_data_format_autodetect),
10219         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10220         (gst_sub_parse_loop), (gst_sub_parse_chain),
10221         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10222         (plugin_init):
10223         * gst/subparse/gstsubparse.h:
10224         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10225         (gst_video_rate_base_init), (gst_video_rate_class_init),
10226         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10227         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10228         (gst_video_rate_init), (gst_video_rate_event),
10229         (gst_video_rate_chain), (gst_video_rate_set_property),
10230         (gst_video_rate_get_property), (gst_video_rate_change_state),
10231         (plugin_init):
10232         * gst/videoscale/gstvideoscale.c:
10233         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10234         (gst_video_scale_src_template_factory),
10235         (gst_video_scale_sink_template_factory),
10236         (gst_video_scale_get_type), (gst_video_scale_base_init),
10237         (gst_video_scale_class_init), (gst_video_scale_init),
10238         (gst_video_scale_set_property), (gst_video_scale_get_property),
10239         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10240         (gst_video_scale_prepare_size), (parse_caps),
10241         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10242         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10243         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10244         (plugin_init):
10245         * gst/videoscale/gstvideoscale.h:
10246         * gst/videotestsrc/gstvideotestsrc.c:
10247         (gst_video_test_src_pattern_get_type),
10248         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10249         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10250         (gst_video_test_src_set_pattern),
10251         (gst_video_test_src_set_property),
10252         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10253         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10254         (gst_video_test_src_event), (gst_video_test_src_get_times),
10255         (gst_video_test_src_create), (plugin_init):
10256         * gst/videotestsrc/gstvideotestsrc.h:
10257         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10258         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10259         (gst_video_test_src_black):
10260         * gst/videotestsrc/videotestsrc.h:
10261           borgify further
10262           clean up docs a little
10263
10264 2005-11-30  Wim Taymans  <wim@fluendo.com>
10265
10266         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10267         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10268         (gst_basertppayload_event), (gst_basertppayload_push),
10269         (gst_basertppayload_change_state):
10270         * gst-libs/gst/rtp/gstbasertppayload.h:
10271         closed #320644.
10272
10273 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10274
10275         * docs/libs/gst-plugins-base-libs-docs.sgml:
10276         * docs/libs/gst-plugins-base-libs-sections.txt:
10277         * gst-libs/gst/video/gstvideofilter.c:
10278         * gst-libs/gst/video/gstvideosink.c:
10279         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10280
10281 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10282
10283         * LICENSE:
10284           move
10285         * po/af.po:
10286         * po/az.po:
10287         * po/cs.po:
10288         * po/en_GB.po:
10289         * po/hu.po:
10290         * po/it.po:
10291         * po/nb.po:
10292         * po/nl.po:
10293         * po/or.po:
10294         * po/sq.po:
10295         * po/sr.po:
10296         * po/sv.po:
10297         * po/uk.po:
10298         * po/vi.po:
10299         * Makefile.am:
10300           update
10301         * scripts/autoplugins.sh:
10302           remove
10303
10304 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10305
10306         * Makefile.am:
10307         * configure.ac:
10308         * examples/Makefile.am:
10309         * examples/capsfilter/Makefile.am:
10310         * examples/capsfilter/capsfilter1.c:
10311         * examples/gob/Makefile.am:
10312         * examples/gob/gst-identity2.gob:
10313         * examples/indexing/.cvsignore:
10314         * examples/indexing/Makefile.am:
10315         * examples/indexing/indexmpeg.c:
10316         * examples/seeking/.cvsignore:
10317         * examples/seeking/Makefile.am:
10318         * examples/seeking/cdparanoia.c:
10319         * examples/seeking/cdplayer.c:
10320         * examples/seeking/chained.c:
10321         * examples/seeking/scrubby.c:
10322         * examples/seeking/seek.c:
10323         * examples/stats/Makefile.am:
10324         * examples/stats/mp2ogg.c:
10325         * examples/switch/.cvsignore:
10326         * examples/switch/Makefile.am:
10327         * examples/switch/switcher.c:
10328         * tests/Makefile.am:
10329         * tests/check/generic/.cvsignore:
10330         * tests/check/pipelines/.cvsignore:
10331         * tests/examples/Makefile.am:
10332         * tests/examples/seek/Makefile.am:
10333           reorganize stuff under tests/
10334
10335 2005-11-30  Edward Hervey  <edward@fluendo.com>
10336
10337         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10338         Go away you stupid GstStaticPadTemplate memleak.
10339
10340 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10341
10342         * gst-libs/gst/net/Makefile.am:
10343         * gst-libs/gst/net/README:
10344         * gst-libs/gst/net/gstnetbuffer.c:
10345         * gst-libs/gst/net/gstnetbuffer.h:
10346           this was moved to "netbuffer"
10347
10348 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10349
10350         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10351         (gst_video_filter_class_init), (gst_video_filter_init):
10352         * gst-libs/gst/video/gstvideofilter.h:
10353           borgify name to bring in line with other classes
10354
10355 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10356
10357         * gst/audioscale/.cvsignore:
10358         * gst/audioscale/Makefile.am:
10359         * gst/audioscale/README:
10360         * gst/audioscale/audioscale.vcproj:
10361         * gst/audioscale/dtof.c:
10362         * gst/audioscale/dtos.c:
10363         * gst/audioscale/functable.c:
10364         * gst/audioscale/gstaudioscale.c:
10365         * gst/audioscale/gstaudioscale.h:
10366         * gst/audioscale/private.h:
10367         * gst/audioscale/resample.c:
10368         * gst/audioscale/resample.h:
10369         * gst/audioscale/test.c:
10370           remove
10371
10372 2005-11-30  Edward Hervey  <edward@fluendo.com>
10373
10374         * gst-libs/gst/netbuffer/Makefile.am:
10375         really, really tired
10376
10377 2005-11-30  Edward Hervey  <edward@fluendo.com>
10378
10379         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10380         Update for new GstTypeFindFactory _register()
10381
10382 2005-11-30  Edward Hervey  <edward@fluendo.com>
10383
10384         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10385         Let's not override libgstnet from core for no reason...
10386         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10387         Ok, maybe not so quick next time.
10388
10389 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10390
10391         * configure.ac:
10392         * gst-libs/gst/Makefile.am:
10393           moved gst-libs/gst/net to netbuffer through CVS surgery
10394           remove old directory
10395           updating build to accomodate
10396           (#322257)
10397
10398 2005-11-29  Andy Wingo  <wingo@pobox.com>
10399
10400         * pkgconfig/gstreamer-plugins-base.pc.in:
10401         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10402         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10403         (#322257).
10404
10405 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10406
10407         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10408         3rd time's the charm. Correct ref-counting for discarded buffers.
10409
10410 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10411
10412         * gst/playback/gststreamselector.c:
10413         (gst_stream_selector_class_init),
10414         (gst_stream_selector_set_property),
10415         (gst_stream_selector_get_property),
10416         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10417         Fix ref-counting
10418
10419 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10420
10421         * gst/subparse/gstsubparse.c: (feed_textbuf):
10422           Don't access already unref'ed buffer.
10423
10424 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10425
10426         * gst/playback/gststreamselector.c:
10427         (gst_stream_selector_class_init), (gst_stream_selector_init),
10428         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10429         (gst_stream_selector_get_property),
10430         (gst_stream_selector_get_linked_pad),
10431         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10432         * gst/playback/gststreamselector.h:
10433         Add the active-pad property for playbin to use shortly. Ignore buffers
10434         from any other pad, returning GST_FLOW_NOT_LINKED
10435
10436 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10437
10438         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10439         patch from bug #322704 (Alessandro Decina).
10440
10441 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10442
10443         * gst-libs/gst/audio/Makefile.am:
10444           folded audiofilter into the audio library
10445
10446 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10447
10448         * gst/videoscale/gstvideoscale.h:
10449         * gst/videoscale/gstvideoscale.c:
10450           remove unimplemented scale methods
10451
10452 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10453
10454         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10455           Don't leak caps.
10456
10457 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10458
10459         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10460         (gst_ximagesink_setcaps):
10461         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10462         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10463         happens (only visible on ximagesink but bug is in xv too) set_caps was
10464         destroying the internal x[v]image used to memcpy non locally alloced
10465         buffers so that it got renewed on next _chain. The issue is that 
10466         _expose will try to put that image as it reffed it in _put.
10467         Using gst_buffer_unref instead of destroy fixes it !
10468
10469 2005-11-28  Edward Hervey  <edward@fluendo.com>
10470
10471         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10472         (try_to_link_1), (queue_filled_cb):
10473         Better use of the queues. Start with a small size queue and only increase
10474         the size of the queues when the other queues are empty.
10475
10476 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10477
10478         * gst-libs/gst/video/Makefile.am:
10479           compile in copied-over videofilter into the video library
10480         * gst-libs/gst/video/videosink.h:
10481           rename the header to gstvideosink.h since it's a base GstObject class
10482         * sys/ximage/ximagesink.h:
10483         * sys/xvimage/xvimagesink.h:
10484           use the new header
10485
10486 2005-11-28  Wim Taymans  <wim@fluendo.com>
10487
10488         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10489         * gst/playback/gstplaybasebin.h:
10490         Prepare to handle errors betters.
10491
10492         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10493         Set sinks to PAUSED first before adding and linking them so that
10494         we don't interrupt dataflow.
10495
10496 2005-11-28  Wim Taymans  <wim@fluendo.com>
10497
10498         * gst-libs/gst/audio/TODO:
10499         Updated TODO
10500
10501         * gst-libs/gst/audio/gstaudiosink.c:
10502         (gst_audioringbuffer_open_device),
10503         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10504         (gst_audioringbuffer_release):
10505         Small cleanups.
10506
10507         * gst-libs/gst/audio/gstbaseaudiosink.c:
10508         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10509         (gst_base_audio_sink_change_state):
10510         Slave to the master clock when going to PLAYING and unslave when
10511         going to PAUSED.
10512
10513         * gst-libs/gst/audio/gstringbuffer.c:
10514         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10515         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10516         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10517         (gst_ring_buffer_clear_all), (wait_segment),
10518         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10519         (gst_ring_buffer_advance):
10520         * gst-libs/gst/audio/gstringbuffer.h:
10521         Add some docs and cleanups.
10522
10523 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10524
10525         * sys/xvimage/xvimagesink.c:
10526         (gst_xvimagesink_navigation_send_event): Fix navigation events
10527         coordinates translation with pixel aspect ratios.
10528
10529 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10530
10531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10532         Use calculated video geometry from _setcaps instead of buffer
10533         caps to respect pixel aspect ratio. (fixes #322388)
10534
10535 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10536
10537         * docs/libs/tmpl/gstcolorbalance.sgml:
10538         * docs/libs/tmpl/gstmixer.sgml:
10539         * docs/libs/tmpl/gstxoverlay.sgml:
10540         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10541         interface.
10542
10543 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10544
10545         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10546         Refuse to create an XvImage if we can't find the format.
10547
10548 2005-11-28  Edward Hervey  <edward@fluendo.com>
10549
10550         * gst-libs/gst/riff/riff-media.c:
10551         (gst_riff_create_audio_template_caps):
10552         Add ATRAC3 to the list of riff-possible audio caps.
10553         I know we still don't have a plugin for atrac3, but it's saner to output
10554         that than a cryptic mimetype.
10555
10556 2005-11-27  Edward Hervey  <edward@fluendo.com>
10557
10558         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10559         Don't try to create a zero-sized subbuffer.
10560
10561 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10562
10563         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10564         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10565         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10566         (gst_ximagesink_expose): Fixed a tricky race.
10567         * sys/ximage/ximagesink.h:
10568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10569         (gst_xvimagesink_expose): Fixed a tricky race.
10570         * sys/xvimage/xvimagesink.h:
10571
10572 2005-11-27  Edward Hervey  <edward@fluendo.com>
10573
10574         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10575         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10576         Remove unused properties, and add queues between demuxers and decoders
10577         so that a lot more files can preroll properly.
10578
10579 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10580
10581         * gst-libs/gst/net/Makefile.am:
10582         * gst-libs/gst/rtp/Makefile.am:
10583         * gst-libs/gst/tag/Makefile.am:
10584           remove silly include
10585         * gst/tags/Makefile.am:
10586         * gst/tags/gsttagediting.c:
10587         * gst/tags/gsttageditingprivate.h:
10588         * gst/tags/tagedit.vcproj:
10589           remove directory, is as good as empty
10590
10591 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10592
10593         * configure.ac:
10594           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10595         * gst-libs/Makefile.am:
10596         * gst-libs/gst/audio/Makefile.am:
10597         * gst-libs/gst/interfaces/Makefile.am:
10598         * gst-libs/gst/net/Makefile.am:
10599         * gst-libs/gst/riff/Makefile.am:
10600         * gst-libs/gst/rtp/Makefile.am:
10601         * gst-libs/gst/tag/Makefile.am:
10602         * gst-libs/gst/video/Makefile.am:
10603           and use them
10604
10605 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10606
10607         * docs/libs/tmpl/gstcolorbalance.sgml:
10608         * docs/libs/tmpl/gstmixer.sgml:
10609         * docs/libs/tmpl/gstxoverlay.sgml:
10610         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10611         * sys/ximage/ximagesink.h:
10612         * sys/xvimage/xvimagesink.h: More and more documentation.
10613
10614 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10615
10616         * docs/libs/gst-plugins-base-libs-docs.sgml:
10617         * docs/libs/gst-plugins-base-libs-sections.txt:
10618         * docs/libs/tmpl/gstcolorbalance.sgml:
10619         * docs/libs/tmpl/gstmixer.sgml:
10620         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10621         to documentation.
10622
10623 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10624
10625         * docs/plugins/Makefile.am:
10626         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10627         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10628         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10629
10630 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10631
10632         * docs/plugins/Makefile.am:
10633         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10634         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10635         * docs/plugins/inspect/plugin-adder.xml:
10636         * docs/plugins/inspect/plugin-alsa.xml:
10637         * docs/plugins/inspect/plugin-audioconvert.xml:
10638         * docs/plugins/inspect/plugin-audiorate.xml:
10639         * docs/plugins/inspect/plugin-audioresample.xml:
10640         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10641         * docs/plugins/inspect/plugin-decodebin.xml:
10642         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10643         * docs/plugins/inspect/plugin-gnomevfs.xml:
10644         * docs/plugins/inspect/plugin-ogg.xml:
10645         * docs/plugins/inspect/plugin-playbin.xml:
10646         * docs/plugins/inspect/plugin-subparse.xml:
10647         * docs/plugins/inspect/plugin-tcp.xml:
10648         * docs/plugins/inspect/plugin-theora.xml:
10649         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10650         * docs/plugins/inspect/plugin-video4linux.xml:
10651         * docs/plugins/inspect/plugin-videorate.xml:
10652         * docs/plugins/inspect/plugin-videoscale.xml:
10653         * docs/plugins/inspect/plugin-videotestsrc.xml:
10654         * docs/plugins/inspect/plugin-volume.xml:
10655         * docs/plugins/inspect/plugin-vorbis.xml:
10656         * docs/plugins/inspect/plugin-ximagesink.xml:
10657         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10658         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10659
10660 2005-11-26  Edward Hervey  <edward@fluendo.com>
10661
10662         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10663         Properly return GstFlowReturn from gst_pad_push in chain functions.
10664
10665 2005-11-25  Michael Smith  <msmith@fluendo.com>
10666
10667         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10668         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10669         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10670         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10671           Handle various conditions better when we don't understand a stream.
10672           Removes a heap of CRITICALs on ogg streams containing unknown data.
10673
10674 2005-11-24  Andy Wingo  <wingo@pobox.com>
10675
10676         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10677         Be threadsafe.
10678
10679 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10680
10681         * configure.ac: back to HEAD
10682
10683 === release 0.9.6 ===
10684
10685 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10686
10687         * configure.ac:
10688           releasing 0.9.6, "White Eight"
10689
10690 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10691
10692         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10693         * docs/plugins/inspect/plugin-sine.xml:
10694           remove sinesrc some more
10695
10696 2005-11-23  Wim Taymans  <wim@fluendo.com>
10697
10698         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10699         If we are reading too slowly, jump forward in the ringbuffer
10700         instead of blocking.
10701
10702 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10703
10704         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10705         (gst_visual_chain):
10706         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10707         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10708         (gst_videorate_chain):
10709         * gst/videotestsrc/gstvideotestsrc.c:
10710         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10711         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10712         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10713         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10714         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10715         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10716           Updates for API changes
10717
10718 2005-11-23  Wim Taymans  <wim@fluendo.com>
10719
10720         * gst-libs/gst/audio/gstbaseaudiosink.c:
10721         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10722         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10723         Fix for calibration API change.
10724
10725 2005-11-23  Michael Smith <msmith@fluendo.com>
10726
10727         * gst-libs/gst/audio/multichannel.c:
10728         (gst_audio_get_channel_positions),
10729         (gst_audio_set_channel_positions),
10730         (gst_audio_set_structure_channel_positions_list),
10731         (gst_audio_fixate_channel_positions):
10732           Use gst_value_array_*() functions on value arrays, not
10733           gst_value_list_*().
10734
10735 2005-11-23  Edward Hervey  <edward@fluendo.com>
10736
10737         * autogen.sh:
10738         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10739         Fixes autogen
10740
10741 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10742
10743         * check/Makefile.am:
10744         * check/elements/videotestsrc.c: (setup_videotestsrc),
10745         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10746         (main):
10747           add a test for videotestsrc
10748
10749 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10750
10751         * gst/sine/.cvsignore:
10752         * gst/sine/Makefile.am:
10753         * gst/sine/gstsinesrc.c:
10754         * gst/sine/gstsinesrc.h:
10755         * gst/sine/sinesrc.vcproj:
10756           and remove sinesrc from the repository.  Closes #321446
10757
10758 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10759
10760         * configure.ac:
10761         * gst-plugins-base.spec.in:
10762           remove sinesrc from the build
10763
10764 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10765
10766         * check/Makefile.am:
10767         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10768         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10769         (main):
10770           add a test for audiotestsrc, testing all waves.  Even seems
10771           leak-free at first glance, nice job Stefan
10772
10773 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10774
10775         * po/af.po:
10776         * po/az.po:
10777         * po/cs.po:
10778         * po/en_GB.po:
10779         * po/hu.po:
10780         * po/it.po:
10781         * po/nb.po:
10782         * po/nl.po:
10783         * po/or.po:
10784         * po/sq.po:
10785         * po/sr.po:
10786         * po/sv.po:
10787         * po/uk.po:
10788         * po/vi.po:
10789           Translation string updates
10790
10791         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10792         (gst_v4lsrc_set_caps):
10793         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10794         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10795         * sys/v4l/v4lsrc_calls.h:
10796           Improve v4lsrc, by making it work again.
10797
10798 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10799
10800         * ext/libvisual/visual.c: (gst_visual_chain):
10801           Fix the fps calculations.
10802
10803         * gst/ffmpegcolorspace/avcodec.h:
10804           Move structure element for clarity
10805
10806         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10807         * gst-libs/gst/interfaces/tunernorm.h:
10808         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10809         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10810         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10811         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10812         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10813         (gst_v4lmjpegsrc_getcaps):
10814         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10815         (gst_v4lsrc_set_caps):
10816         * sys/v4l/gstv4lsrc.h:
10817         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10818         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10819         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10820         * sys/v4l/v4lsrc_calls.h:
10821           Fractional framerates...
10822
10823 2005-11-22  Wim Taymans  <wim@fluendo.com>
10824
10825         * gst-libs/gst/audio/gstbaseaudiosink.c:
10826         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10827         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10828         And we provide a clock by default, of course...
10829
10830 2005-11-22  Wim Taymans  <wim@fluendo.com>
10831
10832         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10833         This clock can be slaved to a master clock now.
10834
10835         * gst-libs/gst/audio/gstbaseaudiosink.c:
10836         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10837         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10838         (gst_base_audio_sink_set_clock),
10839         (gst_base_audio_sink_set_property),
10840         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10841         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10842         * gst-libs/gst/audio/gstbaseaudiosink.h:
10843         Handle slaving the internal clock to the clock selected in the
10844         pipeline.
10845         Add property to make the basesink not provide a clock.
10846
10847         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10848         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10849         (gst_base_rtp_depayload_wait):
10850         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10851         We can use the clock in GstElement, no need to store it ourselves.
10852
10853 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10854
10855         * docs/libs/tmpl/gstaudio.sgml:
10856           update
10857         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10858         (gst_paranoia_endian_get_type):
10859         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10860         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10861         * gst/audiotestsrc/gstaudiotestsrc.c:
10862         (gst_audiostestsrc_wave_get_type):
10863         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10864         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10865         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10866         (gst_sync_method_get_type), (gst_unit_type_get_type),
10867         (gst_client_status_get_type), (gst_multifdsink_class_init),
10868         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10869         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10870         (gst_multifdsink_get_property):
10871         * gst/tcp/gstmultifdsink.h:
10872         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10873         * gst/videotestsrc/gstvideotestsrc.c:
10874         (gst_videotestsrc_pattern_get_type):
10875           remove deprecated properties
10876           fix up enums to correctly have short lowercase dashed nicks
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           Add underscore.
10883
10884 2005-11-22  Michael Smith <msmith@fluendo.com>
10885
10886         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10887         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10888           Use utility method for scaling clocktime for fractional framerates.
10889
10890 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10891
10892         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10893         (gst_visual_chain):
10894         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10895         * ext/theora/theoradec.c: (theora_handle_type_packet):
10896         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10897         (theora_enc_chain):
10898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10899         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10900         * gst-libs/gst/video/video.h:
10901         * gst/ffmpegcolorspace/avcodec.h:
10902         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10903         (gst_ffmpeg_caps_to_pixfmt):
10904         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10905         (gst_ffmpegcsp_set_caps):
10906         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10907         (gst_videorate_setcaps), (gst_videorate_blank_data),
10908         (gst_videorate_chain):
10909         * gst/videotestsrc/gstvideotestsrc.c:
10910         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10911         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10912         (gst_videotestsrc_event), (gst_videotestsrc_create):
10913         * gst/videotestsrc/gstvideotestsrc.h:
10914         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10915         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10916         (gst_ximagesink_get_times), (gst_ximagesink_init):
10917         * sys/ximage/ximagesink.h:
10918         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10919         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10920         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10921         * sys/xvimage/xvimagesink.h:
10922           Convert elements to use fractions for their framerate.
10923           V4L elements to come later tonight.
10924
10925 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10926
10927         * gst-libs/gst/audio/audio.c:
10928         * gst-libs/gst/audio/audio.h:
10929           remove some deprecated functions
10930
10931 2005-11-22  Andy Wingo  <wingo@pobox.com>
10932
10933         * Update for gst_tag_setter API changes.
10934
10935 2005-11-22  Andy Wingo  <wingo@pobox.com>
10936
10937         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10938         (gst_ogg_demux_perform_seek):
10939         * ext/theora/theoradec.c (theora_dec_sink_event):
10940         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10941         update-funcnames.
10942
10943 2005-11-22  Wim Taymans  <wim@fluendo.com>
10944
10945         * examples/seeking/seek.c: (main):
10946         Give higher priority to bus signals than the gtk events
10947         to fix a race condition in the segment looping.
10948
10949 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10950
10951         * ext/theora/Makefile.am:
10952         * ext/vorbis/Makefile.am:
10953         * gst-libs/gst/tag/Makefile.am:
10954         * gst-plugins-base.spec.in:
10955           Rename libgsttagedit to libgsttag (#322117).
10956
10957 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10958
10959         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10960         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10961           Call gst_x_overlay_prepare_xwindow_id() to give applications
10962           a final chance to set their own xwindow id before the video
10963           sink creates its own window.
10964
10965 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10966
10967         * sys/xvimage/xvimagesink.c:
10968         (gst_xvimagesink_navigation_send_event): Handle navigation
10969         events correcly with borders if applicable.
10970
10971 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10972
10973         Patch by: Luca Ognibene
10974
10975         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10976         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10978         (gst_ffmpegcsp_caps_remove_format_info):
10979         * gst/ffmpegcolorspace/imgconvert.c:
10980         * gst/ffmpegcolorspace/imgconvert_template.h:
10981           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10982           #318353); use gst_structure_has_name().
10983
10984 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10985
10986         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10987         (gst_ximagesink_class_init): Add debug macros on functions.
10988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10989         (gst_xvimagesink_xwindow_draw_borders),
10990         (gst_xvimagesink_xvimage_put),
10991         (gst_xvimagesink_xwindow_update_geometry),
10992         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10993         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10994         (gst_xvimagesink_xcontext_clear),
10995         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10996         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10997         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10998         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10999         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
11000         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11001         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
11002         expose while being PAUSED, out of data flow navigation events, etc..
11003
11004 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11005
11006         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11007         * gst-libs/gst/audio/audio.h:
11008           fix prototype - wondering why the test worked regardless
11009
11010 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11011
11012         * check/Makefile.am:
11013         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11014         * gst-libs/gst/audio/audio.h:
11015           add a method that returns a proper GstClockTime
11016
11017 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11018
11019         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
11020         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
11021         * gst-libs/gst/interfaces/xoverlay.h:
11022           Remove everything having to do with the desired size; add 
11023           gst_x_overlay_prepare_xwindow_id() function; remove the
11024           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
11025           post a message on the bus instead (#321816).
11026
11027         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
11028         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
11029         (gst_xvimagesink_xoverlay_init):
11030           Remove desired size stuff (#321816).
11031
11032 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11033
11034         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11035         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11036         (mpeg_video_type_find), (mpeg_video_stream_type_find):
11037           Terminate vararg functions with NULL instead of 0 to 
11038           make gcc4 happy.
11039
11040 2005-11-21  Andy Wingo  <wingo@pobox.com>
11041
11042         patch by: Sebastien Cote <sebas642@yahoo.ca>
11043         
11044         * gst-libs/gst/rtp/gstrtpbuffer.h: 
11045         * gst-libs/gst/rtp/gstrtpbuffer.c
11046         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
11047
11048 2005-11-21  Andy Wingo  <wingo@pobox.com>
11049
11050         * gst/playback/gstplaybin.c (gen_audio_element) 
11051         (gen_video_element): Use the new MISSING_PLUGIN core error
11052         category. Closes #320060.
11053
11054         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
11055         * gst/videorate/gstvideorate.c (gst_videorate_event):
11056         * ext/theora/theoradec.c (theora_dec_sink_event): 
11057         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11058         stream lock.
11059
11060         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11061         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11062         stream lock changes.
11063
11064 2005-11-21  Wim Taymans  <wim@fluendo.com>
11065
11066         * gst-libs/gst/audio/gstbaseaudiosink.c:
11067         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11068         (gst_base_audio_sink_provide_clock),
11069         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11070         (gst_base_audio_sink_change_state):
11071         * gst/audioresample/gstaudioresample.c:
11072         Segment update fix.
11073
11074 2005-11-21  Andy Wingo  <wingo@pobox.com>
11075
11076         * *.h:
11077         * *.c: Ran scripts/update-macros. Oh yes.
11078
11079 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11080
11081         * sys/ximage/Makefile.am:
11082         * sys/ximage/ximage.c:
11083           Rename ximage plugin to ximagesink (#321426) (Don't forget to
11084           remove your old libgstximage.* manually if necessary).
11085
11086 2005-11-21  Michael Smith <msmith@fluendo.com>
11087
11088         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11089           Minimal fix for bug #320200: set the min/max bitrate in the correct
11090           units. A better fix would be to upgrade to the RATEMANAGE2
11091           interface, rather than using the deprecated interface used here, but
11092           that would require an update in our libvorbis dependency (to 1.1),
11093           which is probably undesirable.
11094
11095 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
11096
11097         * ext/libvisual/visual.c: (get_buffer):
11098         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11099         (gst_base_audio_src_fixate):
11100         * gst/audioconvert/gstaudioconvert.c:
11101         (gst_audio_convert_fixate_caps):
11102         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11103         * gst/audiotestsrc/gstaudiotestsrc.c:
11104         (gst_audiotestsrc_src_fixate):
11105         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11106         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11107         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11108         * gst/videotestsrc/gstvideotestsrc.c:
11109         (gst_videotestsrc_src_fixate):
11110         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11112           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11113           (#322027)
11114
11115
11116 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11117
11118         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11119         (gst_riff_create_iavs_caps):
11120         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11121         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11122         (gst_riff_parse_info):
11123         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11124         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11125         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11126           Fixes for GST_FOURCC_FORMAT API change.
11127
11128 2005-11-21  Andy Wingo  <wingo@pobox.com>
11129
11130         patch by: Alessandro Dessina <alessandro nnva org>
11131
11132         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11133         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11134         (gst_ogg_parse_chain):
11135         * ext/theora/theoraenc.c (theora_set_header_on_caps):
11136         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11137         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11138         gst_value_list calls on arrays. Fixes #321962.
11139
11140 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11141
11142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11143         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11144         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11145         * gst/adder/gstadder.c: (gst_adder_init),
11146         (gst_adder_request_new_pad), (gst_adder_collected),
11147         (gst_adder_change_state):
11148           Update for gst_collectpads_foo() to gst_collect_pads_foo()
11149           API change.
11150
11151 2005-11-21  Michael Smith <msmith@fluendo.com>
11152
11153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11154         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11155           Properly handle pad_push return values.
11156
11157 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
11158
11159         * gst-libs/gst/tag/Makefile.am:
11160         * gst-libs/gst/tag/gstvorbistag.c:
11161         (gst_tag_list_to_vorbiscomment_buffer):
11162           Remove obsolete vorbistag element and debug category.
11163
11164         * gst/playback/gstplaybasebin.c: (check_queue):
11165           Don't divide by 0 when queue-threshold is 0.
11166
11167         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11168           Don't modify an existing pixel-aspect-ratio if we fail to read
11169           a new one.
11170
11171 2005-11-20  Wim Taymans  <wim@fluendo.com>
11172
11173         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11174         (gst_vorbisenc_push_packet):
11175         GST_PAD_IS_USABLE is gone, use the return value of
11176         the push or pad_alloc_buffer instead.
11177
11178 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11179
11180         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11181         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11182         (gst_ximagesink_ximage_destroy),
11183         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11184         (gst_ximagesink_xwindow_new),
11185         (gst_ximagesink_xwindow_update_geometry),
11186         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11187         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11188         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11189         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11190         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11191         (gst_ximagesink_navigation_send_event),
11192         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11193         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11194         (gst_ximagesink_finalize), (gst_ximagesink_init),
11195         (gst_ximagesink_class_init):
11196         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11197         This new version brings correct software scaling, non flickering
11198         window while resizing, pixel aspect ratio handling, usage of
11199         hardware buffer pools, out of data flow event thread for 
11200         navigation and handling of expose events even when being PAUSED,
11201         a new property to keep video aspect ratio when resizing, etc...
11202
11203 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11204
11205         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11206         (gst_videoscale_fixate_caps): Introduce back caps fixate with
11207         handling of PAR.
11208
11209 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
11210
11211         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
11212         Unsetting IS_SINK flag from the fakesink, so decodebin
11213         never behaves as a sink.
11214
11215 2005-11-17  Wim Taymans  <wim@fluendo.com>
11216
11217         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11218         (gst_base_audio_src_change_state):
11219         Fix the audiosrc base class again, we did not unflush.
11220
11221 2005-11-17  Julien MOUTTE  <julien@moutte.net>
11222
11223         * examples/seeking/seek.c: (make_dv_pipeline),
11224         (make_vorbis_theora_pipeline), (make_avi_pipeline),
11225         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11226         to ogg/vorbis/theora pipeline.
11227
11228 2005-11-17  Wim Taymans  <wim@fluendo.com>
11229
11230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11231         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11232         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11233         Fix EOS on multiple streams.
11234         More debugging.
11235
11236 2005-11-16  Wim Taymans  <wim@fluendo.com>
11237
11238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11239         (gst_ogg_demux_perform_seek):
11240         Segment done must include stream time.
11241
11242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11243         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11244         (gst_ogg_mux_change_state):
11245         Fix ogg muxer again.
11246
11247 2005-11-16  Wim Taymans  <wim@fluendo.com>
11248
11249         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11250         Fix compile again.
11251
11252 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11253
11254         * ext/libvisual/visual.c: (gst_visual_init):
11255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11256         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11257         (gst_ogg_parse_chain):
11258         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11259         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11260         * ext/theora/theoradec.c: (gst_theora_dec_init):
11261         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11262         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11263         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11264         * gst/adder/gstadder.c: (gst_adder_class_init),
11265         (gst_adder_dispose):
11266         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11267         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11268         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11269           Fix a whole set of pad template leaks
11270
11271 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11272
11273         * check/generic/states.c: (GST_START_TEST):
11274           fix the test so that it only checks for elements that are part of
11275           this source module
11276
11277 2005-11-16  Michael Smith <msmith@fluendo.com>
11278
11279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11280         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11281         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11282         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11283         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11284         (gst_ogg_mux_change_state):
11285           Fix leaking collectpads.
11286
11287 2005-11-16  Edward Hervey  <edward@fluendo.com>
11288
11289         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11290         (gst_videorate_event), (gst_videorate_chain):
11291         Handle segment seeks
11292
11293 2005-11-16  Wim Taymans  <wim@fluendo.com>
11294
11295         * gst-libs/gst/audio/gstbaseaudiosink.c:
11296         (gst_base_audio_sink_provide_clock),
11297         (gst_base_audio_sink_change_state):
11298         Set ringbuffer to non-flushing when going to PAUSED, set to
11299         flushing again when going to READY.
11300
11301         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11302         (gst_ring_buffer_stop):
11303         Start in flushing mode by default.
11304         Don't set flushing in the _stop method, let the app call
11305         this explicitly.
11306
11307 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11308
11309         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11310         * gst-libs/gst/video/videosink.h: Add helper function needed
11311         for video sinks.
11312
11313 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11314
11315         * gst/videoscale/gstvideoscale.c:
11316         (gst_videoscale_handle_src_event):
11317           Don't leak reference to pad parent.
11318
11319 2005-11-16  Wim Taymans  <wim@fluendo.com>
11320
11321         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11322         Set ringbuffer to flushing when stopping so that we don't
11323         block on wait_segment anymore and livelock.
11324
11325 2005-11-16  Wim Taymans  <wim@fluendo.com>
11326
11327         * examples/seeking/seek.c: (send_event), (do_seek),
11328         (loop_toggle_cb), (segment_done), (main):
11329         Added looping checkbox.
11330
11331 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11332
11333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11334         (gst_ogg_demux_init):
11335         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11336         (gst_vorbis_dec_init):
11337           revert unrefs, they don't pass make check
11338
11339 2005-11-15  Johan Dahlin  <johan@gnome.org>
11340
11341         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11342         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11343         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11344         (gst_vorbis_dec_init):
11345         Fix pad template leaks. 
11346
11347 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11348
11349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11350           Make state change function thread safe.
11351
11352 2005-11-15  Edward Hervey  <edward@fluendo.com>
11353
11354         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11355         (gst_ogg_demux_class_init):
11356         Implement GstElement::send_event, so we can send seek events
11357         in GST_STATE_READY
11358
11359 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11360
11361         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11362         Discovered how to take away flickering while resizing the
11363         window. Please don't put that in ximagesink, refactoring in
11364         progress.
11365
11366 2005-11-14  Michael Smith <msmith@fluendo.com>
11367
11368         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11369         (gst_multifdsink_render):
11370           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11371
11372 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11373
11374         * gst/playback/gstplaybin.c: (gen_audio_element):
11375           Use autoaudiosink, it tends to be more widely available than
11376           autoaudiiosink.
11377           
11378 2005-11-14  Andy Wingo  <wingo@pobox.com>
11379
11380         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11381         as well if it is available. Fixes #316442.
11382
11383 2005-11-14  Michael Smith <msmith@fluendo.com>
11384
11385         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11386         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11387         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11388         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11389         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11390         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11391         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11392         (gst_vorbisenc_change_state):
11393           Fix a small memory leak in vorbisenc.
11394           Fix large memory leaks in oggmux, also fix lots of state change
11395           bugs in oggmux.
11396
11397 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11398
11399         * gst/videotestsrc/gstvideotestsrc.c:
11400         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11401         (gst_videotestsrc_src_fixate):
11402           move fixation to a fixate function
11403           remove negotiate function, basesrc's is good enough
11404           fixes a bug for check when using the element alone
11405
11406 2005-11-13  Edward Hervey  <edward@fluendo.com>
11407
11408         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11409         (key_toggle_cb), (main):
11410         Added checkboxes for adding/removing the accurate and key_unit seek
11411         flags.
11412
11413 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11414
11415         * configure.ac: back to HEAD
11416
11417 === release 0.9.5 ===
11418
11419 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11420
11421         * configure.ac:
11422           releasing 0.9.5, "No No Kia"
11423
11424 2005-11-11  Edward Hervey  <edward@fluendo.com>
11425
11426         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11427         Added parse-launch syntax seeking mode for the seeking example.
11428         This should help stress-test even more cases.
11429         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11430
11431 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11432
11433         * sys/xvimage/xvimagesink.c:
11434         (gst_xvimagesink_navigation_send_event):
11435           Check whether peer pad exists before sending navigation events
11436           to it.
11437
11438 2005-11-11  Michael Smith <msmith@fluendo.com>
11439
11440         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11441         (gst_vorbisenc_buffer_from_packet):
11442         * ext/vorbis/vorbisenc.h:
11443           Set duration on encoded buffers. This allows oggmux's
11444           max_page_delay parameter to actually work.
11445
11446 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11447
11448         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11449         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11450         (gst_ffmpegcsp_avpicture_fill):
11451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11452         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11453           Make palettes work again (see #132341). Use our own macros
11454           for rounding up.
11455
11456 2005-11-10  Andy Wingo  <wingo@pobox.com>
11457
11458         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11459         string doober.
11460
11461 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11462
11463         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11464         (gst_ffmpegcsp_transform_caps):
11465           Prefer passthrough in transform_caps
11466
11467 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11468
11469         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11470           check for ALSA errors properly, instead of relying on ALSA's
11471           error strings to serve to the user.
11472
11473 2005-11-10  Wim Taymans  <wim@fluendo.com>
11474
11475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11476         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11477         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11478         Modernise the seek code.
11479
11480 2005-11-10  Michael Smith <msmith@fluendo.com>
11481         
11482         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11483         (setup_substreams), (set_active_source):
11484           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11485           trying to go to NULL if we failed to read a file.
11486
11487 2005-11-10  Wim Taymans  <wim@fluendo.com>
11488
11489         * gst/audiotestsrc/gstaudiotestsrc.c:
11490         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11491         (gst_audiotestsrc_create):
11492         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11493         (gst_sinesrc_get_times), (gst_sinesrc_create):
11494         * gst/videotestsrc/gstvideotestsrc.c:
11495         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11496         (gst_videotestsrc_create):
11497         The base class can now sync for us.
11498
11499 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11500
11501         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11502           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11503           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11504           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11505           format=(fourcc)I420" ! xvimagesink
11506
11507 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11508
11509         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11510         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11511         (gst_sinesrc_newsegment):
11512           Send newsegment event in TIME format, set duration if
11513           num-buffers is set, fix duration querying.
11514
11515 2005-11-10  Michael Smith <msmith@fluendo.com>
11516
11517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11518         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11519         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11520         (gst_ogg_mux_collected):
11521          Fix EOS handling, partially. Now forwarding an EOS event once we have
11522          EOS on all pads works correctly. However, we still don't properly set
11523          EOS on the actual ogg stream pages.
11524
11525 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11526
11527         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11528           Set elements to NULL state before disposing of them.
11529
11530 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11531
11532         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11533
11534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11535         (gst_base_rtp_depayload_init),
11536         (gst_base_rtp_depayload_set_gst_timestamp):
11537         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11538           We need to send a newsegment event for each instance, not
11539           just for the first instance of this class (get rid of
11540           static variable in function). (#321011).
11541           
11542 2005-11-08  Michael Smith <msmith@fluendo.com>
11543
11544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11545         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11546         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11547         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11548           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11549           This makes us mux things correctly according to the ogg muxing
11550           rules. Still not handling EOS correctly right now, though.
11551
11552 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11553
11554         * gst/audioconvert/gstaudioconvert.c:
11555           Fix typo in docs. 
11556
11557 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11558
11559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11560         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11561           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11562           creating a new chain; should fix live streaming. Also
11563           add more debug output and fix a typo.
11564
11565 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11566
11567         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11568
11569         * gst/volume/gstvolume.c: (volume_set_caps):
11570           Fix compilation on Solaris with Forte. (#320923)
11571
11572 2005-11-08  Wim Taymans  <wim@fluendo.com>
11573
11574         * gst-libs/gst/audio/gstbaseaudiosink.c:
11575         (gst_base_audio_sink_render):
11576         No need to do a typecheck.
11577
11578 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11579
11580         * ext/alsa/gstalsa.h:
11581           We register a debug category, so let's use it.
11582
11583 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11584
11585         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11586         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11587         Fixed a small problem.
11588
11589 2005-11-04  Wim Taymans  <wim@fluendo.com>
11590
11591         * examples/seeking/Makefile.am:
11592         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11593         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11594         (make_playerbin_pipeline), (format_value), (update_scale),
11595         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11596         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11597         (print_usage), (main):
11598         Added app for playback speed testing.
11599
11600         * examples/seeking/seek.c: (dynamic_link),
11601         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11602         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11603         (message_received), (main):
11604         Updated seek example.
11605
11606 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11607
11608         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11609         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11610         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11611         (gst_base_rtp_depayload_set_clock):
11612         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11613         Don't sleep on the bench (system clock) when you have a nice 
11614         comfortable bed (Gstreamer clock) to sleep on.
11615
11616 2005-11-03  Wim Taymans  <wim@fluendo.com>
11617
11618         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11619         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11620         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11621         Handle the case where a pad_block failed.
11622
11623 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11624
11625         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11626
11627         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11628         (gst_base_rtp_depayload_add_to_queue),
11629         (gst_base_rtp_depayload_push),
11630         (gst_base_rtp_depayload_set_gst_timestamp),
11631         (gst_base_rtp_depayload_queue_release):
11632           Fixes some bugs in the depayloader's queuing/de-queueing code.
11633
11634 2005-10-31  Michael Smith <msmith@fluendo.com>
11635
11636         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11637         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11638         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11639           Patch from Alessandro Decina <alessandro@nnva.org>.
11640           Make oggdemux only find the final time in a chain, not per-pad,
11641           since the per-pad information can be very expensive to locate, and
11642           it isn't used anywhere. This makes reading a file containing
11643           OggSkeleton reasonably fast.
11644           Also, make chain finding work when there are logical bitstreams that
11645           can't be decoded. Fixes #319110.
11646
11647 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11648
11649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11650         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11651         (gst_base_rtp_depayload_chain),
11652         (gst_base_rtp_depayload_add_to_queue),
11653         (gst_base_rtp_depayload_push),
11654         (gst_base_rtp_depayload_set_gst_timestamp),
11655         (gst_base_rtp_depayload_queue_release),
11656         (gst_base_rtp_depayload_start_thread),
11657         (gst_base_rtp_depayload_set_property),
11658         (gst_base_rtp_depayload_get_property):
11659         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11660         Some random fixes, to fullfill the desires of thomas.
11661
11662 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11663
11664         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11665         (gst_base_rtp_depayload_add_to_queue),
11666         (gst_base_rtp_depayload_push):
11667         Fixed the queueing algorithm.
11668
11669 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11670
11671         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11672         (gst_base_rtp_depayload_push):
11673         A small fix
11674
11675 2005-10-31  Wim Taymans  <wim@fluendo.com>
11676
11677         * gst-libs/gst/audio/gstringbuffer.h:
11678         Don't break ABI.
11679
11680         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11681         (gst_ffmpeg_caps_to_pixfmt):
11682         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11683         (gst_ffmpegcsp_set_caps):
11684         Some more comments.
11685         Handle missing required caps fields better.
11686
11687 2005-10-31  Wim Taymans  <wim@fluendo.com>
11688
11689         * gst-libs/gst/audio/gstbaseaudiosink.c:
11690         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11691         (gst_base_audio_sink_render):
11692         * gst-libs/gst/audio/gstringbuffer.c:
11693         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11694         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11695         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11696         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11697         (gst_ring_buffer_read):
11698         * gst-libs/gst/audio/gstringbuffer.h:
11699         Add flushing mode to the ringbuffer so that it in all cases does
11700         not try to handle more audio. This makes sure it does not try to
11701         block anymore when flushing and fixes a livelock.
11702
11703 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11704
11705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11706         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11707         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11708           Explicitly check for -1 values before doing a conversion
11709           and always map them to -1. (#315545)
11710
11711 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11712
11713         * gst/playback/gstplaybin.c: (gen_video_element):
11714           first try autovideosink, then xvimagesink, then error out
11715         * po/POTFILES.in:
11716           add translatable file
11717         * po/af.po:
11718         * po/az.po:
11719         * po/cs.po:
11720         * po/en_GB.po:
11721         * po/hu.po:
11722         * po/it.po:
11723         * po/nb.po:
11724         * po/nl.po:
11725         * po/or.po:
11726         * po/sq.po:
11727         * po/sr.po:
11728         * po/sv.po:
11729         * po/uk.po:
11730         * po/vi.po:
11731           update translations
11732
11733 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11734
11735         * gst-libs/gst/rtp/gstbasedepayload.c:
11736         * gst-libs/gst/rtp/gstbasedepayload.h:
11737           Minor cleanups
11738
11739 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11740
11741         * gst/playback/.cvsignore:
11742         * gst/playback/decodetest.c:
11743         * gst/playback/test3.c:
11744           Port these two tests as well.
11745
11746 2005-10-27  Wim Taymans  <wim@fluendo.com>
11747
11748         * ext/theora/theoradec.c: (theora_dec_src_query),
11749         (theora_dec_sink_event):
11750         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11751         (theora_enc_change_state):
11752         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11753         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11754         Take proper locks when handling events.
11755
11756 2005-10-27  Wim Taymans  <wim@fluendo.com>
11757
11758         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11759         (gst_adder_change_state):
11760         Fix timestamps and fix deadlock when stopping the collectpads.
11761
11762 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11763
11764         * gst-libs/gst/rtp/gstrtpbuffer.h:
11765         Declaring the payload types as strings too so that they can be used
11766         in the padtemplate inialization.
11767
11768 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11769
11770         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11771
11772         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11773         (gst_base_rtp_depayload_class_init):
11774         Fixes a small but nasty bug. The derived elements no longer segfaults
11775         on finalization.
11776
11777 2005-10-26  Michael Smith <msmith@fluendo.com>
11778
11779         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11780           When clearing an audioconvert context, set tmpbufsize to zero, so
11781           we'll allocate it again later if required.
11782           This fixes audioconvert re-negotiating formats, which previously
11783           segfaulted with a NULL destination buffer.
11784
11785 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11786
11787         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11788         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11789         (gst_base_rtp_depayload_set_gst_timestamp),
11790         (gst_base_rtp_depayload_queue_release):
11791         Fixed a smalll memleak.
11792
11793 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11794         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11795         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11796         (gst_base_rtp_depayload_finalize),
11797         (gst_base_rtp_depayload_setcaps),
11798         (gst_base_rtp_depayload_add_to_queue),
11799         (gst_base_rtp_depayload_push),
11800         (gst_base_rtp_depayload_set_gst_timestamp),
11801         (gst_base_rtp_depayload_queue_release),
11802         (gst_base_rtp_depayload_thread),
11803         (gst_base_rtp_depayload_change_state):
11804         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11805         Changed the C++ comments to C comments
11806
11807 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11808
11809         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11810         * gst/tcp/gsttcpclientsrc.h:
11811         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11812         * gst/tcp/gsttcpserversrc.h:
11813           Remove unused 'curoffset' structure member.
11814
11815 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11816
11817         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11818         (gst_base_rtp_depayload_base_init),
11819         (gst_base_rtp_depayload_finalize):
11820         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11821         * gst-libs/gst/rtp/gstbasertppayload.h:
11822           The pad-template on the sinkpad should be set by the derived classes.
11823           Also added some useful macros.
11824
11825 2005-10-24  Wim Taymans  <wim@fluendo.com>
11826
11827         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11828         Correctly flush decoder samples even if we could not
11829         copy them to an output buffer. Fixes #319618.
11830
11831 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11832
11833         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11835         the caps against our xcontext caps.
11836
11837 2005-10-24  Wim Taymans  <wim@fluendo.com>
11838
11839         * gst-libs/gst/audio/gstbaseaudiosink.c:
11840         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11841         Remove g_print
11842         Use sync property from baseclass to disable sync.
11843
11844 2005-10-24  Wim Taymans  <wim@fluendo.com>
11845
11846         * gst-libs/gst/audio/gstbaseaudiosink.c:
11847         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11848         Buffers with no timestamps get aligned with previous buffers or
11849         on underrun, played ASAP.
11850
11851 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11852
11853         * gst-libs/gst/video/video.h:
11854         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11855         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11857         here comes my change on caps for framerate and geometry range.
11858         We are now accepting 1 to MAXINT for width and height, and from
11859         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11860         to be blended correctly in videomixer.
11861
11862 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11863
11864         * configure.ac:
11865           back to HEAD
11866
11867 === release 0.9.4 ===
11868
11869 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11870
11871         * NEWS:
11872         * RELEASE:
11873         * configure.ac:
11874           releasing 0.9.4, "Velociraptor"
11875
11876 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11877
11878         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11879         * po/POTFILES.in:
11880           STOPPED -> FAILED
11881
11882 2005-10-21  Wim Taymans  <wim@fluendo.com>
11883
11884         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11885         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11886         (pad_blocked), (close_pad_link), (new_pad):
11887         Don't try to remove elements twice.
11888
11889 2005-10-21  Wim Taymans  <wim@fluendo.com>
11890
11891         * ext/theora/theoradec.c: (theora_dec_src_query),
11892         (theora_dec_sink_event):
11893         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11894         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11895         (vorbis_handle_data_packet):
11896         * ext/vorbis/vorbisdec.h:
11897         Fix old naming.
11898
11899         * gst-libs/gst/audio/gstbaseaudiosink.c:
11900         (gst_base_audio_sink_render):
11901         Don't try to sync on buffers without a timestamp.
11902
11903 2005-10-21  Wim Taymans  <wim@fluendo.com>
11904
11905         * ext/theora/theoradec.c: (theora_dec_src_query),
11906         (theora_dec_sink_event):
11907         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11908         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11909         (vorbis_handle_data_packet):
11910         * ext/vorbis/vorbisdec.h:
11911         Fix old naming.
11912
11913 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11914
11915         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11916         (gst_vorbisenc_src_query):
11917           Implement position and duration queries.
11918
11919         * gst/playback/test3.c: (update_scale), (main):
11920           Fix for async state changes and print nicer output.
11921
11922 2005-10-20  Wim Taymans  <wim@fluendo.com>
11923
11924         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11925         (dump_element_stats), (main):
11926         * gst/playback/test6.c: (main):
11927         Fix tests again
11928
11929 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11930
11931         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11932         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11933           Don't use functions for position queries when handling
11934           duration queries.
11935
11936 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11937
11938         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11939         (vorbis_handle_data_packet), (vorbis_dec_chain),
11940         (vorbis_dec_change_state):
11941         * ext/vorbis/vorbisdec.h:
11942           Vorbis streams can be embedded in other container formats
11943           than ogg, container formats where the demuxer might set 
11944           timestamps on encoded vorbis buffers instead of those silly 
11945           granulepos thingies. In short: make vorbisdec handle 
11946           timestamps on incoming buffers as well.
11947
11948 2005-10-20  Wim Taymans  <wim@fluendo.com>
11949
11950         * gst/playback/gstplaybasebin.c: (group_destroy),
11951         (gst_play_base_bin_change_state):
11952         Fix leak.
11953         Handle case where playbasebin is now ASYNC because
11954         decodebin is.
11955
11956 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11957
11958         * gst/audioconvert/Makefile.am:
11959         * gst/audioconvert/bufferframesconvert.c:
11960         * gst/audioconvert/plugin.c: (plugin_init):
11961         * gst/audioconvert/plugin.h:
11962           And bye bye buffer-frames-convert
11963
11964 2005-10-19  Wim Taymans  <wim@fluendo.com>
11965
11966         * check/elements/audioconvert.c:
11967         * docs/libs/tmpl/gstaudio.sgml:
11968         * docs/libs/tmpl/gstcolorbalance.sgml:
11969         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11970         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11971         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11972         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11973         * gst-libs/gst/audio/audio.h:
11974         * gst/audioconvert/audioconvert.h:
11975         * gst/audioconvert/gstaudioconvert.c:
11976         (gst_audio_convert_parse_caps):
11977         * gst/volume/gstvolume.c:
11978         Bye bye buffer-frames.
11979
11980 2005-10-19  Wim Taymans  <wim@fluendo.com>
11981
11982         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11983         (query_positions_elems), (query_positions_pads), (update_scale),
11984         (do_seek), (set_update_scale), (message_received), (main):
11985         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11986         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11987         (gst_ogg_demux_loop):
11988         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11989         * ext/theora/theoradec.c: (theora_dec_src_query),
11990         (theora_dec_sink_event):
11991         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11992         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11993         * gst/adder/gstadder.c: (gst_adder_query):
11994         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11995         * gst/playback/test3.c: (update_scale):
11996         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11997         (dump_element_stats), (main):
11998         * gst/playback/test6.c: (main):
11999         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12000         Query API update.
12001
12002 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12003
12004         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
12005         (xml_check_first_element), (xml_type_find), (smil_type_find),
12006         (plugin_init):
12007           Add typefinding for SMIL and for generic XML. Based on patch by
12008           Akos Maroy (#308663).
12009
12010 2005-10-18  Wim Taymans  <wim@fluendo.com>
12011
12012         * gst/playback/Makefile.am:
12013         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12014         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
12015         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
12016         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
12017         (gst_decode_bin_change_state):
12018         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12019         (gst_play_bin_send_event_to_sink):
12020         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12021         (dump_element_stats), (main):
12022         * gst/playback/test6.c: (main):
12023         Make playbin async, it'll commit state to paused when all streams
12024         are detected.
12025         Remove ugly hack.
12026         Added test6.c to show async behaviour.
12027
12028 2005-10-18  Wim Taymans  <wim@fluendo.com>
12029
12030         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12031         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
12032         Fix for segment-start/stop API change.
12033
12034 2005-10-18  Wim Taymans  <wim@fluendo.com>
12035
12036         * check/Makefile.am:
12037         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
12038         (main):
12039         Add future test for clock selection.
12040
12041 2005-10-18  Wim Taymans  <wim@fluendo.com>
12042
12043         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
12044         (gst_alsasink_close):
12045         Set handle to NULL.
12046
12047         * gst-libs/gst/audio/gstringbuffer.c:
12048         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12049         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12050         (gst_ring_buffer_start), (gst_ring_buffer_pause),
12051         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12052         (gst_ring_buffer_read):
12053         More debug info.
12054
12055 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
12056
12057         * gst/audiotestsrc/Makefile.am:
12058         * gst/sine/Makefile.am:
12059         * gst/volume/Makefile.am:
12060           fix broken build of controllerized plugins
12061
12062 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12063
12064         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12065
12066         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12067         (gst_riff_create_video_template_caps):
12068           Add support for Indeo-3 (IV32).
12069
12070 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12071
12072         * configure.ac:
12073           rewrite
12074
12075 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12076
12077         * gst-libs/gst/video/video.c: (gst_video_get_size):
12078         * gst/audiotestsrc/gstaudiotestsrc.c:
12079           doc updates
12080
12081 2005-10-17  Andy Wingo  <wingo@pobox.com>
12082
12083         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12084         with the collectpads change.
12085         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12086
12087         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12088
12089         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12090
12091         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12092         alloc_buffer flow return to callers.
12093         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12094         change. Fix some memleaks in theoraenc.
12095
12096         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12097         in strange circumstance.
12098
12099 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12100
12101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12102         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12103         from caps, let's use the caps...
12104
12105 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12106
12107         * configure.ac:
12108           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12109
12110 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12111
12112         * gst-libs/gst/interfaces/Makefile.am:
12113           fix silly typo
12114
12115 2005-10-16  Andy Wingo  <wingo@pobox.com>
12116
12117         * gst/playback/gstdecodebin.c
12118         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12119         function!
12120         (try_to_link_1): Increase kraziness level.
12121
12122 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12123
12124         * configure.ac:
12125           restructure like the core one
12126         * gst-libs/gst/audio/Makefile.am:
12127         * gst-libs/gst/interfaces/Makefile.am:
12128         * gst-libs/gst/net/Makefile.am:
12129         * gst-libs/gst/riff/Makefile.am:
12130         * gst-libs/gst/rtp/Makefile.am:
12131         * gst-libs/gst/tag/Makefile.am:
12132         * gst-libs/gst/video/Makefile.am:
12133           use correct linker flags, now the libs are properly versioned
12134         * check/elements/audioconvert.c: (verify_convert):
12135         * ext/alsa/gstalsaplugin.c:
12136         * ext/cdparanoia/gstcdparanoia.c:
12137         * ext/gnomevfs/gstgnomevfs.c:
12138         * ext/libvisual/visual.c:
12139         * ext/ogg/gstogg.c:
12140         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12141         * ext/theora/theora.c:
12142         * ext/vorbis/vorbis.c:
12143         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12144         * gst-libs/gst/tag/gsttagediting.c:
12145         * gst-libs/gst/video/video.c:
12146         * gst/adder/gstadder.c:
12147         * gst/audioconvert/plugin.c:
12148         * gst/audiorate/gstaudiorate.c:
12149         * gst/audioresample/gstaudioresample.c:
12150         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12151         * gst/audioscale/gstaudioscale.c:
12152         * gst/audioscale/resample.c:
12153         * gst/audiotestsrc/gstaudiotestsrc.c:
12154         * gst/ffmpegcolorspace/gstffmpeg.c:
12155         * gst/playback/gstdecodebin.c: (close_pad_link):
12156         * gst/playback/gstplaybin.c: (gen_video_element),
12157         (gen_audio_element):
12158         * gst/sine/gstsinesrc.c:
12159         * gst/subparse/gstsubparse.c:
12160         * gst/tags/gsttagediting.c:
12161         * gst/tcp/gsttcpplugin.c:
12162         * gst/typefind/gsttypefindfunctions.c:
12163         * gst/videorate/gstvideorate.c:
12164         * gst/videoscale/gstvideoscale.c:
12165         * gst/videotestsrc/gstvideotestsrc.c:
12166         * gst/volume/gstvolume.c:
12167         * sys/v4l/gstv4l.c:
12168         * sys/ximage/ximage.c:
12169         * sys/xvimage/xvimagesink.c:
12170           fix up defines
12171
12172 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12173
12174         * ext/vorbis/vorbisenc.c:
12175         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12176         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12177         (gst_tag_to_vorbis_comments):
12178           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12179
12180 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12181
12182         * examples/stats/mp2ogg.c:
12183         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12184           typo fixes
12185
12186 2005-10-13  Michael Smith <msmith@fluendo.com>
12187
12188         * ext/ogg/gstoggmux.c:
12189           Use magic glib macros to define constants as 64 bit, to ensure
12190           appropriate vararg passing.
12191
12192 2005-10-13  Michael Smith <msmith@fluendo.com>
12193
12194         * ext/ogg/gstoggmux.c:
12195         * gst/audioconvert/audioconvert.c: (float):
12196           Don't use LL suffix, as it's not portable, and neither of these
12197           uses required it anyway.
12198
12199 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12200
12201         * examples/indexing/indexmpeg.c: (main):
12202         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12203         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12204         (cdparanoia_convert), (cdparanoia_query):
12205         * ext/cdparanoia/gstcdparanoia.h:
12206         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12207         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12208         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12209         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12210         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12211         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12212         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12213         (gst_multifdsink_render), (gst_multifdsink_start),
12214         (gst_multifdsink_stop):
12215         * gst/tcp/gstmultifdsink.h:
12216         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12217         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12218         (gst_tcpclientsink_stop):
12219         * gst/tcp/gsttcpclientsink.h:
12220         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12221         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12222         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12223         * gst/tcp/gsttcpclientsrc.h:
12224         * gst/tcp/gsttcpserversink.h:
12225         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12226         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12227         (gst_tcpserversrc_stop):
12228         * gst/tcp/gsttcpserversrc.h:
12229         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12230         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12231         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12232           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12233           moved bitshift from macro to enum definition
12234
12235 2005-10-12  Wim Taymans  <wim@fluendo.com>
12236
12237         * examples/seeking/Makefile.am:
12238         Oops.
12239
12240 2005-10-12  Wim Taymans  <wim@fluendo.com>
12241
12242         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12243         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12244         Don't assert on normal stuff.
12245
12246         * gst/playback/gstplaybin.c: (do_playbin_seek):
12247         API fix.
12248
12249 2005-10-12  Wim Taymans  <wim@fluendo.com>
12250
12251         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12252         * examples/seeking/Makefile.am:
12253         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12254         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12255         (do_seek), (set_update_scale), (message_received), (main):
12256         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12257         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12258         Update for _get_state() API change.
12259
12260 2005-10-11  Wim Taymans  <wim@fluendo.com>
12261
12262         * gst-libs/gst/audio/gstbaseaudiosink.c:
12263         (gst_base_audio_sink_render):
12264         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12265         (gst_base_audio_src_create):
12266         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12267         (gst_ring_buffer_read):
12268         Cleanups.
12269         Commit and read from ringbuffer in samples rather than bytes.
12270
12271 2005-10-11  Wim Taymans  <wim@fluendo.com>
12272
12273         * gst-libs/gst/audio/gstbaseaudiosink.c:
12274         (gst_base_audio_sink_render):
12275         Respect segment rate and accum when scheduling samples.
12276
12277 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12278
12279         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12280         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12281         EOS correctly, that needs more work.
12282
12283 2005-10-11  Wim Taymans  <wim@fluendo.com>
12284
12285         * check/generic/states.c: (GST_START_TEST):
12286         remove old property.
12287
12288         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12289         (gst_ogg_demux_perform_seek):
12290         * ext/theora/theoradec.c: (theora_dec_sink_event):
12291         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12292         (vorbis_handle_data_packet):
12293         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12294         (gst_base_rtp_depayload_set_gst_timestamp):
12295         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12296         Update for newsegment API change.
12297
12298 2005-10-11  Michael Smith <msmith@fluendo.com>
12299
12300         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12301         (do_playbin_seek), (gst_play_bin_send_event):
12302           Override send_event differently, so that we can takes bits of
12303           functionality from GstPipeline (special handling for seeks,
12304           including pausing/resuming, and resetting stream time) and still get
12305           the appropriate behaviour of only forwarding event to a single sink,
12306           rather than all of them.
12307           Unfortunately requires a lot of code duplication, but the
12308           alternatives are equally ugly in the end.
12309
12310 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12311
12312         * check/elements/audioconvert.c: (setup_audioconvert),
12313         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12314         (GST_START_TEST), (audioconvert_suite):
12315           clean up tests a little, fix some leaks.
12316
12317 2005-10-10  Wim Taymans  <wim@fluendo.com>
12318
12319         * ext/alsa/gstalsasink.c:
12320         Also allow unsigned int.
12321
12322         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12323         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12324         Small cleanup
12325
12326 2005-10-10  Wim Taymans  <wim@fluendo.com>
12327
12328         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12329         Small update, use API as stated in design docs.
12330
12331         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12332         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12333         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12334         (message_received), (main):
12335         Updated seek example for GOption. Some usability improvements.
12336
12337 2005-10-10  Wim Taymans  <wim@fluendo.com>
12338
12339         * gst/audioconvert/audioconvert.h:
12340         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12341         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12342         Alloc temp storage somewhere else where we can do it more
12343         portable.
12344
12345 2005-10-10  Wim Taymans  <wim@fluendo.com>
12346
12347         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12348         (gst_tcpserversrc_start):
12349         Don't block in accept while doing the state change, move
12350         to poll and make cancellable.
12351
12352 2005-10-09  Philippe Khalaf <burger@speedy.org>
12353
12354         * gst-libs/gst/rtp/rtpbasedepayload.c:
12355         Set timestamp and add queue delay to timestamp
12356         * gst-libs/gst/rtp/rtpbuffer.h:
12357         Set correct payload type for h263
12358
12359 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12360
12361         * gst/audiotestsrc/gstaudiotestsrc.c:
12362         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12363         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12364         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12365         (gst_audiotestsrc_create_triangle),
12366         (gst_audiotestsrc_create_silence),
12367         (gst_audiotestsrc_create_white_noise),
12368         (gst_audiotestsrc_init_pink_noise),
12369         (gst_audiotestsrc_generate_pink_noise_value),
12370         (gst_audiotestsrc_create_pink_noise),
12371         (gst_audiotestsrc_change_wave):
12372         * gst/audiotestsrc/gstaudiotestsrc.h:
12373           fixed typo, added pink noise
12374
12375 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12376
12377         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12378         (plugin_init):
12379           Add wavpack and spc typefind functions from 0.8 branch.
12380
12381 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12382
12383         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12384         (ar_type_find), (msdos_type_find), (plugin_init):
12385           Add typefind functions for tar archives, ar archives,
12386           RAR archives, and msdos-executables (dlls, exe, etc.).
12387           Some of those would be wrongly identified as mpeg
12388           streams of some sort before (#315550).
12389
12390 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12391
12392         * configure.ac:
12393         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12394         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12395         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12396         * gst/audiotestsrc/Makefile.am:
12397         * gst/audiotestsrc/gstaudiotestsrc.c:
12398         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12399         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12400         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12401         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12402         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12403         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12404         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12405         (gst_audiotestsrc_create_silence),
12406         (gst_audiotestsrc_create_white_noise),
12407         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12408         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12409         (gst_audiotestsrc_start), (plugin_init):
12410         * gst/audiotestsrc/gstaudiotestsrc.h:
12411           add new plugin and element
12412         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12413           use gobject_class
12414
12415 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12416
12417         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12418         (gst_adder_init), (gst_adder_request_new_pad),
12419         (gst_adder_change_state):
12420           Add query function to source pad, so adder reports the correct
12421           time/sample position when queried (#315457); fix state change
12422           function; use GST_DEBUG_FUNCPTR() for pad functions.
12423
12424 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12425
12426         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12427           Fix leaks in typefind registration
12428           Clean up the gratuitous commenting and whitespacing a little
12429
12430 2005-10-08  Wim Taymans  <wim@fluendo.com>
12431
12432         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12433         Only actually wait for the thread to be stopped if it's 
12434         running.
12435
12436 2005-10-08  Wim Taymans  <wim@fluendo.com>
12437
12438         * gst-libs/gst/audio/gstbaseaudiosink.c:
12439         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12440         If we receive EOS we can start playback of what we had.
12441
12442 2005-10-08  Wim Taymans  <wim@fluendo.com>
12443
12444         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12445         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12446         (gst_multifdsink_stop):
12447         Fix crasher when going to NULL multiple times.
12448
12449 2005-10-06  Wim Taymans  <wim@fluendo.com>
12450
12451         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12452         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12453         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12454         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12455         patch from Edgard Lima <edgard.lima@indt.org.br>
12456         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12457
12458 2005-10-06  Wim Taymans  <wim@fluendo.com>
12459
12460         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12461         Report the FLOW_RETURN as string in the error message.
12462
12463         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12464         Don't assert when clearing an unnegotiated buffer.
12465
12466 2005-10-04  Michael Smith <msmith@fluendo.com>
12467
12468         * gst/playback/gstplaybasebin.c: (group_destroy),
12469         (gen_preroll_element), (remove_groups), (setup_source):
12470         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12471         (setup_sinks), (gst_play_bin_send_event),
12472         (gst_play_bin_change_state):
12473           Set state to NULL before removing from bin. Fix refcounting.
12474
12475 2005-10-04  Michael Smith <msmith@fluendo.com>
12476
12477         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12478           Correct refcounting in send_event() function. Previously was wrong
12479           if the first sink was unable to handle the event.
12480
12481 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12482
12483         * configure.ac:
12484           back to development
12485
12486 === release 0.9.3 ===
12487
12488 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12489
12490         * configure.ac:
12491           Releasing 0.9.3, "De Facto"
12492
12493 2005-10-03  Andy Wingo  <wingo@pobox.com>
12494
12495         * gst/playback/gstdecodebin.c (try_to_link_1)
12496         (remove_element_chain): set element to NULL before removing it.
12497
12498 2005-10-02  Johan Dahlin  <johan@gnome.org>
12499
12500         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12501         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12502         MT safe.
12503
12504 2005-10-02  Andy Wingo  <wingo@pobox.com>
12505
12506         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12507         (gst_ring_buffer_prepare_read): 
12508         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12509         Demote to LOG.
12510
12511 2005-09-29  Wim Taymans  <wim@fluendo.com>
12512
12513         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12514         * ext/theora/theoradec.c: (theora_handle_data_packet):
12515         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12516         Propagate error codes from alloc_buffer too.
12517
12518 2005-09-29  Wim Taymans  <wim@fluendo.com>
12519
12520         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12521         We use fixed caps.
12522
12523         * gst/playback/Makefile.am:
12524         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12525         (dump_element_stats), (main):
12526         Added example stream introspection code.
12527
12528 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12529
12530         * gst/adder/gstadder.c: (gst_adder_collected):
12531           fix adder for float elements
12532
12533 2005-09-28  Wim Taymans  <wim@fluendo.com>
12534
12535         * gst-libs/gst/audio/gstbaseaudiosink.c:
12536         (gst_base_audio_sink_class_init),
12537         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12538         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12539         (gst_base_audio_src_class_init),
12540         (gst_base_audio_src_provide_clock):
12541         get_clock -> provide_clock
12542
12543 2005-09-28  Andy Wingo  <wingo@pobox.com>
12544
12545         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12546         and unlocking.
12547
12548         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12549         unlocking.
12550
12551         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12552         Actually add the pad template.
12553         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12554
12555         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12556         I'm at it...
12557
12558         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12559         from fdsrc. Get caps in create() instead of start() so it can be
12560         interrupted. Interruption somewhat untested.
12561
12562         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12563         Proper EOS handling.
12564
12565 2005-09-27  Andy Wingo  <wingo@pobox.com>
12566
12567         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12568
12569         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12570
12571         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12572
12573         * gst/tcp/gsttcp.h: 
12574         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12575         out of tcpclientsrc.c. Cancellable.
12576         (gst_tcp_socket_read): Made private, cancellable, with better
12577         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12578         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12579         whole buffer, and better diagnostics.
12580         (gst_tcp_gdp_read_caps): Same.
12581
12582         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12583
12584 2005-09-26  Andy Wingo  <wingo@pobox.com>
12585
12586         * gst/sine/gstsinesrc.h:
12587         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12588         change the 'sync' property to 'is-live' and implement it halfway,
12589         update for controller api change.
12590
12591         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12592         controller api change.
12593
12594 2005-09-24  Wim Taymans  <wim@fluendo.com>
12595
12596         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12597         * gst-libs/gst/audio/gstaudiosink.c:
12598         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12599         (gst_audioringbuffer_stop):
12600         * gst-libs/gst/audio/gstbaseaudiosink.c:
12601         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12602         (gst_base_audio_sink_change_state):
12603         * gst-libs/gst/audio/gstbaseaudiosink.h:
12604         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12605         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12606         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12607         * gst-libs/gst/audio/gstringbuffer.h:
12608         Fix sync again. Moved sample alignment to basesink.
12609
12610 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12611
12612         * docs/plugins/Makefile.am:
12613         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12614         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12615         * gst/volume/gstvolume.c:
12616           add/fix docs
12617         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12618         * gst-libs/gst/audio/audio.h:
12619           add conversion macros for frames <-> clocktime
12620
12621 2005-09-23  David Schleef  <ds@schleef.org>
12622
12623         * gst/audioresample/Makefile.am:
12624         * gst/audioresample/debug.h:
12625         * gst/audioresample/gstaudioresample.c:
12626         * gst/audioresample/resample.c: Convert to using gst debugging
12627
12628 2005-09-22  Wim Taymans  <wim@fluendo.com>
12629
12630         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12631         (gst_play_bin_send_event):
12632         Only seek on one sink, the first one that succeeds.
12633
12634 2005-09-22  Michael Smith <msmith@fluendo.com>
12635
12636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12637         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12638         Don't flush encoder state unless we have an initialised encoder.
12639         Clear out encoder state on PAUSED_TO_READY.
12640
12641 2005-09-22  Wim Taymans  <wim@fluendo.com>
12642
12643         * gst-libs/gst/rtp/gstbasertppayload.c:
12644         (gst_basertppayload_class_init), (gst_basertppayload_init),
12645         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12646         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12647         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12648         (gst_basertppayload_set_property),
12649         (gst_basertppayload_get_property),
12650         (gst_basertppayload_change_state):
12651         * gst-libs/gst/rtp/gstbasertppayload.h:
12652         Added max-ptime to control amount of data in the rtp packets.
12653
12654 2005-09-21  Andy Wingo  <wingo@pobox.com>
12655
12656         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12657         thingies.
12658
12659         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12660         can be called multiple times, dogs.
12661
12662 2005-09-21  Wim Taymans  <wim@fluendo.com>
12663
12664         * gst-libs/gst/rtp/gstbasertppayload.c:
12665         (gst_basertppayload_class_init), (gst_basertppayload_init),
12666         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12667         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12668         (gst_basertppayload_push), (gst_basertppayload_get_property),
12669         (gst_basertppayload_change_state):
12670         Allow 0 ssrc too.
12671
12672 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12673
12674         * docs/libs/compiling.sgml:
12675           fixing typos
12676
12677 2005-09-20  Wim Taymans  <wim@fluendo.com>
12678
12679         * gst-libs/gst/rtp/gstbasertppayload.c:
12680         (gst_basertppayload_class_init), (gst_basertppayload_init),
12681         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12682         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12683         (gst_basertppayload_push), (gst_basertppayload_set_property),
12684         (gst_basertppayload_get_property),
12685         (gst_basertppayload_change_state):
12686         * gst-libs/gst/rtp/gstbasertppayload.h:
12687         Added property to configure sequence number offsets.
12688
12689 2005-09-20  Wim Taymans  <wim@fluendo.com>
12690
12691         * gst-libs/gst/rtp/gstbasertppayload.c:
12692         (gst_basertppayload_class_init), (gst_basertppayload_init),
12693         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12694         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12695         (gst_basertppayload_push), (gst_basertppayload_set_property),
12696         (gst_basertppayload_get_property),
12697         (gst_basertppayload_change_state):
12698         * gst-libs/gst/rtp/gstbasertppayload.h:
12699         Make timestamp offset configurable.
12700
12701 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12702
12703         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12704           fix wrong pop/unref
12705
12706 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12707
12708         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12709
12710         * gst-libs/gst/interfaces/propertyprobe.c:
12711         (gst_property_probe_probe_property_name),
12712         (gst_property_probe_needs_probe_name),
12713         (gst_property_probe_get_values_name),
12714         (gst_property_probe_probe_and_get_values_name):
12715           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12716           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12717
12718 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12719
12720         * check/Makefile.am:
12721           have some tests be disabled for valgrinding
12722         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12723         (GST_START_TEST):
12724         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12725           Fix A Leak.  Chain To Parent Finalize.
12726
12727 2005-09-19  Wim Taymans  <wim@fluendo.com>
12728
12729         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12730         Fixed wav pipeline.
12731
12732 2005-09-19  Wim Taymans  <wim@fluendo.com>
12733
12734         * gst-libs/gst/rtp/gstbasertppayload.c:
12735         (gst_basertppayload_class_init), (gst_basertppayload_init),
12736         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12737         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12738         (gst_basertppayload_push), (gst_basertppayload_get_property),
12739         (gst_basertppayload_change_state):
12740         Posting ERROR and WARNING messages is good.
12741
12742 2005-09-19  Wim Taymans  <wim@fluendo.com>
12743
12744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12745         (gst_base_rtp_depayload_add_to_queue),
12746         (gst_base_rtp_depayload_push),
12747         (gst_base_rtp_depayload_set_gst_timestamp),
12748         (gst_base_rtp_depayload_queue_release):
12749         This one was not supposed to go in.
12750
12751 2005-09-19  Wim Taymans  <wim@fluendo.com>
12752
12753         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12754         Fix for bus API.
12755
12756         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12757         (gst_base_rtp_depayload_chain),
12758         (gst_base_rtp_depayload_add_to_queue),
12759         (gst_base_rtp_depayload_push),
12760         (gst_base_rtp_depayload_set_gst_timestamp),
12761         (gst_base_rtp_depayload_queue_release):
12762         Some cleanups.
12763
12764         * gst-libs/gst/rtp/gstbasertppayload.c:
12765         (gst_basertppayload_class_init), (gst_basertppayload_init),
12766         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12767         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12768         (gst_basertppayload_get_property),
12769         (gst_basertppayload_change_state):
12770         Added debugging category.
12771
12772 2005-09-18  David Schleef  <ds@schleef.org>
12773
12774         * gst/playback/gstdecodebin.c: free plugin list correctly
12775         * gst/playback/gstplaybin.c: emit warning if autovideosink
12776           and autoaudiosink can't be found (instead of segfaulting)
12777
12778 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12779
12780         * check/elements/audioconvert.c: (GST_START_TEST):
12781           try out 24 bit conversion
12782
12783 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12784
12785         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12786         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12787         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12788         * ext/vorbis/vorbisenc.h:
12789           Fix EOS handling.  Still needs a fix in the ogg muxer to
12790           mark the last page as eos.
12791
12792 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12793
12794         * common/gtk-doc-plugins.mak:
12795         * docs/plugins/Makefile.am:
12796         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12797         * gst/ffmpegcolorspace/Makefile.am:
12798         * gst/ffmpegcolorspace/avcodec.h:
12799         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12800         * gst/tcp/gstmultifdsink.c:
12801           fix up ffmpegcolorspace docs; extract header
12802
12803 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12804
12805         * common/gtk-doc-plugins.mak:
12806         * docs/plugins/Makefile.am:
12807         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12808         * ext/theora/Makefile.am:
12809         * ext/theora/gsttheoraenc.h:
12810         * ext/theora/theoraenc.c:
12811         * ext/vorbis/vorbisenc.c:
12812           pick up signals and args for vorbis; add some docs for vorbis
12813
12814 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12815
12816         * common/gstdoc-scangobj:
12817         * common/gtk-doc-plugins.mak:
12818         * docs/libs/Makefile.am:
12819         * docs/plugins/gst-plugins-base-plugins.args:
12820         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12821         * docs/plugins/gst-plugins-base-plugins.interfaces:
12822         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12823         * docs/plugins/gst-plugins-base-plugins.signals:
12824           only scanobj stuff from our source module.  Not sure yet
12825           if that's correct, given the hierarchy stuff :)
12826
12827 2005-09-15  Wim Taymans  <wim@fluendo.com>
12828
12829         * gst/audioconvert/gstaudioconvert.c:
12830         And enable 24 bits mode as well..
12831
12832 2005-09-15  Wim Taymans  <wim@fluendo.com>
12833
12834         * gst-libs/gst/rtp/Makefile.am:
12835         * gst-libs/gst/rtp/gstbasertppayload.c:
12836         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12837         (gst_basertppayload_class_init), (gst_basertppayload_init),
12838         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12839         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12840         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12841         (gst_basertppayload_set_property),
12842         (gst_basertppayload_get_property),
12843         (gst_basertppayload_change_state):
12844         * gst-libs/gst/rtp/gstbasertppayload.h:
12845         Added rtp payloader base class.
12846
12847 2005-09-15  Andy Wingo  <wingo@pobox.com>
12848
12849         * configure.ac (plugindir): Remove the EOL matcher from the
12850         regexp, as it causes me problems. Libtool? Make? Who knows?
12851
12852 2005-09-14  David Schleef  <ds@schleef.org>
12853
12854         * check/generic/states.c: 
12855         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12856         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12857           Fixes for changes in registry API.
12858
12859         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12860           to GST_PLUGIN_LDFLAGS.
12861         * ext/libvisual/visual.c: Make the library shut up.
12862         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12863         * gst-libs/gst/audio/gstaudiofilter.c: same
12864
12865 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12866
12867         * docs/plugins/Makefile.am:
12868         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12869         * docs/plugins/inspect/plugin-libvisual.xml:
12870         * docs/plugins/tmpl/element-tcpserversink.sgml:
12871         * ext/theora/theoraenc.c:
12872           add libvisual plugin and theoraenc element to docs
12873
12874 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12875
12876         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12877         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12878         * ext/theora/theoraenc.c:
12879           add theoraenc
12880
12881 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12882
12883         * gst/audioconvert/Makefile.am:
12884           Audioconvert derives from GstBaseTransform and should
12885           link to the library with our base elements to avoid
12886           unresolved symbols. Makes things work with MinGW (#316160)
12887
12888         * gst/playback/test4.c: (main):
12889           Fix MinGW build problem and use g_usleep() instead of 
12890           sleep() (#316162)
12891
12892 2005-09-12  Wim Taymans  <wim@fluendo.com>
12893
12894         * gst/audioconvert/audioconvert.c: (float),
12895         (audio_convert_prepare_context), (audio_convert_convert):
12896         * gst/audioconvert/audioconvert.h:
12897         Cleanups, speedups, simplifications, added back support
12898         for 24 bits.
12899
12900 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12901
12902         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12903         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12904         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12905         * docs/plugins/tmpl/element-tcpserversink.sgml:
12906         * gst/ffmpegcolorspace/gstffmpeg.c:
12907         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12908         * gst/videotestsrc/gstvideotestsrc.c:
12909         * gst/volume/gstvolume.c:
12910           add more elements to the docs
12911
12912 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12913
12914         * check/Makefile.am:
12915         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12916         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12917           Add extra tests for basetransform based components. 
12918           Comment out the test_element_negotiation test until we decide
12919           if it's testing correct behaviour.
12920         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12921         (gst_visual_chain), (gst_visual_change_state):
12922           Slightly more correct but still bogus timestamping.
12923           Fix state change function.
12924         * gst/audioconvert/gstaudioconvert.c:
12925         (gst_audio_convert_class_init):
12926         * gst/audioresample/gstaudioresample.c:
12927         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12928         (gst_ffmpegcsp_class_init):
12929         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12930         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12931         (gst_videoscale_prepare_image):
12932         * gst/volume/gstvolume.c: (gst_volume_class_init),
12933         (volume_transform_ip):
12934           Basetransform updates. Enable passthrough modes.
12935         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12936         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12937         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12938           Negotiation fix that allows the window to return to the original
12939           size and renegotiate passthrough upstream. Extra debug output.
12940
12941 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12942
12943         * gst/sine/gstsinesrc.c:
12944         * gst/volume/gstvolume.c:
12945           fix up header include
12946
12947 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12948
12949         * gst-libs/gst/audio/gstbaseaudiosink.c:
12950         (gst_base_audio_sink_render):
12951         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12952         * gst/volume/gstvolume.c: (gst_volume_class_init),
12953         (volume_transform):
12954           fixing lost sync, some more debugging
12955
12956 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12957
12958         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12959         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12960         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12961         (gst_xvimagesink_check_xshm_calls):
12962           Fix compilation when XShm is not available.
12963
12964 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12965
12966         * ext/libvisual/visual.c: (gst_visual_dispose),
12967         (gst_visual_getcaps), (gst_visual_src_setcaps),
12968         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12969         (gst_visual_change_state):
12970           Finish fixing up libvisual plugin so that it runs. 
12971
12972 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12973
12974         * ext/vorbis/vorbisenc.c:
12975         * gst-libs/gst/tag/gstvorbistag.c:
12976           gsttaginterface.h -> gsttagsetter.h
12977
12978 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12979
12980         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12981           added another test that failes for me (test is not active by default)
12982
12983 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12984
12985         * configure.ac:
12986           v4l2 is no longer in gst-plugins-base
12987
12988 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12989
12990         * configure.ac:
12991           In the output at the end, don't show the first plugin on the same
12992           line as "Core plug-ins, always built:".
12993           Indent the output as for other plugin categories
12994         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12995           #define that can be used to not use peer buffer_alloc functions for
12996           test purposes.
12997         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12998         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12999         (gst_ximagesink_show_frame):
13000         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
13001         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
13002         (gst_xvimagesink_show_frame):
13003           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
13004           fails gracefully instead of XError aborting or deadlocking.
13005
13006 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
13007
13008         * ext/libvisual/Makefile.am:
13009           link against gst-base-libs
13010
13011 2005-09-06  David Schleef  <ds@schleef.org>
13012
13013         * configure.ac: Enable libvisual plugin.
13014         * ext/libvisual/Makefile.am:
13015         * ext/libvisual/visual.c: Fixes to make it compile.
13016
13017 === release 0.9.2 ===
13018
13019 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13020
13021         * NEWS:
13022         * RELEASE:
13023         * configure.ac:
13024         * docs/random/ChangeLog-0.8:
13025           releasing 0.9.2, "Spoon"
13026
13027 2005-09-05  Michael Smith <msmith@fluendo.com>
13028
13029         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13030           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
13031           that in the vorbisenc element.
13032
13033 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13034
13035         * common/gtk-doc-plugins.mak:
13036         * docs/plugins/Makefile.am:
13037           fix distcheck
13038         * gst/audioresample/resample.c:
13039           fix wrong docstring
13040
13041 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13042
13043         * common/gst-xmlinspect.py:
13044         * common/gtk-doc-plugins.mak:
13045           only inspect plugins for this given package
13046           require gst-python 0.9
13047
13048 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13049
13050         * Makefile.am:
13051         * autogen.sh:
13052         * common/gst-xmlinspect.py:
13053         * configure.ac:
13054         * docs/Makefile.am:
13055         * docs/plugins/inspect/plugin-alsa.xml:
13056         * docs/plugins/inspect/plugin-audioresample.xml:
13057         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13058         * docs/plugins/inspect/plugin-ogg.xml:
13059         * docs/plugins/tmpl/element-gnomevfssink.sgml:
13060         * docs/plugins/tmpl/element-multifdsink.sgml:
13061         * docs/plugins/tmpl/element-tcpserversink.sgml:
13062         * docs/plugins/tmpl/element-vorbisenc.sgml:
13063         * gst-plugins-base.spec.in:
13064           various doc-related updates
13065
13066 2005-08-31  Wim Taymans  <wim@fluendo.com>
13067
13068         * gst-libs/gst/audio/gstbaseaudiosink.c:
13069         (gst_base_audio_sink_render):
13070         Resync if the buffer timestamps drift more than a 10th 
13071         of a second.
13072
13073 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13074
13075         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13076         (gst_v4lsrc_get_property):
13077           The 'timestamp-offset' property is registered as an int64, so
13078           let's use g_value_{set|get}_int64() in our setter and getter
13079           functions (makes it work and fixes warnings with gst-inspect).
13080
13081 2005-08-30  Wim Taymans  <wim@fluendo.com>
13082
13083         * check/elements/audioconvert.c: (setup_audioconvert):
13084         * check/elements/audioresample.c: (setup_audioresample):
13085         * check/elements/volume.c: (setup_volume):
13086         Fix checks.
13087
13088 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13089
13090         * common/gtk-doc-plugins.mak:
13091         * common/plugins.xsl:
13092         * docs/plugins/Makefile.am:
13093           make module a param
13094
13095 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13096
13097         * examples/seeking/seek.c: (make_mp3_pipeline),
13098         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13099         (play_cb), (pause_cb), (stop_cb):
13100           update the example
13101
13102 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13103
13104         * gst/volume/gstvolume.c: (gst_volume_class_init),
13105         (volume_transform):
13106           do not update controlled params, if buffer has no timestamp
13107
13108 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13109
13110         * configure.ac:
13111         * gst/sine/Makefile.am:
13112         * gst/volume/Makefile.am:
13113           controllerized elements also need to link against controller-libs ;)
13114
13115 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13116
13117         * docs/libs/tmpl/gstcolorbalance.sgml:
13118         * docs/libs/tmpl/gstgconf.sgml:
13119         * docs/libs/tmpl/gstmixer.sgml:
13120         * docs/libs/tmpl/gstringbuffer.sgml:
13121         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13122         (gst_sinesrc_create):
13123         * gst/volume/gstvolume.c: (gst_volume_class_init),
13124         (volume_transform):
13125           controllerized two audio plugins
13126
13127 2005-08-29  Andy Wingo  <wingo@pobox.com>
13128
13129         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
13130         (vorbis_handle_data_packet): Fix some int overflow errors.
13131
13132         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13133         -1.
13134         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13135         valid.
13136         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13137         if it's valid. Fixed streaming-mode playback.
13138
13139         * check/elements/volume.c (cleanup_volume): Fix for running
13140         CK_FORK=no.
13141
13142         * check/elements/audioconvert.c: Convert from native endian, not
13143         little endian.
13144
13145 2005-08-29  Michael Smith <msmith@fluendo.com>
13146
13147         * ext/ogg/Makefile.am:
13148         * ext/ogg/gstogg.c: (plugin_init):
13149         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13150         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13151         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13152         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13153         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13154         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13155         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13156         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13157         Add an ogg parser element.
13158
13159 2005-08-28  Andy Wingo  <wingo@pobox.com>
13160
13161         * Updates for two-arg init from GST_BOILERPLATE_FULL.
13162
13163 2005-08-26  Wim Taymans  <wim@fluendo.com>
13164
13165         * gst/audioconvert/audioconvert.c: (if), (float),
13166         (audio_convert_get_func_index), (check_default),
13167         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13168         (audio_convert_clean_context), (audio_convert_get_sizes),
13169         (audio_convert_convert):
13170         Cleanups.
13171
13172 2005-08-26  Wim Taymans  <wim@fluendo.com>
13173
13174         * gst/audioconvert/audioconvert.c: (if), (float),
13175         (audio_convert_get_func_index), (check_default),
13176         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13177         (audio_convert_clean_context), (audio_convert_get_sizes),
13178         (audio_convert_convert):
13179         More elegant and working temp buffer selection algo.
13180
13181 2005-08-26  Wim Taymans  <wim@fluendo.com>
13182
13183         * gst/audioconvert/audioconvert.c: (if), (float),
13184         (audio_convert_get_func_index), (check_default),
13185         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13186         (audio_convert_clean_context), (audio_convert_get_sizes),
13187         (get_temp_buffer), (audio_convert_convert):
13188         Use realloc else we lose our original data.
13189
13190 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13191
13192         * gst/audioresample/gstaudioresample.c:
13193           use base class' newsegment to properly timestamp
13194
13195 2005-08-26  Wim Taymans  <wim@fluendo.com>
13196
13197         * gst/audioconvert/audioconvert.c: (if), (float),
13198         (audio_convert_get_func_index), (check_default),
13199         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13200         (audio_convert_clean_context), (audio_convert_get_sizes),
13201         (get_temp_buffer), (audio_convert_convert):
13202         * gst/audioconvert/gstaudioconvert.c:
13203         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13204         (gst_audio_convert_transform_caps),
13205         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13206         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13207         Oops, allocate enough space to perform the channel mix.
13208
13209 2005-08-26  Wim Taymans  <wim@fluendo.com>
13210
13211         * gst/audioconvert/Makefile.am:
13212         * gst/audioconvert/audioconvert.c: (if), (float),
13213         (audio_convert_get_func_index), (check_default),
13214         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13215         (audio_convert_clean_context), (audio_convert_get_sizes),
13216         (get_temp_buffer), (audio_convert_convert):
13217         * gst/audioconvert/audioconvert.h:
13218         * gst/audioconvert/gstaudioconvert.c:
13219         (gst_audio_convert_class_init), (gst_audio_convert_init),
13220         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13221         (gst_audio_convert_get_unit_size),
13222         (gst_audio_convert_transform_caps),
13223         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13224         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13225         * gst/audioconvert/gstaudioconvert.h:
13226         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13227         (gst_channel_mix_fill_identical),
13228         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13229         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13230         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13231         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13232         (gst_channel_mix_mix):
13233         * gst/audioconvert/gstchannelmix.h:
13234         Cleanups, librarify a bit, optimize, better negotiation and more.
13235
13236 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13237
13238         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13239         Another from MikeS:
13240         During typefinding, don't support negative offsets
13241         (offsets from the end of the stream) in our typefind->peek() function
13242         - nothing embedded in ogg ever needs them. However, we need to recognise
13243         those requests and reject them, otherwise we return invalid pointers.
13244
13245 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13246
13247         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13248         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13249         (vorbisdec_finalize), (vorbis_handle_type_packet):
13250           Big shout-out to MikeS for fixing this giant memory leak.
13251           Huzzah!
13252
13253 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13254
13255         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13256         (audio_convert_get_unit_size):
13257           plug some leaks
13258
13259 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13260
13261         * check/Makefile.am:
13262         * check/elements/audioconvert.c: (setup_audioconvert),
13263         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13264         (GST_START_TEST), (audioconvert_suite), (main):
13265           add a test for audioconvert
13266         * gst/audioresample/gstaudioresample.c:
13267         * gst/audioresample/gstaudioresample.h:
13268           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13269           note that for buffers of 1/3 sec this means DURATION(c) is 
13270           one nanosecond more than for a and b
13271
13272 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13273
13274         * check/Makefile.am:
13275         * check/elements/audioresample.c: (setup_audioresample),
13276         (cleanup_audioresample), (fail_unless_perfect_stream),
13277         (test_perfect_stream_instance), (GST_START_TEST),
13278           add a check for audioresample
13279         (audioresample_suite), (main):
13280         * check/elements/volume.c: (GST_START_TEST):
13281           remove unused method
13282         * gst/audioresample/gstaudioresample.c:
13283           set correct buffer parameters since we're changing them
13284         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13285           add some debug
13286
13287 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13288
13289         * gst/audioresample/debug.c:
13290         * gst/audioresample/gstaudioresample.c:
13291           add room for extra overlap samples when asked to transform size
13292           protect against possible mem corruption and check for discrepancies
13293           between written size and outbuffer's size so we can warn for
13294           potential problems
13295         * gst/audioresample/resample.c: (resample_init),
13296         (resample_get_output_size_for_input), (resample_get_output_size),
13297         (resample_set_n_channels), (resample_set_format):
13298           set debug level based on RESAMPLE_DEBUG env var
13299           make sure that get_output_size* returns a whole number of
13300           sample_size
13301           set sample_size each time either channel or format is set
13302         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13303         * gst/audioresample/resample_functable.c:
13304         (resample_scale_functable):
13305         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13306           remove r->sample_size, it's done in resample.c now
13307           add some debugging to the ref implementation
13308           make sure we only give back bytes that are wholes of the sample
13309           size
13310
13311 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13312         * gst/playback/gstplaybasebin.c: (fill_buffer):
13313         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13314
13315 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13316
13317         * gst/volume/gstvolume.c:
13318           made set_caps function static
13319
13320 2005-08-24  Wim Taymans  <wim@fluendo.com>
13321
13322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13323         (gst_vorbisenc_change_state):
13324         Stop leaking taglists.
13325
13326 2005-08-24  Wim Taymans  <wim@fluendo.com>
13327
13328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13329         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13330         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13331         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13332         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13333         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13334         Parse seeking events better.
13335         Unref static caps.
13336         Generate correct newsegment events, fixes seeking in live oggs.
13337
13338         * ext/theora/theoradec.c: (theora_dec_src_query),
13339         (theora_dec_src_event), (theora_dec_src_getcaps),
13340         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13341         Use newsegment values to report correct play time.
13342
13343         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13344         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13345         * ext/vorbis/vorbisdec.h:
13346         Parse and use newsegment values to report correct play time.
13347
13348         * gst-libs/gst/audio/gstbaseaudiosink.c:
13349         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13350         Clear ringbuffer on flush.
13351         Use newsegment values to calculate playback time.
13352
13353         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13355         Basesink does newsegment calculations for us now.
13356
13357 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13358
13359         * check/Makefile.am:
13360         * configure.ac:
13361           add core's plugins to the mix so that playbin works
13362         * check/generic/states.c: (GST_START_TEST):
13363           set a 0 timeout on pipelines, so they don't force the next
13364           state change
13365         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13366         (gst_play_base_bin_change_state):
13367           remove the crappy error handling and do GST error handling
13368
13369 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13370
13371         * check/Makefile.am:
13372         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13373           add same test as to core, it bitches out on playbin atm.
13374
13375 2005-08-24  Wim Taymans  <wim@fluendo.com>
13376
13377         * configure.ac:
13378         Remove audioscale.
13379
13380 2005-08-24  Wim Taymans  <wim@fluendo.com>
13381
13382         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13383         (gst_videoscale_prepare_size), (parse_caps),
13384         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13385         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13386         (gst_videoscale_transform):
13387         * gst/videoscale/gstvideoscale.h:
13388         Refactor, make use of BaseTranform really well.
13389
13390 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13391
13392         * configure.ac:
13393           compile audioresample
13394         * gst/audioresample/Makefile.am:
13395         * gst/audioresample/buffer.c:
13396         * gst/audioresample/functable.c:
13397         * gst/audioresample/gstaudioresample.c:
13398         * gst/audioresample/gstaudioresample.h:
13399         * gst/audioresample/resample.c:
13400         (resample_get_output_size_for_input):
13401         * gst/audioresample/resample.h:
13402         * gst/audioresample/resample_chunk.c:
13403         * gst/audioresample/resample_functable.c:
13404         * gst/audioresample/resample_ref.c:
13405           port to use basetransform; doesn't work in all cases yet
13406
13407 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13408
13409         * gst/audioconvert/gstaudioconvert.c:
13410         (gst_audio_convert_class_init), (gst_audio_convert_init),
13411         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13412         (audio_convert_fixate_caps), (audio_convert_set_caps),
13413         (audio_convert_transform),
13414         (gst_audio_convert_buffer_to_default_format),
13415         (gst_audio_convert_buffer_from_default_format),
13416         (gst_audio_convert_channels):
13417         * gst/audioconvert/gstchannelmix.c:
13418         * gst/audioconvert/gstchannelmix.h:
13419           port to basetransform
13420         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13421         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13422         (gst_ffmpegcsp_get_unit_size):
13423         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13424         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13425           fix for basetransform changes
13426
13427 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13428
13429         * check/Makefile.am:
13430           Add CHECK_CFLAGS and LDFLAGS
13431
13432         * gst/playback/gstplaybasebin.c: (fill_buffer):
13433           GST_MESSAGE_SRC became a GObject
13434
13435 2005-08-24  Wim Taymans  <wim@fluendo.com>
13436
13437         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13438         (gst_ring_buffer_clear_all):
13439         * gst-libs/gst/audio/gstringbuffer.h:
13440         Added function to clear the ringbuffer.
13441
13442 2005-08-24  Andy Wingo  <wingo@pobox.com>
13443
13444         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13445         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13446         of _open and _close.
13447
13448         * sys/v4l/gstv4lxoverlay.h:
13449         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13450         an Xv connection here, instead of all the time. Make Xv only be
13451         loaded if you axe for it. Kindof a workaround for buggy behaviour
13452         of Xv when using remote xservers (XvQueryExtension would block).
13453         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13454         replace the _open and _close public API. Only start the xv
13455         connection if necessary.
13456         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13457
13458 2005-08-23  David Schleef  <ds@schleef.org>
13459
13460         * gst/audioresample/Makefile.am: Leet audioresampling code
13461         * gst/audioresample/buffer.c:
13462         * gst/audioresample/buffer.h:
13463         * gst/audioresample/debug.c:
13464         * gst/audioresample/debug.h:
13465         * gst/audioresample/functable.c:
13466         * gst/audioresample/functable.h:
13467         * gst/audioresample/gstaudioresample.c:
13468         * gst/audioresample/gstaudioresample.h:
13469         * gst/audioresample/resample.c:
13470         * gst/audioresample/resample.h:
13471         * gst/audioresample/resample_chunk.c:
13472         * gst/audioresample/resample_functable.c:
13473         * gst/audioresample/resample_ref.c:
13474
13475 2005-08-23  Wim Taymans  <wim@fluendo.com>
13476
13477         * examples/seeking/seek.c: (make_vorbis_pipeline),
13478         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13479         Small seek updates.
13480
13481 2005-08-23  Andy Wingo  <wingo@pobox.com>
13482
13483         * gst-libs/gst/audio/gstbaseaudiosrc.c
13484         (gst_base_audio_src_fixate): Only fixate endianness if it is
13485         present in the caps.
13486
13487 2005-08-22  Andy Wingo  <wingo@pobox.com>
13488
13489         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13490         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13491         device-name property.
13492
13493         * gst-libs/gst/audio/gstaudiosrc.h:
13494         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13495         close_device in the ring buffer, like gstaudiosink.
13496
13497         * ext/alsa/gstalsamixer.h:
13498         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13499         macro to implement the interface without much code. Cleanups. 
13500
13501         * ext/alsa/gstalsasrc.h:
13502         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13503         READY.
13504
13505         * ext/alsa/Makefile.am: Add new files.
13506         * ext/alsa/gstalsamixerelement.c: 
13507         * ext/alsa/gstalsamixerelement.c: Split element code out from
13508         mixer code so that alsasrc can be a mixer too.
13509
13510 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13511
13512         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13513         (GST_START_TEST):
13514         * check/elements/vorbisdec.c: (setup_vorbisdec),
13515         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13516         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13517         (vorbis_handle_identification_packet),
13518         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13519         (vorbis_handle_header_packet), (vorbis_dec_push),
13520         (vorbis_dec_chain):
13521           use the setup/teardown methods to save code.  save code is good.
13522
13523 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13524
13525         * check/Makefile.am:
13526           add ext dir for plugins
13527           add vorbisdec test conditionally
13528         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13529         (GST_START_TEST), (volume_suite):
13530           add a test with wrong caps
13531         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13532         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13533           add a vorbisdec test
13534         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13535         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13536           clean up debug output
13537         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13538           yay, fix a segfault/security issue in vorbisdec
13539           gst-launch fakesrc ! vorbisdec wasn't happy
13540         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13541         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13542         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13543         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13544         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13545         (gst_vorbisenc_set_metadata), (get_constraints_string),
13546         (update_start_message), (gst_vorbisenc_setup),
13547         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13548         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13549         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13550         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13551         * ext/vorbis/vorbisenc.h:
13552           march in line
13553         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13554         (gst_ffmpegcsp_transform):
13555           have the kow come home
13556         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13557           debug my func ptr
13558         * gst/volume/gstvolume.c: (volume_set_caps):
13559           add a debug
13560
13561 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13562
13563         * Makefile.am:
13564         * check/.cvsignore:
13565         * check/Makefile.am:
13566         * check/elements/.cvsignore:
13567         * check/elements/volume.c: (chain_func), (event_func),
13568         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13569         (main):
13570         * configure.ac:
13571           add unit test structure for gst-plugins-base
13572           add a test for volume
13573         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13574         (gst_volume_set_volume), (gst_volume_get_volume),
13575         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13576         (volume_funcfind), (volume_process_float), (volume_process_int16),
13577         (volume_set_caps), (volume_transform), (volume_update_mute),
13578         (volume_update_volume), (volume_set_property),
13579         (volume_get_property):
13580           document a little; use basetransform vmethod _set_caps
13581
13582 2005-08-19  Andy Wingo  <wingo@pobox.com>
13583
13584         * ext/alsa/gstalsamixertrack.h:
13585         * ext/alsa/gstalsamixertrack.c:
13586         * ext/alsa/gstalsamixeroptions.h:
13587         * ext/alsa/gstalsamixeroptions.c:
13588         * ext/alsa/gstalsamixer.h:
13589         * ext/alsa/gstalsamixer.c: Port to 0.9.
13590
13591         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13592         Remove gstalsa.c and alsaclock. No more cruft here.
13593         
13594 2005-08-18  Wim Taymans  <wim@fluendo.com>
13595
13596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13597         (gst_base_rtp_depayload_chain),
13598         (gst_base_rtp_depayload_add_to_queue),
13599         (gst_base_rtp_depayload_push),
13600         (gst_base_rtp_depayload_queue_release):
13601         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13602         Fix for RTPBuffer changes.
13603
13604         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13605         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13606         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13607         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13608         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13609         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13610         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13611         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13612         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13613         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13614         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13615         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13616         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13617         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13618         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13619         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13620         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13621         (gst_rtpbuffer_get_payload):
13622         * gst-libs/gst/rtp/gstrtpbuffer.h:
13623         Don't subclass GstBuffer but add methods and helper functions
13624         to construct and manipulate RTP packets in regular GstBuffers.
13625
13626 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13627
13628         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13629           moved statement below switch
13630         * gst/volume/gstvolume.c: (gst_volume_class_init):
13631           added debug ptr
13632
13633 2005-08-16  Wim Taymans  <wim@fluendo.com>
13634
13635         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13636         (gst_base_audio_src_change_state):
13637         Open and close device in READY<->NULL state change.
13638
13639 2005-08-16  Andy Wingo  <wingo@pobox.com>
13640
13641         * examples/seeking/Makefile.am: Don't compile non-compiling
13642         compiled objects with the compiler.
13643
13644         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13645         elements.
13646
13647 2005-08-12  Philippe Khalaf <burger@speedy.org>
13648         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13649         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13650           Made a thread to release the queue.
13651           Removed timestamp conversion for now.
13652
13653 2005-08-10  Philippe Khalaf <burger@speedy.org>
13654         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13655         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13656           Added rtp timestamp -> gst timestamp conversion.
13657           Fixed several problems with queue.
13658
13659 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13660
13661         * gst-libs/gst/audio/gstaudioclock.h:
13662         * gst-libs/gst/audio/gstaudiofilter.h:
13663         * gst-libs/gst/audio/gstaudiosink.h:
13664         * gst-libs/gst/audio/gstaudiosrc.h:
13665         * gst-libs/gst/audio/gstbaseaudiosink.h:
13666         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13667         * gst-libs/gst/audio/gstringbuffer.h:
13668         * gst-libs/gst/net/gstnetbuffer.h:
13669         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13670         * gst-libs/gst/rtp/gstrtpbuffer.h:
13671           Add padding (you will need to rebuild gst-plugins-base,
13672           gst-plugins and all applications afterwards!)
13673
13674 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13675
13676         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13677         (gst_riff_parse_chunk):
13678           Fix bug in debug message and add some more debug messages.
13679
13680 2005-08-08  Edward Hervey  <edward@fluendo.com>
13681
13682         * gst-libs/gst/riff/riff-media.c:
13683         backported updates since branch
13684
13685 2005-08-08  Andy Wingo  <wingo@pobox.com>
13686
13687         * gst-libs/gst/audio/gstbaseaudiosink.c
13688         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13689         like good elements should. Close on READY->NULL too.
13690
13691         * gst-libs/gst/audio/gstaudiosink.c
13692         (gst_audioringbuffer_open_device,
13693         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13694         (gst_audioringbuffer_release): Updates for new ring buffer API,
13695         hook into the new audio sink api.
13696
13697         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13698         (GstAudioSinkClass.close): Just open and close the device -- no
13699         resource allocation or configuration.
13700         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13701         vmethods, handle device setup and resource allocation.
13702
13703         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13704         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13705         base class API.
13706
13707         * gst-libs/gst/audio/gstringbuffer.h
13708         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13709         New vmethods.
13710
13711         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13712         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13713         New API functions. The device should be opened before acquiring
13714         and closed after releasing.
13715
13716 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13717
13718         * gst-libs/gst/interfaces/mixer.h:
13719           Reset padding to GST_PADDING.
13720
13721 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13722
13723         * gst/playback/gstplaybin.c: (remove_sinks):
13724           Remove visualization from parent explicitely; works around some
13725           apparent refcount issue that I haven't tracked down yet.
13726
13727 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13728
13729         * ext/alsa/gstalsasink.c: (set_hwparams):
13730           Assign debug category, add negotiation debug msgs.
13731
13732 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13733
13734         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13735           Fix error code for file-not-found to NOT_FOUND.
13736
13737 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13738
13739         * common/gtk-doc-plugins.mak:
13740         * docs/plugins/Makefile.am:
13741         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13742         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13743           renamed to actual element names, so much nicer to look at
13744         * docs/plugins/tmpl/gstmultifdsink.sgml:
13745           remove
13746         * docs/plugins/tmpl/multifdsink.sgml:
13747         * docs/plugins/tmpl/tcpserversink.sgml:
13748           add
13749         * ext/alsa/gstalsa.c:
13750         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13751         * ext/ogg/gstoggmux.c:
13752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13753         * gst/playback/gstdecodebin.c:
13754         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13755         * gst/tcp/gsttcpserversink.c:
13756           various fixes and documentation additions
13757
13758 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13759
13760         * common/Makefile.am:
13761         * common/gstdoc-scangobj:
13762         * common/gtk-doc-plugins.mak:
13763         * common/gtk-doc.mak:
13764           add a custom scangobj that uses the registry
13765           add a custom gtk-doc-plugins.mak that uses it
13766           some doc build fixes
13767         * configure.ac:
13768         * docs/Makefile.am:
13769         * docs/plugins/Makefile.am:
13770         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13771         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13772         * docs/plugins/gst-plugins-base-plugins.types:
13773         * docs/plugins/tmpl/gstmultifdsink.sgml:
13774           add docs for one element, multifdsink
13775         * gst/adder/gstadder.h:
13776         * gst/volume/gstvolume.h:
13777           don't privatize enum
13778         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13779         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13780         (gst_sync_method_get_type), (gst_client_status_get_type),
13781         (gst_multifdsink_class_init),
13782         (gst_multifdsink_client_queue_buffer),
13783         (gst_multifdsink_handle_client_write):
13784         * gst/tcp/gstmultifdsink.h:
13785         * gst/tcp/gsttcp.h:
13786         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13787         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13788         (gst_tcpclientsink_render):
13789         * gst/tcp/gsttcpclientsink.h:
13790         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13791         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13792         (gst_tcpclientsrc_start):
13793         * gst/tcp/gsttcpclientsrc.h:
13794         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13795         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13796         * gst/tcp/gsttcpserversrc.h:
13797         * gst/typefind/gsttypefindfunctions.c:
13798           remove superfluous Type stuff
13799
13800 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13801
13802         * gst/playback/gstplaybin.c: (gen_video_element):
13803           Enable videoscale.
13804
13805 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13806
13807         * gst-libs/gst/gconf/gconf.c:
13808         * gst-libs/gst/gconf/gconf.h:
13809           Fix some Andy Problem [tm].
13810
13811 2005-08-04  Andy Wingo  <wingo@pobox.com>
13812
13813         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13814         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13815         (gst_ffmpegcsp_get_size): Adapt to API changes.
13816
13817         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13818         Implement an in-place do-nothing transform.
13819
13820 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13821
13822         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13823         (gst_ximagesink_renegotiate_size):
13824           Do not set new window sizes yet if we prepare a new buffer size
13825           for upstream renegotiation (software scaling) at some point in the
13826           future, because this new size waqs not actually accepted yet. Once
13827           accepted, renegotiation later on will set the new sizes just fine.
13828           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13829           embedding testcase.
13830
13831 2005-08-03  Andy Wingo  <wingo@pobox.com>
13832
13833         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13834         (gst_ximagesink_buffer_alloc): 
13835         Protect the height, width, and desired_caps with the pool_lock.
13836         Fixes videotestsrc ! queue ! ximagesink.
13837
13838 2005-08-02  Edward Hervey  <edward@fluendo.com>
13839
13840         * gst/volume/gstvolume.c:
13841         include left from controller cleanup
13842
13843 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13844         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13845           Stop collectpads before calling the parent state
13846           change function on PAUSED->READY.
13847
13848 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13849         * configure.ac:
13850           When testing for X libs, use the X CFlags 
13851         * gst/adder/gstadder.c: (gst_adder_change_state):
13852           Stop the collectpads before calling parent state change function
13853           on PAUSED->READY, otherwise we deadlock deactivating pads.
13854
13855 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13856
13857         * configure.ac:
13858         * docs/libs/tmpl/gstcolorbalance.sgml:
13859         * docs/libs/tmpl/gstmixer.sgml:
13860         * examples/Makefile.am:
13861         * gst/sine/Makefile.am:
13862         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13863         (gst_sinesrc_set_property), (plugin_init):
13864         * gst/sine/gstsinesrc.h:
13865         * gst/volume/Makefile.am:
13866         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13867         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13868         (volume_process_float), (volume_process_int16),
13869         (volume_set_property), (plugin_init):
13870         * gst/volume/gstvolume.h:
13871           deactivate and remove dparams (libgstcontrol)
13872
13873 2005-07-29  Wim Taymans  <wim@fluendo.com>
13874
13875         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13876         Convert me to BaseTransform!! help..
13877
13878 2005-07-29  Andy Wingo  <wingo@pobox.com>
13879
13880         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13881         sinks.
13882
13883         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13884         support of both endiannesses.
13885
13886 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13887
13888         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13889           Fix confusing debug message (s/event/query/)
13890
13891 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13892
13893         * gst/videotestsrc/videotestsrc.h:
13894           Use "_stdint.h" instead of <stdint.h>
13895
13896 2005-07-27  Wim Taymans  <wim@fluendo.com>
13897
13898         * ext/vorbis/Makefile.am:
13899         Revert wrong commit.
13900
13901 2005-07-27  Wim Taymans  <wim@fluendo.com>
13902
13903         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13904         More compilation fixen.
13905
13906 2005-07-27  Wim Taymans  <wim@fluendo.com>
13907
13908         * gst-libs/gst/audio/gstbaseaudiosink.c:
13909         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13910         (gst_base_audio_sink_create_ringbuffer),
13911         (gst_base_audio_sink_change_state):
13912         Fix compilation.
13913
13914 2005-07-27  Wim Taymans  <wim@fluendo.com>
13915
13916         * examples/seeking/seek.c: (setup_dynamic_link),
13917         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13918         (query_positions_elems), (query_positions_pads), (do_seek):
13919         Update seek example.
13920
13921         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13922         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13923         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13924         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13925         (gst_ogg_demux_handle_event),
13926         (gst_ogg_demux_deactivate_current_chain),
13927         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13928         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13929         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13930         (gst_ogg_demux_loop):
13931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13932         * ext/theora/theoradec.c: (theora_dec_src_event),
13933         (theora_dec_src_getcaps), (theora_dec_sink_event),
13934         (theora_dec_push), (theora_dec_chain):
13935         * ext/vorbis/Makefile.am:
13936         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13937         (vorbis_dec_sink_event), (vorbis_dec_push),
13938         (vorbis_handle_data_packet):
13939         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13940         (gst_vorbisenc_chain):
13941         * gst/playback/gststreaminfo.c: (cb_probe):
13942         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13943         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13944         * gst/videoscale/gstvideoscale.c:
13945         (gst_videoscale_handle_src_event):
13946         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13947         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13948         (gst_ximagesink_navigation_send_event):
13949         * sys/xvimage/xvimagesink.c:
13950         (gst_xvimagesink_navigation_send_event):
13951         Various event updates and cleanups
13952
13953 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13954
13955         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13956           Fix segfault for I420/YV12.
13957
13958 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13959
13960         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13961           Report bitrate.
13962
13963 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13964
13965         * gst/playback/gstplaybin.c: (gen_video_element),
13966         (gen_audio_element):
13967           Switch to auto*sink elements as default sinks; add volume element
13968           so that volume control in totem works.
13969
13970 2005-07-21  Wim Taymans  <wim@fluendo.com>
13971
13972         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13973         * gst/playback/gstplaybin.c: (setup_sinks),
13974         (gst_play_bin_change_state):
13975         Refcount fix and more comments.
13976
13977 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13978
13979         * sys/ximage/Makefile.am:
13980         * sys/ximage/ximage.c: (plugin_init):
13981         * sys/ximage/ximagesink.c:
13982         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13983         
13984
13985 2005-07-21  Wim Taymans  <wim@fluendo.com>
13986
13987         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13988         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13989         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13990         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13991         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13992         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13993         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13994         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13995         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13996         Generate correct disconts for live chained oggs.
13997
13998         * gst-libs/gst/audio/gstbaseaudiosink.c:
13999         (gst_base_audio_sink_render),
14000         (gst_base_audio_sink_create_ringbuffer),
14001         (gst_base_audio_sink_change_state):
14002         Handle discont math correctly.
14003
14004         * gst/playback/gstplaybin.c: (add_sink):
14005         Some small debug cleanup.
14006
14007 2005-07-21  Wim Taymans  <wim@fluendo.com>
14008
14009         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
14010         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14011         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14012         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14013         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14014         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
14015         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14016         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
14017         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14018         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
14019         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
14020         (gst_ogg_demux_change_state), (gst_ogg_print):
14021         Reorganize code to send the right disconts when in streaming
14022         mode.
14023
14024 2005-07-20  Andy Wingo  <wingo@pobox.com>
14025
14026         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
14027         fix (?), fixes a seggie mcfalterson (#310894).
14028
14029 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14030
14031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
14032         (gst_ogg_mux_set_header_on_caps):
14033         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14034         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14035         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14036         * gst-libs/gst/audio/multichannel.c:
14037         (gst_audio_set_channel_positions),
14038         (gst_audio_set_structure_channel_positions_list):
14039         * gst/playback/gstdecodebin.c: (dynamic_create):
14040         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
14041         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14042           Fixes for API changes in core.
14043
14044 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14045
14046         * gst/playback/gstplaybasebin.c: (fill_buffer):
14047           Use _new_custom() so we can set custom message types for buffering
14048           messages.
14049
14050 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14051
14052         * configure.ac:
14053         * gst-libs/gst/Makefile.am:
14054         * gst-libs/gst/gconf/.cvsignore:
14055         * gst-libs/gst/gconf/Makefile.am:
14056         * gst-libs/gst/gconf/test-gconf.c:
14057         * pkgconfig/Makefile.am:
14058         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14059         * pkgconfig/gstreamer-gconf.pc.in:
14060           Remove gconf stuff, use gconf elements instead from now on.
14061
14062 2005-07-20  Wim Taymans  <wim@fluendo.com>
14063
14064         * gst-libs/gst/audio/TODO:
14065         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14066         (gst_audio_clock_get_internal_time):
14067         * gst-libs/gst/audio/gstaudioclock.h:
14068         * gst-libs/gst/audio/gstbaseaudiosink.c:
14069         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14070         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14071         (gst_base_audio_sink_render),
14072         (gst_base_audio_sink_create_ringbuffer),
14073         (gst_base_audio_sink_change_state):
14074         Make sure the audio clock always returns an increasing value.
14075
14076 2005-07-19  Andy Wingo  <wingo@pobox.com>
14077
14078         * gst/videotestsrc/: Cleanups.
14079
14080 2005-07-19  Wim Taymans  <wim@fluendo.com>
14081
14082         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14083         Better debugging.
14084
14085 2005-07-19  Wim Taymans  <wim@fluendo.com>
14086
14087         * examples/seeking/seek.c: (make_dv_pipeline),
14088         (make_vorbis_theora_pipeline), (query_rates),
14089         (query_positions_elems), (query_positions_pads), (do_seek):
14090         Make correct DV pipeline.
14091
14092 2005-07-18  Andy Wingo  <wingo@pobox.com>
14093
14094         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14095         default. Also because it's the only thing that really works. (This
14096         is used in the GConf elements).
14097         Use AS_LIBTOOL_TAGS.
14098
14099 2005-07-18  Wim Taymans  <wim@fluendo.com>
14100
14101         * gst/playback/gstdecodebin.c: (remove_element_chain):
14102         * gst/playback/gstplaybin.c: (add_sink):
14103         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14104         (gst_stream_info_set_mute):
14105         * gst/playback/gststreamselector.c:
14106         (gst_stream_selector_get_linked_pad),
14107         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14108         More leak and compile fixes.
14109
14110 2005-07-18  Wim Taymans  <wim@fluendo.com>
14111
14112         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14113         (query_rates), (query_positions_elems), (query_positions_pads),
14114         (do_seek), (seek_cb), (stop_seek):
14115         Updated seek example. 
14116
14117         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14118         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14119         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14120         * gst/playback/gstplaybin.c: (add_sink):
14121         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14122         (gst_stream_info_set_mute):
14123         Some refcount leak fixes.
14124
14125 2005-07-16  Wim Taymans  <wim@fluendo.com>
14126
14127         * gst-libs/gst/audio/gstbaseaudiosink.c:
14128         (gst_base_audio_sink_render):
14129         Align samples even if we have roundoff errors in the 
14130         timestamp conversion.
14131
14132 2005-07-16  Wim Taymans  <wim@fluendo.com>
14133
14134         * docs/libs/tmpl/gstringbuffer.sgml:
14135         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14136         (query_rates), (query_positions_elems), (query_positions_pads),
14137         (update_scale), (do_seek):
14138         Updated seek example.
14139
14140         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14141         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14142         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14143         (gst_ogg_demux_loop):
14144         Push out correct discont values.
14145
14146         * ext/theora/theoradec.c: (theora_dec_src_convert),
14147         (theora_dec_sink_convert), (theora_dec_src_getcaps),
14148         (theora_dec_sink_event), (theora_handle_type_packet),
14149         (theora_handle_header_packet), (theora_dec_push),
14150         (theora_handle_data_packet), (theora_dec_chain),
14151         (theora_dec_change_state):
14152         Better timestamping.
14153
14154         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14155         (vorbis_dec_sink_event), (vorbis_dec_push),
14156         (vorbis_handle_data_packet), (vorbis_dec_chain):
14157         * ext/vorbis/vorbisdec.h:
14158         Better timestamping.
14159
14160         * gst-libs/gst/audio/gstbaseaudiosink.c:
14161         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14162         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14163         Handle syncing on timestamps instead of sample offsets. Make
14164         use of DISCONT values as described in design docs.
14165
14166         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14167         (gst_base_audio_src_get_time):
14168         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14169         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14170         (gst_ring_buffer_read):
14171         * gst-libs/gst/audio/gstringbuffer.h:
14172         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14173         (gst_ximagesink_show_frame):
14174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14175         Correcly convert buffer timestamp to stream time.
14176
14177 2005-07-16  Wim Taymans  <wim@fluendo.com>
14178
14179         * gst/audioconvert/gstaudioconvert.c:
14180         (gst_audio_convert_get_buffer):
14181         Timestamp buffers correctly.
14182
14183         * gst/playback/gstplaybin.c: (gen_video_element):
14184         Make internal fakesink silent.
14185
14186 2005-07-15  Wim Taymans  <wim@fluendo.com>
14187
14188         * gst/ffmpegcolorspace/Makefile.am:
14189         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14190         (gst_ffmpegcsp_caps_remove_format_info),
14191         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14192         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14193         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14194         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14195         Ported ffmpegcolorspace to basetransform.
14196
14197         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14198         * gst/volume/gstvolume.c: (volume_transform):
14199         Ported to new API.
14200
14201 2005-07-14  Wim Taymans  <wim@fluendo.com>
14202
14203         * gst/videotestsrc/Makefile.am:
14204         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14205         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14206         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14207         (gst_videotestsrc_init), (gst_videotestsrc_event),
14208         (gst_videotestsrc_create), (gst_videotestsrc_start),
14209         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14210         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14211         (gst_videotestsrc_get_property):
14212         * gst/videotestsrc/gstvideotestsrc.h:
14213         Make videotestsrc a pushsrc.
14214
14215 2005-07-14  Wim Taymans  <wim@fluendo.com>
14216
14217         * gst/tcp/gstfdset.c: (gst_fdset_free):
14218         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14219         (gst_multifdsink_add), (gst_multifdsink_remove),
14220         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14221         (gst_multifdsink_remove_client_link),
14222         (gst_multifdsink_client_queue_data),
14223         (gst_multifdsink_client_queue_caps),
14224         (gst_multifdsink_client_queue_buffer),
14225         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14226         (gst_multifdsink_stop):
14227         * gst/tcp/gstmultifdsink.h:
14228         0.8 backporting.
14229
14230         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14231         Also draw image when not from a pool.
14232
14233 2005-07-14  Wim Taymans  <wim@fluendo.com>
14234
14235         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14236         (mute_stream), (silence_stream):
14237         Small debug additions.
14238
14239 2005-07-14  Wim Taymans  <wim@fluendo.com>
14240
14241         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14242         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14243         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14244         Better error recovery, ignore unconnected pads and
14245         non-fatal errors.
14246
14247 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14248
14249         * docs/libs/tmpl/gstaudio.sgml:
14250         * docs/libs/tmpl/gstcolorbalance.sgml:
14251         * docs/libs/tmpl/gstgconf.sgml:
14252         * docs/libs/tmpl/gstmixer.sgml:
14253         * docs/libs/tmpl/gstringbuffer.sgml:
14254         * docs/libs/tmpl/gsttuner.sgml:
14255         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14256         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14257         (gst_tcpclientsrc_class_init):
14258         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14259         (gst_tcpserversrc_class_init):
14260         * sys/v4l/gstv4lelement.c:
14261           more autistic cleanliness in functions/names/defines
14262
14263 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14264
14265         * configure.ac:
14266           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14267           added manually to each Makefile.am so we are sure it goes
14268           *last* and doesn't add -L flags before linking in libs of our
14269           own, like, say, internal .la libs, that then accidentally pick
14270           up the installed copy.
14271         * docs/libs/Makefile.am:
14272         * ext/alsa/Makefile.am:
14273         * ext/cdparanoia/Makefile.am:
14274         * ext/gnomevfs/Makefile.am:
14275         * ext/libvisual/Makefile.am:
14276         * ext/ogg/Makefile.am:
14277         * ext/theora/Makefile.am:
14278         * ext/vorbis/Makefile.am:
14279         * gst-libs/gst/video/Makefile.am:
14280         * gst/adder/Makefile.am:
14281         * gst/audioconvert/Makefile.am:
14282         * gst/audiorate/Makefile.am:
14283         * gst/audioscale/Makefile.am:
14284         * gst/ffmpegcolorspace/Makefile.am:
14285         * gst/playback/Makefile.am:
14286         * gst/sine/Makefile.am:
14287         * gst/subparse/Makefile.am:
14288         * gst/tags/Makefile.am:
14289         * gst/tcp/Makefile.am:
14290         * gst/typefind/Makefile.am:
14291         * gst/videorate/Makefile.am:
14292         * gst/videoscale/Makefile.am:
14293         * gst/videotestsrc/Makefile.am:
14294         * gst/volume/Makefile.am:
14295         * sys/v4l/Makefile.am:
14296         * sys/ximage/Makefile.am:
14297         * sys/xvimage/Makefile.am:
14298           adapt properly to this change. This should make sure that
14299           plugins and libs properly link to the as-yet-uninstalled
14300           copies of stuff like libgstinterfaces and libgstvideo
14301
14302 2005-07-13  Andy Wingo  <wingo@pobox.com>
14303
14304         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14305         (gst_v4lsrc_fixate): Fixate on format as well.
14306
14307         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14308         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14309         buffer points to it.
14310         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14311         rather just doing X calls ourselves. Also fixes a memleak.
14312
14313 2005-07-12  Andy Wingo  <wingo@pobox.com>
14314
14315         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14316         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14317         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14318         TRUE to avoid deadlocks if an element holds on to our buffers.
14319
14320 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14321
14322         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14323         (gst_sinesrc_init), (gst_sinesrc_create),
14324         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14325         (gst_sinesrc_start):
14326         * gst/sine/gstsinesrc.h:
14327           removing num-buffers property before moving it
14328
14329 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14330
14331         * configure.ac:
14332           use overridable ERROR_CFLAGS
14333         * docs/libs/gst-plugins-base-libs.types:
14334         * docs/libs/tmpl/gstringbuffer.sgml:
14335         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14336         (gst_alsasink_class_init):
14337         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14338         (gst_alsasrc_class_init):
14339         * gst-libs/gst/audio/audio.h:
14340         * gst-libs/gst/audio/gstaudioclock.h:
14341         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14342         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14343         (gst_audio_filter_link), (gst_audio_filter_init),
14344         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14345         (gst_audio_filter_get_property),
14346         (gst_audio_filter_class_add_pad_templates):
14347         * gst-libs/gst/audio/gstaudiofilter.h:
14348         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14349         (gst_audio_filter_template_get_type),
14350         (gst_audio_filter_template_base_init),
14351         (gst_audio_filter_template_class_init),
14352         (gst_audio_filter_template_init),
14353         (gst_audio_filter_template_set_property),
14354         (gst_audio_filter_template_get_property), (plugin_init),
14355         (gst_audio_filter_template_setup),
14356         (gst_audio_filter_template_filter),
14357         (gst_audio_filter_template_filter_inplace):
14358         * gst-libs/gst/audio/gstaudiosink.c:
14359         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14360         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14361         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14362         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14363         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14364         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14365         * gst-libs/gst/audio/gstaudiosink.h:
14366         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14367         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14368         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14369         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14370         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14371         (gst_audio_src_class_init), (gst_audio_src_init),
14372         (gst_audio_src_create_ringbuffer):
14373         * gst-libs/gst/audio/gstaudiosrc.h:
14374         * gst-libs/gst/audio/gstbaseaudiosink.c:
14375         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14376         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14377         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14378         (gst_base_audio_sink_set_property),
14379         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14380         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14381         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14382         (gst_base_audio_sink_create_ringbuffer),
14383         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14384         * gst-libs/gst/audio/gstbaseaudiosink.h:
14385         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14386         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14387         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14388         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14389         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14390         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14391         (gst_base_audio_src_event), (gst_base_audio_src_create),
14392         (gst_base_audio_src_create_ringbuffer),
14393         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14394         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14395         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14396         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14397         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14398         (gst_ring_buffer_debug_spec_caps),
14399         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14400         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14401         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14402         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14403         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14404         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14405         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14406         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14407         (gst_ring_buffer_clear):
14408         * gst-libs/gst/audio/gstringbuffer.h:
14409         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14410         (gst_video_sink_class_init), (gst_video_sink_get_type):
14411         * gst-libs/gst/video/videosink.h:
14412         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14413         (gst_multifdsink_class_init),
14414         (gst_multifdsink_handle_client_write),
14415         (gst_multifdsink_change_state):
14416         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14417         (gst_tcpclientsink_setcaps):
14418         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14419         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14420         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14421         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14422         (gst_ximagesink_send_pending_navigation),
14423         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14424         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14426         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14427         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14428         (gst_xvimagesink_send_pending_navigation),
14429         (gst_xvimagesink_navigation_send_event),
14430         (gst_xvimagesink_set_xwindow_id),
14431         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14432         (gst_xvimagesink_get_type):
14433         more macro splitting
14434
14435 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14436
14437         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14438           plug a memleak, allows me to import 1479 albums in one go
14439           in jamboree
14440         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14441         (vorbis_handle_type_packet), (vorbis_dec_chain),
14442         (vorbis_dec_change_state):
14443           fix some format strings
14444
14445 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14446
14447         * docs/libs/tmpl/gstcolorbalance.sgml:
14448         * docs/libs/tmpl/gstmixer.sgml:
14449         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14450         (gst_alsasink_set_property), (gst_alsasink_get_property):
14451         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14452         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14453           add device property
14454
14455 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14456
14457         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14458         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14459         (audiocast_register_listener), (audiocast_thread_run),
14460         (gst_gnomevfssrc_send_additional_headers_callback),
14461         (gst_gnomevfssrc_received_headers_callback),
14462         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14463         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14464         (gst_gnomevfssrc_get_size):
14465           add/clean up debugging
14466         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14467           cleanups
14468
14469 2005-07-07  Andy Wingo  <wingo@pobox.com>
14470
14471         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14472         framerate. Need to get a handle on when exactly this function is
14473         called, tho.
14474
14475         * sys/v4l/v4lsrc_calls.h:
14476         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14477         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14478         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14479
14480         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14481         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14482         v4lelements are sources.
14483
14484         * sys/v4l/gstv4lxoverlay.h:
14485         * sys/v4l/gstv4lxoverlay.c:
14486         * sys/v4l/gstv4ltuner.h:
14487         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14488         
14489         * sys/v4l/gstv4lsrc.h:
14490         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14491         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14492         or something should handle that. Made a live source.
14493
14494         * sys/v4l/gstv4lelement.h:
14495         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14496         signals. Some cleanups.
14497
14498         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14499
14500         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14501         stuff.
14502
14503         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14504         stuff.
14505
14506         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14507
14508 2005-07-07  Wim Taymans  <wim@fluendo.com>
14509
14510         * ext/theora/theoradec.c: (theora_get_query_types),
14511         (theora_dec_src_getcaps), (theora_dec_push):
14512         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14513         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14514         Remove deprecated/unused query types.
14515
14516 2005-07-06  Wim Taymans  <wim@fluendo.com>
14517
14518         * ext/alsa/Makefile.am:
14519         * ext/alsa/gstalsaplugin.c: (plugin_init):
14520         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14521         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14522         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14523         (gst_alsasrc_class_init), (gst_alsasrc_init),
14524         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14525         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14526         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14527         (gst_alsasrc_reset):
14528         * ext/alsa/gstalsasrc.h:
14529         * gst-libs/gst/audio/Makefile.am:
14530         * gst-libs/gst/audio/gstaudiosink.c:
14531         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14532         (gst_audioringbuffer_start):
14533         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14534         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14535         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14536         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14537         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14538         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14539         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14540         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14541         * gst-libs/gst/audio/gstaudiosrc.h:
14542         * gst-libs/gst/audio/gstbaseaudiosink.c:
14543         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14544         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14545         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14546         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14547         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14548         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14549         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14550         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14551         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14552         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14553         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14554         (gst_baseaudiosrc_change_state):
14555         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14556         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14557         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14558         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14559         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14560         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14561         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14562         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14563         * gst-libs/gst/audio/gstringbuffer.h:
14564         Added audiosource base classes.
14565         Ported alsasrc, still very basic.
14566
14567 2005-07-06  Wim Taymans  <wim@fluendo.com>
14568
14569         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14570         (theora_dec_push), (theora_handle_data_packet):
14571         Prepare for better timestamp fix later.
14572
14573         * gst/audioconvert/gstaudioconvert.c:
14574         List most accurate caps first
14575
14576         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14577         Use proper pad task function.
14578
14579         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14580         (gst_xvimagesink_show_frame):
14581         Fix deadlock when alloc failed.
14582
14583 2005-07-05  Andy Wingo  <wingo@pobox.com>
14584
14585         * ext/gnomevfs/gstgnomevfssrc.c:
14586         * gst/sine/gstsinesrc.c:
14587         * gst/tcp/gsttcpserversrc.c:
14588         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14589
14590         * sys/v4l/: Port from 0.8.
14591
14592         * Many files: Null if we got it....
14593
14594 2005-07-05  Andy Wingo  <wingo@pobox.com>
14595
14596         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14597         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14598         Signedness fixes.
14599
14600 2005-07-05  Wim Taymans  <wim@fluendo.com>
14601
14602         * configure.ac:
14603         * gst/tcp/Makefile.am:
14604         * gst/tcp/README:
14605         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14606         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14607         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14608         (is_sync_frame), (gst_multifdsink_handle_client_write),
14609         (gst_multifdsink_render), (gst_multifdsink_start),
14610         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14611         * gst/tcp/gstmultifdsink.h:
14612         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14613         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14614         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14615         * gst/tcp/gsttcp.h:
14616         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14617         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14618         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14619         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14620         * gst/tcp/gsttcpclientsink.h:
14621         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14622         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14623         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14624         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14625         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14626         * gst/tcp/gsttcpclientsrc.h:
14627         * gst/tcp/gsttcpplugin.c: (plugin_init):
14628         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14629         * gst/tcp/gsttcpserversink.h:
14630         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14631         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14632         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14633         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14634         (gst_tcpserversrc_stop):
14635         * gst/tcp/gsttcpserversrc.h:
14636         * gst/tcp/gsttcpsink.c:
14637         * gst/tcp/gsttcpsink.h:
14638         * gst/tcp/gsttcpsrc.c:
14639         * gst/tcp/gsttcpsrc.h:
14640         Ported tcp plugins to 0.9. 
14641         
14642
14643 2005-07-05  Andy Wingo  <wingo@pobox.com>
14644
14645         * gst/playback/gstplaybasebin.c (fill_buffer):
14646         message_new_application fixen.
14647
14648         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14649         Style fix.
14650
14651 2005-07-04  Wim Taymans  <wim@fluendo.com>
14652
14653         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14654         Set caps on output buffer.
14655
14656 2005-07-04  Andy Wingo  <wingo@pobox.com>
14657
14658         * ext/gnomevfs/gstgnomevfssrc.c
14659         (gst_gnomevfssrc_received_headers_callback) 
14660         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14661         hopefully.
14662
14663         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14664         No refcount leakage.
14665
14666         * configure.ac: Enable -Werror.
14667         
14668         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14669         * gst/audioconvert/bufferframesconvert.c
14670         (buffer_frames_convert_fixate):
14671         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14672         (gst_audio_convert_fixate):
14673         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14674         (gst_sinesrc_create): Fixate func changes.
14675         
14676         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14677         (gst_ximagesink_buffer_alloc): Unused var.
14678
14679 2005-07-01  Andy Wingo  <wingo@pobox.com>
14680
14681         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14682         getcaps to do explicit caps. Needs to be done in all decoders,
14683         possibly via a base class.
14684
14685         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14686
14687         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14688         caps on the sink pad, just rely on the pad template. Also, setting
14689         ANY caps on a pad is not valid because the caps are not fixed.
14690
14691         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14692         caps on the buffer, and get the width from the desired_caps if
14693         they're set.
14694         (gst_ximagesink_renegotiate_size): Implement via setting the
14695         desired_caps on the ximagesink.
14696         (gst_ximagesink_setcaps): Only reset the width of the player if it
14697         wasn't already set. Not sure if this is right.
14698         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14699
14700         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14701         that the user wants. NULL unless the window has been resized.
14702
14703         * gst/volume/gstvolume.c (volume_transform): Adapt to
14704         basetransform refcount changes.
14705         
14706 2005-07-01  Andy Wingo  <wingo@pobox.com>
14707
14708         * gst/videoscale/gstvideoscale.c:
14709         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14710         from BaseTransform, implements a transform_caps. Removed dead code
14711         including some PAR stuff that was never reached -- should probably
14712         be added back somehow.
14713
14714 2005-07-01  Andy Wingo  <wingo@pobox.com>
14715
14716         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14717         come later.
14718
14719 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14720
14721         * configure.ac:
14722         * docs/libs/Makefile.am:
14723         * docs/libs/gst-plugins-libs.types:
14724         * ext/alsa/Makefile.am:
14725         * ext/alsa/gstalsamixer.h:
14726         * ext/alsa/gstalsamixeroptions.h:
14727         * ext/alsa/gstalsamixertrack.h:
14728         * gst-libs/gst/Makefile.am:
14729         * gst-libs/gst/colorbalance/.cvsignore:
14730         * gst-libs/gst/colorbalance/Makefile.am:
14731         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14732         * gst-libs/gst/colorbalance/colorbalance.c:
14733         * gst-libs/gst/colorbalance/colorbalance.h:
14734         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14735         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14736         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14737         * gst-libs/gst/interfaces/Makefile.am:
14738         * gst-libs/gst/interfaces/colorbalance.c:
14739         (gst_color_balance_class_init):
14740         * gst-libs/gst/interfaces/colorbalance.h:
14741         * gst-libs/gst/interfaces/interfaces-marshal.list:
14742         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14743         * gst-libs/gst/interfaces/mixer.h:
14744         * gst-libs/gst/interfaces/mixeroptions.h:
14745         * gst-libs/gst/interfaces/navigation.c:
14746         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14747         * gst-libs/gst/interfaces/tuner.h:
14748         * gst/volume/Makefile.am:
14749         * gst/volume/gstvolume.c:
14750         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14751         * sys/ximage/Makefile.am:
14752         * sys/ximage/ximagesink.c:
14753         * sys/xvimage/Makefile.am:
14754         * sys/xvimage/xvimagesink.c:
14755           fold in all interfaces into an interfaces dir, preserving CVS
14756           history
14757
14758 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14759
14760         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14761           Fix build after riff changes.
14762
14763 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14764
14765         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14766         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14767         (gst_riff_create_video_template_caps),
14768         (gst_riff_create_audio_template_caps),
14769         (gst_riff_create_iavs_template_caps):
14770         * gst-libs/gst/riff/riff-media.h:
14771         * gst-libs/gst/riff/riff-read.h:
14772         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14773           Add gst_riff_init() to initialize the debug category, instead
14774           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14775
14776 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14777
14778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14779           Oops, I shouldn't apply hacks.
14780
14781 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14782
14783         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14784           Remove pad_loop function which doesn't work.
14785
14786 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14787
14788         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14789           Send EOS when deactivating.
14790         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14791         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14792         (gen_preroll_element), (probe_triggered), (mute_stream),
14793         (silence_stream), (new_decoded_pad), (setup_substreams),
14794         (set_active_source):
14795         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14796         (remove_sinks), (add_sink):
14797         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14798           Change for new probe API.
14799
14800 2005-06-29  Wim Taymans  <wim@fluendo.com>
14801
14802         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14803         * gst-libs/gst/audio/gstbaseaudiosink.c:
14804         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14805         (gst_baseaudiosink_change_state):
14806         * gst-libs/gst/audio/gstbaseaudiosink.h:
14807         * gst-libs/gst/audio/gstringbuffer.c:
14808         (gst_ringbuffer_set_callback):
14809         Fix compilation error.
14810         Ringbuffer starts out as not running.
14811         Free our clock in dispose.
14812         When releasing the ringbuffer we need to renegotiate so
14813         clear the pad caps.
14814
14815 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14816
14817         * autogen.sh:
14818         * configure.ac:
14819         * docs/Makefile.am:
14820         * docs/libs/Makefile.am:
14821         * docs/libs/gst-plugins-libs-docs.sgml:
14822         * docs/libs/gst-plugins-libs-sections.txt:
14823         * docs/libs/gst-plugins-libs.types:
14824         * docs/libs/tmpl/gstaudio.sgml:
14825         * docs/libs/tmpl/gstcolorbalance.sgml:
14826         * docs/libs/tmpl/gstringbuffer.sgml:
14827         * gst-libs/gst/audio/gstringbuffer.c:
14828         (gst_ringbuffer_set_callback):
14829           reinstate gtk-doc docs for plugin libs
14830
14831 2005-06-28  Wim Taymans  <wim@fluendo.com>
14832
14833         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14834         (gst_ogg_demux_init):
14835         Removed pad loop function.
14836
14837 2005-06-28  Wim Taymans  <wim@fluendo.com>
14838
14839         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14840         If we're building a chain we are not in an error case
14841         when we queue a buffer.
14842
14843 2005-06-28  Andy Wingo  <wingo@pobox.com>
14844
14845         * *.c: Don't cast to GstObject before reffing/unreffing.
14846
14847 2005-06-27  Andy Wingo  <wingo@pobox.com>
14848
14849         * gst/videotestsrc/gstvideotestsrc.c
14850         (gst_videotestsrc_activate_push): Activation API changes.
14851
14852         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14853         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14854         they have refs on the decodebin.
14855
14856         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14857         parent class.
14858         (gst_ogg_pad_typefind): Don't leak a pad ref.
14859         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14860         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14861         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14862
14863 2005-06-27  Edward Hervey  <edward@fluendo.com>
14864
14865         * ext/theora/theoradec.c: (theora_dec_change_state): 
14866         re-arranged call to parent's state change in order to avoid locks (or
14867         worse).
14868
14869 2005-06-26  Edward Hervey  <edward@fluendo.com>
14870
14871         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14872         2nd argument of 'unknow-type' signal is a GstCaps and not a
14873         GstMiniObject
14874
14875 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14876         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14877           Set the worker thread's running flag to TRUE before starting the
14878           thread.
14879         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14880           Catch a failure to add typefind to the bin.
14881
14882 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14883
14884         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14885         (gst_sinesrc_init), (gst_sinesrc_create),
14886         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14887         (gst_sinesrc_start):
14888         * gst/sine/gstsinesrc.h:
14889           add num-buffers and timestamp-offset properties
14890         * gst/videotestsrc/gstvideotestsrc.c:
14891         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14892         (gst_videotestsrc_get_property):
14893           add timestamp-offset property
14894
14895 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14896
14897         * configure.ac: add videorate
14898         * gst-plugins-base.spec.in: add videorate
14899
14900 2005-06-23  Wim Taymans  <wim@fluendo.com>
14901
14902         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14903         (gst_videorate_getcaps), (gst_videorate_setcaps),
14904         (gst_videorate_event), (gst_videorate_chain):
14905         Fixed videorate, fixating an already fixated caps is not
14906         an error.
14907
14908 2005-06-23  Wim Taymans  <wim@fluendo.com>
14909
14910         * ext/ogg/README:
14911         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14912         Buffer on caps is not boxed anymore.
14913
14914 2005-06-22  Wim Taymans  <wim@fluendo.com>
14915
14916         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14917         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14918         Set buffers on caps as miniobjects and not as boxed.
14919
14920 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14921
14922         * configure.ac:
14923           back to HEAD
14924
14925 === release 0.9.1 ===
14926
14927 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14928
14929         * .cvsignore:
14930         * NEWS:
14931         * README:
14932         * RELEASE:
14933         * configure.ac:
14934         * po/af.po:
14935         * po/az.po:
14936         * po/cs.po:
14937         * po/en_GB.po:
14938         * po/hu.po:
14939         * po/it.po:
14940         * po/nb.po:
14941         * po/nl.po:
14942         * po/or.po:
14943         * po/sq.po:
14944         * po/sr.po:
14945         * po/sv.po:
14946         * po/uk.po:
14947         * po/vi.po:
14948           updates for release
14949
14950 2005-06-09  Andy Wingo  <wingo@pobox.com>
14951
14952         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14953         
14954 2005-06-09  Andy Wingo  <wingo@pobox.com>
14955
14956         * configure.ac:
14957         * gst-libs/gst/Makefile.am:
14958         * gst-libs/gst/net/Makefile.am:
14959         Add gstnet to build.
14960
14961 2005-06-09  Andy Wingo  <wingo@pobox.com>
14962
14963         * gst-libs/gst/gconf/gconf.c:
14964         * gst/playback/test.c:
14965         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14966         fixes.
14967
14968         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14969
14970         * ext/theora/theoraenc.c (theora_enc_chain): 
14971         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14972
14973         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14974         RealPad.
14975
14976 2005-06-02  Wim Taymans  <wim@fluendo.com>
14977
14978         * gst-libs/gst/net/Makefile.am:
14979         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14980         * pkgconfig/gstreamer-libs.pc.in:
14981         Added net stuff, version net lib.
14982
14983 2005-06-02  Wim Taymans  <wim@fluendo.com>
14984
14985         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14986         (query_rates), (query_positions_elems), (query_positions_pads),
14987         (do_seek):
14988         Updated seek example.
14989
14990 2005-06-02  Andy Wingo  <wingo@pobox.com>
14991
14992         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14993         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14994         list.
14995
14996         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14997         remove the typefind, the bin dispose will do it for us. When it's
14998         removed and unreffed, the signal handler will be disconnected,
14999         too.
15000         (unlinked): It's too difficult to disconnect from unlinked
15001         handlers, as they are on pads not elements. Just punt if the pads
15002         aren't grandkids of the bin.
15003
15004 2005-06-02  Wim Taymans  <wim@fluendo.com>
15005
15006         * ext/ogg/README:
15007         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15008         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
15009         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
15010         * ext/theora/theoradec.c: (theora_dec_src_query),
15011         (theora_handle_data_packet):
15012         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15013         (theora_enc_chain):
15014         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15015         (vorbis_handle_data_packet):
15016         * gst/audioconvert/bufferframesconvert.c:
15017         (buffer_frames_convert_chain):
15018         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15019         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15020         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15021         (gst_ffmpegcsp_chain):
15022         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15023         (gst_videorate_getcaps), (gst_videorate_setcaps),
15024         (gst_videorate_event), (gst_videorate_chain):
15025         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
15026         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
15027         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15028         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15029         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15030         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15031         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15032         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15033         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15034         Cleanups and buffer alloc.
15035
15036 2005-05-31  Wim Taymans  <wim@fluendo.com>
15037
15038         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
15039         Don't try to call the delay method when the device is not
15040         opened.
15041
15042 2005-05-31  Wim Taymans  <wim@fluendo.com>
15043
15044         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
15045         Get actual segment size and buffer size after opening
15046         the device.
15047
15048 2005-05-30  Wim Taymans  <wim@fluendo.com>
15049
15050         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15051         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15052         Also FLUSH upstream, makes the loop function exit faster.
15053         
15054         * ext/theora/theoradec.c: (theora_dec_src_query):
15055         Some more debug info in the query.
15056         
15057         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15058         (gst_ximagesink_setcaps):
15059         Release lock on par error, better error reporting.
15060
15061 2005-05-26  Wim Taymans  <wim@fluendo.com>
15062
15063         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15064         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15065         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15066         Clear chains in READY
15067         Queue packets until the chain is activated.
15068
15069 2005-05-25  Wim Taymans  <wim@fluendo.com>
15070
15071         * gst-libs/gst/audio/gstaudiosink.c:
15072         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15073         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15074         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15075         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15076         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15077         (gst_audiosink_create_ringbuffer):
15078         * gst-libs/gst/audio/gstbaseaudiosink.c:
15079         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15080         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15081         (gst_baseaudiosink_set_property), (build_linear_format),
15082         (debug_spec_caps), (debug_spec_buffer),
15083         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15084         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15085         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15086         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15087         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15088         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15089         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15090         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15091         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15092         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15093         (wait_segment), (gst_ringbuffer_commit),
15094         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15095         (gst_ringbuffer_clear):
15096         Various small cleanups.
15097
15098         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15099         (gst_audio_convert_change_state):
15100         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15101         No need to take the locks anymore.
15102
15103 2005-05-25  Wim Taymans  <wim@fluendo.com>
15104
15105         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15106         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15107         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15108         (type_found):
15109         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15110         (group_destroy), (group_commit), (queue_overrun),
15111         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15112         (mute_stream), (new_decoded_pad), (setup_substreams),
15113         (setup_source), (mute_group_type), (set_active_source),
15114         (gst_play_base_bin_change_state):
15115         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15116         (gen_video_element), (gen_text_element), (gen_audio_element),
15117         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15118         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15119         (gst_stream_info_dispose), (gst_stream_info_set_mute):
15120         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15121         Some playbin cleanups mostly refcounting sloppyness.
15122
15123 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15124
15125         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15126           Work with streaming input.
15127
15128 2005-05-25  Wim Taymans  <wim@fluendo.com>
15129
15130         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15131         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15132         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15133         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15134         No need to take the STREAM lock anymore.
15135
15136 2005-05-25  Wim Taymans  <wim@fluendo.com>
15137
15138         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15139         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15140         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15141         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15142         (gst_ogg_demux_sink_activate):
15143         * ext/theora/theoradec.c: (theora_dec_src_event),
15144         (theora_handle_comment_packet), (theora_dec_chain),
15145         (theora_dec_change_state):
15146         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15147         (vorbis_handle_data_packet), (vorbis_dec_chain),
15148         (vorbis_dec_change_state):
15149         Remove STREAM locks as they are taken in core now.
15150         Never set bogus granulepos on vorbis/theora.
15151         Fix leaks in theoradec tag parsing.
15152
15153 2005-05-25  Wim Taymans  <wim@fluendo.com>
15154
15155         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15156         Fix memleaks, GST_BUFFER_DATA() is not freed.
15157
15158 2005-05-25  Wim Taymans  <wim@fluendo.com>
15159
15160         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15161         Open non-blocking, set to blocking mode afterwards to avoid
15162         lockups when audio device is busy.
15163
15164 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15165
15166         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15167           This can't be good.
15168
15169 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15170
15171         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15172         (gst_audio_convert_chain), (gst_audio_convert_link_src),
15173         (gst_audio_convert_setcaps):
15174           Implement instant setup switching.
15175
15176 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15177
15178         * gst/playback/gstplaybasebin.c: (probe_triggered):
15179           Fix missing unlock.
15180         * gst/playback/gstplaybin.c: (add_sink):
15181           First add, then link (otherwise pad link fails).
15182
15183 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15184
15185         * examples/Makefile.am:
15186         fix buildbot (make distcheck)
15187
15188 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15189
15190         * gst/playback/gstplaybin.c: (gen_vis_element):
15191           Remove some wrong code. Doesn't work yet.
15192
15193 2005-05-19  Wim Taymans  <wim@fluendo.com>
15194
15195         * gst-libs/gst/net/Makefile.am:
15196         * gst-libs/gst/net/README:
15197         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15198         (gst_netbuffer_class_init), (gst_netbuffer_init),
15199         (gst_netbuffer_finalize), (gst_netbuffer_copy),
15200         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15201         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15202         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15203         * gst-libs/gst/net/gstnetbuffer.h:
15204         Added buffer subclass to store extra to/from addresses for
15205         network sources/sinks.
15206
15207 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15208
15209         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15210           Don't lock an unassigned variable.
15211
15212 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15213
15214         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15215           Increase buffer for video, decrease buffer for other media types.
15216         * gst/playback/gstplaybin.c: (gen_video_element),
15217         (gen_audio_element):
15218           Change names for debugging purposes.
15219
15220 2005-05-18  Wim Taymans  <wim@fluendo.com>
15221
15222         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15223         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15224         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15225         (gst_ffmpegcsp_chain):
15226         Enable buffer alloc passthrough if the source and dest
15227         formats are the same.
15228
15229 2005-05-17  Wim Taymans  <wim@fluendo.com>
15230
15231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15232         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15233         (gst_ogg_demux_chain_unlocked):
15234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15235         (gst_audio_convert_caps_remove_format_info),
15236         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15237         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15238         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15239         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15240         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15241         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15242         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15243         (gst_ffmpegcsp_get_property):
15244         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15245         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15246         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15247         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15248         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15249         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15250         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15251         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15252         Leak fixes in oggdemux.
15253         Some cleanups in audioconvert.
15254         Make passthrough work along with buffer_alloc etc.
15255         Make buffer_alloc and buffer recycling actually work in
15256         xvimagesink.
15257
15258 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15259
15260         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15261           make the compiler happy
15262
15263 2005-05-17  Wim Taymans  <wim@fluendo.com>
15264
15265         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15266         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15267         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15268         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15269         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15270         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15271         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15272         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15273         (gst_xvimagesink_set_xwindow_id):
15274         * sys/xvimage/xvimagesink.h:
15275         Port xvimagesink to new MiniObject.
15276
15277 2005-05-17  Wim Taymans  <wim@fluendo.com>
15278
15279         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15280         (gst_audiofilter_chain):
15281         * gst-libs/gst/audio/gstaudiosink.c:
15282         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15283         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15284         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15285         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15286         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15287         (gst_audiosink_create_ringbuffer):
15288         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15289         (gst_audio_convert_caps_remove_format_info),
15290         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15291         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15292         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15293         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15294         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15295         Fix passthrough in ffmpegcolorspace.
15296         Fix memset in audiosink on wrong memory.
15297
15298 2005-05-16  David Schleef  <ds@schleef.org>
15299
15300         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15301         to GstMiniObject.
15302
15303 2005-05-16  David Schleef  <ds@schleef.org>
15304
15305         Port from GstData to GstMiniObject.
15306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15308         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15309         (gst_ogg_mux_collected):
15310         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15311         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15312         (theora_handle_data_packet):
15313         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15314         (theora_set_header_on_caps), (theora_enc_chain):
15315         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15316         (vorbis_handle_comment_packet):
15317         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15318         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15319         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15320         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15321         * gst/audioconvert/gstaudioconvert.c:
15322         (gst_audio_convert_get_buffer):
15323         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15324         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15325         (mute_stream), (silence_stream):
15326         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15327         * gst/volume/gstvolume.c: (volume_transform):
15328         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15329         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15330         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15331         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15332         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15333         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15334         (gst_ximagesink_buffer_alloc):
15335         * sys/ximage/ximagesink.h:
15336
15337 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15338
15339         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15340         (fill_buffer), (check_queue), (queue_threshold_reached),
15341         (queue_out_of_data):
15342         * gst/playback/gstplaybasebin.h:
15343           Post buffer-fullness on the bus.
15344
15345 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15346
15347         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15348         (try_to_link_1):
15349         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15350         (group_commit), (probe_triggered), (setup_source),
15351         (gst_play_base_bin_change_state):
15352         * gst/playback/gstplaybasebin.h:
15353         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15354         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15355         (gst_play_bin_change_state):
15356           Move setup_output_pads into a virtual function, remove
15357           group-switch (no longer needed) and redirect (handled by bus
15358           now) signals.
15359
15360 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15361
15362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15363         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15364         (get_active_group), (get_building_group), (group_destroy),
15365         (group_commit), (check_queue), (queue_overrun),
15366         (queue_threshold_reached), (queue_out_of_data),
15367         (gen_preroll_element), (remove_groups), (unknown_type),
15368         (add_element_stream), (no_more_pads), (probe_triggered),
15369         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15370         (setup_substreams), (setup_source), (finish_source),
15371         (prepare_output), (muted_group_change_state),
15372         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15373         (gst_play_base_bin_change_state):
15374         * gst/playback/gstplaybasebin.h:
15375         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15376         (gst_play_bin_init), (gst_play_bin_set_property),
15377         (gen_video_element), (gen_text_element), (gen_audio_element),
15378         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15379         (gst_play_bin_change_state):
15380         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15381         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15382         (stream_info_change_state), (gst_stream_info_set_mute),
15383         (gst_stream_info_get_property):
15384         * gst/playback/gststreaminfo.h:
15385         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15386         (gst_stream_selector_get_linked_pad),
15387         (gst_stream_selector_getcaps),
15388         (gst_stream_selector_get_linked_pads),
15389         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15390         * gst/playback/gststreamselector.h:
15391           Rough port of playbin. Needs some more work, but is mostly done,
15392           and uses a few locks in important places, which should make stuff
15393           like chain-switches clean. Still uses GST_STATE() in a few places,
15394           which isn't all that good an idea, subtitles/elements disabled
15395           because no elements to test with and thus probably broken, query
15396           and event handling moved to GstBin, internal thread removed
15397           alltogether because the pipeline does that for us now. Can play
15398           Ogg/Vorbis files. Haven't tested anything else yet.
15399
15400 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15401
15402         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15403           Do no-more-pads (needed for autoplugging).
15404
15405 2005-05-10  Andy Wingo  <wingo@pobox.com>
15406
15407         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15408         message to the bus with the tags. Still not sent downstream tho.
15409
15410         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15411         get_parent.
15412         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15413         avoid refcounting hassles.
15414
15415 2005-05-09  Andy Wingo  <wingo@pobox.com>
15416
15417         * gst/volume/Makefile.am:
15418         * gst/volume/demo.c
15419         * gst/volume/gstvolume.h
15420         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15421         basetransform. Probably need an audio filter base class.
15422
15423 2005-05-09  Wim Taymans  <wim@fluendo.com>
15424
15425         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15426         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15427         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15428         (gst_vorbisenc_chain):
15429         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15430         (gst_audio_convert_caps_remove_format_info),
15431         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15432         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15433         Make caps writable before writing to it.
15434         Fix negotiation in audioconvert some more.
15435
15436 2005-05-09  Wim Taymans  <wim@fluendo.com>
15437
15438         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15439         (gst_videorate_getcaps), (gst_videorate_setcaps),
15440         (gst_videorate_event), (gst_videorate_chain):
15441         Better negotiation.
15442
15443 2005-05-09  Wim Taymans  <wim@fluendo.com>
15444
15445         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15446         (gst_videorate_getcaps), (gst_videorate_setcaps),
15447         (gst_videorate_blank_data), (gst_videorate_init),
15448         (gst_videorate_event), (gst_videorate_chain),
15449         (gst_videorate_change_state):
15450         Port videorate, do a better job at negotiation while we're at
15451         it.
15452
15453 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15454
15455         * configure.ac:
15456           Disable libvisual
15457
15458         * examples/Makefile.am:
15459         * gst-libs/gst/audio/Makefile.am:
15460         * gst-libs/gst/riff/Makefile.am:
15461         * gst-libs/gst/tag/Makefile.am:
15462         * gst-libs/gst/video/Makefile.am:
15463           Fixups for missing variables.
15464
15465 2005-05-09  Wim Taymans  <wim@fluendo.com>
15466
15467         * examples/seeking/seek.c: (make_theora_pipeline),
15468         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15469         (query_rates), (query_positions_elems), (query_positions_pads),
15470         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15471         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15472         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15473         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15474         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15475         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15476         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15477         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15478         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15479         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15480         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15481         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15482         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15483         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15484         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15485         (theora_dec_src_convert), (theora_dec_sink_convert),
15486         (theora_dec_src_query), (theora_dec_sink_query),
15487         (theora_dec_src_event), (theora_dec_sink_event),
15488         (theora_handle_comment_packet), (theora_handle_type_packet),
15489         (theora_handle_header_packet), (theora_handle_data_packet),
15490         (theora_dec_chain):
15491         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15492         (vorbis_dec_convert), (vorbis_dec_src_query),
15493         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15494         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15495         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15496         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15497         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15498         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15499         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15500         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15501         (gst_play_bin_query):
15502         * gst/playback/test3.c: (update_scale):
15503         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15504         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15505         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15506         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15507         (gst_videotestsrc_src_query):
15508         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15509         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15510         (paint_hline_YUV9):
15511         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15512         Port to new query API.
15513         Updated seek.
15514         Cleanups in x[v]imagesink
15515
15516 2005-05-09  Andy Wingo  <wingo@pobox.com>
15517
15518         * ext/alsa/gstalsasink.h:
15519         * ext/gnomevfs/gstgnomevfssrc.c:
15520         (gst_gnomevfssrc_get_icy_metadata):
15521         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15522         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15523         * ext/theora/theoradec.c (theora_dec_src_query)
15524         (theora_dec_src_event, theora_dec_sink_event)
15525         (theora_handle_comment_packet, theora_handle_data_packet):
15526         * ext/theora/theoraenc.c (theora_enc_chain):
15527         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15528         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15529         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15530         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15531         (qt_type_find):
15532         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15533         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15534         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15535         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15536         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15537         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15538         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15539         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15540         (paint_setup_RGB565, paint_setup_xRGB1555):
15541         * gst/videotestsrc/videotestsrc.h:
15542         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15543         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15544         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15545         GCC4 fixes.
15546         
15547         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15548         gst_pad_query_position. Fixes oggdemux.
15549
15550 2005-05-08  David Schleef  <ds@schleef.org>
15551
15552         * configure.ac: Require liboil.
15553         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15554         a few more.
15555         * gst/videotestsrc/videotestsrc.c:
15556         * gst/videotestsrc/videotestsrc.h:
15557
15558 2005-05-06  Wim Taymans  <wim@fluendo.com>
15559
15560         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15561         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15562         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15563         Well, unreffing a buffer right before pushing it is asking
15564         for trouble..
15565
15566 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15567
15568         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15569
15570 2005-05-06  Wim Taymans  <wim@fluendo.com>
15571
15572         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15573         (gst_audio_convert_caps_remove_format_info),
15574         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15575         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15576         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15577         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15578         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15579         * gst/sine/Makefile.am:
15580         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15581         (gst_sinesrc_class_init), (gst_sinesrc_init),
15582         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15583         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15584         (gst_sinesrc_update_freq):
15585         * gst/sine/gstsinesrc.h:
15586         * gst/tcp/gstmultifdsink.c:
15587         * sys/xvimage/xvimagesink.c:
15588         Fixed negotiation wrt _peer_get_caps()
15589         Some cleanups.
15590
15591
15592 2005-05-06  Wim Taymans  <wim@fluendo.com>
15593
15594         * gst-libs/gst/audio/gstaudiosink.c:
15595         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15596         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15597         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15598         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15599         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15600         (gst_audiosink_create_ringbuffer):
15601         * gst-libs/gst/audio/gstbaseaudiosink.c:
15602         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15603         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15604         (gst_baseaudiosink_set_property), (build_linear_format),
15605         (debug_spec_caps), (debug_spec_buffer),
15606         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15607         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15608         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15609         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15610         * gst-libs/gst/audio/gstbaseaudiosink.h:
15611         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15612         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15613         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15614         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15615         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15616         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15617         (wait_segment), (gst_ringbuffer_commit),
15618         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15619         (gst_ringbuffer_clear):
15620         * gst-libs/gst/audio/gstringbuffer.h:
15621         Make the base audiosink return an error when there is no
15622         audiobuffer negotiated.
15623
15624 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15625
15626         * ext/Makefile.am:
15627         Disable cdparanoia until someone ports it!
15628
15629 2005-05-06  Wim Taymans  <wim@fluendo.com>
15630
15631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15632         (gst_ogg_demux_sink_activate):
15633         And revert after wingo's revert.. sigh..
15634
15635 2005-05-05  Andy Wingo  <wingo@pobox.com>
15636
15637         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15638         GObject.
15639         * configure.ac: Return audiorate and subparse from the ghetto.
15640         Re-enable -Wall -Werror.
15641         * gst/subparse/gstsubparse.c:
15642         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15643         or chain-based. Cleaned up a bit. Not tested.
15644         
15645 2005-05-05  Christian Schaller <christian@fluendo.com> 
15646
15647         * Makefile.am: remove stuff that is not building
15648         * configure.ac: remove stuff that is not building
15649         * examples/Makefile.am: remove stuff that is not building
15650         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15651         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15652         * sys/Makefile.am: remove stuff that is not building
15653         * testsuite/Makefile.am: remove stuff that is not building
15654
15655 2005-05-05  Andy Wingo  <wingo@pobox.com>
15656
15657         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15658         * gst-libs/gst/tag/gstvorbistag.c:
15659         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15660         * gst/adder/gstadder.h:
15661         * gst/audioconvert/gstchannelmix.c:
15662         (gst_audio_convert_fill_one_other):
15663         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15664         (gst_audiorate_init), (gst_audiorate_chain):
15665         * gst/playback/gstplaybasebin.c: (setup_source):
15666         * gst/playback/test3.c: (update_scale):
15667         Some GCC4 fixes
15668         
15669         * po/af.po:
15670         * po/az.po:
15671         * po/cs.po:
15672         * po/en_GB.po:
15673         * po/hu.po:
15674         * po/it.po:
15675         * po/nb.po:
15676         * po/nl.po:
15677         * po/or.po:
15678         * po/sq.po:
15679         * po/sr.po:
15680         * po/sv.po:
15681         * po/uk.po:
15682         * po/vi.po: Foo
15683
15684 2005-05-05  Wim Taymans  <wim@fluendo.com>
15685
15686         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15687         (gst_audio_convert_caps_remove_format_info),
15688         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15689         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15690         * gst/videotestsrc/gstvideotestsrc.c:
15691         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15692         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15693         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15694         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15695         Don't ignore _push() return values.
15696         Make sure no processing is done when shutting down.
15697         Videotestsrc pad activation fix.
15698
15699 2005-05-05  Wim Taymans  <wim@fluendo.com>
15700
15701         * gst/adder/Makefile.am:
15702         * gst/adder/gstadder.c: (gst_adder_setcaps),
15703         (gst_adder_class_init), (gst_adder_init),
15704         (gst_adder_request_new_pad), (gst_adder_collected),
15705         (gst_adder_change_state):
15706         * gst/adder/gstadder.h:
15707         Ported adder as an example of a mixer element using
15708         collect pads. Needs more negotiation work.
15709
15710 2005-05-05  Wim Taymans  <wim@fluendo.com>
15711
15712         * ext/theora/theoradec.c: (_inc_granulepos),
15713         (theora_dec_src_event), (theora_dec_sink_event),
15714         (theora_handle_comment_packet), (theora_handle_type_packet),
15715         (theora_handle_header_packet), (theora_handle_data_packet),
15716         (theora_dec_chain):
15717         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15718         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15719         (theora_push_buffer), (theora_push_packet),
15720         (theora_enc_sink_event), (theora_enc_chain),
15721         (theora_enc_change_state), (theora_enc_set_property),
15722         (theora_enc_get_property):
15723         Added stream lock to decoder so that we can serialize
15724         the discont event.
15725         More theoraenc porting, recover from errors, do clean
15726         shutdown.
15727
15728 2005-05-05  Wim Taymans  <wim@fluendo.com>
15729
15730         * ext/ogg/Makefile.am:
15731         * ext/ogg/README:
15732         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15733         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15734         (gst_ogg_print):
15735         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15736         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15737         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15738         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15739         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15740         (gst_ogg_mux_change_state):
15741         Ported ogg muxer.
15742
15743 2005-05-05  Wim Taymans  <wim@fluendo.com>
15744
15745         * docs/design-audiosinks.txt:
15746         * gst-libs/gst/audio/TODO:
15747         * gst-libs/gst/audio/gstaudiosink.c:
15748         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15749         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15750         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15751         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15752         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15753         (gst_audiosink_create_ringbuffer):
15754         * gst-libs/gst/audio/gstbaseaudiosink.c:
15755         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15756         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15757         (gst_baseaudiosink_set_property), (build_linear_format),
15758         (debug_spec_caps), (debug_spec_buffer),
15759         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15760         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15761         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15762         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15763         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15764         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15765         (gst_ringbuffer_release), (gst_ringbuffer_play),
15766         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15767         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15768         (gst_ringbuffer_set_sample), (wait_segment),
15769         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15770         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15771         More work on the audiosink, mostly debugging and a race in
15772         shutdown.
15773
15774 2005-04-28  Wim Taymans  <wim@fluendo.com>
15775
15776         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15777         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15778         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15779         (vorbis_dec_src_query), (vorbis_dec_src_event),
15780         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15781         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15782         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15783         Don't crap out when seeking back to position 0.
15784
15785 2005-04-28  Wim Taymans  <wim@fluendo.com>
15786
15787         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15788         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15789         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15790         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15791         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15792         Make audio sink configurable, use alsasink as default.
15793
15794 2005-04-28  Wim Taymans  <wim@fluendo.com>
15795
15796         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15797         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15798         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15799         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15800         (vorbis_dec_change_state):
15801         * ext/vorbis/vorbisdec.h:
15802         Refactor, use STREAM_LOCK.
15803
15804 2005-04-28  Wim Taymans  <wim@fluendo.com>
15805
15806         * ext/theora/theoradec.c: (_inc_granulepos),
15807         (theora_dec_sink_event), (theora_handle_comment_packet),
15808         (theora_handle_type_packet), (theora_handle_header_packet),
15809         (theora_handle_data_packet), (theora_dec_chain),
15810         (theora_dec_change_state):
15811         Refactor a bit, use STREAM_LOCK.
15812
15813 2005-04-28  Wim Taymans  <wim@fluendo.com>
15814
15815         * ext/alsa/Makefile.am:
15816         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15817         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15818         (gst_alsa_link), (gst_alsa_close_audio):
15819         * ext/alsa/gstalsaplugin.c: (plugin_init):
15820         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15821         (gst_alsasink_dispose), (gst_alsasink_base_init),
15822         (gst_alsasink_class_init), (gst_alsasink_init),
15823         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15824         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15825         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15826         (gst_alsasink_reset):
15827         * ext/alsa/gstalsasink.h:
15828         Implement alsasink with simple open/write/close API. 
15829         Make alsa dir build by disabling compilation of code.
15830
15831 2005-04-28  Wim Taymans  <wim@fluendo.com>
15832
15833         * gst-libs/gst/audio/Makefile.am:
15834         * gst-libs/gst/audio/audio.h:
15835         * gst-libs/gst/audio/audioclock.c:
15836         * gst-libs/gst/audio/audioclock.h:
15837         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15838         (gst_audio_clock_class_init), (gst_audio_clock_init),
15839         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15840         * gst-libs/gst/audio/gstaudioclock.h:
15841         * gst-libs/gst/audio/gstaudiosink.c:
15842         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15843         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15844         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15845         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15846         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15847         (gst_audiosink_create_ringbuffer):
15848         * gst-libs/gst/audio/gstbaseaudiosink.c:
15849         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15850         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15851         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15852         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15853         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15854         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15855         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15856         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15857         * gst-libs/gst/audio/gstbaseaudiosink.h:
15858         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15859         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15860         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15861         (gst_ringbuffer_release), (gst_ringbuffer_play),
15862         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15863         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15864         (gst_ringbuffer_set_sample), (wait_segment),
15865         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15866         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15867         * gst-libs/gst/audio/gstringbuffer.h:
15868         Make ringbuffer faster and more simple by removing the locks
15869         in the playback thread.
15870         Add sample accurate playback based on buffer sample offsets.
15871         Make the baseaudiosink provide a clock.
15872         Parse caps in the base class.
15873         Correctly handle seeking, flushing and state changes.
15874
15875 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15876
15877         * configure.ac:
15878         * gst/audioconvert/Makefile.am:
15879         * gst/audioscale/Makefile.am:
15880           Fix part of the build.  Come on guys, autogen didn't even work :)
15881
15882 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15883
15884         * configure.ac:
15885         * gst-libs/gst/Makefile.am:
15886         * gst-libs/gst/media-info/.cvsignore:
15887         * gst-libs/gst/media-info/Makefile.am:
15888         * gst-libs/gst/media-info/README:
15889         * gst-libs/gst/media-info/media-info-priv.c:
15890         * gst-libs/gst/media-info/media-info-priv.h:
15891         * gst-libs/gst/media-info/media-info-test.c:
15892         * gst-libs/gst/media-info/media-info.c:
15893         * gst-libs/gst/media-info/media-info.h:
15894         * gst-libs/gst/media-info/media-info.vcproj:
15895         * pkgconfig/Makefile.am:
15896         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15897         * pkgconfig/gstreamer-media-info.pc.in:
15898           Remove media-info, which is also successed by playbin (see Totem
15899           implementation).
15900
15901 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15902
15903         * configure.ac:
15904         * examples/Makefile.am:
15905         * examples/gstplay/.cvsignore:
15906         * examples/gstplay/Makefile.am:
15907         * examples/gstplay/player.c:
15908         * gst-libs/gst/Makefile.am:
15909         * gst-libs/gst/play/.cvsignore:
15910         * gst-libs/gst/play/Makefile.am:
15911         * gst-libs/gst/play/play.c:
15912         * gst-libs/gst/play/play.h:
15913         * gst-libs/gst/play/play.vcproj:
15914         * pkgconfig/Makefile.am:
15915         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15916         * pkgconfig/gstreamer-play.pc.in:
15917           Remove libgstplay, playbin is now the official successor.
15918
15919 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15920
15921         * configure.ac:
15922         * gst-libs/gst/Makefile.am:
15923         * gst-libs/gst/xwindowlistener/Makefile.am:
15924         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15925         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15926           Remove deprecated xwindowlistener (I've moved xwindowlistening
15927           in the v4l/v4l2 plugins over to serverside).
15928
15929 2005-04-25  David Schleef  <ds@schleef.org>
15930
15931         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15932         to examples/dynparams.  Examples do not belong interspersed with
15933         source code.
15934         * examples/dynparams/demo-dparams.c:
15935         * gst/sine/Makefile.am:
15936         * gst/sine/demo-dparams.c:
15937
15938 2005-04-25  David Schleef  <ds@schleef.org>
15939
15940         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15941         * gst-libs/gst/audio/Makefile.am:
15942         * gst-libs/gst/riff/Makefile.am:
15943         * gst-libs/gst/tag/Makefile.am:
15944         * gst-libs/gst/video/Makefile.am:
15945         * gst-libs/gst/xwindowlistener/Makefile.am:
15946
15947         Convert to 0.9 API, seems to work:
15948         * sys/ximage/Makefile.am:
15949         * sys/ximage/ximagesink.c:
15950
15951 2005-04-24  David Schleef  <ds@schleef.org>
15952
15953         Link plugins against libraries:
15954         * ext/alsa/Makefile.am:
15955         * gst/tcp/Makefile.am:
15956
15957         Remove asm code that should be in liboil
15958         * gst/videoscale/Makefile.am:
15959         * gst/videoscale/videoscale_x86_asm.s:
15960
15961         gettext wants these checked in:
15962         * po/af.po:
15963         * po/az.po:
15964         * po/cs.po:
15965         * po/en_GB.po:
15966         * po/hu.po:
15967         * po/it.po:
15968         * po/nb.po:
15969         * po/nl.po:
15970         * po/or.po:
15971         * po/sq.po:
15972         * po/sr.po:
15973         * po/sv.po:
15974         * po/uk.po:
15975         * po/vi.po:
15976
15977 2005-04-24  David Schleef  <ds@schleef.org>
15978
15979         Convert gst_main() to g_main_loop_run()
15980         * gst/playback/decodetest.c: (main):
15981         * gst/playback/test2.c: (main):
15982         * gst/playback/test3.c: (main):
15983         * gst/playback/test4.c: (main):
15984
15985         Link plugins against libraries:
15986         * ext/libvisual/Makefile.am:
15987         * sys/xvimage/Makefile.am:
15988
15989 2005-04-24  David Schleef  <ds@schleef.org>
15990
15991         * configure.ac: Remove idct and resample libs
15992         * gst-libs/gst/Makefile.am: same
15993
15994         Remove usage of gst_library_load():
15995         * ext/alsa/gstalsaplugin.c: (plugin_init):
15996         * ext/libvisual/visual.c: (plugin_init):
15997         * ext/ogg/gstogg.c: (plugin_init):
15998         * ext/theora/theora.c: (plugin_init):
15999         * ext/vorbis/vorbis.c: (plugin_init):
16000         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
16001         * gst/audioscale/gstaudioscale.c:
16002         * gst/adder/gstadder.c: (plugin_init):
16003         * gst/audioconvert/plugin.c: (plugin_init):
16004         * sys/ximage/ximagesink.c: (plugin_init):
16005         * sys/xvimage/xvimagesink.c: (plugin_init):
16006         * gst/tcp/gsttcpplugin.c: (plugin_init):
16007
16008         Link plugins against libraries:
16009         * ext/ogg/Makefile.am:
16010         * ext/theora/Makefile.am:
16011         * ext/vorbis/Makefile.am:
16012         * gst/audioconvert/Makefile.am:
16013
16014         Create proper libraries:
16015         * gst-libs/gst/riff/Makefile.am:
16016         * gst-libs/gst/audio/Makefile.am:
16017         * gst-libs/gst/video/Makefile.am:
16018
16019         Move resample library to audioscale plugin directory:
16020         * gst-libs/gst/resample/Makefile.am:
16021         * gst-libs/gst/resample/README:
16022         * gst-libs/gst/resample/dtof.c:
16023         * gst-libs/gst/resample/dtos.c:
16024         * gst-libs/gst/resample/functable.c:
16025         * gst-libs/gst/resample/private.h:
16026         * gst-libs/gst/resample/resample.c:
16027         * gst-libs/gst/resample/resample.h:
16028         * gst-libs/gst/resample/resample.vcproj:
16029         * gst-libs/gst/resample/test.c:
16030         * gst/audioscale/Makefile.am:
16031         * gst/audioscale/README:
16032         * gst/audioscale/dtof.c:
16033         * gst/audioscale/dtos.c:
16034         * gst/audioscale/functable.c:
16035         * gst/audioscale/private.h:
16036         * gst/audioscale/resample.c:
16037         * gst/audioscale/resample.h:
16038         * gst/audioscale/test.c:
16039
16040         Move tagedit library to gst-libs:
16041         * gst-libs/gst/tag/Makefile.am:
16042         * gst-libs/gst/tag/gstid3tag.c:
16043         * gst-libs/gst/tag/gsttagediting.c:
16044         * gst-libs/gst/tag/gsttageditingprivate.h:
16045         * gst-libs/gst/tag/gstvorbistag.c:
16046         * gst/tags/Makefile.am:
16047         * gst/tags/gstid3tag.c:
16048         * gst/tags/gstvorbistag.c:
16049
16050         Fix for core changes:
16051         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16052         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16053         (gst_sinesrc_getrange):
16054
16055 2005-04-23  David Schleef  <ds@schleef.org>
16056
16057         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
16058         in gst-plugins in a long time, and properly belongs in liboil.
16059         * gst-libs/gst/idct/Makefile.am:
16060         * gst-libs/gst/idct/README:
16061         * gst-libs/gst/idct/dct.h:
16062         * gst-libs/gst/idct/doieee:
16063         * gst-libs/gst/idct/fastintidct.c:
16064         * gst-libs/gst/idct/floatidct.c:
16065         * gst-libs/gst/idct/idct.c:
16066         * gst-libs/gst/idct/idct.h:
16067         * gst-libs/gst/idct/idtc.vcproj:
16068         * gst-libs/gst/idct/ieeetest.c:
16069         * gst-libs/gst/idct/intidct.c:
16070
16071 2005-04-20  Wim Taymans  <wim@fluendo.com>
16072
16073         * docs/design-audiosinks.txt:
16074         * gst-libs/gst/audio/Makefile.am:
16075         * gst-libs/gst/audio/TODO:
16076         * gst-libs/gst/audio/gstaudiosink.c:
16077         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16078         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16079         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16080         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16081         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16082         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16083         (gst_audiosink_class_init), (gst_audiosink_init),
16084         (gst_audiosink_create_ringbuffer):
16085         * gst-libs/gst/audio/gstaudiosink.h:
16086         * gst-libs/gst/audio/gstbaseaudiosink.c:
16087         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16088         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16089         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16090         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16091         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16092         (gst_baseaudiosink_create_ringbuffer),
16093         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16094         * gst-libs/gst/audio/gstbaseaudiosink.h:
16095         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16096         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16097         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16098         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16099         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16100         (gst_ringbuffer_play), (gst_ringbuffer_pause),
16101         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16102         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16103         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16104         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16105         * gst-libs/gst/audio/gstringbuffer.h:
16106         An attempt at a set of audio base classes together with some
16107         design docs.
16108
16109 2005-04-20  Wim Taymans  <wim@fluendo.com>
16110
16111         * gst/audioconvert/Makefile.am:
16112         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16113         (gst_audio_convert_caps_remove_format_info),
16114         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16115         (gst_audio_convert_channels):
16116         Link against audio libs.
16117         Fix audio convert plugin.
16118
16119 2005-04-20  Wim Taymans  <wim@fluendo.com>
16120
16121         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16122         (gst_ogg_demux_sink_activate):
16123         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16124         (theora_set_header_on_caps), (theora_enc_sink_event),
16125         (theora_enc_chain):
16126         Fix theora encoder.
16127
16128 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16129
16130         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16131         * gst/playback/gstdecodebin.c: (find_compatibles):
16132           Work with staticpadtemplates in elementfactories.
16133
16134 2005-04-12  Wim Taymans  <wim@fluendo.com>
16135
16136         * gst/playback/README:
16137         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16138         (compare_ranks), (print_feature), (gst_decode_bin_init),
16139         (dynamic_create), (dynamic_free), (find_compatibles),
16140         (mimetype_is_raw), (close_pad_link), (got_redirect),
16141         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16142         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16143         (gst_decode_bin_change_state):
16144         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16145         (gst_play_base_bin_init), (group_destroy), (group_commit),
16146         (check_queue), (queue_overrun), (queue_threshold_reached),
16147         (queue_out_of_data), (gen_preroll_element), (unknown_type),
16148         (new_decoded_pad), (setup_subtitle), (gen_source_element),
16149         (got_redirect), (setup_source), (play_base_eos),
16150         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16151         (gst_play_base_bin_remove_element):
16152         * gst/playback/gstplaybasebin.h:
16153         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16154         (gst_play_bin_init), (gst_play_bin_dispose),
16155         (gst_play_bin_set_property), (gen_video_element),
16156         (gen_text_element), (gen_audio_element), (remove_sinks),
16157         (gst_play_bin_send_event):
16158         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16159         (stream_info_change_state), (gst_stream_info_set_mute):
16160         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16161         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16162         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16163         (gst_stream_selector_chain):
16164         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16165         (main):
16166         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16167         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16168         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16169         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16170         Raw and crude port of decodebin. 
16171         Make playbin compile.
16172
16173 2005-04-06  Wim Taymans  <wim@fluendo.com>
16174
16175         * ext/gnomevfs/Makefile.am:
16176         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16177         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16178         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16179         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16180         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16181         (gst_gnomevfssrc_stop):
16182         * ext/ogg/Makefile.am:
16183         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16184         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16185         * ext/theora/Makefile.am:
16186         * ext/theora/theoradec.c: (_inc_granulepos),
16187         (theora_dec_sink_event), (theora_dec_chain):
16188         * ext/vorbis/Makefile.am:
16189         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16190         (vorbis_dec_sink_event), (vorbis_dec_chain):
16191         * gst-libs/gst/audio/Makefile.am:
16192         * sys/xvimage/Makefile.am:
16193         Make gnomevfssrc extend the source base class.
16194         Fix linking against libs in various plugins.
16195
16196 2005-04-06  Andy Wingo  <wingo@pobox.com>
16197
16198         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16199         GST_BASE_LIBS.
16200
16201         * configure.ac: Add check and AC_SUBST for libgstbase.
16202
16203 2005-03-31  Wim Taymans  <wim@fluendo.com>
16204
16205         * examples/seeking/Makefile.am:
16206         * examples/seeking/cdparanoia.c: (main):
16207         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16208         (play_cb), (pause_cb), (stop_cb), (main):
16209         * examples/seeking/playbin.c:
16210         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16211         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16212         (make_sid_pipeline), (make_vorbis_pipeline),
16213         (make_theora_pipeline), (make_vorbis_theora_pipeline),
16214         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16215         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16216         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16217         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16218         (stop_cb), (main):
16219         * examples/seeking/spider_seek.c:
16220         * examples/seeking/vorbisfile.c:
16221         * ext/gnomevfs/Makefile.am:
16222         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16223         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16224         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16225         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16226         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16227         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16228         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16229         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16230         * ext/ogg/README:
16231         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16232         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16233         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16234         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16235         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16236         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16237         (gst_ogg_pad_event), (gst_ogg_pad_reset),
16238         (gst_ogg_demux_factory_filter), (compare_ranks),
16239         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16240         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16241         (gst_ogg_chain_new), (gst_ogg_chain_free),
16242         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16243         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16244         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16245         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16246         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16247         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16248         (gst_ogg_demux_get_prev_page),
16249         (gst_ogg_demux_deactivate_current_chain),
16250         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16251         (gst_ogg_demux_bisect_forward_serialno),
16252         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16253         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16254         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16255         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16256         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16257         (gst_ogg_demux_change_state), (gst_ogg_print):
16258         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16259         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16260         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16261         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16262         (gst_ogg_mux_loop):
16263         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16264         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16265         (theora_dec_src_convert), (theora_dec_sink_convert),
16266         (theora_dec_src_query), (theora_dec_src_event),
16267         (theora_dec_sink_event), (theora_dec_chain),
16268         (theora_dec_change_state):
16269         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16270         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16271         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16272         (theora_enc_change_state):
16273         * ext/vorbis/Makefile.am:
16274         * ext/vorbis/oggvorbisenc.c:
16275         * ext/vorbis/oggvorbisenc.h:
16276         * ext/vorbis/vorbis.c: (plugin_init):
16277         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16278         (vorbis_dec_src_query), (vorbis_dec_src_event),
16279         (vorbis_dec_sink_event), (vorbis_dec_chain),
16280         (vorbis_dec_change_state):
16281         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16282         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16283         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16284         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16285         (gst_vorbisenc_change_state):
16286         * ext/vorbis/vorbisenc.h:
16287         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16288         * gst-libs/gst/audio/audioclock.c:
16289         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16290         (gst_audiofilter_init), (gst_audiofilter_chain):
16291         * gst-libs/gst/audio/testchannels.c: (main):
16292         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16293         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16294         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16295         (gmip_find_track_streaminfo), (gmip_find_track_format):
16296         * gst-libs/gst/media-info/media-info.c:
16297         (gst_media_info_read_idler):
16298         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16299         (gst_play_get_all_by_interface):
16300         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16301         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16302         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16303         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16304         (gst_riff_parse_info):
16305         * gst-libs/gst/riff/riff-read.h:
16306         * gst-libs/gst/riff/riff.c: (plugin_init):
16307         * gst-libs/gst/video/Makefile.am:
16308         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16309         (gst_videosink_class_init), (gst_videosink_get_type):
16310         * gst-libs/gst/video/videosink.h:
16311         * gst/audioconvert/bufferframesconvert.c:
16312         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16313         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16314         * gst/audioconvert/channelmixtest.c: (main):
16315         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16316         (gst_audio_convert_chain),
16317         (gst_audio_convert_caps_remove_format_info),
16318         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16319         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16320         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16321         (gst_audio_convert_buffer_to_default_format),
16322         (gst_audio_convert_buffer_from_default_format),
16323         (gst_audio_convert_channels):
16324         * gst/audioconvert/gstchannelmix.h:
16325         * gst/ffmpegcolorspace/avcodec.h:
16326         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16327         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16328         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16329         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16330         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16331         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16332         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16333         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16334         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16335         (dv_type_find):
16336         * gst/videotestsrc/gstvideotestsrc.c:
16337         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16338         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16339         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16340         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16341         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16342         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16343         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16344         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16345         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16346         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16347         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16348         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16349         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16350         (gst_xvimagesink_navigation_send_event),
16351         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16352         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16353         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16354         * sys/xvimage/xvimagesink.h:
16355         Plugin port to 0.9, ogg/theora playback should work in the seek
16356         example now.
16357         Removed old examples.
16358         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16359         explained in 0.9 TODO doc.
16360
16361
16362 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16363
16364         * autogen.sh:
16365         * configure.ac:
16366         * ext/Makefile.am:
16367         * gst/Makefile.am:
16368         * po/POTFILES.in:
16369         * po/af.po:
16370         * po/az.po:
16371         * po/cs.po:
16372         * po/en_GB.po:
16373         * po/hu.po:
16374         * po/it.po:
16375         * po/nb.po:
16376         * po/nl.po:
16377         * po/or.po:
16378         * po/sq.po:
16379         * po/sr.po:
16380         * po/sv.po:
16381         * po/uk.po:
16382         * po/vi.po:
16383         * sys/Makefile.am:
16384         * testsuite/Makefile.am:
16385           remove a whole bunch of plugins.  This module now contains a set
16386           of free reference plugins/elements as agreed.
16387
16388 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16389
16390         * configure.ac:
16391           hunting season on 0.9 is now OPEN
16392
16393 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16394
16395         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16396           Kick the hell out of gcc for not warning me about a symbol conflict.
16397
16398 2005-02-22  Luca Ognibene  <luogni@tin.it>
16399
16400         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16401
16402         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16403           Don't leak caps string (fixes #168134)
16404
16405         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16406         (gst_jpegenc_init), (gst_jpegenc_finalize),
16407         (gst_jpegenc_change_state):
16408           Don't leak line buffers and context struct (fixes #168133).
16409
16410 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16411
16412         * configure.ac:
16413         * ext/dirac/gstdiracdec.cc:
16414         (gst_diracdec_chain):
16415           Since dirac 0.5.0 the framerate in dirac is expressed as a
16416           rational number. Fix build and up requirement to 0.5.0, and
16417           also pass parameters to gst_diracdec_link in the right order
16418           (fixes #167959).
16419
16420 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16421
16422         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16423         * ext/faad/gstfaad.h:
16424         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16425         certain invalid muxed streams, where some packets will contain 
16426         junk after decoder data. Partially fixes #149158.
16427
16428 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16429         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16430           Make sure we only write to writable buffers
16431
16432 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16433
16434         * gst-libs/gst/riff/riff-media.c:
16435         (gst_riff_create_audio_caps_with_data):
16436           Do actually fix invalid RIFF fmt header values for alaw
16437           and mulaw audio instead of just saying so.
16438
16439         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16440           Give gst_riff_create_audio_caps_with_data() a chance to
16441           fix up broken format header fields before extracting any
16442           parameters from the header. (fixes #167633)
16443
16444 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16445
16446         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16447
16448         * gst/audioconvert/bufferframesconvert.c:
16449         (buffer_frames_convert_link):
16450           Don't leak othercaps. (fixes #167878)
16451
16452 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16453
16454         * configure.ac:
16455         * ext/libvisual/visual.c: (gst_visual_srclink),
16456         (gst_visual_change_state):
16457           Support libvisual 0.2.0.
16458
16459 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16460
16461         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16462         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16463           Use same rowstrides for I420 as used everywhere else.
16464
16465 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16466
16467         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16468           Declare variables at beginning of block and make gcc-2.95 happy
16469           (fixes # 167482, patch by Gergely Nagy).
16470           
16471         * gst/tcp/gsttcpclientsrc.c:
16472         * gst/tcp/gsttcpclientsrc.h:
16473           Move some includes into the header, so that struct sockaddr_in is
16474           defined when it should be defined on FreeBSD as well (fixes
16475           #167483).
16476           
16477         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16478           Don't pass uninitialised values to setsockopt() here either.
16479
16480 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16481
16482         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16483
16484         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16485           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16486
16487 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16488
16489         * gst/playback/gstplaybin.c: (add_sink):
16490           Invert bin_add/link order to workaround deadlock in opt.
16491
16492 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16493
16494         * gst/modplug/gstmodplug.cc:
16495           Add missing break causing position queries to fail.
16496
16497 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16498
16499         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16500           Granpos can apparently be -1, which screws up calculations...
16501
16502 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16503
16504         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16505         (gst_ximagesink_send_pending_navigation),
16506         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16507         (gst_ximagesink_init):
16508         * sys/ximage/ximagesink.h:
16509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16510         (gst_xvimagesink_send_pending_navigation),
16511         (gst_xvimagesink_navigation_send_event),
16512         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16513         * sys/xvimage/xvimagesink.h:
16514           Use a mutex protected list to marshal navigation
16515           events into the stream thread from whichever thread
16516           sends them.
16517
16518 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16519
16520         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16521           Display current position and track length; misc. clean-ups.
16522           
16523         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16524         (speed_init), (speed_chain):
16525           Add query function, so that the stream length and current position
16526           get adjusted when queried (note that current position queries may
16527           still be wrong if the audio sink returns values based on buffer
16528           timestamps instead of passing on the query).
16529
16530 2005-02-13  Benjamin Otte  <otte@gnome.org>
16531
16532         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16533         (gst_audio_convert_channels):
16534           create channel conversion matrix when linking
16535         * gst/audioconvert/.cvsignore:
16536         * gst/audioconvert/Makefile.am:
16537         * gst/audioconvert/channelmixtest.c: (main):
16538           add (ugly) test that ensures stereo <=> mono conversion works
16539           correctly
16540
16541 2005-02-13  Benjamin Otte  <otte@gnome.org>
16542
16543         * gst/audioconvert/gstchannelmix.h:
16544           include missing header file
16545         * gst/audioconvert/gstchannelmix.c:
16546         (gst_audio_convert_fill_compatible):
16547           use same sign for both channels when converting to/from compatible
16548           channel. Previously used different signs made the signals cancel
16549           each other out and appear like silence. (fixes #167269)
16550
16551 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16552
16553         * gst/ffmpegcolorspace/avcodec.h:
16554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16555         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16556         (gst_ffmpegcsp_avpicture_fill):
16557         * gst/ffmpegcolorspace/imgconvert.c:
16558           Convert to and from YV12 (fixes #156379).
16559
16560 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16561
16562         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16563         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16564         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16565         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16566         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16567         methods from chain and negotiation and vice versa (Fixes #166142).
16568         * sys/ximage/ximagesink.h: Add stream_lock.
16569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16570         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16571         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16572         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16573
16574 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16575
16576         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16577           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16578           error message when we can't open the DVD device (when dvdnav_open()
16579           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16580           the above). Send something more useful instead (fixes #167117).
16581
16582 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16583
16584         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16585         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16586         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16587         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16588         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16589         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16590         methods from chain and negotiation and vice versa (Fixes #166142).
16591         Fix a possible bug of images in the buffer pool being discarded because
16592         we are looking at the wrong geometry.
16593         * sys/xvimage/xvimagesink.h: Add stream_lock.
16594
16595 2005-02-11  David Schleef  <ds@schleef.org>
16596
16597         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16598         unsigned int. (fixes #167128)
16599
16600 2005-02-11  David Schleef  <ds@schleef.org>
16601
16602         * gst/librfb/Makefile.am: Testing stuff before committing is
16603           for wimps... and people with fast machines.  Fix stupid
16604           mistake.
16605
16606 2005-02-11  David Schleef  <ds@schleef.org>
16607
16608         * configure.ac: Pull in librfb from my CVS tree, because it is
16609           too small and annoying to be separate.  Move rfbsrc plugin
16610           to gst/.
16611         * ext/Makefile.am:
16612         * ext/librfb/Makefile.am:
16613         * ext/librfb/gstrfbsrc.c:
16614         * gst/librfb/Makefile.am:
16615         * gst/librfb/gstrfbsrc.c:
16616         * gst/librfb/rfb.c:
16617         * gst/librfb/rfb.h:
16618         * gst/librfb/rfbbuffer.c:
16619         * gst/librfb/rfbbuffer.h:
16620         * gst/librfb/rfbbytestream.c:
16621         * gst/librfb/rfbbytestream.h:
16622         * gst/librfb/rfbcontext.h:
16623         * gst/librfb/rfbdecoder.c:
16624         * gst/librfb/rfbdecoder.h:
16625         * gst/librfb/rfbutil.h:
16626
16627 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16628
16629         * gst/speed/Makefile.am:
16630         * gst/speed/demo-mp3.c: (main):
16631         * gst/speed/filter.func:
16632         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16633         (speed_class_init), (speed_init), (speed_chain_int16),
16634         (speed_chain_float32), (speed_chain), (speed_set_property),
16635         (speed_get_property), (speed_change_state):
16636         * gst/speed/gstspeed.h:
16637           Fix speed element and make it chain-based (fixes #156467),
16638           and make it handle more than one channel.
16639
16640 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16641
16642         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16643         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16644         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16645         * ext/dts/gstdtsdec.h:
16646           Don't clobber the stack constructing the channels array.
16647           Make the element chain-based. DTS tracks can now be played.
16648           
16649 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16650
16651         * gst-libs/gst/audio/multichannel.h:
16652         * gst-libs/gst/gconf/gconf.h:
16653         * gst-libs/gst/idct/idct.h:
16654         * gst-libs/gst/media-info/media-info-priv.h:
16655         * gst-libs/gst/play/play.h:
16656         * gst-libs/gst/resample/private.h:
16657         * gst-libs/gst/resample/resample.h:
16658         * gst-libs/gst/riff/riff-ids.h:
16659         * gst-libs/gst/video/video.h:
16660         * gst-libs/gst/video/videosink.h:
16661           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16662           missing, so that they work when included from C++ code.
16663
16664 2005-02-09  David Schleef  <ds@schleef.org>
16665
16666         * testsuite/gst-lint: Check for non-statically scoped
16667           parent_class variables.  This won't be a problem once
16668           plugins are loaded with RTLD_LOCAL.
16669
16670 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16671
16672         * ext/mplex/gstmplexibitstream.cc:
16673           gcc madness.
16674
16675 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16676
16677         * ext/ogg/gstogmparse.c:
16678         * gst/debug/gstnavigationtest.c:
16679           Die, thou faulty symbol pollutors (non-static parent_class).
16680
16681 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16682
16683         * ext/mplex/gstmplexibitstream.cc:
16684           Fix event handling (#165525).
16685
16686 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16687
16688         * ext/mikmod/gstmikmod.c:
16689         * gst/modplug/gstmodplug.cc:
16690           Add missing endianness to template (fixes #165509).
16691
16692 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16693
16694         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16695           Fix wrong order of reading of optional bytes (#165290).
16696
16697 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16698
16699         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16700           Implement FILLER event awareness.
16701
16702 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16703
16704         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16705           Fix track calculations (#166208).
16706
16707 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16708
16709         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16710
16711         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16712         * ext/libpng/gstpngenc.c:
16713           Fix byte-order, use proper fixed caps. Fixes #164197.
16714
16715 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16716
16717         * configure.ac:
16718           Add dvdlpcmdec 
16719
16720         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16721         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16722           Don't push buffers if the src pad isn't negotiated yet.
16723           
16724         * gst/audioconvert/gstaudioconvert.c:
16725         (gst_audio_convert_buffer_to_default_format),
16726         (gst_audio_convert_buffer_from_default_format):
16727           Add support for 24-bit width.
16728
16729         * gst/dvdlpcmdec/.cvsignore:
16730         * gst/dvdlpcmdec/Makefile.am:
16731         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16732         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16733         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16734         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16735         (plugin_init):
16736         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16737           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16738           format. Needs support for the channels maps if someone can find 
16739           a DVD LPCM track with > 2 channels.
16740
16741         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16742         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16743         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16744         * gst/mpegstream/gstdvddemux.h:
16745         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16746         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16747         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16748         * gst/mpegstream/gstmpegdemux.h:
16749         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16750         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16751         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16752         (gst_mpeg_parse_handle_src_query),
16753         (gst_mpeg_parse_handle_src_event):
16754           Use audio/x-dvd-lpcm for LPCM output.
16755           Add DTS output.
16756
16757 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16758
16759         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16760
16761         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16762         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16763           Add BGRA handling (#165736).
16764
16765 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16766
16767         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16768
16769         * gst/law/alaw-decode.c: (alawdec_link):
16770         * gst/law/alaw-encode.c: (alawenc_link):
16771         * gst/law/mulaw-decode.c: (mulawdec_link):
16772         * gst/law/mulaw-encode.c: (mulawenc_link):
16773           Fix caps memleaks (#166600).
16774
16775 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16776
16777         * ext/tarkin/mem.h:
16778         * ext/tarkin/wavelet.h:
16779         * ext/tarkin/yuv.h:
16780         * gst/ffmpegcolorspace/avcodec.h:
16781           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16782           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16783
16784 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16785
16786         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16788         (gst_xvimagesink_change_state):
16789           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16790           Xv video (and thereby regenerate Xv colourkey) in clear() so
16791           that PLAY -> READY -> PLAY works (fixes #162504).
16792
16793 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16794
16795         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16796           Switch to list instead of range, since MJPEG-devices really just
16797           support decimations, not any size.
16798
16799 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16800         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16801         (gst_mpeg2dec_reset), (free_all_buffers),
16802         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16803         * ext/mpeg2dec/gstmpeg2dec.h:
16804           The libmpeg2 user-allocated buffer management is awkward, 
16805           to say the least. Hopefully this fixes things.
16806
16807 2005-02-04  Andy Wingo  <wingo@pobox.com>
16808
16809         * gst/audioconvert/bufferframesconvert.c
16810         (buffer_frames_convert_fixate): New function, fixates to 256
16811         frames per buffer by default. (Much better than 1.)
16812         (buffer_frames_convert_init): Set the fixate function for both src
16813         and sink pad.
16814         (buffer_frames_convert_link): After success setting nonfixed caps,
16815         get the negotiated caps so we can know how many buffer-frames it
16816         will be. No idea how this worked at all before.
16817
16818 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16819
16820         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16821         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16822         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16823         (handle_sequence), (handle_picture):
16824         * ext/mpeg2dec/gstmpeg2dec.h:
16825           Rearrange buffer tracking and refcounting and refactor
16826           a little for readability. 
16827
16828 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16829         * sys/v4l/gstv4l.c: (plugin_init):
16830         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16831         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16832         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16833         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16834         * sys/v4l/gstv4ljpegsrc.h:
16835         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16836         * sys/v4l/v4l_calls.h:
16837         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16838         (gst_v4lsrc_get_fps):
16839         * sys/v4l/v4lsrc_calls.h:
16840           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16841           you jpeg inside rgb frames" driver.
16842           Don't error in the v4lsrc link function, just return 
16843           REFUSED.
16844
16845 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16846
16847         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16848         (gst_qcamsrc_open):
16849           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16850
16851 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16852
16853         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16854           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16855
16856 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16857
16858         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16859           Reset negotiated state on PAUSED->READY.
16860
16861 2005-02-02  David Schleef  <ds@schleef.org>
16862
16863         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16864         whereever possible.  (Fixes #165997)
16865         * examples/capsfilter/capsfilter1.c: (main):
16866         * examples/dynparams/filter.c: (create_ui):
16867         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16868         * examples/seeking/chained.c: (main):
16869         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16870         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16871         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16872         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16873         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16874         * examples/switch/switcher.c: (main):
16875         * ext/dv/demo-play.c: (main):
16876         * ext/faad/gstfaad.c: (gst_faad_change_state):
16877         * ext/mad/gstmad.c: (gst_mad_chain):
16878         * ext/smoothwave/demo-osssrc.c: (main):
16879         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16880         (gst_gconf_render_bin_from_description),
16881         (gst_gconf_get_default_audio_sink),
16882         (gst_gconf_get_default_video_sink),
16883         (gst_gconf_get_default_audio_src),
16884         (gst_gconf_get_default_video_src),
16885         (gst_gconf_get_default_visualization_element):
16886         * gst/level/demo.c: (main):
16887         * gst/level/plot.c: (main):
16888         * gst/playback/gstplaybin.c: (gen_video_element),
16889         (gen_audio_element):
16890         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16891         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16892         * gst/sine/demo-dparams.c: (main):
16893         * gst/spectrum/demo-osssrc.c: (main):
16894         * gst/speed/demo-mp3.c: (main):
16895         * gst/volume/demo.c: (main):
16896         * testsuite/embed/embed.c: (main):
16897
16898 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16899
16900         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16901         (gst_tcpclientsink_finalize):
16902         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16903         (gst_tcpclientsrc_finalize):
16904         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16905         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16906         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16907         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16908           Don't leak the hostname when shutting down.
16909           In tcpserversrc, take a copy of the default hostname.
16910
16911 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16912
16913         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16914           Set caps to systemstream=TRUE.
16915
16916 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16917
16918         * testsuite/Makefile.am:
16919           Fix more OSX buildbots.
16920
16921 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16922
16923         * ext/mpeg2dec/gstmpeg2dec.c:
16924           Don't send things to NULL PAD_PEERs
16925
16926         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16927           Copy-on-write the incoming buffer.
16928
16929         * gst/mpegstream/gstdvddemux.h:
16930         * gst/mpegstream/gstmpegclock.h:
16931         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16932         (normal_seek), (gst_mpeg_demux_handle_src_event):
16933         * gst/mpegstream/gstmpegdemux.h:
16934         * gst/mpegstream/gstmpegpacketize.h:
16935         * gst/mpegstream/gstmpegparse.c:
16936         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16937         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16938         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16939         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16940         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16941         * gst/mpegstream/gstmpegparse.h:
16942         * gst/mpegstream/gstrfc2250enc.h:
16943           Various changes to the way time is computed that make seeking and
16944           total time estimation much better here.
16945           Use G_BEGIN/END_DECLS instead of __cplusplus
16946
16947         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16948           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16949
16950 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16951
16952         * gst/subparse/gstsubparse.c:
16953           Fix OSX buildbot.
16954
16955 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16956
16957         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16958         (theora_enc_chain), (theora_enc_change_state):
16959         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16960         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16961         (gst_vorbisenc_change_state):
16962         * ext/vorbis/vorbisenc.h:
16963           Set granulepos and timestamp correctly for streams not
16964           starting at 0, taking into account the initial delay.
16965
16966 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16967
16968         * gst/mpegstream/gstdvddemux.c:
16969           Add audio/x-dts to audio pad template caps
16970
16971 2005-01-30  David Schleef  <ds@schleef.org>
16972
16973         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16974         (create_context), (gst_polypsink_link): Fix silly endianness
16975         bug.  Add some debugging.  Remove float from caps; it doesn't
16976         work.  Attempt to get remote audio working.
16977
16978 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16979
16980         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16981           Add 3IV2 fourcc.
16982
16983 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16984
16985         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16986         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16987         (gst_avi_demux_stream_data):
16988         * gst/avi/gstavidemux.h:
16989           Invert DIB images. Fixes #132341.
16990
16991 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16992
16993         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16994         (gst_ffmpegcsp_chain):
16995           D'oh, reference the palette data, not the palette structure.
16996           Fixes color distortion in #132341.
16997
16998 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16999
17000         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
17001           PAR can be non-fixed when not provided as argument (#162626).
17002
17003 2005-01-29  David Moore  <dcm@acm.org>
17004
17005         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17006
17007         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17008         (gst_qtdemux_loop_header):
17009           Re-apply patch from #142272 that allows non-seekable sources,
17010           re-proposed by Daniel Drake <dsd@gentoo.org>.
17011
17012 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17013
17014         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
17015           Use the src template for creating the src pad (#162330).
17016
17017 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17018
17019         * configure.ac:
17020         * ext/musepack/Makefile.am:
17021         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
17022         (gst_musepackdec_init), (gst_musepackdec_dispose),
17023         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
17024         (gst_musepack_stream_init), (gst_musepackdec_loop),
17025         (gst_musepackdec_change_state):
17026         * ext/musepack/gstmusepackdec.cpp:
17027         * ext/musepack/gstmusepackdec.h:
17028         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
17029         (gst_musepack_reader_read), (gst_musepack_reader_seek),
17030         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
17031         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
17032         * ext/musepack/gstmusepackreader.cpp:
17033         * ext/musepack/gstmusepackreader.h:
17034           Update to 1.1 API (#165446).
17035
17036 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17037
17038         * ext/Makefile.am:
17039           Unbreak buildbot.
17040
17041 2005-01-28  Andy Wingo  <wingo@pobox.com>
17042
17043         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
17044         to reflect a different dubious internet source. Add a reference
17045         and some commentary.
17046
17047 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17048
17049         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17050         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17051         * gst/playback/gststreamselector.h:
17052           Be more selective when we're redoing caps negotiation from
17053           within the chain function on a stream change.
17054
17055 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17056
17057         * configure.ac:
17058         * ext/Makefile.am:
17059         * ext/amrnb/Makefile.am:
17060         * ext/amrnb/amrnb.c: (plugin_init):
17061         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17062         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17063         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17064         (gst_amrnbdec_state_change):
17065         * ext/amrnb/amrnbdec.h:
17066         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17067         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17068         (gst_amrnbparse_init), (gst_amrnbparse_formats),
17069         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17070         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17071         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17072         * ext/amrnb/amrnbparse.h:
17073           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17074         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17075           Add AMR-NB/-WB raw formats.
17076         * ext/alsa/gstalsa.c: (gst_alsa_link):
17077           Keep valid time when changing format.
17078         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17079         (qtdemux_parse_trak):
17080           Add some more format-specific options (#140141, #143555, #155163).
17081
17082 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17083
17084         * gst/matroska/matroska-demux.c:
17085         (gst_matroska_demux_parse_blockgroup):
17086           Fix logic error in timing of subtitle stream synchronization.
17087         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17088           Add skip-chunk, which is found in kodak-camera streams.
17089
17090 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17091
17092         * po/LINGUAS:
17093         * po/vi.po:
17094           Adding Vietnamese translation (submitted by Clytie Siddall)
17095
17096 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17097
17098         * gst/playback/gstdecodebin.c: (try_to_link_1):
17099           Use realpad for signal.
17100
17101 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17102
17103         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17104           Fix category so decodebin picks it up.
17105
17106 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17107
17108         * ext/mad/Makefile.am:
17109         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17110         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17111         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17112         (found_type), (gst_id3demux_bin_change_state):
17113         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17114         (gst_id3_tag_init), (gst_id3_tag_handle_event),
17115         (gst_id3_tag_src_link), (gst_id3_tag_chain),
17116         (gst_id3_tag_change_state), (plugin_init):
17117         * ext/mad/gstmad.h:
17118           Add id3demuxbin (which is a simple bin consisting of id3demux
17119           and typefind), take over rank from id3demux, remove typefind
17120           code from id3demux. Makes all broken mp3s that I know of work,
17121           and thereby fixes #152688.
17122
17123 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
17124
17125         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17126
17127         * ext/mad/gstmad.c: (gst_mad_src_event):
17128         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17129           Allow seeks on audio pad, make mad forward those (#164826).
17130         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17131           Set duration (#165335).
17132
17133 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17134
17135         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17136         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17137         (gst_asf_demux_process_ext_content_desc),
17138         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17139         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17140         * gst/asfdemux/gstasfdemux.h:
17141           Improve metadata display, e.g. if the metadata comes before the
17142           streams are loaded (which is perfectly valid).
17143
17144 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17145
17146         * tools/gst-launch-ext-m.m:
17147           Fix AVI/ASF pipelines (#165340).
17148
17149 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
17150         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
17151         build failure on amd64
17152
17153 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17154
17155         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17156         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17157           Check environment variables GST_ID3V2_TAG_ENCODING,
17158           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17159           list of character encodings to force interpretation of non-unicode
17160           strings stored in an ID3v2 tag to a particular encoding. If none
17161           is specified, try to use current locale's encoding, then fall back
17162           to ISO-8859-1 (which will always succeed). (Resolves #149274)
17163         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17164         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17165           Check environment variables GST_ID3V1_TAG_ENCODING,
17166           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17167           list of character encodings to use in case a string encountered
17168           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17169           specified, try to use the current locale's encoding, then fall
17170           back to ISO-8859-1 (which will always succeed).
17171
17172 2005-01-25  Benjamin Otte  <otte@gnome.org>
17173
17174         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17175           - on half framerate, compute the rate in advance so the comparisons
17176             don't compare wrong values
17177           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17178             behaviour
17179           - don't use mad_header_decode anymore, mad_frame_decode does that
17180             automatically
17181           - when getting rid of consumed bytes, reset the stream's skiplen
17182           (fixes #163867)
17183
17184 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17185
17186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17187           Use 1/2 a second for default max_discont, as PES streams from DVB
17188           seem to have larger spacings in the SCR. 
17189           Fix a typo.
17190
17191 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17192
17193         * gst/playback/gstplaybasebin.c: (group_commit):
17194           Notify delayed stream-info availability.
17195
17196 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17197         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17198         (gst_a52dec_handle_event), (gst_a52dec_chain):
17199         Add some debug output. Check that a discont has a valid
17200         time associated.
17201         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17202         (gst_alsa_sink_loop):
17203         Ignore TAG events. A little extra debug for broken timestamps.
17204         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17205         (dvdnavsrc_change_state):
17206         Ensure we send a discont to engage the link before we send any
17207         other events.
17208         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17209         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17210         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17211         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17212         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17213         dvd://title works in totem because typefinding sends a seek that ends
17214         up going back to chapter 1 regardless.
17215         * ext/mpeg2dec/gstmpeg2dec.c:
17216         * ext/mpeg2dec/gstmpeg2dec.h:
17217         Output correct timestamps and handle disconts.
17218         * ext/ogg/gstoggdemux.c: (get_relative):
17219         Small guard against a null dereference.
17220         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17221         (gst_textoverlay_set_property):
17222         Free memory when done. Don't call gst_event_filler_get_duration on
17223         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17224         g_warning.
17225         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17226         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17227         (gst_sw_srclink), (gst_smoothwave_chain):
17228         Draw solid lines, prettier colours.
17229         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17230         Add a default palette that'll work for some movies.
17231         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17232         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17233         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17234         * gst/mpegstream/gstdvddemux.h:
17235         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17236         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17237         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17238         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17239         * gst/mpegstream/gstmpegparse.h:
17240         Use PTM/NAV events when for timestamp adjustment when connected to 
17241         dvdnavsrc. Don't use many discont events where one suffices.
17242         * gst/playback/gstplaybasebin.c: (group_destroy),
17243         (gen_preroll_element), (gst_play_base_bin_add_element):
17244         * gst/playback/gstplaybasebin.h:
17245         Make sure we remove subtitles from the same bin we put them in.
17246         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17247         (gst_subparse_buffer_format_autodetect),
17248         (gst_subparse_change_state):
17249         Fix some memleaks and invalid accesses.
17250         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17251         (oggskel_type_find), (cmml_type_find), (plugin_init):
17252         Some typefind functions for Annodex v3.0 files
17253         * gst/wavparse/gstwavparse.h:
17254         GstRiffReadClass is the correct parent class.
17255
17256 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17257
17258         * gst-libs/gst/riff/riff-media.c:
17259         (gst_riff_create_video_caps_with_data):
17260           Add extradata to huffyuv (fixes #165013).
17261         * gst-libs/gst/riff/riff-read.c:
17262         (gst_riff_read_strf_vids_with_data):
17263           Fix extradata extraction if it is in the chunk size.
17264
17265 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17266
17267         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17268
17269         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17270         (gst_quarktv_change_state), (gst_quarktv_dispose):
17271           Memory free'ing location fix (#164708).
17272
17273 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17274
17275         * gst/playback/gstplaybasebin.c: (group_commit),
17276         (gen_preroll_element), (probe_triggered), (gen_source_element),
17277         (setup_source), (gst_play_base_bin_change_state),
17278         (gst_play_base_bin_add_element):
17279           Don't block for streams.
17280         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17281         (gst_stream_info_set_mute):
17282           Use gst_pad_set_active_recursive.
17283
17284 2005-01-25  Andy Wingo  <wingo@pobox.com>
17285
17286         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17287         for #ifndef HAVE_XVIDEO.
17288
17289 2005-01-24  Jeffrey C. Ollie
17290
17291         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17292
17293         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17294         * ext/gsm/gstgsmdec.h:
17295         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17296         * ext/gsm/gstgsmenc.h:
17297         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17298         was given by property. Add proper buffer timestamps and offsets.
17299
17300 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17301
17302         * gst-libs/gst/riff/riff-media.c:
17303         (gst_riff_create_audio_caps_with_data):
17304           Audio can be <8000Hz.
17305
17306 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17307
17308         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17309           Explicit state change to workaround refcount bugs.
17310
17311 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17312
17313         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17314         (gst_avimux_riff_get_avi_header):
17315           Fix...
17316
17317 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17318
17319         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17320         (gst_riff_read_element_data):
17321         * gst-libs/gst/riff/riff-read.h:
17322           Add _peek version (req'ed in CDXA).
17323         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17324         (gst_cdxaparse_loop):
17325           Fix parsing in playbin.
17326         * gst/playback/gstdecodebin.c: (close_pad_link):
17327           Ignore current_ pads, they cause major annoyance.
17328
17329 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17330
17331         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17332           Safety guard.
17333
17334 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17335
17336         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17337           Fix padding...
17338
17339 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17340
17341         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17342           Allow for 0-sized buffers. Fixes length query problems in
17343           starwars.mkv from the testsuite.
17344
17345 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17346
17347         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17348         (gst_video_box_i420), (gst_video_box_chain):
17349           Fix row strides for I420 (fixes #163159)
17350           
17351 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17352
17353         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17354           MPEG2 has a useful rate property, so we can actually use that.
17355           For MPEG-1, continue using the bytes/time properties.
17356
17357 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17358
17359         * gst-libs/gst/riff/riff-media.c:
17360         (gst_riff_create_video_caps_with_data),
17361         (gst_riff_create_video_template_caps):
17362           Add intel-h263.
17363
17364 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17365
17366         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17367           Fail if caps negotiation fails. Should fix #162184, and should
17368           definately be in there regardless of it fixing the actual bug.
17369         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17370         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17371         (gst_avimux_riff_get_avix_header),
17372         (gst_avimux_riff_get_video_header),
17373         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17374         (gst_avimux_start_file), (gst_avimux_handle_event),
17375         (gst_avimux_change_state):
17376         * gst/avi/gstavimux.h:
17377           Refactor structure writing to use GST_WRITE_UINT macros, add
17378           metadata writing support.
17379
17380 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17381
17382         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17383           Elements may already be destroyed when this function is called.
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_loop_header), (gst_qtdemux_handle_esds):
17389           More memory leak fixes (#149162).
17390
17391 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17392
17393         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17394         (gst_qtdemux_add_stream):
17395           Fix two memleaks.
17396
17397 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17398
17399         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17400           Argh...
17401
17402 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17403
17404         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17405           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17406           when fixating to six channels in Totem.
17407
17408 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17409
17410         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17411           Fix compile warnings on Solaris 10 buildbot
17412
17413 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17414
17415         * ext/dvdread/dvdreadsrc.c: (_read):
17416           Don't read beyond the last cell in a chapter (fixes 
17417           invalid memory access)
17418
17419 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17420
17421         * ext/dvdread/stream_labels.c:
17422         (dvdreadsrc_get_audio_stream_labels):
17423           Use NULL for an empty GList instead of g_list_alloc(); fix 
17424           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17425           of GString (easier to bulk free later)
17426
17427 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17428
17429         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17430
17431         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17432         (gst_ffmpeg_pixfmt_to_caps):
17433           Fix BGRA32 caps (#164209).
17434
17435 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17436
17437         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17438
17439         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17440         (gst_ffmpeg_caps_to_pixfmt):
17441           alpha_mask can be RGBA/ABGR. Fixes #164265.
17442
17443 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17444
17445         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17446
17447         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17448         (gst_mpeg2dec_alloc_buffer):
17449         * ext/mpeg2dec/gstmpeg2dec.h:
17450           Crop if decoding size is not the actual image size (#163676).
17451
17452 2005-01-17  Steve Baker  <steve@stevebaker.org>
17453
17454         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17455
17456         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17457         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17458           Add libsndfile typefind functions (#163309).
17459
17460 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17461
17462         * tools/gst-launch-ext-m.m:
17463           Add .aac, fix .m1v/.m2v (#163891).
17464
17465 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17466
17467         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17468           Sanity check, don't wait endlessly since the clock might not
17469           actually run at this point (which is a deadlock). Fixes #164069.
17470
17471 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17472
17473         * gst/playback/gstplaybasebin.c: (probe_triggered):
17474           Of course, only pause if group is done...
17475
17476 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17477
17478         * gst/playback/gstplaybasebin.c: (probe_triggered):
17479           Thread safety.
17480
17481 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17482
17483         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17484           Don't return state change success when the parent
17485           failed.
17486
17487 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17488
17489         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17490           Free events (fix memleak in #162905).
17491
17492 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17493
17494         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17495
17496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17497         (gst_ffmpeg_caps_to_pixfmt):
17498           Fix for depth = 15. Fixes #161675.
17499
17500 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17501
17502         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17503           Set FPS correctly, even for webcams and the like.
17504         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17505           Don error on setting while capturing.
17506
17507 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17508
17509         * ext/dv/gstdvdec.c:
17510         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17511         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17512           I'm a bad boy. using /1001. to force C to do float division
17513           and not integer division (as it did in my last commit)
17514           Thanks to David I. Lehn for pointing this mistake.
17515
17516 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17517
17518         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17519           Revert Johan's 1.35->1.36 since it breaks compat.
17520
17521 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17522
17523         * ext/dv/gstdvdec.c:
17524         * ext/libfame/gstlibfame.c:
17525         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17526         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17527           replace framerate aproximations by their real value
17528           (24000/1001, 30000/1001, 60000/1001)
17529           Finish fixing bug #164049
17530
17531 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17532
17533         * ext/ogg/gstoggmux.c:
17534           eos/bos debugging
17535         * gst/tcp/gstmultifdsink.c:
17536         * gst/tcp/gstmultifdsink.h:
17537         * gst/tcp/gsttcp.c:
17538         * gst/tcp/gsttcp.h:
17539         * gst/tcp/gsttcpclientsink.c:
17540         * gst/tcp/gsttcpclientsrc.c:
17541         * gst/tcp/gsttcpserversink.c:
17542         * gst/tcp/gsttcpserversrc.c:
17543           improve reusability of elements after state changes and errors
17544           make multifdsink throw away streamheaders when receiving new ones
17545
17546 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17547
17548         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17549           Fix for if items are already in list...
17550
17551 2005-01-12  Benjamin Otte  <otte@gnome.org>
17552
17553         * gst/adder/gstadder.c: (gst_adder_loop):
17554           fix adder a bit so it doesn't screw up with events as much anymore
17555
17556 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17557
17558         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17559         (pixbufscale_scale), (gst_pixbufscale_chain):
17560         * ext/gdk_pixbuf/pixbufscale.h:
17561           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17562           to ensure rowstrides are calculated the same way as 
17563           ffmpegcolorspace
17564           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17565           that we pick up duration and offset also.
17566
17567 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17568
17569         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17570         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17571           Reusability fixes.
17572
17573 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17574
17575         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17576         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17577         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17578         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17579           Update flags when requested.
17580
17581 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17582
17583         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17584           Fix dmix.
17585
17586 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17587
17588         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17589         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17590         (probe_triggered), (new_decoded_pad), (gen_source_element),
17591         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17592         * gst/playback/gstplaybasebin.h:
17593         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17594         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17595         (gst_play_bin_change_state):
17596           Implement group-switch signal for use in apps to clear metadata
17597           cache, clean up subtitle, add suburi property instead of # hack,
17598           some error-out fixes.
17599
17600 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17601
17602         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17603           Debug.
17604         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17605           If we got a state change in the _get handler, don't return success.
17606
17607 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17608
17609         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17610         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17611           Make jpegdec quiet on MJPEG decoding
17612         * gst/asfdemux/README:
17613           Fix mimetypes for MJPEG and H263
17614
17615 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17616
17617         * ext/theora/theoradec.c: (theora_dec_chain):
17618           Fix broken code generation by gcc by swapping arguments.
17619         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17620           Fix \n in debug.
17621
17622 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17623
17624         * TODO:
17625           delete this file, it is by far outdated
17626         * ext/alsa/gstalsa.1: remove
17627         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17628         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17629         (gst_alsa_get_caps):
17630           Add HW probing for supported sample rates. Fixes #161704
17631
17632 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17633
17634         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17635           Don't crash, biatch! :).
17636
17637 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17638
17639         * ext/musepack/gstmusepackreader.cpp:
17640         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17641           Some work on tags - still doesn't work in playbin...
17642         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17643           Handle events...
17644
17645 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17646
17647         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17648           Also shove tags on kid pads.
17649
17650 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17651
17652         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17653           Don't bail on unknown events.
17654         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17655           Don't crash on events before negotiation.
17656         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17657           Send tags on pads, too.
17658         * gst/playback/gststreamselector.c:
17659         (gst_stream_selector_request_new_pad):
17660           Forward events on first pad if no input was selected yet.
17661
17662 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17663
17664         * gst/playback/gstplaybasebin.c: (setup_substreams):
17665           Don't disable streamtype if the stream doesn't exist, since
17666           then playing a video after audio will disable both and nothing
17667           will happen. Fixes the testsuite.
17668
17669 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17670
17671         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17672         (gst_v4l_xoverlay_set_xwindow_id):
17673         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17674         (gst_v4l2_xoverlay_set_xwindow_id):
17675           Add debug categories, fix overlay disabling.
17676
17677 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17678
17679         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17680         * ext/alsa/gstalsa.h:
17681           Add HW probing for period_count/size and buffer_size MIX/MAX
17682           Adjust default/user defined value if out of bounds
17683           Should fix bug #162024
17684
17685 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17686
17687         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17688           Fix warning (#161191).
17689
17690 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17691
17692         * ext/dvdread/stream_labels.c:
17693         (dvdreadsrc_get_audio_stream_labels):
17694           Fix warning (init the good variable in switch default)
17695
17696 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17697
17698         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17699
17700         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17701           Fix gcc-2.95 compile (#163485).
17702
17703 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17704
17705         * configure.ac:
17706         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17707         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17708         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17709         (gst_flacenc_change_state):
17710         * ext/flac/gstflacenc.h:
17711           Update for API change in flac-1.1.1. Update requirement in
17712           configure.ac. Fixes #162974.
17713
17714 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17715
17716         * gst/playback/gstplaybasebin.c: (group_destroy):
17717           Remove hack to get rid of assert and get rid of unlinked
17718           signals properly.
17719
17720 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17721
17722         * gst/playback/gstplaybasebin.c: (setup_source):
17723           Set source to NULL so that resources are free'ed. Fixes issues
17724           with playback of CDDA and similar device-accessing things.
17725
17726 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17727
17728         * testsuite/embed/Makefile.am:
17729           test->noinst, fix make test in buildbot.
17730
17731 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17732
17733         * ext/dvdread/stream_labels.c: new file
17734         * ext/dvdread/stream_labels.h: new file
17735         * ext/dvdread/Makefile.am:
17736         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17737           Extract audio stream label from DVD IFO files.
17738           It only dump them on the console for now, still have to
17739           make playbin aware of them.
17740
17741 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17742
17743         * gst/playback/gstplaybasebin.c: (setup_source):
17744           Fix hanging subs.
17745
17746 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17747
17748         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17749         (gen_preroll_element), (remove_groups), (setup_subtitle),
17750         (gen_source_element), (setup_source):
17751         * gst/playback/gstplaybasebin.h:
17752           Multiple .sub files is just a stupid idea... Fix some threading
17753           mistakes. Interestingly, external .sub files cause playbin to
17754           hang, I don't know why... Parsing fixes contributed by Fran??ois
17755           Kooman <fkooman@tuxed.net>.
17756
17757 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17758
17759         * testsuite/embed/Makefile.am:
17760           Fix buildbot.
17761
17762 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17763
17764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17765
17766         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17767         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17768         (gst_pngenc_set_property):
17769         * ext/libpng/gstpngenc.h:
17770           Add compression level property (#163323).
17771
17772 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17773
17774         * configure.ac:
17775         * examples/capsfilter/capsfilter1.c: (main):
17776         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17777         * ext/dvdread/Makefile.am:
17778         * ext/dvdread/demo-play:
17779         * ext/dvdread/demo-play.c:
17780         * gconf/gstreamer.schemas.in:
17781         * gst-libs/gst/gconf/gconf.c:
17782         * sys/v4l/TODO:
17783         * testsuite/Makefile.am:
17784         * testsuite/embed/Makefile.am:
17785         * testsuite/embed/embed.c: (cb_expose), (main):
17786           Remove all references to xvideosink, fix examples (#140845).
17787         * gst/playback/gstplaybasebin.c: (group_destroy):
17788           Apparently, disposal does not unlink - so do explicitely.
17789         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17790           Add debug.
17791
17792 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17793
17794         * README: fix PKG_CONFIG_PATH instructions, what was there
17795         previously was breaking default search path, not nice. 
17796         Fixes #163358
17797
17798 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17799
17800         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17801         (gst_audioscale_chain):
17802           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17803           when resampling - how the ^@$^!@^! is this possible?!?
17804
17805 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17806
17807         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17808           Reset variables on READY.
17809         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17810         (gst_matroska_mux_loop):
17811           Require data before writing header.
17812
17813 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17814
17815         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17816
17817         * ext/mad/gstmad.c: (gst_mad_chain):
17818           Don't call mad_stream_sync() directly after recovering sync.
17819           Fixes #151661.
17820
17821 2005-01-09  Martin Eikermann  <meiker@upb.de>
17822
17823         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17824
17825         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17826         (snapshot_handler), (gst_snapshot_sinkconnect),
17827         (gst_snapshot_chain):
17828           Allocate resources when required, fix recursive signal emission
17829           and fix caps. Fixes #161667.
17830
17831 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17832
17833         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17834
17835         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17836         (gst_pngdec_chain):
17837           Handle only 8-bppc (bits-per-pixel-component) images, better
17838           error handling and correct strides. Fixes #163177.
17839         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17840         (gst_pngenc_chain):
17841           Better error handling. Fixes #163348.
17842
17843 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17844
17845         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17846         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17847         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17848         (dvdnavsrc_uri_handler_init):
17849           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17850         * gst/playback/gstplaybasebin.c: (gen_source_element):
17851           Add MMS to streaming URIs.
17852
17853 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17854
17855         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17856         * sys/xvimage/xvimagesink.c:
17857         (gst_xvimagesink_navigation_send_event):
17858           Check for pad availability before sending event.
17859
17860 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17861
17862         * gst-plugins.spec.in:
17863           Add subparse.
17864
17865 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17866
17867         * configure.ac:
17868           Since we use functions from CVS, up requirement.
17869
17870 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17871
17872         * gst/playback/Makefile.am:
17873         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17874         (group_destroy), (group_commit), (group_is_muted),
17875         (gen_preroll_element), (add_stream), (unknown_type),
17876         (probe_triggered), (preroll_unlinked), (mute_stream),
17877         (silence_stream), (new_decoded_pad), (setup_substreams),
17878         (setup_source), (get_active_source), (mute_group_type),
17879         (muted_group_change_state), (set_active_source),
17880         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17881         (play_base_eos), (gst_play_base_bin_change_state):
17882         * gst/playback/gstplaybasebin.h:
17883         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17884         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17885         (gst_stream_info_dispose), (stream_info_mute_pad),
17886         (stream_info_change_state), (gst_stream_info_set_mute):
17887         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17888         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17889         (gst_stream_selector_init), (gst_stream_selector_dispose),
17890         (gst_stream_selector_get_linked_pad),
17891         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17892         (gst_stream_selector_get_linked_pads),
17893         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17894         * gst/playback/gststreamselector.h:
17895           Adding stream selection support plus required properties for
17896           applications to use this. Fully fixes #100931.
17897
17898 2005-01-08  Benjamin Otte  <otte@gnome.org>
17899
17900         * gst/games/gstpuzzle.c: (nav_event_handler):
17901           - handle nav events differently: forward every event no matter if it
17902             was handled or not.
17903           - translate events
17904           You can now cheat by using navigationtest ! puzzle and moving the
17905           mouse close to the edge of a tile. ;)
17906
17907 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17908
17909         * configure.ac:
17910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17911         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17912         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17913         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17914         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17915         (gst_ogm_parse_plugin_init):
17916         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17917         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17918         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17919         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17920         * ext/pango/gsttextoverlay.h:
17921         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17922         (gst_matroska_demux_handle_seek_event),
17923         (gst_matroska_demux_sync_streams),
17924         (gst_matroska_demux_parse_blockgroup),
17925         (gst_matroska_demux_subtitle_caps),
17926         (gst_matroska_demux_plugin_init):
17927         * gst/matroska/matroska-ids.h:
17928         * gst/playback/gstdecodebin.c: (close_pad_link):
17929         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17930         (gen_preroll_element), (remove_groups), (add_stream),
17931         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17932         (setup_source):
17933         * gst/playback/gstplaybasebin.h:
17934         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17935         * gst/subparse/Makefile.am:
17936         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17937         (gst_subparse_base_init), (gst_subparse_class_init),
17938         (gst_subparse_init), (gst_subparse_formats),
17939         (gst_subparse_eventmask), (gst_subparse_event),
17940         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17941         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17942         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17943         (parse_mpsub_deinit), (parse_mpsub_init),
17944         (gst_subparse_buffer_format_autodetect),
17945         (gst_subparse_format_autodetect), (gst_subparse_loop),
17946         (gst_subparse_change_state), (gst_subparse_type_find),
17947         (plugin_init):
17948         * gst/subparse/gstsubparse.h:
17949         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17950         (plugin_init):
17951           Add subtitle support, .sub parser (supports SRT and MPsub),
17952           OGM text support, Matroska UTF-8 text support, deadlock fixes
17953           all over the place, subtitle awareness in decodebin/playbin
17954           and some fixes to textoverlay to handle subtitles in a stream
17955           correctly. Fixes #100931.
17956
17957 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17958
17959         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17960           Check for pad availability before doing a query on it.
17961
17962 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17963
17964         * ext/dv/gstdvdec.c:
17965           really fix bpp24/32 dvdec caps (classic rgba indeed)
17966         * gst/asfdemux/gstasfdemux.c:
17967         (gst_asf_demux_process_ext_content_desc):
17968           don't send text tags if they are empty (bis repetita)
17969
17970 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17971
17972         * ext/dv/gstdvdec.c:
17973          remove unneeded comment from dvdec
17974           (related to DV 4CC codes in AVI files)
17975           moved them in gstreamer/docs/random/mimetypes
17976         * gst/asfdemux/gstasfdemux.c:
17977         (gst_asf_demux_process_ext_content_desc):
17978          don't send text tags if they are empty
17979          fix mem leak on error path
17980         * gst/ffmpegcolorspace/avcodec.h:
17981         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17982         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17983         (gst_ffmpegcsp_avpicture_fill):
17984         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17985         * gst/ffmpegcolorspace/imgconvert_template.h:
17986          adds BGR32 and BGRA32 to ffmpegcolorspace
17987           (still bad colors, fixing it on next commit)
17988           helps with dvdec outputing BGR32
17989
17990 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17991
17992         * ext/dv/gstdvdec.c:
17993          Fix audio caps i just broke (missing ',')
17994         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17995         (gst_matroska_mux_reset):
17996          Fix typo + add FIXME about old "x-gst-metadata" crap
17997
17998 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17999
18000         * ext/dv/demo-play.c: (main):
18001          xvideosink -> xvimagesink
18002         * ext/dv/gstdvdec.c:
18003          change rgb 32/32 caps to 24/32 (no alpha)
18004          change nb of channels to be a list (2 or 4, not 2)
18005          change sample rate to be a list (32, 44.1, 48 kHz) not a range
18006         * gst/asfdemux/gstasfdemux.c:
18007         (gst_asf_demux_process_ext_content_desc):
18008          Add 'date/year' to extracted metadata list
18009
18010 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18011
18012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18013           The return value of fixate_to does not imply that the requested
18014           value was set, so don't assume.
18015
18016 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
18017
18018         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18019
18020         * ext/libpng/gstpngdec.c:
18021         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
18022         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
18023         * ext/libpng/gstpngenc.h:
18024           Alpha support (encoder; #163161), mime fixage.
18025
18026 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
18027
18028         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18029
18030         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
18031         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
18032         (gst_faac_set_property), (gst_faac_get_property):
18033         * ext/faac/gstfaac.h:
18034           Allow for ADTS output (#153434).
18035
18036 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18037
18038         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18039           Fix against template (#150576).
18040
18041 2005-01-06  Benjamin Otte  <otte@gnome.org>
18042
18043         * gst/games/gstpuzzle.c: (draw_puzzle):
18044           don't draw a puzzle if either width or height of tiles would be 0.
18045
18046 2005-01-06  Benjamin Otte  <otte@gnome.org>
18047
18048         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
18049         (gst_puzzle_class_init), (gst_puzzle_finalize):
18050           no memleaks, please
18051         (gst_puzzle_create), (gst_puzzle_init),
18052         (gst_puzzle_set_property), (gst_puzzle_setup):
18053           change initialization code around so we don't reshuffle on resize
18054         (draw_puzzle):
18055           fix another stupid typo
18056
18057 2005-01-06  Benjamin Otte  <otte@gnome.org>
18058
18059         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18060           fix stupid typo that borked copying on YUY2
18061
18062 2005-01-06  Benjamin Otte  <otte@gnome.org>
18063
18064         * gst/games/gstpuzzle.c: (draw_puzzle):
18065           fix edges when image sizes aren't multiples of tile sizes
18066
18067 2005-01-06  Benjamin Otte  <otte@gnome.org>
18068
18069         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18070           make RGB endianness work correctly
18071         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18072           refactor and fix race with initial shuffling
18073         (nav_event_handler):
18074           allow using the mouse to puzzle
18075         (draw_puzzle):
18076           insist on tiles having width and height as multiples of 4 to get
18077           clean YUV image handling
18078         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18079         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18080           s/DEBUG/LOG/ for common messages
18081         (gst_xvimagesink_navigation_send_event):
18082           fix mouse event translation to not include screen PAR
18083         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18084           fix mouse event translation to actually work
18085
18086 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18087
18088         * gst/asfdemux/gstasfdemux.c:
18089         (gst_asf_demux_process_ext_content_desc):
18090          Extract TrackNumber metadata + clean up code
18091         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18092          Hope this is the good fix (var used unitialised)
18093
18094 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18095
18096         * ext/faad/gstfaad.c: (gst_faad_chain):
18097           Only increment timestamp if it's valid. Fixes raw AAC streams.
18098
18099 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18100
18101         * configure.ac:
18102         * gst/games/Makefile.am:
18103         * gst/games/gstpuzzle.c:
18104           add a puzzle game with...
18105         * gst/games/gstvideoimage.c:
18106         * gst/games/gstvideoimage.h:
18107           ... full colorspace support (that includes YUV9 and RGB16)) stolen
18108           from videotestsrc and made into something that would be a nice
18109           library for a lot of other plugins.
18110
18111 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18112
18113         * configure.ac:
18114          don't compile faad plugin if a RC of 2.0 is found
18115          Fixes #155346 (and FC1 buildbot)
18116         * gst/asfdemux/gstasfdemux.c:
18117         (gst_asf_demux_process_ext_content_desc):
18118          try to make Solaris compiler happier
18119
18120 2005-01-06  Paul Jack  <pjack@sfaf.org>
18121
18122         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18123
18124         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18125           Fix segfault (#161667).
18126
18127 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18128
18129         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18130           Fix framerate reporting.
18131
18132 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18133
18134         * gst-libs/gst/riff/riff-ids.h:
18135         * gst/wavenc/riff.h:
18136          Add AMR (VBR and CBR) ids to riff.h audio codec list
18137         * gst/asfdemux/gstasfdemux.c:
18138         (gst_asf_demux_process_ext_content_desc),
18139         (gst_asf_demux_process_object):
18140           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18141
18142 2005-01-05  Martin Eikermann  <meiker@upb.de>
18143
18144         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18145
18146         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18147         (gst_dvd_demux_handle_discont):
18148         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18149         (gst_mpeg_demux_handle_discont):
18150           Recreate pads on new-media (#160730).
18151         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18152           Send discont even if manager changes timestamps (#161929).
18153
18154 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
18155
18156         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18157
18158         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18159           Fix invalid memory access (#159211).
18160
18161 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18162
18163         * examples/gstplay/player.c: (main):
18164           Don't iterate.
18165         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18166           Add visualizations.
18167         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18168         (gst_a52dec_handle_frame):
18169           Set duration.
18170         * ext/dvdnav/gst-dvd:
18171           Add audioconvert. Fixes #161325.
18172         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18173           Explicitely case to gint64. Possible valgrind error.
18174         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18175         (gst_play_tick_callback), (gst_play_change_state),
18176         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18177         (gst_play_set_location), (gst_play_get_location),
18178         (gst_play_seek_to_time), (gst_play_set_data_src),
18179         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18180         (gst_play_set_visualization), (gst_play_connect_visualization),
18181         (gst_play_get_framerate), (gst_play_get_all_by_interface),
18182         (gst_play_new):
18183           Use playbin. Fixes #139749 and #147744.
18184         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18185           Add genre tag.
18186         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18187         (audioscale_get_type), (gst_audioscale_base_init),
18188         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18189         (gst_audioscale_getcaps), (gst_audioscale_fixate),
18190         (gst_audioscale_link), (gst_audioscale_get_buffer),
18191         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18192         (gst_audioscale_init), (gst_audioscale_dispose),
18193         (gst_audioscale_chain), (gst_audioscale_set_property),
18194         (gst_audioscale_get_property), (plugin_init):
18195           Indent properly.
18196         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18197           Fix LPCM.
18198         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18199         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18200         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18201           Add more metadata (fixes #162656).
18202
18203 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18204
18205         * configure.ac:
18206           back to cvs
18207
18208 === release 0.8.7 ===
18209
18210 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18211
18212         * NEWS:
18213         * RELEASE:
18214         * configure.ac:
18215           releasing 0.8.7, "Hyperspace"
18216
18217 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18218
18219         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
18220
18221         * gst/playback/gstplaybasebin.c:
18222          Fix for #162924 - free caps after use, not before
18223
18224 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18225
18226         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18227
18228         * gst/playback/gstplaybasebin.c:
18229         * gst/wavparse/gstwavparse.c:
18230           Fix for #154773 - fixes playback of small .wav files
18231
18232 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18233
18234         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18235
18236         * gst/audioscale/gstaudioscale.c:
18237           Fix for #162819 - make audioscale reusable
18238           Fixes playback of more than one file with playbin/totem
18239
18240 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18241
18242         * gst/ffmpegcolorspace/avcodec.h:
18243         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18244         * gst/ffmpegcolorspace/imgconvert.c:
18245           clean up the mess that made me cry and avoid needless duplication
18246
18247 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18248
18249         * gst/ffmpegcolorspace/imgconvert.c:
18250           give some indication of why we're segfaulting
18251
18252 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18253
18254         * configure.ac:
18255           Fix indentation, fix v4l2 plugin detection.
18256         * ext/Makefile.am:
18257           Fix libmms location (Maciej, use diff -u!).
18258         * ext/alsa/gstalsa.c: (gst_alsa_init):
18259           Initialize caps cache to NULL.
18260         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18261           Only change state on audiosink if it exists.
18262
18263 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18264
18265         * gst/matroska/matroska-demux.c:
18266         * gst/matroska/matroska-ids.h:
18267         * gst/matroska/matroska-demux.h:
18268         Fix Vorbis streams failing to decode in some files, where cluster_time
18269         isn't 0, because then it doesn't send codec_priv before actual data.
18270         Remove time-based test and replace it with marker set on beginning of
18271         new stream
18272
18273 2004-12-28  David Schleef  <ds@schleef.org>
18274
18275         Merge patch from Ronald fixing problems with streaming
18276         text.
18277         * ext/cairo/gstcairo.c: (plugin_init):
18278         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18279         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18280         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18281         (gst_textoverlay_font_init), (gst_textoverlay_init),
18282         (gst_textoverlay_set_property):
18283         * ext/cairo/gsttextoverlay.h:
18284
18285 2004-12-27  David Schleef  <ds@schleef.org>
18286
18287         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18288         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18289         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18290         (gst_textoverlay_font_init), (gst_textoverlay_init),
18291         (gst_textoverlay_set_property): Improvements to actually
18292         render text as white on black outline on video, including
18293         font selection and horizontal/vertical alignment.  (Ronald's
18294         christmas present)
18295         * ext/cairo/gsttextoverlay.h:
18296
18297 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18298
18299         * ext/ogg/gstogg.c:
18300         * ext/ogg/gstogmparse.c:
18301           fix ogm[audio/video]parse plugin registration
18302           (riff won't load if bytestream is already loaded)
18303
18304 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18305
18306         * gst/audioconvert/gstchannelmix.c:
18307           fix for GLIB < 2.4
18308
18309 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18310
18311         * Makefile.am:
18312         * configure.ac:
18313           disable docs again until it actually passes make distcheck.
18314
18315 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18316
18317         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18318         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18319         (plugin_init):
18320           Add 3GP (variables name Q3GP because they can't start with a
18321           number). Add samr audio fourcc (used in .3gp files), decoder
18322           is work in progress. Also do a GST_WARNING instead of ERROR
18323           in case of unknown nodes, to decrease output.
18324
18325 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18326
18327         * Makefile.am:
18328           really fix dist
18329
18330 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18331
18332         * configure.ac:
18333         * ext/speex/gstspeexdec.h:
18334         * ext/speex/gstspeexenc.h:
18335           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18336           Fix detection code in configure.ac
18337
18338 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18339
18340         * gst/matroska/matroska-demux.c:
18341         (gst_matroska_demux_parse_blockgroup):
18342           Save position, so that queries give proper return values. Don't
18343           know how this could ever have worked before...
18344
18345 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18346
18347         * configure.ac:
18348           Put additional LAME check inside the conditional.  Fixes #152339
18349
18350 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18351
18352         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18353         (gst_avi_demux_stream_scan):
18354           Add some more debug. Fix logic error when setting movi offset
18355           while reading index.
18356
18357 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18358
18359         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18360         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18361         (gst_avi_demux_process_next_entry):
18362           Add some debugging. Better detection of broken indexes and the
18363           accompanying index recovery. No infinite loops on state changes
18364           when we're still in our loopfunction.
18365
18366 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18367
18368         * configure.ac:
18369           Fix up.
18370
18371 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18372
18373         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18374
18375         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18376           Normalizing the value before setting
18377         (gst_sunaudiomixer_get_volume):
18378           Normalizing the value after getting. Fixes bug# 161980
18379
18380 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18381
18382         * Makefile.am: Make sure docs gets disted
18383         * docs/Makefile.am: Make sure all needed files get disted
18384         * gst-plugins.spec.in: latest updates
18385
18386 2004-12-22  Wim Taymans  <wim@fluendo.com>
18387
18388         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18389         Revert patch 1.38 as clock distribution over schedulers does
18390         not work correcly in the core yet.
18391
18392 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18393
18394         * sys/oss/README: remove this file, which predates my birth
18395           (and which content is by far outdated)
18396
18397 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18398
18399         * Makefile.am:
18400         * configure.ac:
18401         * docs/Makefile.am:
18402         * docs/libs/Makefile.am:
18403         * docs/libs/gst-plugins-libs-docs.sgml:
18404         * docs/libs/gst-plugins-libs-sections.txt:
18405         * docs/libs/tmpl/gstgconf.sgml:
18406         * docs/upload.mak:
18407         * docs/version.entities.in:
18408           Added boilerplate gtk-doc files for plugin-libs documentation.
18409
18410 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18411
18412         * gst/auparse/gstauparse.c: fix int and float audio caps
18413
18414 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18415
18416         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18417         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18418           g_assert() can be a macro, don't use #ifdef inside it.
18419
18420 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18421
18422         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18423
18424         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18425         (gst_videorate_init), (gst_videorate_chain),
18426         (gst_videorate_change_state):
18427           Event handling (fixes #159986).
18428
18429 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18430
18431         * gst-libs/gst/riff/riff-media.c:
18432         (gst_riff_create_video_caps_with_data):
18433           Add BLZ0 (Blizzard's version of DivX) fourcc.
18434
18435 2004-12-18  David Schleef  <ds@schleef.org>
18436
18437         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18438         portability fix.
18439
18440 2004-12-18  David Schleef  <ds@schleef.org>
18441
18442         * gst/tta/ttadec.h: Disable some header code that isn't used
18443         and clearly isn't portable.
18444
18445 2004-12-18  David Schleef  <ds@schleef.org>
18446
18447         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18448         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18449         (avcodec_get_pix_fmt), (avpicture_layout),
18450         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18451         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18452         Fix code to not use GCC extensions (and c99 extensions that
18453         Forte does not like.)
18454
18455 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18456
18457         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18458
18459         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18460         (gst_deinterlace_chain):
18461           Rowstride fixes. Fixes #161039.
18462         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18463         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18464         (gst_video_crop_getcaps), (gst_video_crop_link),
18465         (gst_video_crop_i420), (gst_video_crop_chain),
18466         (gst_video_crop_change_state):
18467           Rework of negotiation. Actually works now. Fixes #158650.
18468
18469 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18470
18471         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18472           That was very stupid.
18473
18474 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18475
18476         * gst/matroska/matroska-demux.c:
18477         (gst_matroska_demux_parse_blockgroup):
18478           Fix possible crasher.
18479
18480 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18481
18482         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18483         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18484           Lace sizes can be zero.
18485
18486 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18487
18488         * ext/musepack/gstmusepackdec.cpp:
18489           Fetch error return values. Fixes #161624.
18490         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18491           Really EOS.
18492
18493 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18494
18495         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18496           Work for truncated (unfinished download etc.) files. Fixes #160514.
18497
18498 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18499
18500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18501           Fix for integer overflow. Makes #156001 not crash. Probably masks
18502           the real bug.
18503
18504 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18505
18506         * gst/ac3parse/gstac3parse.c: (plugin_init):
18507           Parsers never have ranks. Fixes #159651.
18508
18509 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18510
18511         * gst/playback/gstdecodebin.c: (compare_ranks):
18512           make sure the facotries are ordered the same every time even if they
18513           have the same rank by using the name
18514         * gst/playback/gstdecodebin.c: (find_compatibles):
18515           make sure we don't add factories to the list twice
18516
18517 2004-12-16  David Schleef  <ds@schleef.org>
18518
18519         * configure.ac: look for musepack headers as musepack/*.h
18520         (fixes #159847)
18521         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18522         * ext/musepack/gstmusepackreader.h: same
18523
18524 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18525
18526         * gst-libs/gst/riff/riff-read.c:
18527         (gst_riff_read_strf_auds_with_data):
18528           Read extradata correctly (fixes #155879).
18529
18530 2004-12-16  David Schleef  <ds@schleef.org>
18531
18532         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18533         audio.  does _not_ attempt or allow conversion unless channels
18534         is 1 or 2.
18535
18536 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18537
18538         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18539
18540 2004-12-16  David Schleef  <ds@schleef.org>
18541
18542         * gst/audioscale/gstaudioscale.c: the resample library only
18543         handles 1 or 2 channels.  Change caps to compensate.
18544
18545 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18546
18547         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18548         (gst_matroska_demux_audio_caps):
18549           Some MPEG-AAC hacks, because else it doesn't work...
18550
18551 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18552
18553         * gst-libs/gst/riff/riff-media.c:
18554         (gst_riff_create_video_caps_with_data),
18555         (gst_riff_create_video_template_caps):
18556           Add h264.
18557
18558 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18559
18560         * gst-libs/gst/audio/Makefile.am:
18561           Try to fix buildbot.
18562
18563 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18564
18565         * gst/tcp/gstmultifdsink.c:
18566           Clean up and uniformize debugging.
18567
18568 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18569
18570         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18571
18572         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18573         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18574         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18575         (gst_mpeg_demux_change_state):
18576           Reset on ready. Fixes 160276.
18577
18578 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18579
18580         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18581
18582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18583         (gst_ffmpegcsp_pad_link):
18584           Fix memleak (#154815).
18585
18586 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18587
18588         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18589
18590         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18591         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18592         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18593         * ext/musicbrainz/gsttrm.h:
18594           Add support for using a proxy server when getting a trm id from
18595           the MusicBrainz database (#149613).
18596
18597 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18598
18599         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18600
18601         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18602         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18603           Fix memleaks (#157233).
18604
18605 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18606
18607         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18608
18609         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18610         * gst-libs/gst/resample/resample.h:
18611         * gst/audioscale/gstaudioscale.c:
18612           Fix memleak (#159215).
18613
18614 2004-12-16  Toni Willberg  <toniw@iki.fi>
18615
18616         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18617
18618         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18619         * sys/oss/oss_probe.c: (main):
18620           Check for mono/stereo support (similar to samplerate probing),
18621           fixes #159433. Also add missing copyright header to oss_probe.c.
18622
18623 2004-12-15  David Schleef  <ds@schleef.org>
18624
18625         * configure.ac: add audioresample and cairo plugins.  Remove
18626         HAVE_MMX stuff, because it's not used.
18627         * ext/Makefile.am: same
18628         * ext/audioresample/Makefile.am: You are not ready for an
18629         audio resampling element based on audioresample.
18630         * ext/audioresample/gstaudioresample.c:
18631         * ext/audioresample/gstaudioresample.h:
18632         * ext/cairo/Makefile.am: You are not ready for overlay elements
18633         based on cairo.  Don't look too closely, these elements kinda
18634         suck right now.
18635         * ext/cairo/gstcairo.c: new
18636         * ext/cairo/gsttextoverlay.c: new
18637         * ext/cairo/gsttextoverlay.h: new
18638         * ext/cairo/gsttimeoverlay.c: new
18639         * ext/cairo/gsttimeoverlay.h: new
18640         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18641         problem with compilers that don't support variadic macros.
18642
18643 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18644
18645         Reviewed by:  David Schleef  <ds@schleef.org>
18646
18647         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18648         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18649         bit.  Also ran indent-gst.
18650         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18651         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18652         (gst_sunaudiosrc_setparams):
18653
18654 2004-12-14  David Schleef  <ds@schleef.org>
18655
18656         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18657         output rate to 16000.  Should fix #160235.
18658
18659 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18660
18661         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18662         Add typefinding for mpeg2 pes streams
18663
18664 2004-12-13  David Schleef  <ds@schleef.org>
18665
18666         * configure.ac:  Applied patch from bug #143659, making default
18667         sources and sinks OS-dependent (for Solaris), and added code
18668         for OS/X.
18669         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18670
18671 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18672
18673         * gst-libs/gst/riff/riff-media.c:
18674           forgot to add h2.64 to avidemux template caps
18675
18676 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18677
18678         * gst/wavenc/riff.h:
18679         * gst-libs/gst/riff/riff-media.c:
18680         * gst-libs/gst/riff/riff-ids.h:
18681         * gst/avi/gstavimux.c
18682         add 4CC code for VideoSoft h264 in AVI (VSSH)
18683           fixes bug #160655
18684         remove s323 from riff, it's quicktime specific :(
18685
18686 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18687
18688         * gst/asfdemux/README
18689         * gst/wavenc/riff.h
18690         * gst-libs/gst/riff/riff-ids.h
18691         * gst-libs/gst/riff/riff-media.c
18692         * gst/qtdemux/qtdemux.c:
18693           add new 4CC codes for h263 related codecs
18694           fixes partially bug #155163
18695
18696 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18697
18698         * configure.ac: Update polyaudio requirement to 0.7
18699         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18700
18701 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18702
18703         * gst/interleave/deinterleave.c:
18704         fix my name's spelling! :)
18705
18706 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18707
18708         * AUTHORS ChangeLog
18709         * gst/auparse/gstauparse.c
18710         * gst/interleave/deinterleave.c
18711         * gst/law/:
18712                 alaw-decode.c alaw-encode.c
18713                 mulaw-decode.c mulaw-encode.c
18714         * gst/oneton/gstoneton.c
18715         * sys/osxaudio/:
18716                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18717         * sys/osxvideo/:
18718                 cocoawindow.h cocoawindow.m
18719                 osxvideosink.h osxvideosink.m
18720
18721         put the same mail address for Zaheer Abbas Merali everywhere
18722
18723 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18724
18725         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18726           Align by packetsize, and assert that we a packet available before
18727           playing. The first makes webstreams work (they often include
18728           trailing padding data in a packet), the second allows pausing a
18729           ASF stream in totem without getting demux errors afterwards.
18730
18731 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18732
18733         * ext/ogg/gstoggdemux.c: (get_relative):
18734           Check for non-NULL before accessing member (end-of-chain).
18735
18736 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18737
18738         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18739         (cdparanoia_set_property), (cdparanoia_get_property):
18740         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18741         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18742         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18743         (dvdreadsrc_init), (dvdreadsrc_set_property),
18744         (dvdreadsrc_get_property):
18745         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18746         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18747           Synchronize property names where not yet the case. Devices are
18748           now device=X, other versions are deprecated (but still exist).
18749           Also use g_free() unconditionally.
18750         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18751         (setup_source), (gst_play_base_bin_get_property):
18752           Expose source.
18753
18754 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18755
18756         * configure.ac: move GCONF macro outside conditional for the am
18757           conditional. Fixes #160439
18758
18759 2004-12-08  David Schleef  <ds@schleef.org>
18760
18761         * tools/gst-visualise-m.m: Switch to elements that currently
18762         exist.
18763
18764 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18765
18766         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18767           We love wrong commas.
18768
18769 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18770
18771         * gst/matroska/matroska-demux.c:
18772         (gst_matroska_demux_handle_src_query):
18773           Don't set DEFAULT, unsupported - makes length display incorrectly
18774           in some cases.
18775
18776 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18777
18778         * gst/monoscope/README: remove blurb about files being GPL
18779         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18780         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18781           monoscope is now effectively LGPL licensed
18782
18783 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18784
18785         * gst/monoscope/README: Update information to be more correct
18786         * gst/monoscope/convolve.c: Relicense to LGPL
18787         * gst/monoscope/convolve.h: Relicense to LGPL
18788
18789 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18790
18791         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18792           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18793         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18794           set default_duration for mpeg1 audio
18795
18796 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18797
18798         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18799         * ext/alsa/gstalsa.h:
18800           refactor big chunks of the core caps negotiation code to make it
18801           a lot faster, because people claim it's really slow
18802           (actually, just cache the getcaps when the device is opened)
18803
18804 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18805
18806         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18807         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18808         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18809         (gst_a52dec_change_state), (plugin_init):
18810         * ext/a52dec/gsta52dec.h:
18811           Do something useful with timestamps. Make chain-based (since
18812           there's really no reason to be loopbased).
18813         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18814           Update current_byte/frame correctly.
18815
18816 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18817
18818         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18819         (gst_ape_demux_stream_init):
18820           Forward tags, too.
18821
18822 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18823
18824         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18825           Let's make sure we're done typefinding when detecting tags.
18826
18827 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18828
18829         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18830         (gst_ebml_read_init), (gst_ebml_read_use_event),
18831         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18832         (gst_ebml_read_seek), (gst_ebml_read_skip),
18833         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18834         (gst_ebml_read_master):
18835         * gst/matroska/ebml-read.h:
18836         * gst/matroska/matroska-demux.c:
18837         (gst_matroska_demux_parse_contents),
18838         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18839           Disgustingly evil hack for working around INTERRUPT events and
18840           their extremely annoying habit of being a pain in the ass. We
18841           simply peek a cluster before reading any of it.
18842
18843 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18844
18845         * ext/musepack/gstmusepackdec.cpp:
18846           There's also floating point libmusepacks.
18847
18848 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18849
18850         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18851         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18852           Set DURATION even if source buffer didn't. Also use increasing
18853           timestamps.
18854         * gst-libs/gst/riff/riff-media.c:
18855         (gst_riff_create_audio_caps_with_data):
18856           Block_align can have larger values than 8192.
18857
18858 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18859
18860         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18861         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18862         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18863         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18864           Fix caps.
18865
18866 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18867
18868         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18869           Fix logic bug.
18870
18871 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18872
18873         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18874           Yay, another one.
18875
18876 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18877
18878         * ext/esd/esdsink.c: (gst_esdsink_chain):
18879           Make error actually say something useful (fixes #156798).
18880         * gst-libs/gst/riff/riff-media.c:
18881         (gst_riff_create_video_caps_with_data),
18882         (gst_riff_create_video_template_caps):
18883           Add Intel Video 5.0 fourcc (IV50).
18884
18885 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18886
18887         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18888         detection on mono and stereo mp3 files.
18889
18890 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18891
18892         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18893           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18894           the contained stream).
18895
18896 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18897
18898         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18899           Oops, remove debug.
18900
18901 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18902
18903         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18904
18905         * gst/law/alaw-decode.c: (alawdec_getcaps):
18906         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18907           Prevent warnings when negotiating caps (fixes #159338).
18908
18909 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18910
18911         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18912         (gst_ffmpegcsp_chain):
18913           Remove old leftover that shouldn't be there...
18914
18915 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18916
18917         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18918
18919         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18920           Don't forward DISCONT events (fixes #159684).
18921
18922 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18923
18924         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18925           Unlink manually since sometimes bin disposal (and therefore
18926           pad unlinking) is delayed, which will cause a new media file
18927           to not be able to start playing instantly.
18928
18929 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18930
18931         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18932           On mute of an unlinked stream, check for pad availability so
18933           we don't crash on unlinked pad.
18934
18935 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18936
18937         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18938         (gst_avi_demux_massage_index):
18939           Fix quite humiliating bug in omitting 0-sized index chunks but
18940           forgetting to count them for timestamps.
18941
18942 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18943
18944         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18945           Actually leave the loop if we failed to sync. Don't crash.
18946
18947 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18948
18949         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18950         (gst_dvd_demux_process_private):
18951         * gst/mpegstream/gstdvddemux.h:
18952           Fix crash (#159759). Doesn't work, though. :-(.
18953
18954 2004-11-28  Benjamin Otte  <otte@gnome.org>
18955
18956         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18957           more overwriting protection due to modifying channels one by one
18958           instead of all at once
18959
18960 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18961
18962         * gst/audioconvert/gstchannelmix.c:
18963         (gst_audio_convert_fill_normalize):
18964           Normalize using absolute values.
18965
18966 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18967
18968         * configure.ac:
18969         * ext/Makefile.am:
18970         * ext/directfb/Makefile.am:
18971         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18972         (gst_directfbvideosink_get_pixel_format),
18973         (gst_directfbvideosink_get_format_from_fourcc),
18974         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18975         (gst_directfbvideosink_sink_link),
18976         (gst_directfbvideosink_change_state),
18977         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18978         (gst_directfbvideosink_buffer_alloc),
18979         (gst_directfbvideosink_interface_supported),
18980         (gst_directfbvideosink_interface_init),
18981         (gst_directfbvideosink_navigation_send_event),
18982         (gst_directfbvideosink_navigation_init),
18983         (gst_directfbvideosink_set_property),
18984         (gst_directfbvideosink_get_property),
18985         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18986         (gst_directfbvideosink_base_init),
18987         (gst_directfbvideosink_class_init),
18988         (gst_directfbvideosink_get_type), (plugin_init):
18989         * ext/directfb/directfbvideosink.h: Adding a first version of
18990         directfbvideosink.
18991         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18992         more.
18993
18994 2004-11-28  Benjamin Otte  <otte@gnome.org>
18995
18996         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18997           walk the samples backwards if out_channels > in_channels so we don't
18998           overwrite data
18999
19000 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19001
19002         * gst/audioconvert/Makefile.am:
19003         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19004         (gst_audio_convert_link), (gst_audio_convert_change_state),
19005         (gst_audio_convert_channels):
19006         * gst/audioconvert/gstchannelmix.c:
19007         (gst_audio_convert_unset_matrix),
19008         (gst_audio_convert_fill_identical),
19009         (gst_audio_convert_fill_compatible),
19010         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
19011         (gst_audio_convert_fill_others),
19012         (gst_audio_convert_fill_normalize),
19013         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
19014         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
19015         * gst/audioconvert/gstchannelmix.h:
19016           Implement a channel mixer.
19017
19018 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
19019
19020         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
19021         * ext/alsa/gstalsa.h:
19022         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
19023         Make alsasink actually honor gst_element_set_clock and use that
19024         clock instead of its internal one.
19025
19026 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19027
19028         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
19029         (gst_play_base_bin_change_state): nullify source and decoder when
19030         going from READY to NULL so that we don't try to do weird stuff with
19031         them when going from NULL to READY
19032         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
19033         instead of g_object_unref
19034         (gen_video_element), (gen_audio_element): more refcounting fixes, now
19035         it should be correct
19036         (gst_play_bin_change_state): don't call remove_sinks if we are
19037         currently disposing the object
19038
19039 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19040
19041         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19042           Don't forget bass if it's there. Else left channel is silent...
19043
19044 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19045
19046         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
19047         (gst_a52dec_change_state):
19048           Don't do sample adjusting anymore, we use float audio now.
19049         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19050           Don't fixate to non-existing properties.
19051
19052 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19053
19054         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19055         (gst_a52dec_change_state):
19056           Advertise that we can do surround sound.
19057
19058 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19059
19060         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19061           Add buffer-frames=0.
19062         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19063         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19064         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19065         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19066         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19067         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19068         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19069         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19070         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19071         * ext/dvdread/dvdreadsrc.h:
19072           Add seeking, querying for bytes, sectors, title, angle and
19073           chapter. Handle multiple chapters. Relicense to LGPL because
19074           Billy agreed on that (thanks Billy!).
19075
19076 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19077
19078         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19079         call parent dispose method
19080
19081 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
19082
19083         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19084         (gst_audio_clock_get_internal_time):
19085         Fix active <-> inactive transitions: ensure time value always
19086         grows and avoid abrupt value changes.
19087
19088 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
19089
19090         * configure.ac:
19091         * gst/tta/Makefile.am:
19092         * gst/tta/crc32.h:
19093         * gst/tta/filters.h:
19094         * gst/tta/gsttta.c:
19095         * gst/tta/gstttadec.c:
19096         * gst/tta/gstttadec.h:
19097         * gst/tta/gstttaparse.c:
19098         * gst/tta/gstttaparse.h:
19099         * gst/tta/ttadec.h:
19100           added TTA parser and decoder
19101
19102 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19103
19104         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19105         (probe_triggered), (check_queue), (buffer_underrun),
19106         (buffer_running), (buffer_overrun), (gen_source_element),
19107         (setup_source):
19108         * gst/playback/gstplaybasebin.h:
19109           Implement buffering. Needs some more work.
19110
19111 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19112
19113         * ext/theora/theoradec.c: (theora_dec_chain):
19114           Fix ilog mask range overflow.
19115
19116 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19117
19118         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19119           Don't omit the last (which in case of dmix is the only :) )
19120           channel count. Don't set channels if <= 2.
19121
19122 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
19123
19124         * gst/playback/gstplaybin.c: (gen_video_element),
19125         (gen_audio_element): Removed 2 obsolete comments
19126
19127 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19128
19129         * ext/vorbis/oggvorbisenc.c
19130         * ext/vorbis/vorbisenc.c :
19131           change description fields of those plugins to differentiate them
19132           (pitivi show Encoders by description, they had the same one)
19133
19134 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
19135
19136         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19137
19138         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19139         (gst_play_bin_set_property), (gen_video_element),
19140         (gen_audio_element):
19141           Refcounting fixes for provided audio-/videosinks.
19142
19143 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19144
19145         * gst/playback/gstplaybin.c: (gen_video_element),
19146         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19147           Don't reference all sinks, but only the video- and audiosinks.
19148           The vis. element should be disposed when we're done with it.
19149           We don't have any reason to keep it around. This fixes warnings
19150           when reusing playbin for playing multiple audio files with
19151           vis. enabled. Also release audio device on pause - idea stolen
19152           from Rhythmbox.
19153
19154 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19155
19156         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19157         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19158         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19159         * ext/alsa/gstalsaplugin.c: (plugin_init):
19160         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19161         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19162         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19163         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19164         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19165         (gst_faad_change_state), (plugin_init):
19166         * ext/faad/gstfaad.h:
19167         * ext/vorbis/vorbis.c: (plugin_init):
19168         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19169         * gst-libs/gst/audio/Makefile.am:
19170         * gst-libs/gst/audio/audio.c: (plugin_init):
19171         * gst-libs/gst/audio/multichannel.c:
19172         (gst_audio_check_channel_positions),
19173         (gst_audio_get_channel_positions),
19174         (gst_audio_set_channel_positions),
19175         (gst_audio_set_structure_channel_positions_list),
19176         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19177         (gst_audio_fixate_channel_positions):
19178         * gst-libs/gst/audio/multichannel.h:
19179         * gst-libs/gst/audio/testchannels.c: (main):
19180         * gst/audioconvert/gstaudioconvert.c:
19181         (gst_audio_convert_class_init), (gst_audio_convert_init),
19182         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19183         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19184         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19185         * gst/audioconvert/plugin.c: (plugin_init):
19186           Surround sound support.
19187
19188 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19189
19190         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19191           Fix position for discont if we're close as well. Nitpicking, but
19192           saves a few milliseconds of extra waiting or skipping.
19193
19194 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19195
19196         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19197           We sometimes need parsers for playback, so add those too.
19198
19199 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19200
19201         * configure.ac:
19202         * gst/apetag/Makefile.am:
19203         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19204         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19205         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19206         (gst_ape_demux_get_src_query_types),
19207         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19208         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19209         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19210         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19211         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19212         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19213         (gst_ape_demux_change_state):
19214         * gst/apetag/apedemux.h:
19215         * gst/apetag/apetag.c: (plugin_init):
19216         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19217         (plugin_init):
19218           APE v1/2 tag reader plus typefind function.
19219
19220 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19221
19222         * configure.ac:
19223         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19224         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19225           Remove hacks for older core. Require newer core version
19226           accordingly.
19227
19228 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19229
19230         * gst/cdxaparse/Makefile.am:
19231         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19232         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19233         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19234         * gst/cdxaparse/gstcdxaparse.h:
19235         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19236         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19237         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19238         (gst_cdxastrip_get_src_query_types),
19239         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19240         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19241         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19242         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19243         * gst/cdxaparse/gstcdxastrip.h:
19244           SVCD/VCD header stripping separated from CDXA image parsing.
19245         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19246         (plugin_init):
19247           Add VCD/SVCD header typefinding for VCD/SVCD.
19248         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19249         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19250         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19251         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19252         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19253         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19254         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19255         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19256         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19257         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19258         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19259         * sys/vcd/vcdsrc.h:
19260           Fix up, add seeking, querying, URI interface. Works in totem now.
19261
19262 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19263
19264         * configure.ac:
19265           back to CVS
19266
19267 === release 0.8.6 ===
19268
19269 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19270
19271         * NEWS:
19272         * RELEASE:
19273         * configure.ac:
19274         * po/af.po:
19275         * po/az.po:
19276         * po/cs.po:
19277         * po/en_GB.po:
19278         * po/hu.po:
19279         * po/it.po:
19280         * po/nb.po:
19281         * po/nl.po:
19282         * po/or.po:
19283         * po/sq.po:
19284         * po/sr.po:
19285         * po/sv.po:
19286         * po/uk.po:
19287           releasing 0.8.6, "IOU Love"
19288
19289 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19290
19291         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19292
19293         * gst/playback/gstplaybasebin.c:
19294           Fix unplayable files error handling.  Fixes #158365
19295
19296 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19297
19298         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19299
19300         * gst/typefind/gsttypefindfunctions.c:
19301           Fix broken mp3 typefinding.  Fixes #158375
19302
19303 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19304
19305         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19306
19307         * ext/ogg/gstoggdemux.c:
19308           Fix sync on broken files.  Fixes #158976
19309
19310 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19311
19312         patch by: Edward Hervey <bilboed@bilboed.com>
19313
19314         * ext/libpng/gstpngenc.c:
19315           Copy over buffer properties.  Fixes #158832
19316
19317 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19318
19319         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19320
19321         * ext/dvdread/dvdreadsrc.c:
19322           Fixes invalid reads (#158462)
19323
19324 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19325
19326         * sys/v4l/gstv4lsrc.c:
19327         * sys/v4l/gstv4lsrc.h:
19328         * sys/v4l/v4lsrc_calls.c:
19329           Probe less and cache it.  Fixes #159187.
19330
19331 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19332
19333         * gst/videorate/gstvideorate.c:
19334           Handle all video formats. Fixes #159186.
19335
19336 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19337         * gst/synaesthesia/gstsynaesthesia.c:
19338         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19339         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19340         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19341         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19342         (gst_synaesthesia_change_state), (plugin_init):
19343         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19344         Force 320x200 output, as that's the only thing the underlying
19345         synaesthesia implementation supports. Still needs to be made
19346         re-entrant.
19347
19348 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19349
19350         * configure.ac:
19351           Fix mpeg2enc configure check (similar to mplex check below).
19352
19353 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19354
19355         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19356
19357         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19358           Fix for gcc-2.95 (fixes #158221).
19359
19360 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19361
19362         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19363           Re-add clock distribution hack (until new core is released).
19364           Fixes #158125.
19365
19366 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19367         * configure.ac:
19368           fix mplex configure check segfaulting on some systems (bug #140994)
19369
19370 2004-11-13  Benjamin Otte  <otte@gnome.org>
19371
19372         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19373           add debugging
19374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19375           do a wait when we enter the loop func with no data available to
19376           write instead of getting into an 100% CPU loop by just returning and
19377           being called again by the scheduler
19378
19379 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19380
19381         * configure.ac:
19382         * ext/libvisual/visual.c: (gst_visual_get_type),
19383         (libvisual_log_handler), (gst_visual_getcaps),
19384         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19385         (plugin_init):
19386           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19387         * ext/smoothwave/Makefile.am:
19388         * ext/smoothwave/demo-osssrc.c: (main):
19389         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19390         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19391         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19392         (plugin_init):
19393         * ext/smoothwave/gstsmoothwave.h:
19394           Make gstsmoothwave a working element in the 20th century.
19395
19396         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19397           Fix incorrect link function
19398
19399 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19400
19401         * gst/volume/gstvolume.c:
19402           Allow buffer-frames=0.
19403
19404 2004-11-12 Iain <iaingnome@gmail.com>
19405
19406         * configure.ac: Check for polypaudio
19407
19408         * ext/Makefile.am: Build the polyp dir
19409
19410         * ext/polyp: The polypsink sources.
19411
19412 2004-10-30 Iain <iaingnome@gmail.com>
19413
19414         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19415         caps to reflect the new number of channels.
19416
19417 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19418
19419         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19420           Fix for negotiation order problem. This would show when the
19421           ALSA loopfuction was called before any other function. ALSA
19422           wouldn't do anything because we're not negotiated yet, leading
19423           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19424
19425 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19426
19427         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19428
19429         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19430           No warnings (#157986).
19431
19432 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19433
19434         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19435           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19436
19437 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19438
19439         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19440           Signal no-more-pads (so it works in playbin).
19441
19442 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19443
19444         * ext/musepack/gstmusepackreader.cpp:
19445           Workaround for older core.
19446
19447 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19448
19449         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19450           Actually test for odd width/height rather than testing whether
19451           a temporary variable that was 0 before we subtracted 1 is now
19452           not equal to zero (which it always is).
19453
19454 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19455
19456         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19457         Fix compilation if HAVE_XVIDEO is not defined
19458
19459 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19460
19461         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19462         Fix compilation if HAVE_XVIDEO is not defined
19463
19464 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19465
19466         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19467         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19468         (gst_goom_change_state), (plugin_init):
19469         Use the bytestream adapter so goom doesn't depend on the input
19470         buffer size.
19471         Add a debug category
19472
19473 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19474
19475         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19476           Only set hardware parameters *after* negotiation. Before
19477           negotiation, it will set ANY and that seems to cause crashes
19478           (see e.g. #151288, #153227).
19479
19480 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19481
19482         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19483           This seems to be antique leftover. It needs to pass error
19484           checking.
19485         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19486         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19487         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19488         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19489           Fix GstXOverlay implementation (#151059).
19490
19491 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19492
19493         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19494           Don't assert (#157853).
19495
19496 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19497
19498         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19499           Fix bytes/samples confustion.
19500         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19501           Fix for underrun (#144389).
19502
19503 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19504
19505         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19506           Disable halfway-seek for pending release (since it needs a new
19507           core release).
19508
19509 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19510
19511         * sys/v4l/gstv4lsrc.c:
19512         * sys/v4l/gstv4lsrc.h:
19513         * sys/v4l/v4lsrc_calls.c:
19514           add autoprobe-fps property so we can separate autoprobing parts
19515
19516 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19517
19518         * sys/v4l/gstv4lsrc.c:
19519         * sys/v4l/v4lsrc_calls.c:
19520         initialise fourcc to catch unset fourcc's, and debug
19521
19522 2004-11-09  Wim Taymans  <wim@fluendo.com>
19523
19524         * gst/playback/README:
19525         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19526         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19527         (gst_play_bin_dispose), (gst_play_bin_set_property),
19528         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19529         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19530         (gst_play_bin_get_formats), (gst_play_bin_convert),
19531         (gst_play_bin_get_query_types), (gst_play_bin_query):
19532         Cleanups and some more documentation.
19533
19534 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19535
19536         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19537         (gst_cacasink_init), (gst_cacasink_chain):
19538         * ext/libcaca/gstcacasink.h:
19539         Cacasink inherits from VideoSink, so let that store the clock.
19540
19541 2004-11-09  Wim Taymans  <wim@fluendo.com>
19542
19543         * gst/playback/README:
19544         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19545         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19546         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19547         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19548         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19549         (setup_sinks):
19550         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19551         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19552         * gst/playback/gststreaminfo.h:
19553         Updated README.
19554         Only switch groups if all streams have muted (EOSed).
19555         Send Tags in sync with the stream playback instead of in
19556         the playback/preroll phase.
19557         Some cleanups, free the fakesrc elements.
19558
19559 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19560
19561         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19562           buffer-frames property was missing
19563         * ext/arts/gst_arts.c:
19564           rate missing from sinkcaps
19565         * ext/audiofile/gstafparse.c:
19566         * ext/audiofile/gstafsink.c:
19567         * ext/audiofile/gstafsrc.c:
19568         * ext/swfdec/gstswfdec.c:
19569           int audio doesn't know buffer-frames
19570         * ext/cdparanoia/gstcdparanoia.c:
19571           int audio doesn't know chunksize either
19572         * ext/nas/nassink.c:
19573           it's endianness, not endianess
19574         * gst-libs/gst/audio/audio.h:
19575           make float standard pad template caps really describe float
19576         * gst/law/mulaw.c: (linear_factory):
19577           signed only, please
19578         * gst/mpegstream/gstdvddemux.c:
19579           widths of 20 are not valid
19580
19581 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19582
19583         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19584
19585         * po/LINGUAS:
19586         * po/it.po:
19587           Add Italian
19588
19589 2004-11-08  Wim Taymans  <wim@fluendo.com>
19590
19591         * gst/playback/README:
19592         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19593         * gst/playback/gstplaybasebin.c: (probe_triggered),
19594         (gst_play_base_bin_change_state):
19595         Updated README, added more comments for fixmes etc..
19596
19597 2004-11-08  Wim Taymans  <wim@fluendo.com>
19598
19599         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19600         We can remove this hack now.
19601
19602 2004-11-08  Wim Taymans  <wim@fluendo.com>
19603
19604         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19605         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19606         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19607         Only mix AYUV for maximum quality.
19608
19609 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19610
19611         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19612         (gst_ogg_demux_push), (gst_ogg_pad_push):
19613           Let's act as if we're synchronized now! :).
19614         * ext/theora/theoradec.c: (theora_dec_chain):
19615           Add some debug.
19616
19617 2004-11-08  Wim Taymans  <wim@fluendo.com>
19618
19619         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19620         (gst_alpha_set_property), (gst_alpha_sink_link),
19621         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19622         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19623         (gst_alpha_init_params), (gst_alpha_chain):
19624         Implement alpha functions for AYUV too, this increases
19625         accuracy quite a bit.
19626
19627 2004-11-08  Wim Taymans  <wim@fluendo.com>
19628
19629         * gst/ffmpegcolorspace/avcodec.h:
19630         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19631         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19632         (gst_ffmpegcsp_avpicture_fill):
19633         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19634         (gst_ffmpegcsp_caps_remove_format_info):
19635         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19636         (shrink12), (img_get_alpha_info), (deinterlace_line),
19637         (deinterlace_line_inplace):
19638         * gst/ffmpegcolorspace/imgconvert_template.h:
19639         Added AYUV colorspace and handle RGBA a bit more respectful.
19640
19641 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19642
19643         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19644           Actually always send a discont (cornercase when resending the
19645           same serial-tagged chain twice).
19646
19647 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19648
19649         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19650         (gst_ximagesink_finalize):
19651         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19652         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19653
19654 2004-11-08  Wim Taymans  <wim@fluendo.com>
19655
19656         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19657         Don't segfault on NULL data.
19658
19659 2004-11-08  Wim Taymans  <wim@fluendo.com>
19660
19661         * gst/playback/gstdecodebin.c: (unlinked):
19662         * gst/playback/gstplay-marshal.list:
19663         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19664         (gst_play_base_bin_init), (group_create), (get_active_group),
19665         (get_building_group), (group_destroy), (group_commit),
19666         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19667         (add_element_stream), (no_more_pads), (probe_triggered),
19668         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19669         (state_change), (setup_source), (gst_play_base_bin_get_property),
19670         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19671         (gst_play_base_bin_link_stream),
19672         (gst_play_base_bin_get_streaminfo):
19673         * gst/playback/gstplaybasebin.h:
19674         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19675         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19676         Add support for chained ogg files. Prepare for playlist
19677         support. This patch introduces the concept of pad groups, which
19678         together compose one playable media file.
19679
19680 2004-11-07  David Schleef  <ds@schleef.org>
19681
19682         * testsuite/gst-lint: Check for pad templates that aren't statically
19683         scoped.
19684
19685 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19686
19687         * configure.ac:
19688         * ext/Makefile.am:
19689         * ext/musepack/Makefile.am:
19690         * ext/musepack/gstmusepackdec.cpp:
19691         * ext/musepack/gstmusepackdec.h:
19692         * ext/musepack/gstmusepackreader.cpp:
19693         * ext/musepack/gstmusepackreader.h:
19694           Add musepack decoder.
19695         * ext/faad/gstfaad.c: (gst_faad_base_init):
19696           Make pad templates static.
19697         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19698         (plugin_init):
19699           Add musepack typefinder, make mp3 typefinding work halfway stream,
19700           which doesn't actually work yet because id3demux doesn't implement
19701           _get_length().
19702
19703 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19704
19705         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19706         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19707           Fix interrupt event handling (#144436).
19708
19709 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19710
19711         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19712           Hide unused glory.
19713
19714 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19715
19716         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19717
19718         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19719           Fix weird caps (#157548).
19720
19721 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19722
19723         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19724
19725         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19726           Add missing NULL terminator (#157543).
19727
19728 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19729
19730         * gst/tcp/gsttcp.h:
19731         * gst/tcp/gsttcpclientsink.c:
19732         * gst/tcp/gsttcpclientsrc.c:
19733         * gst/tcp/gsttcpserversink.c:
19734         * gst/tcp/gsttcpserversrc.c:
19735           ports can go up to 65535.  Move common defines to gsttcp.h
19736
19737 2004-11-05  Wim Taymans  <wim@fluendo.com>
19738
19739         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19740         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19741         Added two more colorspaces.
19742
19743 2004-11-05  Wim Taymans  <wim@fluendo.com>
19744
19745         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19746         (gst_ffmpegcsp_avpicture_fill):
19747         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19748         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19749         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19750         More stride fixes.
19751
19752 2004-11-05  Wim Taymans  <wim@fluendo.com>
19753
19754         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19755         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19756         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19757         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19758         (gst_videomixer_loop):
19759         More stride fixes.
19760
19761 2004-11-05  Benjamin Otte  <otte@gnome.org>
19762
19763         * ext/mad/gstmad.c: (gst_mad_chain):
19764           don't overflow data buffer. Flush not needed sync data when syncing
19765           failed.
19766
19767 2004-11-04  Wim Taymans  <wim@fluendo.com>
19768
19769         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19770         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19771         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19772         (gst_alpha_init_params), (gst_alpha_chain),
19773         (gst_alpha_change_state):
19774         Updated the chroma keying algorithm with something more
19775         sophisticated.
19776
19777 2004-11-03  Wim Taymans  <wim@fluendo.com>
19778
19779         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19780         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19781         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19782         Fix stride issues. Does not completely work for odd
19783         heights.
19784
19785 2004-11-03  Wim Taymans  <wim@fluendo.com>
19786
19787         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19788         (gst_alpha_chroma_key), (gst_alpha_chain):
19789         Fix stride issues. Does not completely work for odd
19790         heights.
19791
19792 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19793
19794         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19795         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19796         leak fixes
19797
19798 2004-11-03  Wim Taymans  <wim@fluendo.com>
19799
19800         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19801         (gst_ffmpegcsp_avpicture_fill):
19802         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19803         (avpicture_alloc):
19804         * gst/ffmpegcolorspace/imgconvert_template.h:
19805         Use correct _fill function to get correct strides.
19806
19807 2004-11-02  David Schleef  <ds@schleef.org>
19808
19809         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19810         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19811         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19812         Change all g_print()s to debugging.  Add a bunch of consistency
19813         checks.
19814
19815 2004-11-02  Wim Taymans  <wim@fluendo.com>
19816
19817         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19818         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19819         (unlinked), (no_more_pads), (close_link):
19820         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19821         (unknown_type), (add_element_stream), (new_decoded_pad),
19822         (removed_decoded_pad), (setup_source):
19823         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19824         (gst_stream_info_class_init), (gst_stream_info_init),
19825         (gst_stream_info_new), (gst_stream_info_dispose),
19826         (stream_info_mute_pad), (gst_stream_info_set_property),
19827         (gst_stream_info_get_property):
19828         * gst/playback/gststreaminfo.h:
19829         Fix playback of multiple files.
19830         a slightly different approach to handling dynamic pad removals.
19831         This one only looks at pads that we have linked.
19832
19833 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19834
19835         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19836         free" warning from libc.
19837
19838 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19839
19840         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19841         (get_unconnected_element), (remove_starting_from), (pad_removed),
19842         (close_link):
19843           Implement support for dynamic pad changing. We listen to "live"
19844           pad removals (i.e. while playing) and re-setup autoplugging
19845           after that. Playbasebin/playbin need some more work for this
19846           to finally work, but decodebin supports (and replugs) chained
19847           ogg now.
19848
19849 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19850
19851         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19852         (gst_alsa_finalize):
19853         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19854         (gst_cdaudio_finalize):
19855         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19856         (cdparanoia_finalize):
19857         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19858         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19859         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19860         (dvdreadsrc_finalize):
19861         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19862         (gst_flacdec_finalize):
19863         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19864         (gst_flacenc_finalize):
19865         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19866         (gst_gnomevfssink_finalize):
19867         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19868         (gst_gnomevfssrc_finalize):
19869         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19870         (gst_fameenc_finalize):
19871         * ext/nas/nassink.c: (gst_nassink_class_init),
19872         (gst_nassink_finalize):
19873         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19874         (gst_sdlvideosink_class_init):
19875         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19876         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19877         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19878         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19879         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19880         (gst_x_window_listener_dispose):
19881         * gst/audioscale/gstaudioscale.c:
19882         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19883         (play_on_demand_finalize):
19884         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19885         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19886         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19887         (cdplayer_finalize):
19888         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19889         (gst_glimagesink_class_init):
19890         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19891         (gst_osselement_finalize):
19892         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19893         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19894         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19895           Fixes a bunch of problems with finalize and dispose functions,
19896           either assumptions that dispose is only called once, or not calling
19897           the parent class dispose/finalize function
19898
19899 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19900
19901         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19902           added two api precondition guards
19903           use g_strdup with getenv to fix crash when using ENVVAR
19904
19905 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19906         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19907         (gst_esdsink_finalize):
19908         Use a finalize function, not dispose, and more importantly,
19909         call the parent class finalize function too
19910
19911 2004-11-01  Johan Dahlin  <johan@gnome.org>
19912
19913         * ext/ogg/gstoggdemux.c:
19914         * gst/tags/gstvorbistag.c:
19915         Plug leaks.
19916
19917 2004-10-31  Benjamin Otte  <otte@gnome.org>
19918
19919         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19920           lotsa memleaks today. But they're all small...
19921
19922 2004-10-31  Benjamin Otte  <otte@gnome.org>
19923
19924         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19925           another memleak crushed
19926
19927 2004-10-31  Benjamin Otte  <otte@gnome.org>
19928
19929         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19930           fix memleak
19931
19932 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19933
19934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19935           Hack to prevent crash when going to READY inside signal handler
19936           while this function is active.
19937
19938 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19939
19940         * gst/ffmpegcolorspace/Makefile.am:
19941         * gst/ffmpegcolorspace/avcodec.h:
19942         * gst/ffmpegcolorspace/common.h:
19943         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19944         * gst/ffmpegcolorspace/dsputil.h:
19945         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19946         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19947         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19948         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19949         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19950         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19951         (gst_ffmpegcsp_avpicture_fill):
19952         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19953         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19954         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19955         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19956         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19957         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19958         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19959         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19960         * gst/ffmpegcolorspace/imgconvert.c:
19961         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19962         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19963         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19964         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19965         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19966         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19967         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19968         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19969         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19970         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19971         (grow21), (grow22), (grow41), (grow44), (conv411),
19972         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19973         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19974         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19975         (avpicture_free), (is_yuv_planar), (img_convert),
19976         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19977         (deinterlace_line_inplace), (deinterlace_bottom_field),
19978         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19979         * gst/ffmpegcolorspace/imgconvert_template.h:
19980         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19981         * gst/ffmpegcolorspace/mmx.h:
19982         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19983         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19984         (av_freep), (avcodec_get_context_defaults),
19985         (avcodec_alloc_context), (avcodec_init):
19986           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19987           handling plus update from ffmpeg CVS. Large clean-up.
19988
19989 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19990
19991         * gst/playback/Makefile.am:
19992           We need the marshallers for decodebin, too.
19993
19994 2004-10-30  David Schleef  <ds@schleef.org>
19995
19996         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19997           quicktime typefinding work with 64-bit offsets.
19998
19999 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
20000
20001         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
20002           Set EOS on the element when processing an EOS event.
20003         * ext/speex/gstspeexdec.h:
20004         * ext/speex/gstspeexenc.h:
20005           Only keep a const ptr to the mode
20006         * gst-libs/gst/riff/riff-media.c:
20007         (gst_riff_create_audio_caps_with_data),
20008         (gst_riff_create_audio_template_caps):
20009           Allow WMAV3, with up to 6 channels.
20010         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
20011           Don't call gst_pad_set_event_function on a sink pad.
20012         * gst/mpegstream/gstdvddemux.c:
20013         (gst_dvd_demux_get_subpicture_stream),
20014         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
20015           Copy the explicit caps that were set across to the cur_* pads,
20016           instead of trying to use a possibly non-existent negotiated caps.
20017           Reset the type of subpicture pads to UNKNOWN after calling
20018           init_stream, so that the caps get set.
20019
20020 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
20021
20022         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20023
20024         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20025           Don't touch buffer if it is of size 0 (fixes #151064).
20026
20027 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20028
20029         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
20030           Synchronized discont handling.
20031
20032 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20033
20034         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20035         (gst_ogg_demux_push):
20036           Make seeking sort-of exact again (fixes #156387).
20037
20038 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20039
20040         * gst/playback/gstplaybasebin.c: (unknown_type),
20041         (add_element_stream), (new_decoded_pad),
20042         (gst_play_base_bin_change_state):
20043         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20044         (gst_stream_info_init), (gst_stream_info_new),
20045         (gst_stream_info_dispose), (gst_stream_info_get_property):
20046         * gst/playback/gststreaminfo.h:
20047           Make caps explicitely available. Makes testing for unsupported
20048           types possible. Improves error reporting.
20049
20050 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20051
20052         * gst/audioconvert/gstaudioconvert.c:
20053         (gst_audio_convert_buffer_to_default_format):
20054           Really don't touch read-only buffers (#156563).
20055
20056 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
20057
20058         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20059
20060         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20061           Fix memleak (#155223).
20062
20063 2004-10-29  Wim Taymans  <wim@fluendo.com>
20064
20065         * gst/tcp/.cvsignore:
20066         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20067         (gst_multifdsink_class_init), (gst_multifdsink_init),
20068         (gst_multifdsink_add), (gst_multifdsink_remove),
20069         (gst_multifdsink_remove_client_link), (is_sync_frame),
20070         (gst_multifdsink_new_client),
20071         (gst_multifdsink_handle_client_write),
20072         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20073         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20074         (gst_multifdsink_get_property):
20075         * gst/tcp/gstmultifdsink.h:
20076         Added burst on connect sync_method, deprecated sync_clients,
20077         streamlined the sync code some more.
20078
20079 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20080
20081         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20082         (gst_play_base_bin_change_state):
20083           Improve error reporting.
20084
20085 2004-10-28  Wim Taymans  <wim@fluendo.com>
20086
20087         * gst/tcp/Makefile.am:
20088         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20089         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20090         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20091         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20092         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20093         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20094         (gst_fdset_wait):
20095         Added more locks around fdset structures. Fixed/reworked
20096         the poll array resizing code.
20097         Added stress test for fdset.
20098
20099 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20100
20101         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20102         fix build
20103
20104 2004-10-28  Benjamin Otte  <otte@gnome.org>
20105
20106         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20107           fix link function to always query channels and query width for
20108           floats
20109         * configure.ac:
20110           add equalizer dir
20111         * gst/equalizer/Makefile.am:
20112         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20113         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20114         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20115         (arg_to_scale), (setup_filter),
20116         (gst_iir_equalizer_compute_frequencies),
20117         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20118         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20119         (plugin_init):
20120           add an equalizer
20121
20122 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20123
20124         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20125
20126         * po/LINGUAS:
20127         * po/nb.po:
20128           Added Norwegian Bokmaal translation
20129
20130 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20131
20132         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20133           Don't break on options (fixes #156488).
20134
20135 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20136
20137         * configure.ac:
20138         * ext/cdaudio/Makefile.am:
20139         * sys/Makefile.am:
20140           fix build on older automake
20141
20142 2004-10-26  Wim Taymans  <wim@fluendo.com>
20143
20144         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20145         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20146         Allow a little margin when negotiating the framerate.
20147
20148 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
20149
20150         * gst/level/gstlevel.c:
20151           synchonised naming of pads and pad-templates
20152
20153 2004-10-26  Wim Taymans  <wim@fluendo.com>
20154
20155         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20156         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20157         (_find_streams_check), (gst_ogg_demux_push):
20158         Fix EOS again. Needs to be done in a better way. We should not
20159         remove the pad if there is no new chained stream.
20160
20161 2004-10-26 Iain <iaingnome@gmail.com>
20162
20163         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20164         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20165         of the caps.
20166         * gst/interleave/interleave.c (interleave_class_init): Hook up release
20167         pad.
20168         (interleave_release_pad): Remove the pad.
20169         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20170         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20171         the set device.
20172         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20173         attrs
20174         (gst_xvimagesink_xcontext_clear): Free the xcontext.
20175         (gst_xvimagesink_finalize): Free the par.
20176
20177 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20178
20179         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20180         (gst_avimux_stop_file):
20181           First calculate the rate, and only then use it. Hdr.rate is a
20182           multiple and not a derivative of hdr.scale. Scale is not the
20183           same as blockalign but is solely related to rate.
20184
20185 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20186
20187         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20188         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20189           Implement seeking.
20190
20191 2004-10-25  James Henstridge  <james@jamesh.id.au>
20192
20193         Reviewed by:  David Schleef  <ds@schleef.org>
20194
20195         * examples/gstplay/player.c: (got_stream_length), (main):
20196         * examples/seeking/cdplayer.c: (update_scale):
20197         * examples/seeking/seek.c: (format_value), (update_scale):
20198         * examples/seeking/spider_seek.c: (format_value), (update_scale),
20199         (stop_seek):
20200         Build fixes on AMD64.
20201
20202 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20203
20204         reviewed by: Ronald Bultje <rbultje at gnome dot org>
20205
20206         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20207         Fix for some v4l cards which hang in v4lsrc
20208
20209 2004-10-25  Wim Taymans  <wim@fluendo.com>
20210
20211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20212         (gst_ogg_demux_push), (gst_ogg_chains_clear):
20213         Make sure to remove the pad when a new chain is
20214         encountered. Set some vars to NULL so we don't try
20215         to reference freed memory.
20216
20217 2004-10-25  Wim Taymans  <wim@fluendo.com>
20218
20219         * examples/seeking/Makefile.am:
20220         * examples/seeking/cdplayer.c: (update_scale):
20221         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20222         * examples/seeking/playbin.c: (make_playerbin_pipeline),
20223         (format_value), (update_scale), (iterate), (start_seek),
20224         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20225         (print_usage), (main):
20226         Added some more examples, update others.
20227
20228 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20229
20230         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20231         * ext/speex/gstspeexdec.c: (speex_dec_chain):
20232         * ext/theora/theoradec.c: (theora_dec_chain):
20233         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20234           Add codec-name metadata.
20235
20236 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
20237
20238         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20239
20240         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20241         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20242         * ext/alsa/gstalsamixertrack.h:
20243         * po/POTFILES.in:
20244           ALSA mixer track label internationalization (#154054).
20245
20246 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20247
20248         * ext/theora/theoradec.c: (theora_dec_chain):
20249           Export bitrate as metadata.
20250
20251 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20252
20253         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20254         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20255         * ext/alsa/gstalsamixertrack.h:
20256           Fix names, fix loop.
20257
20258 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20259
20260         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20261         (speex_dec_convert):
20262           sinkconvert function so oggdemux can get the file length (totem).
20263
20264 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20265
20266         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20267
20268         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20269           Don't push incomplete packets.
20270         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20271           Fix MPEG-4 audio typefinding.
20272
20273 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20274
20275         * sys/v4l/Makefile.am:
20276         * sys/v4l/gstv4l.c: (plugin_init):
20277         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20278         (gst_v4lelement_init), (gst_v4lelement_dispose),
20279         (gst_v4lelement_change_state):
20280         * sys/v4l/gstv4lelement.h:
20281         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20282         (gst_v4l_xoverlay_close), (idle_refresh),
20283         (gst_v4l_xoverlay_set_xwindow_id):
20284         * sys/v4l/gstv4lxoverlay.h:
20285         * sys/v4l/v4l-overlay_calls.c:
20286         * sys/v4l/v4l_calls.h:
20287         * sys/v4l2/Makefile.am:
20288         * sys/v4l2/gstv4l2.c: (plugin_init):
20289         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20290         (gst_v4l2element_init), (gst_v4l2element_dispose),
20291         (gst_v4l2element_change_state):
20292         * sys/v4l2/gstv4l2element.h:
20293         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20294         (gst_v4l2_xoverlay_close), (idle_refresh),
20295         (gst_v4l2_xoverlay_set_xwindow_id):
20296         * sys/v4l2/gstv4l2xoverlay.h:
20297         * sys/v4l2/v4l2-overlay_calls.c:
20298         * sys/v4l2/v4l2_calls.h:
20299           Remove client-side overlay handling, use the X-server v4l plugin
20300           for that. Nicer overlay, less code. Also make the plugin
20301           compileable without X (but then without overlay, obviously).
20302           Makes xwindowlistener obsolete, should we remove that?
20303
20304 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20305
20306         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20307         (gst_osssrc_src_query):
20308         * sys/oss/gstosssrc.h:
20309           OK, so people want offset in DEFAULT. This time, actually fix all
20310           cases.
20311         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20312           Add FPS properly.
20313
20314 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20315
20316         * gst/asfdemux/gstasfmux.c:
20317         * gst/avi/gstavimux.c:
20318           Framerate.
20319
20320 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20321
20322         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20323           Fix properties (channel, norm, frequency).
20324
20325 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20326
20327         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20328           Flag typo.
20329         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20330           No warnings.
20331
20332 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20333
20334         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20335           Fix hang.
20336
20337 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20338
20339         * sys/v4l2/gstv4l2element.h:
20340           Yet Another Hack (tm) for kernel header borkedness.
20341         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20342         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20343         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20344         (gst_v4l2src_change_state):
20345         * sys/v4l2/gstv4l2src.h:
20346         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20347         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20348           Fix caps, keep track of state, work.
20349
20350 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20351
20352         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20353           Quiet.
20354
20355 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20356
20357         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20358           Don't mix bytes and samples.
20359
20360 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20361
20362         * ext/ogg/gstoggmux.c:
20363           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20364           and theora. Any is incorrect.
20365         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20366           Fix caps.
20367         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20368         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20369         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20370         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20371         * sys/v4l/gstv4lmjpegsrc.h:
20372         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20373         (gst_v4lsrc_change_state):
20374         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20375         (gst_v4lmjpegsrc_capture_stop):
20376           Fix caps. Keep track of internal state. Work.
20377
20378 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20379
20380         * ext/Makefile.am:
20381           Fix the build fixes.
20382
20383 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20384
20385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20386         (gst_ogg_demux_src_event), (_find_chain_seek),
20387         (gst_ogg_pad_push):
20388           Check for pad availability before using it.
20389         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20390           Fix parsing of chained ogg. Needs more work on the decoder side.
20391
20392 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20393
20394         * gst/spectrum/Makefile.am:
20395         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20396         (idle_func):
20397           Fix demo and reenable it. Yes, I'm currently playing with audio
20398           analysis tools
20399
20400 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20401
20402         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20403           We love it if files that start at zero work too...
20404
20405 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20406
20407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20408           Handle files with missing EOS headers.
20409
20410 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20411
20412         * gst/tcp/gsttcpserversink.c:
20413         (gst_tcpserversink_handle_server_read),
20414         (gst_tcpserversink_init_send):
20415         Zero some variables first (need for accept not to return EINVAL)
20416
20417 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20418
20419         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20420         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20421         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20422         (theora_dec_chain):
20423         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20424         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20425           Seeking and querying finetune.
20426
20427 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20428
20429         * configure.ac:
20430         * ext/Makefile.am:
20431         * ext/raw1394/Makefile.am:
20432           fix the build
20433
20434 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20435
20436         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20437           Wrong return.
20438         * gst/playback/Makefile.am:
20439         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20440         * gst/playback/gstplay-marshal.list:
20441         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20442           Fix marshallers.
20443
20444 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20445
20446         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20447           Silence.
20448
20449 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20450
20451         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20452         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20453         (gst_ogg_pad_push):
20454           Yay for non-lineair granulepos in theora.
20455
20456 2004-10-18  Wim Taymans  <wim@fluendo.com>
20457
20458         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20459         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20460         * ext/dv/gstdvdec.h:
20461         Make sure we renegotiate aspect ratio when the camera switches.
20462
20463 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20464
20465         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20466         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20467           Start at zero.
20468         * ext/theora/theoradec.c: (theora_dec_chain):
20469           Skip headers. Bad idea for chained ogg, but fixes seeking.
20470
20471 2004-10-18  Wim Taymans  <wim@fluendo.com>
20472
20473         * configure.ac:
20474         I swear, this is the last time I touch this.
20475
20476 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20477
20478         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20479         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20480         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20481           Faster seeking.
20482         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20483           Time-to-default conversion.
20484         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20485           Don't error on unknown packets, just skip. We should probably
20486           read them if we want to support chained ogg.
20487
20488 2004-10-18  Wim Taymans  <wim@fluendo.com>
20489
20490         * configure.ac:
20491         Added cdaudio to wrong list.
20492
20493 2004-10-18  Wim Taymans  <wim@fluendo.com>
20494
20495         * configure.ac:
20496         Revive cdaudio.
20497
20498 2004-10-18  Wim Taymans  <wim@fluendo.com>
20499
20500         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20501         (gst_dvdec_video_link), (gst_dvdec_push):
20502         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20503         (gst_smokeenc_resync), (gst_smokeenc_chain):
20504         Fix mimetype on smoke encoder.
20505         Add aspect ratio to dvdec. Not sure if these
20506         values are correct though....
20507
20508 2004-10-18  Wim Taymans  <wim@fluendo.com>
20509
20510         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20511         Fix vorbis property descriptions and ranges.
20512
20513 2004-10-18  Wim Taymans  <wim@fluendo.com>
20514
20515         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20516         Really do nothing when no data is available.
20517         Go to the playing state when the stream is not seekable
20518         instead of failing.
20519
20520 2004-10-18  Wim Taymans  <wim@fluendo.com>
20521
20522         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20523         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20524         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20525         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20526         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20527         Added uri handler for cd://
20528         Port to new API.
20529
20530 2004-10-18  Wim Taymans  <wim@fluendo.com>
20531
20532         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20533         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20534         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20535         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20536         (remove_prerolls), (unknown_type), (add_element_stream),
20537         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20538         (gst_play_base_bin_remove_element),
20539         (gst_play_base_bin_link_stream):
20540         * gst/playback/gstplaybin.c: (gen_video_element),
20541         (gen_vis_element), (remove_sinks), (setup_sinks):
20542         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20543         (gst_stream_info_get_type), (gst_stream_info_class_init),
20544         (gst_stream_info_init), (gst_stream_info_new),
20545         (gst_stream_info_dispose), (stream_info_mute_pad),
20546         (gst_stream_info_set_property), (gst_stream_info_get_property):
20547         * gst/playback/gststreaminfo.h:
20548         Add sink padtemplate to decodebin.
20549         Added some more comments.
20550         Make queue size configurable in playbasebin.
20551         Added possibility to use elements as sinks (ex cdaudio).
20552
20553 2004-10-15  Wim Taymans  <wim@fluendo.com>
20554
20555         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20556         (gst_speexenc_chain):
20557         Fix speex timestamps so that it gets muxed properly.
20558
20559 2004-10-15  Wim Taymans  <wim@fluendo.com>
20560
20561         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20562         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20563         (gst_dv1394src_init), (gst_dv1394src_dispose),
20564         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20565         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20566         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20567         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20568         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20569         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20570         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20571         * ext/raw1394/gstdv1394src.h:
20572         Added conversion/query functions.
20573         Update buffer timestamps,
20574         Added signals.
20575         Added uri dv:// so it might play from the firewire in playbin.
20576         Fix a possible leak.
20577         Added debugging.
20578
20579 2004-10-15  Wim Taymans  <wim@fluendo.com>
20580
20581         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20582         (gst_dv1394src_init), (gst_dv1394src_set_property),
20583         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20584         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20585         * ext/raw1394/gstdv1394src.h:
20586         Added AV/C VTR control support needed for some cameras.
20587         Added automatic port detection.
20588         Added properties for selecting the channel.
20589         The configure.ac script is not yet updated to reflect the
20590         new libavc1394 and librom1394 dependencies.
20591
20592 2004-10-15  Wim Taymans  <wim@fluendo.com>
20593
20594         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20595         (qtdemux_parse), (gst_qtdemux_handle_esds):
20596         An esds box is not a container.
20597         Fix parsing of mp4v boxes.
20598         Do not try to renegotiate fps for each frame. Need to
20599         find a better method. This should fix mp4 playback.
20600
20601 2004-10-14  David Schleef  <ds@schleef.org>
20602
20603         * configure.ac: update for swfdec-0.3 and liboil-0.2
20604         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20605         * ext/swfdec/gstswfdec.h: same
20606         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20607         * gst/videotestsrc/videotestsrc.c: same
20608
20609 2004-10-14  Wim Taymans  <wim@fluendo.com>
20610
20611         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20612         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20613         (is_sync_frame), (gst_multifdsink_new_client),
20614         (gst_multifdsink_handle_client_write),
20615         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20616         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20617         Turn warnings into info.
20618         Don't allow a state change in the streaming thread.
20619
20620 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20621
20622         * ext/vorbis/oggvorbisenc.c:
20623         * ext/vorbis/vorbisdec.c:
20624           fix template sample rate
20625
20626 2004-10-13  Wim Taymans  <wim@fluendo.com>
20627
20628         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20629         Decoding the header first fixes some problems in resyncing
20630         in more mp3s.
20631
20632 2004-10-12  Wim Taymans  <wim@fluendo.com>
20633
20634         * gst/playback/gstplaybin.c: (gen_video_element),
20635         (gen_vis_element), (remove_sinks), (setup_sinks):
20636         Added vis plugin support, need to configure the vis
20637         element to activate it.
20638
20639 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20640
20641         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20642         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20643           Some debug.
20644         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20645         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20646         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20647         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20648         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20649         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20650         * gst/avi/gstavidemux.h:
20651           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20652           recovery (where, if part of the index is broken, we will still read
20653           the rest of the index and recover the broken part by stream
20654           scanning). More broken media support. EOS workarounds. General AVI
20655           braindamage headache recovery. Aspirin included.
20656
20657 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20658
20659         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20660         (cdparanoia_event), (cdparanoia_query):
20661           Get rid of hideous lead-in.
20662
20663 2004-10-11  Wim Taymans  <wim@fluendo.com>
20664
20665         * gst/playback/gstplaybasebin.c: (setup_source):
20666         Wrong var used to get g_list_next.
20667
20668 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20669
20670         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20671         (cdparanoia_get), (cdparanoia_open):
20672           Report discid as metadata, add duration.
20673
20674 2004-10-11  Wim Taymans  <wim@fluendo.com>
20675
20676         * gst/playback/gstplaybasebin.c: (setup_source):
20677         Cleanup the previous pipeline a little earlier for the
20678         case that a source element provides raw data.
20679
20680 2004-10-11  Benjamin Otte  <otte@gnome.org>
20681
20682         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20683           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20684           consuming the last 128 bytes, even though it was valid mp3 data.
20685
20686 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20687
20688         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20689         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20690         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20691         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20692
20693 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20694
20695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20696         Fix for webcams that support only specific width or height
20697
20698 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20699
20700         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20701
20702         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20703           Fix wrong discont event setup (fixes #154967).
20704
20705 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20706
20707         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20710           Error out on invalid data (fixes #154807).
20711
20712 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20713
20714         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20715
20716         * ext/dvdread/dvdreadsrc.c: (_read):
20717           Make titles > 0 work again (fixes #154834).
20718
20719 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20720
20721         * gst-libs/gst/riff/riff-media.c:
20722         (gst_riff_create_video_template_caps):
20723           WMV3 missing in template caps.
20724
20725 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20726
20727         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20728           OK, so the original code was too strict. It makes random AVI files
20729           hang for seconds upon opening, which is unacceptable and is far
20730           beyond the original goal of getting multiple chunks for one-chunk
20731           sounc stream files. So now do just that.
20732
20733 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20734
20735         * gst/playback/gstplaybasebin.c: (setup_source),
20736         (gst_play_base_bin_change_state):
20737           Actually clean up streaminfo if output fails. This would trigger
20738           if, for example, there was no CD in the drive. No preroll, so
20739           a streaminfo structure is created, but the subsequent state change
20740           of the thread fails.
20741         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20742           Don't change state if parent failed.
20743
20744 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20745
20746         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20747         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20748         (gen_video_element), (remove_sinks):
20749           Add small bits of code for screenshot handling.
20750
20751 2004-10-08  Wim Taymans  <wim@fluendo.com>
20752
20753         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20754         (gen_video_element), (gen_audio_element), (setup_sinks):
20755         Don't assume the user provided sinks are named "sink"...
20756
20757 2004-10-08  Wim Taymans  <wim@fluendo.com>
20758
20759         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20760         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20761         (gst_play_base_bin_link_stream):
20762         Do not try to autoplug sources that generate raw streams like
20763         cdparanoia.
20764         disconnect the preroll overrun signal when we don't need it anymore.
20765
20766 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20767
20768         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20769         Added reworked patch from #154903 from milosz derezynski (deadchip).
20770
20771 2004-10-08  Wim Taymans  <wim@fluendo.com>
20772
20773         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20774         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20775         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20776         (cdparanoia_convert), (cdparanoia_uri_get_type),
20777         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20778         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20779         * ext/cdparanoia/gstcdparanoia.h:
20780         This adds the cdda://<tracknum> uri.
20781
20782 2004-10-08  Wim Taymans  <wim@fluendo.com>
20783
20784         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20785         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20786         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20787         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20788         (unknown_type), (gst_play_base_bin_remove_element),
20789         (gst_play_base_bin_link_stream):
20790         * gst/playback/gstplaybasebin.h:
20791         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20792         (gst_play_bin_set_property), (gen_video_element),
20793         (gen_audio_element), (setup_sinks):
20794         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20795         (gst_stream_info_get_type), (gst_stream_info_class_init),
20796         (gst_stream_info_init), (gst_stream_info_new),
20797         (gst_stream_info_dispose), (stream_info_mute_pad),
20798         (gst_stream_info_set_property), (gst_stream_info_get_property):
20799         * gst/playback/gststreaminfo.h:
20800         Reuse the audio and video bins.
20801         Some internal cleanups in the stream selection code.
20802
20803 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20804
20805         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20806         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20807         * sys/ximage/ximagesink.h:
20808         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20809         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20810         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20811         not coming from those elements. Moreover these elements should not keep
20812         the xid they have been given when in NULL state.
20813
20814 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20815
20816         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20817         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20818         * sys/ximage/ximagesink.h:
20819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20820         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20821         * sys/xvimage/xvimagesink.h:
20822           Actually only create a new toplevel window if we're not gonna
20823           embed it right after.
20824
20825 2004-10-07  Wim Taymans  <wim@fluendo.com>
20826
20827         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20828         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20829         * gst/playback/gstplaybin.c: (setup_sinks):
20830         Implement muting/unmuting of streams, mute streams that are not
20831         used.
20832
20833 2004-10-07  Wim Taymans  <wim@fluendo.com>
20834
20835         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20836         (plugin_init):
20837         Added lame audio/x-ac3 typefind function.
20838
20839 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20840
20841         * configure.ac:
20842           bump nano to cvs
20843
20844 === release 0.8.5 ===
20845
20846 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20847
20848         * NEWS:
20849         * RELEASE:
20850         * configure.ac:
20851           releasing 0.8.5, "Take You On"
20852
20853 2004-10-06  Wim Taymans  <wim@fluendo.com>
20854
20855         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20856         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20857         (no_more_pads), (close_link), (type_found):
20858         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20859         * gst/playback/gstplaybin.c: (gen_video_element):
20860         Do not signal the no_more_pads after the first pad when
20861         we are plugging a non dynamic element with multiple
20862         output pads (like swfdec, dvdec, ...).
20863
20864 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20865
20866         * configure.ac:
20867           bump for prerelease
20868
20869 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20870
20871         * gst/wavparse/gstwavparse.c:
20872           add ATRAC3 to STATIC CAPS to fix a warning
20873
20874         * gst/matroska/ebml-read.c:
20875         * gst-libs/gst/riff/riff-read.c:
20876           fix typos
20877
20878 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20879
20880         * gst-libs/gst/riff/riff-media.c:
20881           generate caps for ATRAC3 audio streams
20882
20883         * gst/realmedia/rmdemux.c:
20884           generate caps for ATRAC3 audio streams
20885
20886 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20887
20888         * gst/wavparse/Makefile.am
20889         * gst/wavparse/riff.h
20890         * gst/wavparse/wavparse.vcproj
20891           riff.h removal (unused and duplication with riff-ids.h)
20892
20893 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20894
20895         * gst/wavparse/gstwavparse.h
20896           remove duplicated defines for audio codec codes
20897
20898         * gst-libs/gst/riff/riff-ids.h
20899         * gst/wavenc/riff.h:
20900           add "4CC" code for ATRAC3 audio streams
20901           add "4CC" code for ITU_G721_ADPCM (unused for now)
20902
20903 2004-10-06  Wim Taymans  <wim@fluendo.com>
20904
20905         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20906         Actually _do_ negotiation. Pass gdouble as arg instead
20907         of guint64 for the framerate.
20908
20909 2004-10-06  Wim Taymans  <wim@fluendo.com>
20910
20911         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20912         (find_compatibles), (close_pad_link), (try_to_link_1),
20913         (no_more_pads), (close_link), (type_found):
20914         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20915         * gst/playback/gstplaybin.c: (gen_video_element),
20916         (gen_audio_element):
20917         Set state on newly added element to READY so that negotiation
20918         can happen ASAP.
20919         Addes some more debug info.
20920         Do not try to plug pads with multiple caps structures or ANY
20921         because it is too dangerous since we do not do dynamic
20922         replugging.
20923
20924 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20925
20926         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20927
20928         * po/LINGUAS:
20929         * po/or.po:
20930           add Oriya translation
20931
20932 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20933
20934         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20935           Prevent overwrite of size member. Makes audio sound crappy.
20936
20937 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20938
20939         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20940         Add rmvb to the list of known RealMedia extensions
20941
20942 2004-10-05  Wim Taymans  <wim@fluendo.com>
20943
20944         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20945         (mngdec_openstream), (mngdec_closestream),
20946         (mngdec_handle_sink_event), (mngdec_readdata),
20947         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20948         (mngdec_getcanvasline), (mngdec_refresh),
20949         (gst_mngdec_change_state):
20950         Set the framerate correctly.
20951
20952 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20953
20954         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20955           There was something wrong with the index massaging.
20956
20957 2004-10-04  Wim Taymans  <wim@fluendo.com>
20958
20959         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20960         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20961         (gst_smokedec_chain):
20962         * ext/jpeg/gstsmokedec.h:
20963         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20964         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20965         * ext/jpeg/gstsmokeenc.h:
20966         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20967         (smokecodec_decode_new), (smokecodec_info_free),
20968         (smokecodec_set_quality), (smokecodec_get_quality),
20969         (smokecodec_set_threshold), (smokecodec_get_threshold),
20970         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20971         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20972         (smokecodec_encode), (smokecodec_parse_id),
20973         (smokecodec_parse_header), (smokecodec_decode):
20974         * ext/jpeg/smokecodec.h:
20975         * ext/jpeg/smokeformat.h:
20976         Updated smoke, new bitstream, allows embedding in ogg.
20977
20978 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20979
20980         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20981           Fix seeking in some files. All this code is no longer needed (and
20982           actually breaks stuff) because we now synchronize the full index
20983           right when reading the header.
20984
20985 2004-10-04  Wim Taymans  <wim@fluendo.com>
20986
20987         * configure.ac:
20988         configure update for libmng.
20989
20990 2004-10-04  Wim Taymans  <wim@fluendo.com>
20991
20992         * ext/libmng/Makefile.am:
20993         * ext/libmng/gstmng.c: (plugin_init):
20994         * ext/libmng/gstmng.h:
20995         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20996         (gst_mngdec_base_init), (gst_mngdec_class_init),
20997         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20998         (gst_mngdec_loop), (gst_mngdec_get_property),
20999         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
21000         (mngdec_closestream), (mngdec_handle_sink_event),
21001         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
21002         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
21003         (gst_mngdec_change_state):
21004         * ext/libmng/gstmngdec.h:
21005         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
21006         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
21007         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
21008         (gst_mngenc_chain), (gst_mngenc_get_property),
21009         (gst_mngenc_set_property):
21010         * ext/libmng/gstmngenc.h:
21011         Added basic MNG decoder. Needs more work. The encoder does
21012         not work yet.
21013
21014 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21015
21016         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
21017         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
21018         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
21019           Don't hang on length=0 chunks. Some negotiation fixes. Signal
21020           no-more-pads.
21021
21022 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21023
21024         * configure.ac:
21025           you need at least 1.0.4 of speex
21026
21027 2004-10-04 Iain <iaingnome@gmail.com>
21028
21029         * ext/speex/gstspeexdec.h: Revert the includes changes.
21030
21031         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
21032
21033 2004-09-30 Iain <iaingnome@gmail.com>
21034
21035         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
21036         found during init or set as a property instead of hardcoding /dev/audio
21037
21038 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21039
21040         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
21041         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
21042         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
21043         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
21044         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
21045         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
21046         (gst_rmdemux_dump_data):
21047           Use debug category, fix EOS handling. filesrc ! rmdemux now
21048           works.
21049
21050 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21051
21052         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21053         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21054         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21055           Improve allocation, cutting and sorting of the index. How takes a
21056           few seconds instead of minutes.
21057
21058 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
21059
21060         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21061           fixed compilation
21062
21063 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21064
21065         * gst-libs/gst/riff/riff-media.c:
21066         (gst_riff_create_video_caps_with_data),
21067         (gst_riff_create_video_template_caps):
21068           Add wing commander format mimetype/fourccs.
21069         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21070           Don't crash if some value is 0.
21071
21072 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21073
21074         * gst-libs/gst/riff/riff-media.c:
21075         (gst_riff_create_video_caps_with_data),
21076         (gst_riff_create_video_template_caps):
21077           Add DIB fourcc (raw, palettized 8-bit RGB).
21078         * gst-libs/gst/riff/riff-read.c:
21079         (gst_riff_read_strf_vids_with_data):
21080           Oops, fix strf_data reading bug.
21081         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21082           Use a non-NULL tag.
21083         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21084           Time for hacks. Sorry Dave. At least one quicktime movie (a
21085           trailer) that I've encountered contains multiple video tracks.
21086           One of those is the actual video track, the other are one-frame
21087           tracks (images). Unfortunately, the number of frames according
21088           to the trak header is 1 for each, so that doesn't help. So
21089           instead, I look at the duration and discard tracks with a
21090           duration shorter than 20% of the length of the stream. Better
21091           than nothing.
21092
21093 2004-10-01  Christian Schaller <christian@fluendo.com>
21094
21095         * ext/ivorbis/vorbis.c:
21096           Patch from Phil Blundell (Bug 152341)
21097
21098 2004-10-01  Wim Taymans  <wim@fluendo.com>
21099
21100         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21101         (speex_dec_get_formats), (speex_dec_convert),
21102         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21103         (speex_dec_chain), (gst_speexdec_get_property),
21104         (gst_speexdec_set_property):
21105         Small cleanups.
21106
21107 2004-10-01  Wim Taymans  <wim@fluendo.com>
21108
21109         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21110         (gst_wavparse_stream_init), (gst_wavparse_fmt),
21111         (gst_wavparse_other), (gst_wavparse_loop),
21112         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21113         (gst_wavparse_srcpad_event):
21114         * gst/wavparse/gstwavparse.h:
21115         Added some more debugging info.
21116         Fix the case where the length of the file is 0.
21117         Make sure we seek to sample borders.
21118
21119 2004-10-01  Wim Taymans  <wim@fluendo.com>
21120
21121         * gst/playback/README:
21122         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21123         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21124         (try_to_link_1), (no_more_pads), (close_link), (type_found):
21125         Add some debug info to decodebin, update README
21126
21127 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21128
21129         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21130           Don't use g_print(); use GST_DEBUG().
21131
21132 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21133
21134         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21135         (gst_ogg_mux_queue_pads):
21136           Handle EOS properly.
21137
21138 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21139
21140         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21141
21142         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21143         (gst_faad_chain), (gst_faad_change_state):
21144         * ext/faad/gstfaad.h:
21145           Allow playback of raw (unframed) MPEG AAC files (#148993).
21146
21147 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21148
21149         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21150
21151         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21152           Throw error if we didn't recognize the stream. Fixes #152289.
21153
21154 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21155
21156         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21157           Fix negotiation.
21158
21159 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
21160
21161         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21162
21163         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21164           Fix memleak.
21165
21166 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21167
21168         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21169
21170         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21171           Solve #152805.
21172         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21173           Solve 152806.
21174
21175 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21176
21177         * gst-libs/gst/riff/riff-media.c:
21178         (gst_riff_create_video_caps_with_data),
21179         (gst_riff_create_audio_caps_with_data):
21180           Add codec_data handling (like asfdemux used to do).
21181         * gst/asfdemux/gstasf.c: (plugin_init):
21182         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21183         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21184           Use riff-media for caps creation instead of our own (mostly
21185           broken) copy of its functions.
21186
21187 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21188
21189         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21190           Don't actually error out if we get another return value than
21191           -EINVAL. Opposite to what I first thought, drivers have random
21192           return values for this, although -EINVAL is the expected return
21193           value. Since this is not fatal, we shouldn't use
21194           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21195
21196 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21197
21198         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21199         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21200         (dvdreadsrc_get_property), (_open), (_seek), (_read),
21201         (dvdreadsrc_get), (dvdreadsrc_open_file),
21202         (dvdreadsrc_change_state):
21203           Fix. Don't do one big huge loop around the whole DVD, that will
21204           cache all data and thus eat sizeof(dvd) (several GB) before we
21205           see something.
21206         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21207           Actually NULL'ify event after using it.
21208         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21209         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21210         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21211         (gst_ebml_read_seek), (gst_ebml_read_skip):
21212           Handle events.
21213         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21214         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21215         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21216           Fix timing (this will probably break if I seek using menus, but
21217           I didn't get there yet). VOBs and normal DVDs should now work.
21218           Add a mpeg2-only pad with high rank so this get autoplugged for
21219           MPEG-2 movies.
21220         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21221         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21222         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21223         (gst_mpeg_demux_get_audio_stream),
21224         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21225         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21226           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21227           MPEG-1 but use dvddemux for MPEG-2.
21228         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21229         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21230         (gst_mpeg_parse_parse_packhead):
21231           Timing. Only add pad template if it exists. Add sink template from
21232           class and not from ourselves. This means we will always use the
21233           correct sink template even if it is not the one defined in this
21234           file.
21235
21236 2004-09-29  Wim Taymans  <wim@fluendo.com>
21237
21238         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21239         (gst_mpeg_demux_parse_pes):
21240         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21241         Fix playback of mpeg again, timestamps where screwed up by
21242         patch 1.61.
21243
21244 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21245
21246         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21247           Only return true if we actually filled something in. Prevents
21248           player applications from showing a random length for flac files.
21249         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21250         (gst_riff_read_use_event), (gst_riff_read_handle_event),
21251         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21252         (gst_riff_read_strf_vids_with_data),
21253         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21254           OK, ok, so I implemented event handling. Apparently it's normal
21255           that we receive random events at random points without asking
21256           for it.
21257         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21258         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21259         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21260         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21261         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21262         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21263         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21264         * gst/avi/gstavidemux.h:
21265           Implement non-lineair chunk handling and subchunk processing.
21266           The first solves playback of AVI files where the audio and video
21267           data of individual buffers that we read are not synchronized.
21268           This should not happen according to the wonderful AVI specs, but
21269           of course it does happen in reality. It is also a prerequisite for
21270           the second. Subchunk processing allows us to cut chunks in small
21271           pieces and process each of these pieces separately. This is
21272           required because I've seen several AVI files with incredibly large
21273           audio chunks, even some files with only one audio chunk for the
21274           whole file. This allows for proper playback including seeking.
21275           This patch is supposed to fix all AVI A/V sync issues.
21276         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21277         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21278           Work.
21279         * gst/modplug/gstmodplug.cc:
21280           Proper return value setting for the query() function.
21281         * gst/playback/gstplaybasebin.c: (setup_source):
21282           Being in non-playing state (after, e.g., EOS) is not necessarily
21283           a bad thing. Allow for that. This fixes playback of short files.
21284           They don't actually playback fully now, because the clock already
21285           runs. This means that small files (<500kB) with a small length
21286           (<2sec) will still not or barely play. Other files, such as mod
21287           or flx, will work correctly, however.
21288
21289 2004-09-28  Wim Taymans  <wim@fluendo.com>
21290
21291         * ext/speex/gstspeex.c: (plugin_init):
21292         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21293         (gst_speex_dec_class_init), (speex_dec_get_formats),
21294         (speex_get_event_masks), (speex_get_query_types),
21295         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21296         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21297         (gst_speexdec_get_property), (gst_speexdec_set_property),
21298         (speex_dec_change_state):
21299         * ext/speex/gstspeexdec.h:
21300         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21301         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21302         (gst_speexenc_base_init), (gst_speexenc_class_init),
21303         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21304         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21305         (gst_speexenc_src_query), (gst_speexenc_init),
21306         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21307         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21308         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21309         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21310         (gst_speexenc_chain), (gst_speexenc_get_property),
21311         (gst_speexenc_set_property), (gst_speexenc_change_state):
21312         * ext/speex/gstspeexenc.h:
21313         Rewrote speex encoder, make sure it can be embedded in ogg.
21314         Implemented speex decoder.
21315
21316 2004-09-28  Christian Schaller <christian@fluendo.com>
21317
21318         * configure.ac:
21319         Remove kioslave plugin. Markey is brewing a new working one
21320         * ext/Makefile.am: Remove kioslave plugin
21321         * ext/kio: remove
21322         * gst-plugins.spec.in: remove kio plugin from spec
21323
21324 2004-09-27  Wim Taymans  <wim@fluendo.com>
21325
21326         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21327         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21328         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21329         (gst_multifdsink_new_client),
21330         (gst_multifdsink_handle_client_write),
21331         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21332         (gst_multifdsink_handle_clients):
21333         * gst/tcp/gstmultifdsink.h:
21334         Make syncing to keyframes actually work for new clients and lagging
21335         clients.
21336
21337 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21338
21339         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21340         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21341         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21342         * gst/debug/gstnavigationtest.h:
21343           make navigationtest display button-press and button-release events
21344
21345 2004-09-26 Iain <iaingnome@gmail.com>
21346
21347         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21348         the channels have received a new media event.
21349         (interleave_buffered_loop): Compresses a new media event on all
21350         channels into one.
21351
21352 2004-09-26 Iain <iaingnome@gmail.com>
21353
21354         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21355         call the sinkpad's default event handler and not the srcpads. He also
21356         says this is confusing :)
21357         (gst_wavenc_stop_file): Company says that seek events only go upstream
21358         we should send a discontinuous downstream instead.
21359
21360 2004-09-25  Christian Schaller <christian@fluendo.com>
21361
21362         * Update SPEC file to be usable in conjunction with Fedora Core,
21363           Fedora.us and freshrpms packages
21364         * Fix typo in multifilesrc test Makefile
21365
21366 2004-09-24  Wim Taymans  <wim@fluendo.com>
21367
21368         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21369         Only signal the no_more_pads signal when we have
21370         added the stream to our list.
21371
21372 2004-09-24  Wim Taymans  <wim@fluendo.com>
21373
21374         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21375         (new_decoded_pad):
21376         * gst/playback/gstplaybasebin.h:
21377         * gst/playback/gstplaybin.c: (setup_sinks):
21378         Don't try to preroll or decode more than one audio/video
21379         track.
21380
21381 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21382
21383         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21384           Throw error if we failed to find a suitable output. This should
21385           throw an error if we successfully set up a pipeline (e.g. because
21386           we recognized a media file) but found no decodable streams in it
21387           (e.g. because it contains only media stream types for which we
21388           have no decoders, or because it's not a media type).
21389
21390 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21391
21392         * ext/dirac/Makefile.am:
21393         * ext/dirac/gstdirac.cc:
21394         * ext/dirac/gstdiracdec.cc:
21395         * ext/dirac/gstdiracdec.h:
21396           Do something. Don't actually know if this works because I don't
21397           have a demuxer yet.
21398         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21399           Add channels=1 to caps returned from _getcaps().
21400         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21401         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21402         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21403         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21404         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21405         (gst_ogm_parse_change_state):
21406           Separate between audio/video so ogmaudioparse actually uses the
21407           audio pad templates. Both audio and video work now, including
21408           autoplugging. Also use sometimes-srcpad hack.
21409         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21410           Handle events better. Don't hang on infinite loops.
21411         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21412         (gst_avi_demux_init), (gst_avi_demux_reset),
21413         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21414         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21415         (gst_avi_demux_change_state):
21416         * gst/avi/gstavidemux.h:
21417           Improve A/V sync. Still not perfect.
21418         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21419         (gst_ebml_read_skip):
21420           Handle events better.
21421         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21422         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21423         (qtdemux_audio_caps):
21424           Add IMA4. Improve event handling. Save offset after a seek when
21425           the headers are at the end of the file so that we don't end up in
21426           an infinite loop.
21427         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21428           Add low-priority typefind support for files with no length.
21429
21430 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21431
21432         * testsuite/multifilesink/Makefile.am:
21433         fix typo
21434
21435 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21436
21437         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21438         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21439         mistakes from thaytan's patches.
21440
21441 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21442
21443         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21444           For completeness, XSync in the destroy function as xvimage does.
21445
21446 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21447
21448         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21449            Correct caps negotiation
21450         * gst/volume/gstvolume.c: (volume_chain_float),
21451         (volume_chain_int16):
21452            Modify debug output to be little more informative
21453         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21454         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21455         (gst_xvimagesink_xvimage_destroy):
21456           Add XSync calls after detaching from the shared memory segment to
21457           avoid a crash.
21458
21459 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21460
21461         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21462         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21463         * ext/vorbis/vorbis.c: (plugin_init):
21464         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21465         (gst_vorbisenc_chain):
21466         * ext/vorbis/vorbisenc.h:
21467         remove explicit newmedia support from oggmux and vorbisenc
21468         add debug category to vorbisenc
21469         * gst/multifilesink/gstmultifilesink.c:
21470         (gst_multifilesink_class_init), (gst_multifilesink_init),
21471         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21472         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21473         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21474         (plugin_init):
21475         * gst/multifilesink/gstmultifilesink.h:
21476         add support for streamheader in multifilesink
21477
21478 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21479
21480         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21481         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21482         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21483           Prevent infinite loops. More correct error reporting.
21484         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21485           Error out if negotiation fails.
21486         * gst/playback/gstplaybasebin.c: (setup_source),
21487         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21488         (gst_play_base_bin_found_tag):
21489           Error/tag forwarding. Pre-roll fixes for source errors on state
21490           changes (e.g. "file does not exist") to prevent hangs.
21491
21492 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21493
21494         * testsuite/multifilesink/Makefile.am:
21495         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21496         (gst_newmedia_class_init), (gst_newmedia_init),
21497         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21498         (newfile_signal), (test_signal), (main):
21499         * testsuite/multifilesink/multifilesrc_test.c: (main):
21500         * testsuite/multifilesink/oggtheora_test.c:
21501         (gst_newmedia_base_init), (gst_newmedia_class_init),
21502         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21503         (test_format), (newfile_signal), (test_signal), (main):
21504         * testsuite/multifilesink/oggvorbis_test.c:
21505         (gst_newmedia_base_init), (gst_newmedia_class_init),
21506         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21507         (test_format), (newfile_signal), (test_signal), (main):
21508         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21509         (gst_newmedia_class_init), (gst_newmedia_init),
21510         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21511         (newfile_signal), (test_signal), (main):
21512         New media tests
21513
21514 2004-09-20  Christian Schaller <christian@fluendo.com>
21515
21516         * Fix mikmod license to LGPL as they have relicensed
21517         * Move Dirac and Effectv into LGPL section of README_license
21518
21519 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21520
21521         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21522         (gst_mad_change_state):
21523           Allow for mp3 rate/channels changes. However, only very
21524           conservatively. Reason that we *have* to enable this is smiply
21525           because the mad find_sync() function is not good enough, it will
21526           regularly sync on random data as valid frames and therefore make
21527           us provide random caps as *final* caps of the stream. The best fix
21528           I could think of is to simply require several of the same stream
21529           changes in a row before we change caps.
21530           The actual testcase that works now is #
21531         * ext/ogg/Makefile.am:
21532         * ext/ogg/gstogg.c: (plugin_init):
21533         * ext/ogg/gstogmparse.c:
21534           OGM support (video only for now; I need an audio sample file).
21535         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21536         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21537         (gst_asf_demux_add_video_stream):
21538           WMV extradata.
21539         * gst/playback/gstplaybasebin.c: (unknown_type):
21540           Don't error out on single unknown-types after all. It's wrong.
21541           If we found type of video and audio but not of a subtitle stream,
21542           it will still error out (which is unwanted). Will find a better fix
21543           later on.
21544         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21545         (ogmaudio_type_find), (plugin_init):
21546           OGM support.
21547
21548 2004-09-20  Johan Dahlin  <johan@gnome.org>
21549
21550         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21551         after setting caps.
21552
21553 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21554
21555         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21556         * gst/wavenc/gstwavenc.h:
21557         Added newmedia support to wavenc
21558
21559 2004-09-17  Wim Taymans  <wim@fluendo.com>
21560
21561         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21562         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21563         (gst_fdset_fd_can_write), (gst_fdset_wait):
21564         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21565         (gst_multifdsink_init), (gst_multifdsink_add),
21566         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21567         (gst_multifdsink_remove_client_link),
21568         (gst_multifdsink_client_queue_buffer),
21569         (gst_multifdsink_handle_client_write),
21570         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21571         (gst_multifdsink_close), (gst_multifdsink_change_state):
21572         * gst/tcp/gstmultifdsink.h:
21573         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21574         (gst_tcpserversink_removed):
21575         Small cleanups in fdset.c
21576         Use a hastable to map fd to the client structure for faster
21577         lookup in _remove and get_stats.
21578         Added virtual function to close the fds.
21579         Handle clients even when the select/poll call was unblocked because
21580         of a command.
21581         Implement syncing to keyframe in the recovery procedure.
21582
21583 2004-09-16 Iain <iaingnome@gmail.com>
21584
21585         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21586         try caps.
21587
21588 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21589
21590         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21591           Caps are only set if the type of the stream is unknown, but this
21592           is initialized in ->init_stream(), so set to UNKNOWN after calling
21593           ->init_stream() so that capsnego starts.
21594
21595 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21596
21597         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21598         (gst_avi_demux_stream_data):
21599           Just hardcode for raw audio then. AVI audio sucks.
21600
21601 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21602
21603         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21604         * gst/matroska/matroska-mux.c: (audiosink_templ),
21605         (gst_matroska_mux_audio_pad_link):
21606         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21607         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21608
21609 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21610
21611         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21612         (gst_avi_demux_stream_data):
21613           Try to fix a/v sync issues.
21614
21615 2004-09-15  David Schleef  <ds@schleef.org>
21616
21617         * configure.ac: remove NASM check, since we don't use it.  Update
21618         dirac check to 0.4
21619         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21620         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21621         Initialized variables.
21622         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21623         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21624         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21625         SVQ3 format
21626
21627 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21628
21629         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21630         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21631         * gst/avi/gstavidemux.h:
21632           Fix for compressed audio (mp3) timestamp generation. How did this
21633           ever work?
21634
21635 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21636
21637         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21638           Volume is a double not a float.
21639
21640 2004-09-15  Wim Taymans  <wim@fluendo.com>
21641
21642         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21643         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21644         Don't close the fd in multifdsink as we didn't open it in the
21645         first place. Some cleanups.
21646
21647 2004-09-15  Wim Taymans  <wim@fluendo.com>
21648
21649         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21650         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21651         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21652         Fix the case where the muxer would mark pages as delta
21653         frames when they are not (vorbis only ogg).
21654
21655 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21656
21657         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21658         (gst_play_base_bin_change_state):
21659           Handle the case where we failed to setup a clear pipeline. This
21660           will throw an error (or EOS, another nice case) and if you don't
21661           catch that, the app will wait for the signal forever (and thus
21662           hang).
21663
21664 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21665
21666         * ext/gnomevfs/gstgnomevfssink.c:
21667         (gst_gnomevfssink_uri_get_protocols):
21668         * ext/gnomevfs/gstgnomevfssrc.c:
21669         (gst_gnomevfssrc_uri_get_protocols):
21670         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21671         * ext/gnomevfs/gstgnomevfsuri.h:
21672           Use _uri_new() instead of _open(), so it doesn't take as long and
21673           Christophe's computer won't hang.
21674         * gst/playback/gstplaybasebin.c: (unknown_type):
21675           Throw error on unknown media type, so apps actually display it.
21676
21677 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21678
21679         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21680           this script to work on Solaris since bash shell handles echo
21681           differenly than bash.
21682
21683 2004-09-17  Wim Taymans  <wim@fluendo.com>
21684
21685         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21686         (setup_source), (gst_play_base_bin_set_property),
21687         (gst_play_base_bin_add_element):
21688         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21689         Some more work on making sure seeking pauses the pipeline and
21690         that changing the uri actually does something.
21691
21692 2004-09-17  Wim Taymans  <wim@fluendo.com>
21693
21694         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21695         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21696         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21697         (gst_tcpserversink_close):
21698         Be a bit more paranoid when freeing memory.
21699
21700 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21701
21702         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21703         (qtdemux_parse_trak):
21704           Don't crash by dividing by zero (see sample movie in #126922).
21705
21706 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21707
21708         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21709           Don't touch non-existing data (fixes crash on file in #140147).
21710
21711 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21712
21713         * gst/playback/gstplaybasebin.c:
21714         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21715           Handle double disposals, and proper change of URIs.
21716
21717 2004-09-13  Martin Eikermann <meiker@upb.de>
21718
21719         * gst/mpegstream/gstmpegparse.c:
21720           fix synchronistation for streams recorded from digital PCR
21721           fixes bug #119376
21722
21723 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21724
21725         * ext/gnomevfs/Makefile.am:
21726         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21727         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21728         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21729         (gst_gnomevfssink_uri_get_type),
21730         (gst_gnomevfssink_uri_get_protocols),
21731         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21732         (gst_gnomevfssink_uri_handler_init),
21733         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21734         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21735         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21736         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21737         (gst_gnomevfssrc_uri_get_type),
21738         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21739         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21740         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21741         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21742         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21743         * ext/gnomevfs/gstgnomevfsuri.h:
21744           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21745           of fake URIs to see which this version of Gnome-VFS likes, and
21746           uses that for the Gst-URI interface. Makes playbin support http://
21747           streams. Also fix up some stupid behaviour in gnomevfssrc.
21748
21749 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21750
21751         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21752         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21753         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21754         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21755           Update mixer (to sync with other sessions) if we try to obtain
21756           a new value. This makes alsamixer work accross applications.
21757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21758           Only call sync functions if we're running, else alsalib asserts.
21759         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21760           Sometimes fails to compile. Possibly a gcc bug.
21761         * gst/playback/gstplaybin.c: (gen_video_element),
21762         (gen_audio_element):
21763           Add a reference to an application-provided object, because we lose
21764           this same reference if we add it to the bin. If we don't do this,
21765           we can only use this object once and thus crash if we go from
21766           ready to playing, back to ready and back to playing again.
21767           Also add an audioscale element because several cheap soundcards -
21768           like mine - don't support all samplerates.
21769         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21770         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21771           Fix wrong order or PAR calls. Makes automatically obtained PAR
21772           from the X server atually being used.
21773
21774 2004-09-12  David Schleef  <ds@schleef.org>
21775
21776         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21777         #151887, #152102, #152247.
21778         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21779         * examples/seeking/cdparanoia.c: same
21780         * examples/seeking/cdplayer.c: same
21781         * examples/seeking/seek.c: same
21782         * examples/seeking/spider_seek.c: same
21783         * examples/seeking/vorbisfile.c: same
21784         * examples/stats/mp2ogg.c: same
21785         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21786         (gst_esdsink_dispose): Dispose of element properly.
21787         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21788         fixes.
21789         * ext/nas/nassink.c: (gst_nassink_class_init),
21790         (gst_nassink_dispose): Dispose of element correctly.
21791         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21792         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21793         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21794         Fix 64-bit warning.
21795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21796         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21797         Fix 64-bit warning.
21798
21799 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21800
21801         * configure.ac : change speex detection as 1.1.6 now uses
21802           .pc/pkg-config and they changed their headers location.
21803
21804 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21805
21806         * gst/matroska/matroska-mux.h:
21807         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21808         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21809         (gst_matroska_mux_write_data):
21810           Write multiple blocks/frames per cluster.
21811                 Write meta-seek information (seek heads).
21812
21813 2004-09-09  Scott Wheeler <wheeler@kde.org>
21814
21815         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21816         (gst_play_bin_set_property), (gst_play_bin_get_property),
21817         (gen_audio_element), (gen_audio_element):
21818           Add a volume element / property to the pipeline.
21819
21820 2004-09-07  Wim Taymans  <wim@fluendo.com>
21821
21822         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21823         Copy timestamps from the master pad to the output buffers.
21824
21825 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21826
21827         * ext/raw1394/gstdv1394src.c:
21828           throw errors when applicable
21829
21830 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21831
21832         * gst/matroska/ebml-ids.h:
21833         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21834         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21835         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21836           automatically convert unix time <-> ebml time when reading/writing
21837           a date, use gst_ebml_write_uint to write CUETIME,
21838           not gst_ebml_write_date.
21839         * gst/matroska/matroska-ids.h:
21840         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21841         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21842         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21843         (gst_matroska_mux_write_data):
21844           Write track and segment UIDs, write muxing date, write
21845           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21846           Create cues for audio only files.
21847
21848 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21849
21850         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21851         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21852           Re-commit ALSA switches.
21853         * gst/adder/gstadder.c: (gst_adder_loop):
21854           64-bit fix (#151416).
21855         * gst/debug/progressreport.c: (gst_progressreport_report):
21856           64-bit fix (#151419).
21857         * gst/matroska/matroska-demux.c:
21858         (gst_matroska_demux_parse_contents):
21859           64-bit fix (#151420).
21860         * gst/playback/test3.c: (update_scale):
21861           64-bit fix (#151421).
21862
21863 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21864
21865         * configure.ac:
21866           bump nano to cvs
21867
21868 === release 0.8.4 ===
21869
21870 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21871
21872         * configure.ac: releasing 0.8.4, "Alias"
21873
21874 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21875
21876         * ext/theora/Makefile.am:
21877           fix makefile.  Fixes #151462.
21878
21879 2004-08-30  Wim Taymans  <wim@fluendo.com>
21880
21881         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21882         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21883         (gst_multifdsink_remove_client_link),
21884         (gst_multifdsink_client_queue_buffer),
21885         (gst_multifdsink_handle_client_write):
21886         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21887         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21888         Fix some memory leaks.
21889
21890 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21891
21892         Patch by: David Schleef
21893
21894         * configure.ac:
21895         * sys/Makefile.am:
21896           rename our detection macro for V4L2.  Fixes #151236.
21897
21898 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21899
21900         Patch by: David Schleef
21901
21902         * configure.ac:
21903           check to define LAMEPRESET.  Fixes #151232.
21904
21905 2004-08-27  David Schleef  <ds@schleef.org>
21906
21907         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21908         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21909         (gst_glimagesink_fixate):  Move local variable declarations to
21910         make gcc-2.95 happy.
21911
21912 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21913
21914         * configure.ac:
21915           bump nano for prerelease
21916
21917 2004-08-27  David Schleef  <ds@schleef.org>
21918
21919         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21920         * sys/sunaudio/gstsunaudiosrc.c:
21921         * sys/sunaudio/gstsunaudiosrc.h:
21922
21923 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21924
21925         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21926         handle EOS correctly
21927         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21928         * gst/matroska/matroska-mux.h:
21929         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21930         VFW compatibility mode
21931
21932 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21933
21934         patch by: Zaheer Abbas Merali
21935
21936         * ext/ogg/gstoggmux.c:
21937         * ext/vorbis/vorbisenc.c:
21938         * ext/vorbis/vorbisenc.h:
21939           handle NEWMEDIA
21940
21941 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21942
21943         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21944         fix byte order reversion on little endian machines.
21945         * gst/matroska/matroska-mux.c: (audiosink_templ),
21946         (gst_matroska_mux_audio_pad_link):
21947         add TTA codec to the list of supported codecs.
21948         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21949         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21950         (gst_matroska_mux_write_data):
21951         * gst/matroska/matroska-mux.h:
21952         write segment duration correctly, write muxing app string, fixes bugs
21953         #140897 and #140898.
21954         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21955         wait for all pads to be negotiated before starting to mux.
21956
21957 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21958
21959         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21960         * ext/lame/gstlame.h:
21961         Added new media support to lame
21962
21963 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21964
21965         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21966         send vorbis headers at the beginning of a stream, fixes bug #141554.
21967         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21968         bug #148950.
21969         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21970         (gst_matroska_demux_plugin_init):
21971         * gst/matroska/matroska-ids.h:
21972         enable demuxing of TTA audio streams, fixes bug #148951.
21973         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21974         enable typefinding for TTA audio files, fixes bug #148711.
21975         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21976         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21977         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21978
21979 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21980
21981         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21982         (gst_riff_read_element_data), (gst_riff_read_seek),
21983         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21984         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21985         <teuf@gnome.org>
21986
21987 2004-08-23 Iain <iaingnome@gmail.com>
21988
21989         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21990         tags. They appear to be handled differently to normal.
21991         (tag_list_to_id3_tag_foreach): Ditto.
21992
21993 2004-08-22  Wim Taymans  <wim@fluendo.com>
21994
21995         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21996         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21997         Make sure we never send -1 granulepos.
21998
21999 2004-08-20  Wim Taymans  <wim@fluendo.com>
22000
22001         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22002         (gst_ogg_mux_loop):
22003         I will accept bitchslappings with non sharp objects.
22004
22005 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22006
22007         * configure.ac:
22008         Clean up the test for lame presets
22009
22010 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22011
22012         * configure.ac:
22013         * ext/lame/Makefile.am:
22014         * ext/lame/gstlame.c: (gst_lame_class_init),
22015         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22016         Only enable lame presets if version of lame has presets in API
22017
22018 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
22019         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
22020         * gst/udp/gstudpsrc.h:
22021           Don't call gst_pad_push in a get function. Fixes #150449
22022
22023 2004-08-18  Wim Taymans  <wim@fluendo.com>
22024
22025         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
22026         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
22027         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22028         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22029         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22030         (gst_fdset_wait):
22031         * gst/tcp/gstfdset.h:
22032         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22033         (gst_multifdsink_client_queue_buffer),
22034         (gst_multifdsink_handle_client_write):
22035         * gst/tcp/gstmultifdsink.h:
22036         Some extra checks in gstfdset.
22037         Only use send() when the fd is a socket. Don't try to
22038         read from write only fds.
22039
22040 2004-08-18  Wim Taymans  <wim@fluendo.com>
22041
22042         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
22043         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22044         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22045         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22046         (gst_fdset_wait):
22047         Add more locking and bounds checking.
22048
22049 2004-08-18  Wim Taymans  <wim@fluendo.com>
22050
22051         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22052         Realloc test fdset in the lock and right before starting
22053         the poll call. Bump the limit to 4096.
22054
22055 2004-08-17  David Schleef  <ds@schleef.org>
22056
22057         * sys/sunaudio/Makefile.am:
22058         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22059         of rates and channels.  Make debugging less obnoxious.
22060
22061         Patch from Balamurali Viswanathan implementing a mixer for
22062         Sun audio.  (bug #144091):
22063         * sys/sunaudio/gstsunelement.c:
22064         * sys/sunaudio/gstsunelement.h:
22065         * sys/sunaudio/gstsunmixer.c:
22066         * sys/sunaudio/gstsunmixer.h:
22067
22068 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22069
22070         * gst/audioscale/gstaudioscale.c:
22071         * gst/audioscale/gstaudioscale.h:
22072         made audioscale resample from any sample rate to any sample rate
22073
22074 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22075
22076         * ext/libpng/gstpngdec.c:
22077           error out on unsupported types
22078
22079 2004-08-17  Iain <iaingnome@gmail.com>
22080
22081         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22082         mid_side and loose_mid_side properties if its a stereo stream.
22083
22084 2004-08-17  Wim Taymans  <wim@fluendo.com>
22085
22086         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22087         (theora_get_formats), (theora_dec_src_convert),
22088         (theora_dec_sink_convert), (theora_dec_src_query),
22089         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22090         Add a debug line.
22091
22092 2004-08-17  Wim Taymans  <wim@fluendo.com>
22093
22094         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22095         (gst_ogg_pad_push):
22096         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22097         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22098         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22099         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22100         Mark delta units in the muxer.
22101         Try to decode the packet after an out-of-sync error from
22102         libogg.
22103
22104 2004-08-17  Wim Taymans  <wim@fluendo.com>
22105
22106         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22107         (gst_multifdsink_init), (gst_multifdsink_add),
22108         (gst_multifdsink_client_queue_buffer),
22109         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22110         * gst/tcp/gstmultifdsink.h:
22111         Added option to send a keyframe to clients as the first buffer.
22112         Make timeout property writable.
22113
22114 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22115
22116         patch by: Wim Taymans
22117
22118         * gst/tcp/gstfdset.c:
22119         * gst/tcp/gstmultifdsink.c:
22120           fix index comparison, should include 0
22121
22122 2004-08-16  Wim Taymans  <wim@fluendo.com>
22123
22124         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22125         (gst_fdset_add_fd), (gst_fdset_remove_fd),
22126         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22127         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22128         (gst_fdset_wait):
22129           copy when reallocing for poll so the select arguments don't get
22130           changed during the call
22131
22132 2004-08-16  Wim Taymans  <wim@fluendo.com>
22133
22134         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22135         (gst_theora_enc_class_init), (theora_enc_sink_link),
22136         (theora_buffer_from_packet), (theora_enc_chain):
22137         Fix bug where buffers were not marked as keyframes
22138         correctly.
22139
22140 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22141
22142         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22143         (gst_lame_preset_get_type), (gst_lame_class_init):
22144         describe the enum values for vbr mode and presets more verbosely
22145
22146 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22147
22148         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22149         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22150         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22151         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22152         * ext/lame/gstlame.h:
22153         add preset property to lame so it can use lame presets
22154
22155 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22156
22157         * ext/lame/gstlame.c: (gst_lame_get_property):
22158         whoops forgot break, thanks teuf
22159
22160 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22161
22162         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22163         (gst_lame_class_init), (gst_lame_src_getcaps),
22164         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22165         (gst_lame_get_property), (gst_lame_setup):
22166         * ext/lame/gstlame.h:
22167         fix lame's broken vbr stuff, allow it to resample if need be, and also
22168         make xing header optional
22169
22170 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22171
22172         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22173         added getcaps function so samplerate doesnt get fixated to silly values
22174
22175 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22176
22177         * ext/lame/gstlame.c: (gst_lame_src_link):
22178         revert previous fix
22179
22180 2004-08-12  Johan Dahlin  <johan@gnome.org>
22181
22182         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22183         checks. Doesn't matter what state we are in. Interfaces are a
22184         compile time thing, not runtime. It also broke the python bindings.
22185
22186 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22187
22188         * ext/lame/gstlame.c: (gst_lame_src_link):
22189         made source pad link function check if sinkpad is ok..fixes the problem
22190         where core fixates the output rate of lame stupidly
22191
22192 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22193
22194         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22195         * sys/v4l/v4l_calls.c:
22196         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22197           fix fixate function to handle nonsimple caps.
22198           remove bogus check in _link
22199           cleanups
22200
22201 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22202
22203         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22204         set default compression ratio parameter to 0.0 so bitrate parameter
22205         works :)
22206
22207 2004-08-11  David Schleef  <ds@schleef.org>
22208
22209         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22210
22211 2004-08-11  David Schleef  <ds@schleef.org>
22212
22213         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22214         before.
22215
22216 2004-08-11  David Schleef  <ds@schleef.org>
22217
22218         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22219
22220 2004-08-11  David Schleef  <ds@schleef.org>
22221
22222         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22223           license field
22224         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22225         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22226           LGPL.
22227         * gst/auparse/gstauparse.c: Fix plugin license field.
22228         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22229         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22230         * gst/rtp/gstrtp.c: Fix plugin license field.
22231
22232 2004-08-11  Wim Taymans  <wim@fluendo.com>
22233
22234         * gst/tcp/Makefile.am:
22235         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22236         (ensure_size), (gst_fdset_new), (gst_fdset_free),
22237         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22238         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22239         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22240         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22241         (gst_fdset_fd_can_write), (gst_fdset_wait):
22242         * gst/tcp/gstfdset.h:
22243         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22244         (gst_multifdsink_class_init), (gst_multifdsink_init),
22245         (gst_multifdsink_add), (gst_multifdsink_remove),
22246         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22247         (gst_multifdsink_remove_client_link),
22248         (gst_multifdsink_handle_client_read),
22249         (gst_multifdsink_client_queue_data),
22250         (gst_multifdsink_client_queue_caps),
22251         (gst_multifdsink_client_queue_buffer),
22252         (gst_multifdsink_handle_client_write),
22253         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22254         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22255         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22256         (gst_multifdsink_close):
22257         * gst/tcp/gstmultifdsink.h:
22258         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22259         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22260         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22261         (gst_tcpserversink_close):
22262         * gst/tcp/gsttcpserversink.h:
22263         Abstracted away the select call, implemented poll (yes we ran into
22264         the 1024 limit in production).
22265
22266 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22267
22268         * gst/tcp/gsttcp.c:
22269         * gst/tcp/gsttcpplugin.c:
22270           improve debuggging, remove assert
22271
22272 2004-08-10  Wim Taymans  <wim@fluendo.com>
22273
22274         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22275         (gst_client_status_get_type), (gst_multifdsink_class_init),
22276         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22277         (gst_multifdsink_handle_client_read),
22278         (gst_multifdsink_handle_client_write),
22279         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22280         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22281         (gst_multifdsink_get_property):
22282         * gst/tcp/gstmultifdsink.h:
22283         * gst/tcp/gsttcp-marshal.list:
22284         Starting to prepare for specifying buffer time in other units
22285         than buffers. Expose remove reason in signal.
22286
22287 2004-08-10  Wim Taymans  <wim@fluendo.com>
22288
22289         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22290         (gst_multifdsink_remove), (gst_multifdsink_clear),
22291         (gst_multifdsink_remove_client_link),
22292         (gst_multifdsink_handle_client_read),
22293         (gst_multifdsink_client_queue_data),
22294         (gst_multifdsink_client_queue_buffer),
22295         (gst_multifdsink_handle_client_write),
22296         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22297         (gst_multifdsink_chain), (gst_multifdsink_close):
22298         * gst/tcp/gstmultifdsink.h:
22299         Added more debugging info. Changed the way clients are
22300         removed from the lists. Fixed a bug where a bad file descriptor
22301         could cause many clients to be removed.
22302
22303 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22304
22305         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22306           allow all pixel-aspect-ratios, not just 1:1
22307
22308 2004-08-09  David Schleef  <ds@schleef.org>
22309
22310         * sys/glsink/ARB_multitexture.h:  Remove old files.
22311         * sys/glsink/EXT_paletted_texture.h:
22312         * sys/glsink/NV_register_combiners.h:
22313         * sys/glsink/gstgl_nvimage.c:
22314         * sys/glsink/gstgl_pdrimage.c:
22315         * sys/glsink/gstgl_rgbimage.c:
22316         * sys/glsink/gstglsink.c:
22317         * sys/glsink/gstglsink.h:
22318         * sys/glsink/gstglxwindow.c:
22319         * sys/glsink/regcomb_yuvrgb.c:
22320
22321 2004-08-09  David Schleef  <ds@schleef.org>
22322
22323         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22324         GL sink plugin.  (Bug #147302)
22325
22326         * configure.ac: Test for OpenGL
22327         * sys/Makefile.am: Use test for OpenGL
22328         * sys/glsink/Makefile.am:
22329         * sys/glsink/glimagesink.c: rewrite
22330         * sys/glsink/glimagesink.h: rewrite
22331
22332 2004-08-09  David Schleef  <ds@schleef.org>
22333
22334         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22335         sane framerates.
22336         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22338         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22339
22340 2004-08-09  Wim Taymans  <wim@fluendo.com>
22341
22342         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22343         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22344         (gst_multifdsink_client_remove),
22345         (gst_multifdsink_handle_client_read),
22346         (gst_multifdsink_handle_client_write),
22347         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22348         Do a bit more logging, make the client_read code more robust.
22349
22350 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22351
22352         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22353         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22354         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22355         (gst_jpegdec_init), (gst_jpegdec_chain):
22356         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22357         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22358           cleanups, debugging fixes and memleak plugging
22359
22360 2004-08-09  Wim Taymans  <wim@fluendo.com>
22361
22362         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22363         (theora_get_formats), (theora_dec_src_convert),
22364         (theora_dec_sink_convert), (theora_dec_src_query),
22365         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22366         (theora_dec_change_state):
22367         Don't crash on missing header packets.
22368
22369 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22370
22371         * po/LINGUAS:
22372         * po/sq.po:
22373           Added Albanian translation (Laurent Dhima)
22374         * po/cs.po:
22375           updated
22376
22377 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22378
22379         * ext/lame/gstlame.c:
22380           fix/add debugging
22381
22382 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22383
22384         * sys/ximage/ximagesink.c:
22385         * sys/xvimage/xvimagesink.c:
22386           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22387
22388 2004-08-06  Wim Taymans  <wim@fluendo.com>
22389
22390         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22391         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22392         (gst_multifdsink_client_remove),
22393         (gst_multifdsink_handle_client_read),
22394         (gst_multifdsink_handle_client_write),
22395         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22396         Make sure we don't try to read more from a client that what
22397         ioctl says us or we deadlock.
22398
22399 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22400
22401         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22402         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22403         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22404           decouple running_time and n_frames so it can handle changing
22405           framerate while running
22406
22407 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22408
22409         * po/nl.po:
22410         * po/sv.po:
22411           updated translations
22412
22413 2004-08-04  Benjamin Otte  <otte@gnome.org>
22414
22415         * gst/videotestsrc/gstvideotestsrc.c:
22416         (gst_videotestsrc_get_capslist), (generate_capslist),
22417         (plugin_init):
22418           generate the list of supported caps at startup and reuse it instead
22419           of always generating it
22420
22421 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22422
22423         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22424           whoops, last checkin broke normal build
22425
22426 2004-08-03  Benjamin Otte  <otte@gnome.org>
22427
22428         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22429         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22430         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22431         (gst_alsa_mixer_get_option):
22432         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22433         (dvdnavsrc_print_event):
22434         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22436         (gst_ogg_mux_pad_unlink):
22437         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22438         (gst_multipart_mux_pad_unlink):
22439         * gst/videofilter/gstvideobalance.c:
22440         (gst_videobalance_colorbalance_set_value):
22441         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22442         (gst_videomixer_pad_unlink):
22443         * po/uk.po:
22444         * sys/oss/gstossmixer.c:
22445         * sys/v4l/gstv4lcolorbalance.c:
22446         * sys/v4l/gstv4ltuner.c:
22447         * sys/v4l/v4lsrc_calls.c:
22448         * sys/v4l2/gstv4l2colorbalance.c:
22449         * sys/v4l2/gstv4l2tuner.c:
22450           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22451
22452 2004-08-03  Benjamin Otte  <otte@gnome.org>
22453
22454         * examples/dynparams/filter.c: (ui_control_create):
22455         * examples/gstplay/player.c: (print_tag):
22456         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22457         * ext/gdk_pixbuf/gstgdkanimation.c:
22458         (gst_gdk_animation_iter_may_advance):
22459         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22460         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22461         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22462         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22463         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22464         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22465         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22466         * gst/sine/demo-dparams.c: (main):
22467         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22468         * testsuite/alsa/formats.c: (create_pipeline):
22469         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22470           fixes for G_DISABLE_ASSERT and friends
22471         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22472         (mp3_type_frame_length_from_header), (mp3_type_find),
22473         (plugin_init):
22474           require mp3 typefinding to have at least MIN_HEADERS valid headers
22475           add typefinding for AAC adts files
22476
22477 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22478
22479         * sys/ximage/ximagesink.c:
22480         (gst_ximagesink_calculate_pixel_aspect_ratio):
22481         * sys/xvimage/xvimagesink.c:
22482         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22483         Make sure we calculate pixel-aspect-ratio using floating point maths
22484
22485 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22486
22487         * po/uk.po:
22488           updated translation
22489
22490 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22491
22492         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22494           add debugging for display PAR calculation
22495
22496 2004-08-02  David Schleef  <ds@schleef.org>
22497
22498         * configure.ac: Fix mikmod CFLAGS.
22499
22500 2004-07-27  Benjamin Otte  <otte@gnome.org>
22501
22502         * gst/audioscale/gstaudioscale.c:
22503         - fix templates to only support S16, it's the only format that works
22504         - make caps nego code use try_set_caps_nonfixed and fixation instead
22505         of try_set_caps twice, which is not nice for autopluggers
22506         - change rank to secondary, so autopluggers can pick it up after
22507         audioconvert
22508
22509 2004-08-02  Iain <iain@prettypeople.org>
22510
22511         * gst/interleave/interleave.c (interleave_init),
22512         (interleave_request_new_pad),
22513         (interleave_pad_removed),
22514         (interleave_buffered_loop): Use the real pad count, not the artificial
22515         one.
22516
22517 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22518
22519         * configure.ac: bump nano back to development
22520
22521 === release 0.8.3 ===
22522
22523 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22524
22525         * configure.ac: releasing 0.8.3, "Water"
22526
22527 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22528
22529         * sys/xvimage/xvimagesink.c:
22530         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22531         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22532         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22533         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22534         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22535         * sys/xvimage/xvimagesink.h:
22536           apply similar PAR fixes as to ximagesink
22537
22538 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22539
22540         patch from: Benjamin Otte
22541
22542         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22543           add link function to lame.  Fixes #148986.
22544
22545 2004-08-02  Johan Dahlin  <johan@gnome.org>
22546
22547         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22548         fix debugging log
22549
22550 2004-07-30  David Schleef  <ds@schleef.org>
22551
22552         * gst/videomixer/Makefile.am: Fix things that should have been
22553         fixed in the last checkin.
22554
22555 2004-07-30  David Schleef  <ds@schleef.org>
22556
22557         * gst/multipart/Makefile.am: Fix things that should have been
22558         fixed in the last checkin.
22559
22560 2004-07-30  David Schleef  <ds@schleef.org>
22561
22562         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22563
22564 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22565
22566         * configure.ac:
22567           bump nano for prerelease
22568         * po/af.po:
22569         * po/az.po:
22570         * po/cs.po:
22571         * po/en_GB.po:
22572         * po/hu.po:
22573         * po/nl.po:
22574         * po/sr.po:
22575         * po/sv.po:
22576         * po/uk.po:
22577           updates
22578
22579 2004-07-30  Wim Taymans  <wim@fluendo.com>
22580
22581         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22582         (gst_multifdsink_add), (gst_multifdsink_remove),
22583         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22584         (gst_multifdsink_client_remove),
22585         (gst_multifdsink_handle_client_write),
22586         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22587         * gst/tcp/gstmultifdsink.h:
22588         Recover from a select with a bad file descriptor by removing
22589         the client.
22590
22591 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22592
22593         * configure.ac:
22594           fix requirement of core
22595         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22596         (gst_play_pipeline_setup):
22597           don't use colorspace element.  do use hermescolorspace element.
22598           make macro to get a colorspace element.
22599           mark strings for translation.
22600         * po/POTFILES.in:
22601           add play.c
22602         * po/af.po:
22603         * po/az.po:
22604         * po/cs.po:
22605         * po/en_GB.po:
22606         * po/hu.po:
22607         * po/nl.po:
22608         * po/sr.po:
22609         * po/sv.po:
22610         * po/uk.po:
22611           update translations
22612
22613 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22614
22615         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22616         fix default for newmedia flag
22617
22618 2004-07-30  Wim Taymans  <wim@fluendo.com>
22619
22620         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22621         (gst_theora_dec_init), (theora_get_formats),
22622         (theora_dec_src_convert), (theora_dec_sink_convert),
22623         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22624         (theora_dec_chain), (theora_dec_set_property),
22625         (theora_dec_get_property):
22626         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22627         (gst_theora_enc_class_init), (gst_theora_enc_init),
22628         (theora_enc_sink_link), (theora_enc_chain),
22629         (theora_enc_set_property), (theora_enc_get_property):
22630         Added cropping option to theora decoder.
22631         Added border option to theora encoder.
22632
22633 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22634
22635         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22636         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22637         (gst_pngenc_set_property):
22638         * ext/libpng/gstpngenc.h:
22639         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
22640
22641 2004-07-30  Wim Taymans  <wim@fluendo.com>
22642
22643         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22644         (theora_enc_sink_link), (theora_enc_chain),
22645         (theora_enc_set_property), (theora_enc_get_property):
22646         Fix encoding of non-multiple-of-16 video.
22647
22648 2004-07-29  David Schleef  <ds@schleef.org>
22649
22650         * configure.ac: make test for audiofile more strict
22651
22652 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22653
22654         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22655           give different names to typefind functions
22656
22657 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22658
22659         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22660         (gst_ximagesink_calculate_pixel_aspect_ratio),
22661         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22662         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22663         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22664         (gst_ximagesink_get_property), (gst_ximagesink_init):
22665         * sys/ximage/ximagesink.h:
22666           allocate PAR's dynamically.
22667           use autodetected PAR if no object-set PAR is given.
22668           add workaround for directfb's X not setting physical size.
22669           fix to xvimagesink will follow tomorrow.
22670
22671 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22672
22673         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22674         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22675         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22676         (gst_shout2send_class_init), (gst_shout2send_init),
22677         (set_shout_metadata), (gst_shout2send_set_metadata),
22678         (gst_shout2send_chain), (gst_shout2send_set_property),
22679         (gst_shout2send_get_property), (gst_shout2send_connect),
22680         (gst_shout2send_change_state):
22681         * ext/shout2/gstshout2.h:
22682         - fix for sending mp3 audio to icecast2 server, if pad link function not
22683         called before PAUSED state
22684         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22685         - added tagging support for mp3 audio broadcasted
22686         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22687         debug info
22688
22689 2004-07-28  Wim Taymans  <wim@fluendo.com>
22690
22691         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22692         (gst_ogg_demux_push):
22693         Return query failure when we don't know the length of
22694         an ogg stream insteda of returning TRUE with a bogus value.
22695
22696 2004-07-28  Wim Taymans  <wim@fluendo.com>
22697
22698         * ext/theora/theoradec.c: (theora_get_formats),
22699         (theora_dec_src_convert), (theora_dec_sink_convert),
22700         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22701         (theora_dec_chain):
22702         Don't screw up the 1 Chroma for 1 luma sample situation when we
22703         have an odd offset/width by adding a black border in those cases.
22704
22705 2004-07-28  Wim Taymans  <wim@fluendo.com>
22706
22707         * ext/theora/theoradec.c: (theora_get_formats),
22708         (theora_dec_src_convert), (theora_dec_sink_convert),
22709         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22710         (theora_dec_chain):
22711         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22712         Added first attempt at cropping of the image as required by the
22713         theora spec. We need more properties in the caps (offset_x,
22714         offset_y,stride) to implement this correctly.
22715
22716 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22717
22718         * ext/dvdnav/README:
22719           Update the README to use dvddemux
22720         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22721           Ensure getcaps returns a subset of the template caps
22722         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22723         (gst_mpeg2subt_init):
22724           Ensure getcaps returns a subset of the template caps
22725         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22726         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22727         (gst_dvd_demux_get_subpicture_stream),
22728         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22729         * gst/mpegstream/gstdvddemux.h:
22730           Set the explicit caps on the current_video pad before pushing
22731           anything
22732         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22733         (gst_mpeg_demux_get_audio_stream):
22734           Free caps used to gst_pad_set_explicit_caps, which takes a const
22735           GstCaps *
22736
22737 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22738
22739         * configure.ac: update GStreamer requirement to 0.8.4 because of
22740           GstFraction.
22741
22742 2004-07-28  Wim Taymans  <wim@fluendo.com>
22743
22744         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22745         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22746         Add the pad to the element after setting up the caps. This
22747         makes it a lot easier to autoplug.
22748
22749 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22750
22751         * gst/median/gstmedian.c:
22752         * gst/mpeg2subt/gstmpeg2subt.c:
22753         * gst/mpegaudioparse/gstmpegaudioparse.c:
22754         * gst/mpegstream/gstdvddemux.c:
22755         * gst/mpegstream/gstmpegdemux.c:
22756         * gst/mpegstream/gstmpegpacketize.c:
22757         * gst/rtjpeg/gstrtjpeg.c:
22758         * gst/rtjpeg/gstrtjpegdec.c:
22759         * gst/rtjpeg/gstrtjpegenc.c:
22760         * gst/sine/gstsinesrc.c:
22761         * gst/smooth/gstsmooth.c:
22762         * gst/smpte/gstsmpte.c:
22763         * gst/smpte/gstsmpte.h:
22764         * gst/stereo/gststereo.c:
22765         * gst/videofilter/gstgamma.c:
22766         * gst/videofilter/gstvideobalance.c:
22767         * gst/videofilter/gstvideofilter.c:
22768         * gst/videofilter/gstvideoflip.c:
22769         * gst/videoscale/gstvideoscale.c:
22770         * gst/videoscale/videoscale.c:
22771         * gst/videotestsrc/gstvideotestsrc.c:
22772         * gst/videotestsrc/videotestsrc.c:
22773         * gst/wavenc/gstwavenc.c:
22774         * gst/wavparse/gstwavparse.c:
22775           fix local includes and 64 bits constants
22776
22777 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22778
22779         * win32/gst.sln:
22780         * gst-libs/gst/*/*.vcproj:
22781         * gst/*/*.vcproj:
22782           more working plugins
22783
22784 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22785
22786         * testsuite/alsa/Makefile.am:
22787         * testsuite/alsa/srcstate.c:
22788         add test for alsasrc changing state
22789
22790 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22791
22792         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22793         (gst_silence_get):
22794         * gst/silence/gstsilence.h:
22795         fix silence generation for 16bit raw audio
22796
22797 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22798
22799         * gst/matroska/matroska-demux.c:
22800         (gst_matroska_demux_parse_metadata),
22801         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22802         * gst/mpegaudio/common.c:
22803         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22804         (gst_videoscale_getcaps), (gst_videoscale_link),
22805         (gst_videoscale_src_fixate), (gst_videoscale_init),
22806         (gst_videoscale_finalize):
22807         * gst/videoscale/gstvideoscale.h:
22808         * gst/videotestsrc/gstvideotestsrc.c:
22809         (gst_videotestsrc_get_capslist):
22810         * gst/wavenc/gstwavenc.c:
22811         * sys/oss/gstossmixer.c: (fill_labels):
22812         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22813         (gst_ximagesink_handle_xevents),
22814         (gst_ximagesink_calculate_pixel_aspect_ratio),
22815         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22816         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22817         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22818         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22819         (gst_ximagesink_init), (gst_ximagesink_class_init):
22820         * sys/ximage/ximagesink.h:
22821         * sys/xvimage/xvimagesink.c:
22822         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22823         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22824         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22825         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22826         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22827         * sys/xvimage/xvimagesink.h:
22828           first batch of pixel aspect ratio commits.
22829
22830 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22831
22832         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22833         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22834         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22835           handle stride, needs work if we want to move stride handling
22836           upstream, but works correctly for our purposes.
22837
22838 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22839
22840         * gst/videoscale/README:
22841           add testing examples
22842         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22843         (gst_videoscale_chain):
22844         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22845         (gst_videoscale_get_size):
22846           add get_size function that handles stride like videotestsrc.
22847           fixes conversion for YUV formats for as much as I can test them.
22848
22849 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22850
22851         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22852         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22853         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22854         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22855         (gst_xvimagesink_xvimage_put):
22856           further cleanups, logging, error handling and synchronizing
22857
22858 2004-07-27  Wim Taymans  <wim@fluendo.com>
22859
22860         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22861         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22862         (gst_videomixer_pad_set_property),
22863         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22864         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22865         (gst_videomixer_class_init), (gst_videomixer_init),
22866         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22867         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22868         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22869         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22870         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22871         (gst_videomixer_loop), (plugin_init):
22872         Be a nicer negotiation citizen and provide a getcaps function on
22873         the srcpad. This also fixes a crash when resizing.
22874
22875 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22876
22877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22878         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22879
22880 2004-07-27  Wim Taymans  <wim@fluendo.com>
22881
22882         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22883         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22884         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22885         (gst_pngenc_set_property):
22886         * ext/libpng/gstpngenc.h:
22887         Added snapshot property to pngenc.
22888         removed g_print from pngdec
22889
22890 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22891
22892         * gst/ac3parse/ac3parse.vcproj
22893         * gst/adder/adder.vcproj
22894         * gst/alpha/alpha.vcproj
22895         * gst/alpha/alphacolor.vcproj
22896         * gst/asfdemux/asf.vcproj
22897         * gst/audioconvert/audioconvert.vcproj
22898         * gst/audiorate/audiorate.vcproj
22899         * gst/audioscale/audioscale.vcproj
22900         * gst/auparse/auparse.vcproj
22901         * gst/avi/avi.vcproj
22902         * gst/cdxaparse/cdxaparse.vcproj
22903         * gst/chart/chart.vcproj
22904         * gst/colorspace/colorspace.vcproj
22905         * gst/cutter/cutter.vcproj
22906         * gst/debug/debug.vcproj
22907         * gst/debug/efence.vcproj
22908         * gst/debug/navigationtest.vcproj
22909         * gst/deinterlace/deinterlace.vcproj
22910         * gst/effectv/effectv.vcproj
22911         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22912         * gst/filter/filter.vcproj
22913         * gst/flx/flxdec.vcproj
22914         * gst/goom/goom.vcproj
22915         * gst/interleave/interleave.vcproj
22916         * gst/law/alaw.vcproj
22917         * gst/law/mulaw.vcproj
22918         * gst/matroska/matroska.vcproj
22919         * gst/median/median.vcproj
22920         * gst/mixmatrix/mixmatrix.vcproj
22921         * gst/mpeg1sys/mpeg1systemencode.vcproj
22922         * gst/mpeg1videoparse/mp1videoparse.vcproj
22923         * gst/mpeg2sub/mpeg2subt.vcproj
22924         * gst/mpegaudio/mpegaudio.vcproj
22925         * gst/mpegaudioparse/mpegaudioparse.vcproj
22926         * gst/mpegstream/mpegstream.vcproj
22927         * gst/multifilesink/multifilesink.vcproj
22928         * gst/multipart/multipart.vcproj
22929         * gst/oneton/oneton.vcproj
22930         * gst/overlay/overlay.vcproj
22931         * gst/passthrough/passthrough.vcproj
22932         * gst/qtdemux/qtdemux.vcproj
22933         * gst/realmedia/rmdemux.vcproj
22934         * gst/rtjpeg/rtjpeg.vcproj
22935         * gst/rtp/rtp.vcproj
22936         * gst/silence/silence.vcproj
22937         * gst/sine/sinesrc.vcproj
22938         * gst/smooth/smooth.vcproj
22939         * gst/smpte/smpte.vcproj
22940         * gst/spectrum/spectrum.vcproj
22941         * gst/speed/speed.vcproj
22942         * gst/stereo/stereo.vcproj
22943         * gst/switch/switch.vcproj
22944         * gst/tags/tagedit.vcproj
22945         * gst/tcp/tcp.vcproj
22946         * gst/typefind/typefindfunctions.vcproj
22947         * gst/udp/udp.vcproj
22948         * gst/videobox/videobox.vcproj
22949         * gst/videocrop/videocrop.vcproj
22950         * gst/videodrop/videodrop.vcproj
22951         * gst/videofilter/gamma.vcproj
22952         * gst/videofilter/videobalance.vcproj
22953         * gst/videofilter/videofilter.vcproj
22954         * gst/videofilter/videoflip.vcproj
22955         * gst/videoflip/videoflip.vcproj
22956         * gst/videomixer/videomixer.vcproj
22957         * gst/videorate/videorate.vcproj
22958         * gst/videoscale/videoscale.vcproj
22959         * gst/videotestsrc/videotestsrc.vcproj
22960         * gst/virtualdub/virtualdub.vcproj
22961         * gst/volenv/volenv.vcproj
22962         * gst/volume/volume.vcproj
22963         * gst/wavenc/wavenc.vcproj
22964         * gst/wavparse/wavparse.vcproj
22965         * gst/y4m/y4menc.vcproj
22966         * gst-libs/gst/audio/audio.vcproj
22967         * gst-libs/gst/audio/audiofilter.vcproj
22968         * gst-libs/gst/colorbalance/colorbalance.vcproj
22969         * gst-libs/gst/idct/idtc.vcproj
22970         * gst-libs/gst/media-info/media-info.vcproj
22971         * gst-libs/gst/mixer/mixer.vcproj
22972         * gst-libs/gst/navigation/navigation.vcproj
22973         * gst-libs/gst/play/play.vcproj
22974         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22975         * gst-libs/gst/resample/resample.vcproj
22976         * gst-libs/gst/riff/riff.vcproj
22977         * gst-libs/gst/tuner/tuner.vcproj
22978         * gst-libs/gst/video/video.vcproj
22979         * gst-libs/gst/xoverlay/xoverlay.vcproj
22980           avoid problems with math.h, fix release dependancy
22981           rename GStreamer-0.8.lib to libgstreamer.lib
22982
22983 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22984
22985         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22986         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22987         the atom is not available we have to unlock the mutex. Fixes #148023
22988
22989 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22990
22991         * gst-libs/gst/media-info/media-info.h:
22992           issue for a vararg macro with MSVC
22993
22994 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22995
22996         * gst/effectv/effectv.vcproj
22997         * gst-libs/gst/idct/idct.vcproj:
22998         * gst-libs/gst/media-info/media-info.vcproj:
22999         * gst-libs/gst/navigation/navigation.vcproj:
23000         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23001         * gst-libs/gst/video/video.vcproj:
23002         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23003           fixes for build problems
23004
23005 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23006
23007         * gst-libs/gst/audio/audio.def:
23008         * gst-libs/gst/audio/riff.def:
23009           add some definitions needed by plugins
23010
23011 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23012
23013         * gst/asfdemux/gstasfmux.c
23014           Fix some 64 bits constants to be glib friendly
23015
23016 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23017
23018         * gst/ac3parse/gstac3parse.c
23019         * gst/audioscale/gstaudioscale.c
23020         * gst/auparse/gstauparse.c
23021         * gst/colorspace/gstcolorspace.c
23022         * gst/colorspace/yuv2rgb.h
23023           local include fixes
23024
23025 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23026
23027         * win32/gst.sln
23028           add more plugins to the build
23029
23030 2004-07-26  Julien MOUTTE  <julien@moutte.net>
23031
23032         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23033         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
23034
23035 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23036
23037         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23038         (gst_level_set_property), (gst_level_get_property),
23039         (gst_level_base_init), (gst_level_class_init):
23040           add debugging categories.  cleanups.
23041
23042 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23043
23044         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23045         (gst_videoscale_planar411), (gst_videoscale_planar400),
23046         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
23047         (gst_videoscale_scale_nearest_str1),
23048         (gst_videoscale_scale_nearest_str2),
23049         (gst_videoscale_scale_nearest_str4),
23050         (gst_videoscale_scale_nearest_16bit),
23051         (gst_videoscale_scale_nearest_24bit):
23052           fixed stride issues
23053           tested with 320x240 -> 321, 322, 324 x240
23054           tested with YV12, I420, YUY2, UYVY
23055           fixed packed422rev (don't think it could have worked before)
23056           by testing with UYVY
23057
23058 2004-07-26  Benjamin Otte  <otte@gnome.org>
23059
23060         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23061         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23062         (plugin_init):
23063           add debugging category, add error checks like checking return values
23064           of setup calls, make sure it still works after
23065           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23066
23067 2004-07-26  Wim Taymans  <wim@fluendo.com>
23068
23069         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23070         (gst_mpeg_demux_get_audio_stream),
23071         (gst_mpeg_demux_process_private):
23072         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23073         Check for error codes from the negotiation functions. Make sure
23074         we really set the pad caps when a new pad is created.
23075
23076 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23077
23078         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23079         (gst_ffmpeg_caps_to_pix_fmt):
23080         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23081         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23082         (gst_ffmpegcolorspace_pad_link):
23083           don't make function do two things at the same time without reason.
23084
23085 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23086
23087         * gst/ac3parse/ac3parse.vcproj
23088         * gst/adder/adder.vcproj
23089         * gst/alpha/alpha.vcproj
23090         * gst/alpha/alphacolor.vcproj
23091         * gst/asfdemux/asf.vcproj
23092         * gst/audioconvert/audioconvert.vcproj
23093         * gst/audiorate/audiorate.vcproj
23094         * gst/audioscale/audioscale.vcproj
23095         * gst/auparse/auparse.vcproj
23096         * gst/avi/avi.vcproj
23097         * gst/cdxaparse/cdxaparse.vcproj
23098         * gst/chart/chart.vcproj
23099         * gst/colorspace/colorspace.vcproj
23100         * gst/cutter/cutter.vcproj
23101         * gst/debug/debug.vcproj
23102         * gst/debug/efence.vcproj
23103         * gst/debug/navigationtest.vcproj
23104         * gst/deinterlace/deinterlace.vcproj
23105         * gst/effectv/effectv.vcproj
23106         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23107         * gst/filter/filter.vcproj
23108         * gst/flx/flxdec.vcproj
23109         * gst/goom/goom.vcproj
23110         * gst/interleave/interleave.vcproj
23111         * gst/law/alaw.vcproj
23112         * gst/law/mulaw.vcproj
23113         * gst/matroska/matroska.vcproj
23114         * gst/median/median.vcproj
23115         * gst/mixmatrix/mixmatrix.vcproj
23116         * gst/mpeg1sys/mpeg1systemencode.vcproj
23117         * gst/mpeg1videoparse/mp1videoparse.vcproj
23118         * gst/mpeg2sub/mpeg2subt.vcproj
23119         * gst/mpegaudio/mpegaudio.vcproj
23120         * gst/mpegaudioparse/mpegaudioparse.vcproj
23121         * gst/mpegstream/mpegstream.vcproj
23122         * gst/multifilesink/multifilesink.vcproj
23123         * gst/multipart/multipart.vcproj
23124         * gst/oneton/oneton.vcproj
23125         * gst/overlay/overlay.vcproj
23126         * gst/passthrough/passthrough.vcproj
23127         * gst/qtdemux/qtdemux.vcproj
23128         * gst/realmedia/rmdemux.vcproj
23129         * gst/rtjpeg/rtjpeg.vcproj
23130         * gst/rtp/rtp.vcproj
23131         * gst/silence/silence.vcproj
23132         * gst/sine/sinesrc.vcproj
23133         * gst/smooth/smooth.vcproj
23134         * gst/smpte/smpte.vcproj
23135         * gst/spectrum/spectrum.vcproj
23136         * gst/speed/speed.vcproj
23137         * gst/stereo/stereo.vcproj
23138         * gst/switch/switch.vcproj
23139         * gst/tags/tagedit.vcproj
23140         * gst/tcp/tcp.vcproj
23141         * gst/typefind/typefindfunctions.vcproj
23142         * gst/udp/udp.vcproj
23143         * gst/videobox/videobox.vcproj
23144         * gst/videocrop/videocrop.vcproj
23145         * gst/videodrop/videodrop.vcproj
23146         * gst/videofilter/gamma.vcproj
23147         * gst/videofilter/videobalance.vcproj
23148         * gst/videofilter/videofilter.vcproj
23149         * gst/videofilter/videoflip.vcproj
23150         * gst/videoflip/videoflip.vcproj
23151         * gst/videomixer/videomixer.vcproj
23152         * gst/videorate/videorate.vcproj
23153         * gst/videoscale/videoscale.vcproj
23154         * gst/videotestsrc/videotestsrc.vcproj
23155         * gst/virtualdub/virtualdub.vcproj
23156         * gst/volenv/volenv.vcproj
23157         * gst/volume/volume.vcproj
23158         * gst/wavenc/wavenc.vcproj
23159         * gst/wavparse/wavparse.vcproj
23160         * gst/y4m/y4menc.vcproj
23161           more plugins supported under windows
23162
23163 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23164
23165         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23166         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23167         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23169         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23170           Add debugging statements.  Use the sizes as returned by the
23171           *CreateImage calls.
23172
23173 2004-07-26  Johan Dahlin  <johan@gnome.org>
23174
23175         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23176         the pad is negotiated.
23177
23178         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23179
23180 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23181
23182         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23183         * gst-libs/gst/idct/idct.vcproj:
23184         * gst-libs/gst/media-info/media-info.vcproj:
23185         * gst-libs/gst/mixer/mixer.vcproj:
23186         * gst-libs/gst/navigation/navigation.vcproj:
23187         * gst-libs/gst/play/play.vcproj:
23188         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23189         * gst-libs/gst/resample/resample.vcproj:
23190         * gst-libs/gst/tuner/tuner.vcproj:
23191         * gst-libs/gst/video/video.vcproj:
23192         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23193           more plugins supported under windows
23194
23195 2004-07-25 Iain <iain@prettypeople.org>
23196
23197         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23198         pad now rather than when the pad is created because state changes wipe
23199         explicit caps (fixes #148043).
23200
23201 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
23202
23203         reviewed by Benjamin Otte  <otte@gnome.org>
23204
23205         * ext/mad/gstmad.c:
23206           fix mad plugin crashing on Sun (fixes #148289)
23207
23208 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23209
23210         * gst/avi/avi.def:
23211         * gst/avi/avi.vcproj:
23212         * gst/matroska/matroska.def:
23213         * gst/matroska/matroska.vcproj:
23214           remove unused .def files
23215
23216 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23217
23218         * gst-libs/gst/audio/gstaudiofilter.c:
23219           Clean the local include
23220
23221 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23222
23223         * win32/gst.sln:
23224         * gst-libs/gst/audio/audio.def:
23225         * gst-libs/gst/audio/audio.vcproj:
23226         * gst-libs/gst/audio/audiofilter.vcproj:
23227         * gst-libs/gst/audio/riff.def:
23228         * gst-libs/gst/audio/riff.vcproj:
23229         * gst-libs/gst/gst-libs.def:
23230         * gst-libs/gst/gst-libs.vcproj:
23231         * gst/avi/avi.vcproj:
23232         * gst/avi/avi.vcproj:
23233           Copy the files where needed after building, cleaner projects
23234
23235 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23236
23237         * gst/matroska/ebml-write.c:
23238           Fix some 64 bits constants to be glib friendly
23239
23240 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
23241
23242         * win32/gst.sln:
23243         * gst-libs/gst/gst-libs.def:
23244         * gst-libs/gst/gst-libs.vcproj:
23245         * gst/matroska/matroska.def:
23246         * gst/matroska/matroska.vcproj:
23247           Add the preliminary canvas to build plugins on Win32
23248
23249 2004-07-23  Benjamin Otte  <otte@gnome.org>
23250
23251         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23252           don't enfore negotiation from source side, it breaks
23253           sinesrc ! audioconvert ! osssink
23254
23255 2004-07-22  David Schleef  <ds@schleef.org>
23256
23257         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23258         for ELF files, since they can easily be recognized as audio/mpeg.
23259         (bug #147441)
23260
23261 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23262
23263         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23264         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23265         (gst_videoscale_scale_nearest_24bit),
23266         (gst_videoscale_scale_nearest_16bit):
23267           fix 16bit and 24bit for stride (24bit might need testing)
23268           don't pretend we do more than one algorithm
23269
23270 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23271
23272         * configure.ac:
23273         * gst/Makefile.am:
23274         * gst/multifilesink/Makefile.am:
23275         * gst/multifilesink/gstmultifilesink.c:
23276         (gst_multifilesink_get_formats),
23277         (gst_multifilesink_get_query_types), (_do_init),
23278         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23279         (gst_multifilesink_init), (gst_multifilesink_dispose),
23280         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23281         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23282         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23283         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23284         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23285         (gst_multifilesink_uri_get_type),
23286         (gst_multifilesink_uri_get_protocols),
23287         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23288         (gst_multifilesink_uri_handler_init), (plugin_init):
23289         * gst/multifilesink/gstmultifilesink.h:
23290         * testsuite/Makefile.am:
23291         * testsuite/multifilesink/Makefile.am:
23292         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23293         (gst_newmedia_class_init), (gst_newmedia_init),
23294         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23295         (newfile_signal), (test_signal), (main):
23296         multifilesink plugin for creating new files every time a new media
23297         discontinuity event occurs
23298
23299 2004-07-22  Wim Taymans  <wim@fluendo.com>
23300
23301         * gst/alpha/Makefile.am:
23302         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23303         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23304         (gst_alpha_color_init), (gst_alpha_color_set_property),
23305         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23306         (transform), (gst_alpha_color_chain),
23307         (gst_alpha_color_change_state), (plugin_init):
23308         Stupid plugin to to RGBA to AYUV conversion because none of
23309         the colorspace plugins can handle that yet.
23310
23311 2004-07-22  Wim Taymans  <wim@fluendo.com>
23312
23313         * examples/seeking/seek.c: (update_scale), (main):
23314         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23315         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23316         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23317         (gst_decode_bin_init), (gst_decode_bin_dispose),
23318         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23319         (no_more_pads), (close_link), (type_found),
23320         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23321         (plugin_init):
23322         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23323         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23324         (gst_play_base_bin_dispose), (queue_overrun),
23325         (gen_preroll_element), (remove_prerolls), (unknown_type),
23326         (no_more_pads), (new_stream), (setup_source),
23327         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23328         (play_base_eos), (gst_play_base_bin_change_state),
23329         (gst_play_base_bin_add_element),
23330         (gst_play_base_bin_remove_element),
23331         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23332         (gst_play_base_bin_unlink_stream),
23333         (gst_play_base_bin_get_streaminfo):
23334         * gst/playback/gstplaybin.c: (gen_video_element),
23335         (gen_audio_element):
23336         * gst/playback/gststreaminfo.h:
23337         More playback updates, attempt to fix things after the state change
23338         breakage.
23339
23340 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23341
23342         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23343         (gst_videoscale_scale_nearest_16bit):
23344           comment algorithm
23345
23346 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23347
23348         * gst/videotestsrc/gstvideotestsrc.c:
23349         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23350         (gst_videotestsrc_init), (gst_videotestsrc_get),
23351         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23352         (gst_videotestsrc_get_property):
23353         * gst/videotestsrc/gstvideotestsrc.h:
23354         * gst/videotestsrc/videotestsrc.c:
23355         * gst/videotestsrc/videotestsrc.h:
23356           cleanup and commenting
23357
23358 2004-07-21  Wim Taymans  <wim@fluendo.com>
23359
23360         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23361         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23362         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23363         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23364         (_find_chain_get_unknown_part), (_find_streams_check),
23365         (gst_ogg_demux_push), (gst_ogg_pad_push):
23366         * ext/theora/theoradec.c: (theora_get_formats),
23367         (theora_dec_src_convert), (theora_dec_sink_convert),
23368         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23369         (theora_dec_chain):
23370         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23371         (vorbis_dec_convert), (vorbis_dec_src_query),
23372         (vorbis_dec_src_event), (vorbis_dec_event):
23373         More seeking fixes, oggdemux now supports seeking to time and
23374         uses the downstream element to convert granulepos to time.
23375         Seeking in theora-only ogg files now works.
23376
23377 2004-07-21  Wim Taymans  <wim@fluendo.com>
23378
23379         * ext/theora/theoradec.c: (gst_theora_dec_init),
23380         (theora_get_formats), (theora_get_event_masks),
23381         (theora_get_query_types), (theora_dec_src_convert),
23382         (theora_dec_sink_convert), (theora_dec_src_query),
23383         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23384         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23385         (vorbis_get_event_masks), (vorbis_get_query_types),
23386         (gst_vorbis_dec_init), (vorbis_dec_convert),
23387         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23388         Added query/convert/formats functions to vorbis and theora decoders
23389         so that the outside world can use them too. Fixed seeking on an
23390         ogg/theora/vorbis file by disabling the seeking seeking on the
23391         theora srcpad.
23392
23393 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23394
23395         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23396         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23397         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23398         images creation for both elements. We don't create the image on caps
23399         nego or renego, we just destroy the internal one if present if it does
23400         not match the needs. The chain function takes care of creating a new
23401         image when needed.
23402         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23403         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23404         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23405         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23406         the image format information. The buffer pool checks for the context
23407         image format and discard images with different formats.
23408         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23409
23410 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23411
23412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23413         (gst_ffmpegcolorspace_chain):
23414           no point in doing any chaining if the pad we want to push from
23415           isn't usable.
23416
23417 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23418
23419         * gst-libs/gst/riff/riff-media.c:
23420         (gst_riff_create_audio_caps_with_data):
23421           Fix double end-to-native symbol conversion (#148021).
23422
23423 2004-07-20  David Schleef  <ds@schleef.org>
23424
23425         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23426         Don't use an Atom that doesn't exist.
23427
23428 2004-07-20  Wim Taymans  <wim@fluendo.com>
23429
23430         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23431         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23432         (gst_multifdsink_client_remove),
23433         (gst_multifdsink_handle_client_write),
23434         (gst_multifdsink_queue_buffer):
23435         * gst/tcp/gstmultifdsink.h:
23436         More multifdsink stats. Avoid deadlock by releasing locks
23437         before sending out a signal.
23438
23439 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23440
23441         * po/LINGUAS:
23442         * po/hu.po:
23443           added Hungarian translation (Laszlo Dvornik)
23444
23445 2004-07-20  Wim Taymans  <wim@fluendo.com>
23446
23447         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23448         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23449         (gst_multifdsink_handle_client_write),
23450         (gst_multifdsink_queue_buffer):
23451         * gst/tcp/gsttcp-marshal.list:
23452         Fixed the stupid marshal definition.
23453
23454 2004-07-20  Wim Taymans  <wim@fluendo.com>
23455
23456         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23457         (gst_multifdsink_init), (gst_multifdsink_add),
23458         (gst_multifdsink_client_remove),
23459         (gst_multifdsink_handle_client_write),
23460         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23461         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23462         (gst_multifdsink_init_send):
23463         * gst/tcp/gstmultifdsink.h:
23464         Added more stats, added timeout for a client, fixed some typos
23465         and added some comments.
23466
23467 2004-07-20  Wim Taymans  <wim@fluendo.com>
23468
23469         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23470         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23471         (gst_multifdsink_client_remove),
23472         (gst_multifdsink_handle_client_write):
23473         * gst/tcp/gstmultifdsink.h:
23474         * gst/tcp/gsttcp-marshal.list:
23475         Added get_stats method that returns a GValueArray of
23476         stats values.
23477
23478 2004-07-19  Benjamin Otte  <otte@gnome.org>
23479
23480         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23481           make sure longname, description and author are valid UTF-8
23482
23483 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23484
23485         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23486         (gst_ximagesink_set_property):
23487         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23488         (gst_xvimagesink_set_property):
23489           make sure SYNCHRONOUS is respected after getting the X context
23490
23491 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23492
23493         * gst/matroska/matroska-demux.c:
23494         (gst_matroska_demux_handle_src_event),
23495         (gst_matroska_demux_parse_blockgroup):
23496         * gst/matroska/matroska-ids.h:
23497           add BlockReference tag and ignore it to clear out log.
23498           ignore NAVIGATION events to clear out log.
23499
23500 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23501
23502         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23503         (gst_matroska_demux_add_stream):
23504         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23505           add debug categories
23506
23507 2004-07-16  Wim Taymans  <wim@fluendo.com>
23508
23509         * ext/libpng/Makefile.am:
23510         * ext/libpng/gstpng.c: (plugin_init):
23511         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23512         (gst_pngdec_get_type), (gst_pngdec_base_init),
23513         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23514         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23515         * ext/libpng/gstpngdec.h:
23516         Added png decoder.
23517
23518 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23519
23520         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23521         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23522         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23523         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23524         (gst_ximagesink_buffer_alloc):
23525         * sys/ximage/ximagesink.h:
23526         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23527         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23528         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23529         (gst_xvimagesink_buffer_alloc):
23530         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23531         again. Using internal data pointer of the x(v)image to store image's
23532         data to be coherent with the buffer alloc mechanism. Investigated the
23533         image destruction code to be sure that everything gets freed correctly.
23534
23535 2004-07-16  Wim Taymans  <wim@fluendo.com>
23536
23537         * gst-libs/gst/riff/riff-read.c:
23538         (gst_riff_read_strf_vids_with_data),
23539         (gst_riff_read_strf_auds_with_data):
23540         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23541         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23542         Make sure we don't create 0 sized subbuffers in riff-read.
23543         Signal the no more pads signal after reading the avi header.
23544
23545 2004-07-16  Wim Taymans  <wim@fluendo.com>
23546
23547         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23548         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23549         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23550         (gst_decode_bin_init), (gst_decode_bin_dispose),
23551         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23552         (no_more_pads), (close_link), (type_found),
23553         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23554         (gst_decode_bin_change_state), (plugin_init):
23555         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23556         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23557         (gst_play_base_bin_dispose), (queue_overrun),
23558         (gen_preroll_element), (remove_prerolls), (unknown_type),
23559         (no_more_pads), (new_stream), (setup_source),
23560         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23561         (play_base_eos), (gst_play_base_bin_change_state),
23562         (gst_play_base_bin_add_element),
23563         (gst_play_base_bin_remove_element),
23564         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23565         (gst_play_base_bin_unlink_stream),
23566         (gst_play_base_bin_get_streaminfo):
23567         * gst/playback/gstplaybasebin.h:
23568         Better error recovery. Added configurable preroll queue size. Faster
23569         detection of no-more-pads.
23570
23571 2004-07-16  Wim Taymans  <wim@fluendo.com>
23572
23573         * gst-libs/gst/video/video.h:
23574         Added 32 bits RGBA. Not sure if we should use another mime-type
23575         for alpha rgb. Currently the presence of the alpha_mask property
23576         signals an alpha channel.
23577
23578 2004-07-16  Wim Taymans  <wim@fluendo.com>
23579
23580         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23581         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23582         FPS seems to be 0.0 to MAX everywhere else.
23583
23584 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23585
23586         * gst-libs/gst/riff/riff-media.c:
23587         (gst_riff_create_video_caps_with_data):
23588           mp42/mp43 (no caps) exist too.
23589         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23590           Set pixel_width/height; we've got them in-caps.
23591         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23592         * gst/wavparse/gstwavparse.c: (plugin_init):
23593           Both are valid primary.
23594         * sys/oss/gstossmixer.c:
23595           Remove i18n hack and enable translations.
23596
23597 2004-07-15  Benjamin Otte  <otte@gnome.org>
23598
23599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23600         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23601           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23602
23603 2004-07-15  Benjamin Otte  <otte@gnome.org>
23604
23605         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23606         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23607         (gst_alsa_close_audio):
23608           disable some of the debugging code for now. Writing debugging to a
23609           buffer is broken in current alsalib releases.
23610
23611 2004-07-12  Benjamin Otte  <otte@gnome.org>
23612
23613         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23614           use bufferpools
23615
23616 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23617
23618         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23619         (theora_dec_src_query), (theora_dec_event):
23620         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23621           add debugging categories.  Remove \n's.
23622
23623 2004-07-13  Johan Dahlin  <johan@gnome.org>
23624
23625         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23626         (gst_play_bin_get_property): Impl.
23627
23628 2004-07-13  Wim Taymans  <wim@fluendo.com>
23629
23630         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23631         When trying to find the stream length, seek back N pages
23632         instead of just one, where N is the number of streams in
23633         the current chain.
23634
23635 2004-07-13  Wim Taymans  <wim@fluendo.com>
23636
23637         * gst-libs/gst/riff/riff-media.c:
23638         (gst_riff_create_audio_caps_with_data),
23639         (gst_riff_create_audio_caps),
23640         (gst_riff_create_audio_template_caps):
23641         * gst-libs/gst/riff/riff-media.h:
23642         * gst-libs/gst/riff/riff-read.c:
23643         (gst_riff_read_strf_vids_with_data),
23644         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23645         * gst-libs/gst/riff/riff-read.h:
23646         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23647         (gst_avi_demux_add_stream):
23648         Set codec_data on caps for avidemuxer.
23649
23650 2004-07-12  David Schleef  <ds@schleef.org>
23651
23652         * configure.ac: Fix test for Objective C
23653
23654 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23655         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23656         (gst_gdk_pixbuf_chain):
23657           Add svg and pcx to template caps, and ensure that getcaps returns a
23658           subset of the template caps.
23659           Copy each row manually for output, as gdkpixbuf may pad the
23660           rowstride to a 32-bit word boundary.
23661
23662 2004-07-12  Wim Taymans  <wim@fluendo.com>
23663
23664         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23665         (gst_riff_create_video_template_caps):
23666         Fix the template caps to include some more media types.
23667
23668 2004-07-12  Wim Taymans  <wim@fluendo.com>
23669
23670         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23671         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23672         (compare_ranks), (print_feature), (gst_decode_bin_init),
23673         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23674         (try_to_link_1), (new_pad), (close_link), (type_found),
23675         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23676         (gst_decode_bin_change_state), (plugin_init):
23677         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23678         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23679         (gst_play_base_bin_dispose), (queue_overrun),
23680         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23681         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23682         (gst_play_base_bin_get_property), (play_base_eos),
23683         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23684         (gst_play_base_bin_remove_element),
23685         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23686         (gst_play_base_bin_unlink_stream),
23687         (gst_play_base_bin_get_streaminfo):
23688         * gst/playback/gstplaybasebin.h:
23689         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23690         (gst_play_bin_class_init), (gst_play_bin_init),
23691         (gst_play_bin_dispose), (gst_play_bin_set_property),
23692         (gst_play_bin_get_property), (gen_video_element),
23693         (gen_audio_element), (remove_sinks), (setup_sinks),
23694         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23695         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23696         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23697         (gst_play_bin_query), (plugin_init):
23698         * gst/playback/test4.c: (main):
23699         More fixes on reusing of the element.
23700
23701 2004-07-11  Benjamin Otte  <otte@gnome.org>
23702
23703         * ext/mad/gstmad.c: (normal_seek):
23704           allow seeking for other methods than just SET
23705
23706 2004-07-11  Andy Wingo  <wingo@pobox.com>
23707
23708         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23709         float, "any" caps -> buffer_frames=[0,MAX].
23710
23711         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23712         doesn't intersect our caps with the template any more. Do it
23713         ourselves.
23714         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23715
23716 2004-07-09  Wim Taymans  <wim@fluendo.com>
23717
23718         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23719         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23720         (compare_ranks), (print_feature), (gst_decode_bin_init),
23721         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23722         (try_to_link_1), (new_pad), (close_link), (type_found),
23723         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23724         (gst_decode_bin_change_state), (plugin_init):
23725         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23726         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23727         (gst_play_base_bin_dispose), (queue_overrun),
23728         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23729         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23730         (gst_play_base_bin_get_property), (play_base_eos),
23731         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23732         (gst_play_base_bin_remove_element),
23733         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23734         (gst_play_base_bin_unlink_stream),
23735         (gst_play_base_bin_get_streaminfo):
23736         * gst/playback/gstplaybasebin.h:
23737         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23738         (gst_play_bin_class_init), (gst_play_bin_init),
23739         (gst_play_bin_dispose), (gst_play_bin_set_property),
23740         (gst_play_bin_get_property), (gen_video_element),
23741         (gen_audio_element), (remove_sinks), (setup_sinks),
23742         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23743         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23744         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23745         (gst_play_bin_query), (plugin_init):
23746         * gst/playback/test4.c: (main):
23747         Work on object reuse and seeking.
23748
23749 2004-07-09  Wim Taymans  <wim@fluendo.com>
23750
23751         * examples/seeking/seek.c: (iterate):
23752         Don't consume all CPU in the idle loop.
23753
23754 2004-07-09  Wim Taymans  <wim@fluendo.com>
23755
23756         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23757         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23758         Add pad to element *after* setting the pad functions so that
23759         the scheduler can use the correct ones.
23760
23761 2004-07-09  Wim Taymans  <wim@fluendo.com>
23762
23763         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23764         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23765         Sync to keyframe after seek
23766
23767 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23768
23769         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23770         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23771         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23772         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23773         * ext/libvisual/visual.c: (gst_visual_change_state):
23774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23775         * ext/theora/theoradec.c: (theora_dec_change_state):
23776         * ext/theora/theoraenc.c: (theora_enc_change_state):
23777         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23778         * gst-libs/gst/navigation/navigation.c:
23779         * gst/adder/gstadder.c: (gst_adder_change_state):
23780         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23781         (gst_audio_convert_get_buffer):
23782         * gst/multipart/multipartdemux.c:
23783         (gst_multipart_demux_change_state):
23784         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23785         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23786         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23787         * gst/videoscale/gstvideoscale.c:
23788         (gst_videoscale_handle_src_event):
23789         * gst/volume/gstvolume.c: (volume_chain_int16):
23790           don't assert in state change, this should be done by the base
23791           GstElement class.
23792           various debugging fixes.
23793
23794 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23795
23796         * configure.ac:
23797         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23798         (gst_play_dispose), (gst_play_set_location),
23799         (gst_play_set_data_src), (gst_play_set_video_sink),
23800         (gst_play_set_audio_sink), (gst_play_set_visualization),
23801         (gst_play_connect_visualization), (gst_play_get_sink_element),
23802         (gst_play_get_all_by_interface):
23803         * gst-libs/gst/play/play.h:
23804           add new method to get elements implementing an interface.
23805           add various error logging
23806
23807 2004-07-08  Wim Taymans  <wim@fluendo.com>
23808
23809         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23810         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23811         (make_playerbin_pipeline), (query_durations_elems),
23812         (query_durations_pads), (query_positions_elems),
23813         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23814         (main):
23815         Added playbin seeking example.
23816
23817 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23818
23819         * gst-libs/gst/play/play.c: (gst_play_set_location),
23820         (gst_play_set_data_src), (gst_play_set_video_sink),
23821         (gst_play_set_audio_sink), (gst_play_set_visualization),
23822         (gst_play_connect_visualization), (gst_play_get_framerate):
23823           use a macro to look up elements from hash table
23824
23825 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23826
23827         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23828         (gst_play_get_length_callback), (gst_play_set_location),
23829         (gst_play_seek_to_time), (gst_play_set_data_src),
23830         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23831         (gst_play_set_visualization), (gst_play_connect_visualization),
23832         (gst_play_get_sink_element):
23833         - add debugging info
23834         - fix looking up sink elements by iterating over complete caps
23835         - put everything except for source and autoplugger in a complete bin
23836
23837 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23838
23839         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23840         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23841         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23842         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23843         * ext/alsa/gstalsasink.h:
23844         - add debugging info
23845         - clean up schizophrenia of data/buffer/event
23846         - fix double event unref error
23847
23848 2004-07-08  Wim Taymans  <wim@fluendo.com>
23849
23850         * gst/playback/Makefile.am:
23851         Add headers to noinst
23852
23853 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23854
23855         * tools/gst-launch-ext-m.m:
23856         * tools/gst-launch-ext.1.in:
23857           convert to the third millenium
23858
23859 2004-07-07  David Schleef  <ds@schleef.org>
23860
23861         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23862
23863 2004-07-07  Wim Taymans  <wim@fluendo.com>
23864
23865         * gst/playback/Makefile.am:
23866         * gst/playback/README:
23867         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23868         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23869         (compare_ranks), (print_feature), (gst_decode_bin_init),
23870         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23871         (try_to_link_1), (new_pad), (close_link), (type_found),
23872         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23873         (plugin_init):
23874         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23875         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23876         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23877         (gen_preroll_element), (no_more_pads), (new_stream),
23878         (setup_source), (gst_play_base_bin_set_property),
23879         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23880         (gst_play_base_bin_add_element),
23881         (gst_play_base_bin_remove_element),
23882         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23883         (gst_play_base_bin_unlink_stream),
23884         (gst_play_base_bin_get_streaminfo):
23885         * gst/playback/gstplaybasebin.h:
23886         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23887         (gst_play_bin_class_init), (gst_play_bin_init),
23888         (gst_play_bin_dispose), (gst_play_bin_set_property),
23889         (gst_play_bin_get_property), (gen_video_element),
23890         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23891         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23892         (gst_play_bin_get_formats), (gst_play_bin_convert),
23893         (gst_play_bin_get_query_types), (gst_play_bin_query),
23894         (plugin_init):
23895         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23896         (gst_stream_info_get_type), (gst_stream_info_class_init),
23897         (gst_stream_info_init), (gst_stream_info_new),
23898         (gst_stream_info_dispose), (gst_stream_info_set_property),
23899         (gst_stream_info_get_property):
23900         * gst/playback/gststreaminfo.h:
23901         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23902         (main):
23903         * gst/playback/test2.c: (main):
23904         * gst/playback/test3.c: (update_scale), (main):
23905         More playbin fixes. Added README. Do better element filtering.
23906         Added base class to preroll media. Added test apps.
23907
23908 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23909
23910         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23911         * ext/mpeg2dec/gstmpeg2dec.h:
23912           various debugging improvements.  Reset stream to next picture
23913           instead of sequence header, otherwise seeks cannot work.
23914
23915 2004-07-07  Wim Taymans  <wim@fluendo.com>
23916
23917         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23918         (gst_video_box_class_init), (gst_video_box_set_property),
23919         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23920         Use pad_alloc where possible.
23921
23922 2004-07-07  Wim Taymans  <wim@fluendo.com>
23923
23924         * sys/oss/gstosselement.c: (gst_osselement_reset),
23925         (gst_osselement_parse_caps):
23926         * sys/oss/gstosselement.h:
23927         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23928         Fix offset on osssrc.
23929
23930 2004-07-07  Wim Taymans  <wim@fluendo.com>
23931
23932         * ext/theora/theora.c: (plugin_init):
23933         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23934         (theora_dec_src_query), (theora_dec_chain):
23935         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23936         (theora_enc_sink_link), (theora_buffer_from_packet),
23937         (theora_push_packet), (theora_enc_chain):
23938         Fix theora granulepos calculation.
23939         Fix overflow in duration/position calculation.
23940         Bump rank to PRIMARY for theoradec.
23941         Use granulepos of last packet to calculate position.
23942         Set keyframe flag on buffers when needed.
23943
23944 2004-07-06  David Schleef  <ds@schleef.org>
23945
23946         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23947         serious?  (Fixed, obviously.)
23948
23949 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23950
23951         * po/LINGUAS:
23952         * po/cs.po:
23953           added Czech translation (Miloslav Trmac)
23954
23955 2004-07-05  Wim Taymans  <wim@fluendo.com>
23956
23957         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23958         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23959         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23960         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23961         (close_link), (type_found), (gst_decode_bin_set_property),
23962         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23963         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23964         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23965         (gst_decode_bin_query), (plugin_init):
23966         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23967         (gst_play_bin_class_init), (gst_play_bin_init),
23968         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23969         (get_video_element), (new_pad), (setup_source),
23970         (gst_play_bin_set_property), (gst_play_bin_get_property),
23971         (gst_play_bin_change_state), (gst_play_bin_add_element),
23972         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23973         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23974         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23975         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23976         * gst/playback/test.c: (main):
23977         More fixes, cleaned up playbin, make it use decodebin. Added
23978         threaded property to playbin.
23979
23980 2004-07-05  Wim Taymans  <wim@fluendo.com>
23981
23982         * configure.ac:
23983         * gst/playback/Makefile.am:
23984         * gst/playback/decodetest.c: (main):
23985         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23986         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23987         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23988         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23989         (close_link), (type_found), (gst_decode_bin_set_property),
23990         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23991         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23992         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23993         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23994         (plugin_init):
23995         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23996         (gst_play_bin_class_init), (gst_play_bin_init),
23997         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23998         (collect_sink_pads), (find_compatibles), (close_pad_link),
23999         (try_to_link_1), (new_pad), (close_link), (type_found),
24000         (setup_source), (gst_play_bin_set_property),
24001         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
24002         (compare_ranks), (gst_play_bin_collect_factories),
24003         (gst_play_bin_change_state), (gst_play_bin_add_element),
24004         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
24005         (gst_play_bin_send_event), (gst_play_bin_get_formats),
24006         (gst_play_bin_convert), (gst_play_bin_get_query_types),
24007         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24008         * gst/playback/test.c: (main):
24009         Added some playback helper elements and some test apps, very alpha
24010         still.
24011
24012 2004-07-04  Benjamin Otte  <otte@gnome.org>
24013
24014         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24015           only restart audio when we indeed have an xrun to fix repeated
24016           xruns. Fix suggested by Giuliano Pochini.
24017
24018 2004-07-03  David Schleef  <ds@schleef.org>
24019
24020         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
24021         call to gst_debug_log() if debugging is disabled (bug #145118)
24022
24023 2004-07-03  Benjamin Otte  <otte@gnome.org>
24024
24025         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24026           use our own functions for restarting the alsa device.
24027         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24028           I should apply patches myself - use MIN for the third argument, not
24029           the second, this fixes seeking
24030
24031 2004-07-02  David Schleef  <ds@schleef.org>
24032
24033         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24034         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
24035         do with the logic.
24036
24037 2004-07-02  David Schleef  <ds@schleef.org>
24038
24039         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
24040         output buffers.  Fix logic mistake.  (bug #144866)
24041
24042 2004-07-02  David Schleef  <ds@schleef.org>
24043
24044         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
24045         on X.  (bug #144753)
24046
24047 2004-07-02  David Schleef  <ds@schleef.org>
24048
24049         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
24050         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24051         (bug #144624)
24052         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24053         (gst_osselement_rate_probe_check): Add another workaround for
24054         buggy drivers (bug #145336)
24055
24056 2004-07-02  David Schleef  <ds@schleef.org>
24057
24058         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24059         Most systems don't have MSG_NOSIGNAL.
24060
24061 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24062
24063         * Makefile.am:
24064         * gst-libs/gst/colorbalance/Makefile.am:
24065         * gst-libs/gst/mixer/Makefile.am:
24066         * gst-libs/gst/play/Makefile.am:
24067         * gst-libs/gst/tuner/Makefile.am:
24068           (hopefully) fix both install and dist and make error message useful.
24069           needs testing across automakes.
24070
24071 2004-07-02  Benjamin Otte  <otte@gnome.org>
24072
24073         * ext/ogg/gstogg.c: (plugin_init):
24074           we require bytestream now
24075         * ext/ogg/gstoggdemux.c:
24076           huge diff to implement chain setup in a fast and generic way. This
24077           improves tag reading and startup of huge files (read: Theora videos)
24078           quite a bit. It probably contains bugs, too, so please test.
24079           Seeking is not improved to the fast method.
24080
24081 2004-06-29  Wim Taymans  <wim@fluendo.com>
24082
24083         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24084         * ext/ogg/gstoggmux.c:
24085         Fix memleak in oggdemux when running unconnected pads.
24086         doc update in mux, start working on keyframe mode.
24087
24088 2004-06-29  Benjamin Otte  <otte@gnome.org>
24089
24090         * sys/oss/gstosssink.c:
24091         * sys/oss/gstosssrc.c:
24092           advertise correct template caps - we indeed do non-native endianness
24093           and 8bit audio has no endianness
24094         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24095         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24096           avoid (wrong) duplications in getcaps function and return
24097           template caps
24098
24099 2004-06-29  Wim Taymans  <wim@fluendo.com>
24100
24101         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24102         (gst_multifdsink_class_init), (gst_multifdsink_add),
24103         (gst_multifdsink_remove), (gst_multifdsink_clear),
24104         (gst_multifdsink_client_remove),
24105         (gst_multifdsink_handle_client_read),
24106         (gst_multifdsink_client_queue_data),
24107         (gst_multifdsink_client_queue_caps),
24108         (gst_multifdsink_client_queue_buffer),
24109         (gst_multifdsink_handle_client_write),
24110         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24111         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24112         (gst_multifdsink_init_send), (gst_multifdsink_close):
24113         Fix wrong GList iteration that could crash the server when
24114         more then 2 clients disconnect at the same time. Read all the
24115         pending commands in one batch to recover from command storms under
24116         very heavy load.
24117
24118 2004-06-28  Wim Taymans  <wim@fluendo.com>
24119
24120         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24121         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24122         (gst_videomixer_pad_set_property),
24123         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24124         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24125         (gst_videomixer_class_init), (gst_videomixer_init),
24126         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24127         (pad_zorder_compare), (gst_videomixer_sort_pads),
24128         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24129         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24130         (gst_videomixer_update_queues), (gst_videomixer_loop),
24131         (plugin_init):
24132         Avoid divide by zero, choose masterpad as the pad with the highest
24133         framerate.
24134
24135 2004-06-27  Julien Moutte  <julien@moutte.net>
24136
24137         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24138         (gst_ximagesink_xwindow_new):
24139         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24140         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24141         function directly. We might want to call it from somewhere else one day.
24142
24143 2004-06-27  Julien Moutte  <julien@moutte.net>
24144
24145         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24146         (gst_ximagesink_xwindow_new):
24147         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24148         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24149         window decorations.
24150
24151 2004-06-27  Wim Taymans  <wim@fluendo.com>
24152
24153         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24154         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24155         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24156         (gst_dvdec_set_property), (gst_dvdec_get_property):
24157         * ext/dv/gstdvdec.h:
24158         Implement drop_factor property to lower the framerate with
24159         a factor.
24160
24161 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24162
24163         * gst-libs/gst/colorbalance/Makefile.am:
24164         * gst-libs/gst/mixer/Makefile.am:
24165         * gst-libs/gst/play/Makefile.am:
24166         * gst-libs/gst/tuner/Makefile.am:
24167           unbreak Company's fix that didn't install the -enum.h files
24168
24169 2004-06-27  Wim Taymans  <wim@fluendo.com>
24170
24171         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24172         (gst_dvdec_change_state):
24173         * ext/dv/gstdvdec.h:
24174         Fix timestamp, duration and offset of the buffers.
24175
24176 2004-06-27  Wim Taymans  <wim@fluendo.com>
24177
24178         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24179         (gst_multifdsink_class_init), (gst_multifdsink_add),
24180         (gst_multifdsink_remove), (gst_multifdsink_clear),
24181         (gst_multifdsink_client_remove),
24182         (gst_multifdsink_handle_client_read),
24183         (gst_multifdsink_client_queue_data),
24184         (gst_multifdsink_client_queue_caps),
24185         (gst_multifdsink_client_queue_buffer),
24186         (gst_multifdsink_handle_client_write),
24187         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24188         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24189         (gst_multifdsink_init_send), (gst_multifdsink_close):
24190         * gst/tcp/gstmultifdsink.h:
24191         * gst/tcp/gsttcpserversink.c:
24192         (gst_tcpserversink_handle_server_read),
24193         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24194         More multifdsink fixes, more recovery policy fixes.
24195         Removed stupid g_print
24196
24197 2004-06-26  Wim Taymans  <wim@fluendo.com>
24198
24199         * gst/tcp/Makefile.am:
24200         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24201         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24202         (gst_multifdsink_class_init), (gst_multifdsink_init),
24203         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24204         (gst_multifdsink_handle_client_read),
24205         (gst_multifdsink_client_queue_data),
24206         (gst_multifdsink_client_queue_caps),
24207         (gst_multifdsink_client_queue_buffer),
24208         (gst_multifdsink_handle_client_write),
24209         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24210         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24211         (gst_multifdsink_chain), (gst_multifdsink_set_property),
24212         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24213         (gst_multifdsink_close), (gst_multifdsink_change_state):
24214         * gst/tcp/gstmultifdsink.h:
24215         * gst/tcp/gsttcpplugin.c: (plugin_init):
24216         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24217         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24218         (gst_tcpserversink_handle_server_read),
24219         (gst_tcpserversink_handle_select),
24220         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24221         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24222         * gst/tcp/gsttcpserversink.h:
24223         Added multifdsink, made tcpserversink a subclass of fdsink, removed
24224         one of the locks, added recovery policy to multifdsink.
24225
24226 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24227
24228         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24229           fix decision for when getting frames with same timestamp
24230         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24231         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24232         (gst_v4lsrc_get_property):
24233         * sys/v4l/gstv4lsrc.h:
24234           add latency offset property
24235
24236 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24237
24238         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24239         (plugin_init):
24240           fix debugging. add category.
24241
24242 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24243
24244         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24245           fix wrong offsets
24246
24247 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24248
24249         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24250         (gst_alsa_src_get_time), (gst_alsa_src_loop),
24251         (gst_alsa_src_change_state):
24252           return a time that is in sync with the element's processing
24253
24254 2004-06-25  Wim Taymans  <wim@fluendo.com>
24255
24256         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24257         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24258         (gst_tcpserversink_client_remove),
24259         (gst_tcpserversink_handle_client_read),
24260         (gst_tcpserversink_client_queue_data),
24261         (gst_tcpserversink_client_queue_caps),
24262         (gst_tcpserversink_client_queue_buffer),
24263         (gst_tcpserversink_handle_client_write),
24264         (gst_tcpserversink_queue_buffer),
24265         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24266         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24267         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24268         (gst_tcpserversink_close):
24269         * gst/tcp/gsttcpserversink.h:
24270         Serversink rewrite. Really do non blocking writes to clients and
24271         maintain an internal queue to handle slower clients while not
24272         disturbing fast clients.
24273
24274 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24275
24276         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24277           better debug, don't override OFFSET and OFFSET_END
24278
24279 2004-06-25  Iain <iain@prettypeople.org>
24280
24281         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24282         name=source for the wavparse pipeline.
24283
24284 2004-06-24  Johan Dahlin  <johan@gnome.org>
24285
24286         * ext/theora/theoraenc.c (theora_enc_chain): Call
24287         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24288         streamheader caps are set correctly.
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), (gst_vorbisenc_set_property):
24294           respect minimum bitrate; same could be done for max bitrate
24295
24296 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24297
24298         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24299         (gst_vorbisenc_setup):
24300           fix sample rate range
24301
24302 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24303
24304         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24305         (gst_oggvorbisenc_setup):
24306         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24307         (gst_vorbisenc_setup):
24308           resolve ambiguities in code and description
24309
24310 2004-06-24  Wim Taymans  <wim@fluendo.com>
24311
24312         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24313         * ext/alsa/gstalsa.h:
24314         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24315         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24316         Use alsa trigger_tstamp to get the timestamp of the first
24317         sample in the buffer for more precise sync. Some cleanups.
24318
24319 2004-06-24  Wim Taymans  <wim@fluendo.com>
24320
24321         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24322         (gst_audiorate_init), (gst_audiorate_chain),
24323         (gst_audiorate_set_property), (gst_audiorate_get_property):
24324         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24325         (gst_videorate_chain):
24326         Added some logging, fixed an overflow bug in videorate.
24327
24328 2004-06-24  Benjamin Otte  <otte@gnome.org>
24329
24330         * ext/kio/Makefile.am:
24331           fix for builddir != srcdir and distcheck
24332
24333 2004-06-24  Benjamin Otte  <otte@gnome.org>
24334
24335         * gst-libs/gst/colorbalance/Makefile.am:
24336         * gst-libs/gst/mixer/Makefile.am:
24337         * gst-libs/gst/play/Makefile.am:
24338         * gst-libs/gst/tuner/Makefile.am:
24339         * gst/tcp/Makefile.am:
24340         * sys/dxr3/Makefile.am:
24341           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24342           tarball.
24343           Also add all *.list files that were missing.
24344         * Makefile.am:
24345           add a distcheck hook to ensure the above doesn't happen again.
24346
24347 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24348
24349         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24350
24351 2004-06-23  Colin Walters  <walters@redhat.com>
24352
24353         * m4/Makefile.am: Distribute gst-fionread.m4.
24354
24355 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24356
24357         * configure.ac: back to dev
24358
24359 2004-06-23  Wim Taymans  <wim@fluendo.com>
24360
24361         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24362         (gst_alsa_xrun_recovery):
24363         * ext/alsa/gstalsa.h:
24364         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24365         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24366         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24367         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24368         (gst_alsa_src_loop):
24369         Add clock to alsasrc. Take new capture timestamp when
24370         restarting after an overrun. Split up some functions between
24371         alsasrc and alsasink.
24372
24373 === release 0.8.2 ===
24374
24375 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24376
24377         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24378         (gst_alsa_change_state), (gst_alsa_update_avail),
24379         (gst_alsa_xrun_recovery):
24380         * ext/alsa/gstalsa.h:
24381         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24382           merge back changes from release
24383
24384 2004-06-23  Wim Taymans  <wim@fluendo.com>
24385
24386         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24387         (gst_audiorate_init), (gst_audiorate_chain),
24388         (gst_audiorate_set_property), (gst_audiorate_get_property):
24389         Implement sample dropping and notify
24390
24391 2004-06-22  Wim Taymans  <wim@fluendo.com>
24392
24393         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24394         (theora_enc_sink_link), (theora_buffer_from_packet),
24395         (theora_push_packet), (theora_enc_chain):
24396         Some cleanups, make sure the timestamps are correct.
24397
24398 2004-06-22  Wim Taymans  <wim@fluendo.com>
24399
24400         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24401         (gst_alsa_change_state), (gst_alsa_update_avail),
24402         (gst_alsa_xrun_recovery):
24403         * ext/alsa/gstalsa.h:
24404         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24405         Cleanups, take queued samples into account when reporting
24406         the time.
24407
24408 2004-06-22  Wim Taymans  <wim@fluendo.com>
24409
24410         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24411         (gst_videorate_init):
24412         Initialize the property as well.
24413
24414 2004-06-22  Wim Taymans  <wim@fluendo.com>
24415
24416         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24417         (gst_videorate_init), (gst_videorate_chain),
24418         (gst_videorate_set_property), (gst_videorate_get_property):
24419         Add property to make videorate silent.
24420         Add property to prefer new frames over old ones.
24421
24422 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24423
24424         * sys/osxvideo/Makefile.am:
24425         Workaround so that the osxvideo .so file gets linked with the
24426         Cocoa, OpenGL and QuickTime frameworks
24427
24428 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24429
24430         * sys/osxaudio/Makefile.am:
24431         Workaround so that the osxaudio .so file gets linked with the
24432         CoreAudio framework
24433
24434 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24435
24436         * configure.ac:
24437         Whoops, my fault...fixed build issues
24438
24439 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24440
24441         * configure.ac:
24442         Add objective-c support if running in Darwin/Mac OS X
24443         * sys/Makefile.am:
24444         * sys/osxvideo:
24445         * sys/osxvideo/Makefile.am:
24446         * sys/osxvideo/osxvideosink.h:
24447         * sys/osxvideo/osxvideosink.m:
24448         * sys/osxvideo/cocoawindow.h:
24449         * sys/osxvideo/cocoawindow.m:
24450         Add osxvideosink, a cocoa-based osx video sink
24451
24452
24453 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24454         * ext/dvdnav/gst-dvd:
24455         Grab the gconf key from the right spot
24456         * gst/debug/gstnavseek.c: (gst_navseek_init),
24457         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24458         (gst_navseek_chain):
24459         * gst/debug/gstnavseek.h:
24460           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24461           and loop parameters of a segment seek.
24462         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24463         (gst_videotestsrc_get_event_masks),
24464         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24465         * gst/videotestsrc/gstvideotestsrc.h:
24466           Add seeking support to videotestsrc
24467           Initialise the timestamp_offset variable.
24468
24469 2004-06-18  Wim Taymans  <wim@fluendo.com>
24470
24471         * ext/sidplay/gstsiddec.cc:
24472         Fix negotiation and set correct end offset.
24473
24474 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24475
24476         * configure.ac: branch and prerelease
24477
24478 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24479
24480         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24481         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24482         (gst_tcpclientsrc_init_receive):
24483         * gst/tcp/gsttcpclientsrc.h:
24484           read caps when connecting to server for GDP so we set them correctly
24485
24486 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24487
24488         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24489           notify drops and duplicates
24490         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24491           no good reason to limit ourselves to 100x100
24492
24493 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24494
24495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24496         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24497         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24498         (gst_v4lsrc_get_property):
24499         * sys/v4l/gstv4lsrc.h:
24500         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24501         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24502         (gst_v4l_set_audio):
24503         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24504         (gst_v4lsrc_try_capture):
24505         * sys/v4l/v4lsrc_calls.h:
24506           change try_palette to more general try_capture
24507           add autoprobe option so we can turn off autoprobing
24508           various fixes
24509
24510 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24511
24512         * configure.ac:
24513           add videorate
24514         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24515         (gst_ximagesink_class_init):
24516         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24517         (gst_xvimagesink_class_init):
24518           run them as finalize, not dispose, since dispose can be invoked
24519           multiple times
24520
24521 2004-06-17  Wim Taymans  <wim@fluendo.com>
24522
24523         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24524         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24525         * ext/alsa/gstalsa.h:
24526         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24527         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24528         (gst_alsa_src_change_state):
24529         * ext/alsa/gstalsasrc.h:
24530         Make the xrun code timestamp and offset the buffers correctly.
24531         moved the clock to the base class, use alsa methods to get time.
24532         Do correct timestamping on outgoing buffers.
24533
24534 2004-06-17  Wim Taymans  <wim@fluendo.com>
24535
24536         * gst/audiorate/Makefile.am:
24537         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24538         (gst_audiorate_base_init), (gst_audiorate_class_init),
24539         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24540         (gst_audiorate_set_property), (gst_audiorate_get_property),
24541         (gst_audiorate_change_state), (plugin_init):
24542         Added an audiorate converter that fills in gaps.
24543
24544 2004-06-17  Johan Dahlin  <johan@gnome.org>
24545
24546         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24547
24548 2004-06-16  Wim Taymans  <wim@fluendo.com>
24549
24550         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24551         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24552         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24553         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24554         (gst_v4lsrc_get_property):
24555         * sys/v4l/gstv4lsrc.h:
24556         Added a copy mode to v4lsrc where it will output a copied version
24557         of its internal hardware buffer.
24558         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24559         can't | them.
24560
24561 2004-06-16  Wim Taymans  <wim@fluendo.com>
24562
24563         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24564         Timestamp fixes.
24565
24566 2004-06-16  Wim Taymans  <wim@fluendo.com>
24567
24568         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24569         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24570         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24571         (gst_v4lsrc_get_property):
24572         * sys/v4l/gstv4lsrc.h:
24573         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24574         Added a sync mode enum property to control v4lsrc timestamp method
24575         Removed the use-fixed-fps property and moved functionality in
24576         the enum.
24577         Don't error on an error value from v4l-conf, it might not always
24578         be a real error.
24579
24580 2004-06-16  Wim Taymans  <wim@fluendo.com>
24581
24582         * gst/videorate/Makefile.am:
24583         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24584         (gst_videorate_base_init), (gst_videorate_class_init),
24585         (gst_videorate_getcaps), (gst_videorate_link),
24586         (gst_videorate_init), (gst_videorate_chain),
24587         (gst_videorate_set_property), (gst_videorate_get_property),
24588         (gst_videorate_change_state), (plugin_init):
24589         Added a video timestamp corrector.
24590
24591 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24592
24593         fixed a potential leak with previous commit
24594
24595         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24596
24597 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24598
24599         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24600         Added missing refcount, fixes bug #144425
24601         Cheers Tim for finding the bug
24602
24603 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24604
24605         * sys/v4l/gstv4l.c: (plugin_init):
24606         * sys/v4l/gstv4lcolorbalance.c:
24607         * sys/v4l/gstv4lcolorbalance.h:
24608         * sys/v4l/gstv4lelement.c:
24609         * sys/v4l/gstv4lelement.h:
24610         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24611         * sys/v4l/gstv4lmjpegsink.h:
24612         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24613         * sys/v4l/gstv4lmjpegsrc.h:
24614         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24615         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24616         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24617         * sys/v4l/gstv4lsrc.h:
24618         * sys/v4l/gstv4ltuner.c:
24619         * sys/v4l/gstv4ltuner.h:
24620         * sys/v4l/gstv4lxoverlay.c:
24621         * sys/v4l/gstv4lxoverlay.h:
24622         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24623         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24624         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24625         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24626         (gst_v4l_set_audio):
24627         * sys/v4l/v4l_calls.h:
24628         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24629         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24630         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24631         (gst_v4lmjpegsink_playback_init),
24632         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24633         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24634         (gst_v4lmjpegsink_playback_stop),
24635         (gst_v4lmjpegsink_playback_deinit):
24636         * sys/v4l/v4lmjpegsink_calls.h:
24637         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24638         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24639         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24640         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24641         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24642         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24643         * sys/v4l/v4lmjpegsrc_calls.h:
24644         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24645         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24646         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24647         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24648         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24649         (gst_v4lsrc_try_palette):
24650         * sys/v4l/v4lsrc_calls.h:
24651           bunch of paranoia cleanups
24652
24653 2004-06-14  David Schleef  <ds@schleef.org>
24654
24655         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24656         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24657         Send discont events and change timestamps appropriately when
24658         we get a seek event.  (bug #144240)
24659         * ext/cdparanoia/gstcdparanoia.h:
24660
24661 2004-06-14  Benjamin Otte  <otte@gnome.org>
24662
24663         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24664           snd_pcm_hw_params_set_rate  since the latter fails for no good
24665           reason on some setups.
24666
24667 2004-06-14  David Schleef  <ds@schleef.org>
24668
24669         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24670         standard.  Thank you for playing.
24671
24672 2004-06-14  Wim Taymans  <wim@fluendo.com>
24673
24674         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24675         Patch 1.3 broke the ordering of the colorspace info and
24676         made the plugin basically work by coincidence, reordered
24677         the info.
24678
24679 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24680
24681         * ext/lame/gstlame.c:
24682         * ext/mad/gstmad.c:
24683           sync caps.  Make sure mad can only output a list of rates, not
24684           a full range.  In the future, have three caps lists for each of the
24685           mpeg versions.  Change mpegversion to a double as well.
24686
24687 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24688
24689         * gst/volume/.cvsignore:
24690         * gst/volume/Makefile.am:
24691         * gst/volume/demo.c: (value_changed_callback), (idler),
24692         (setup_gui), (main):
24693           added small demo app
24694
24695 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24696         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24697         * ext/esd/esdsink.h:
24698         Close the esd connection on pause, because esd will just wait -
24699         blocking all other esd clients indefinitely.
24700
24701 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24702
24703         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24704           previous commit with GST_DEBUG
24705
24706 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24707
24708         * configure.ac:
24709           add a header check for a dvdread header in dvdnav.  Fixes #133002
24710
24711 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24712
24713         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24714         * gst/tcp/gsttcpclientsink.h:
24715         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24716         * gst/tcp/gsttcpclientsrc.h:
24717         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24718         (gst_tcpserversink_handle_server_read),
24719         (gst_tcpserversink_init_send):
24720         * gst/tcp/gsttcpserversink.h:
24721         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24722         * gst/tcp/gsttcpserversrc.h:
24723         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24724         version of IP)
24725
24726 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24727
24728         * configure.ac:
24729         Added ogg library so that OSX detects libtheora properly
24730
24731 2004-06-11  Wim Taymans  <wim@fluendo.com>
24732
24733         * ext/theora/theoradec.c: (theora_dec_chain),
24734         (theora_dec_change_state):
24735         Don't try to decode frames before we received a keyframe.
24736
24737 2004-06-11  Wim Taymans  <wim@fluendo.com>
24738
24739         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24740         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24741         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24742         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24743         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24744         Added property to set the maximum delay of a page.
24745
24746 2004-06-10  Wim Taymans  <wim@fluendo.com>
24747
24748         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24749         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24750         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24751         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24752         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24753         Added max-delay property to control the maximum amount
24754         of data to put in one page.
24755
24756 2004-06-10  Wim Taymans  <wim@fluendo.com>
24757
24758         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24759         (gst_theora_enc_init), (theora_enc_sink_link),
24760         (theora_buffer_from_packet), (theora_enc_set_property),
24761         (theora_enc_get_property):
24762         Set duration on encoded buffer, added some more properties
24763
24764 2004-06-10  Wim Taymans  <wim@fluendo.com>
24765
24766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24767         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24768         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24769         * ext/theora/theoraenc.c: (theora_enc_chain):
24770         Fix refcounting bugs
24771
24772 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24773
24774         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24775         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24776         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24777         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24778         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24779         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24780         (gst_asf_demux_change_state):
24781         * gst/asfdemux/gstasfdemux.h:
24782           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24783           feels like. I think we should set a new requirement for demuxers
24784           from now on to implement sane loop functions, data loops, query
24785           and seek functions before first commit into CVS. And this commit
24786           fixes all of the above.
24787
24788 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24789
24790         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24791           vorbis comments are properly encoded in UTF-8 before adding them
24792           to a GstTagList
24793
24794 2004-06-09  Benjamin Otte  <otte@gnome.org>
24795
24796         * ext/alsa/gstalsa.c: (add_channels):
24797           handle min <= max correctly
24798         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24799         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24800           add fixation functions so we fixate correctly. No preferring of alaw
24801           anymore because it's the first structure.
24802         * ext/alsa/gstalsa.h:
24803         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24804         (gst_alsa_hw_params_dump):
24805           add functions to ease debugging in alsalib
24806         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24807         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24808         (gst_alsa_start_audio):
24809           only specify hw params if we really setup a format (fixes #134007 -
24810           or at least works around it)
24811
24812 2004-06-09  Wim Taymans  <wim@fluendo.com>
24813
24814         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24815         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24816         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24817         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24818         (gst_ogg_mux_loop):
24819         Use stream caps to setup the initial pages in the ogg stream.
24820         Correctly set the streamheader caps on the srcpad.
24821
24822 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24823
24824         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24825         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24826         (gst_v4lsrc_getcaps):
24827         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24828         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24829           add querying of fps lists for webcams.  Negotiating to a framerate
24830           now works.
24831
24832 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24833
24834         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24835         (theora_push_buffer), (theora_push_packet),
24836         (theora_set_header_on_caps), (theora_enc_chain):
24837           mark buffers and put on streamheader, raw theora streaming
24838           now works too, whee
24839
24840 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24841
24842         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24843         (gst_tcp_gdp_read_caps):
24844           do a looping read for caps and GDP headers too
24845
24846 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24847
24848         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24849         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24850           return EOS instead of NULL in _get
24851
24852 2004-06-08  Wim Taymans  <wim@fluendo.com>
24853
24854         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24855         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24856         (gst_tcp_gdp_write_caps):
24857         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24858         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24859         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24860         Memory leak fixes
24861
24862 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24863
24864         * ext/vorbis/Makefile.am:
24865         * ext/vorbis/vorbis.c: (plugin_init):
24866         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24867         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24868         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24869         (vorbis_parse_change_state):
24870         * ext/vorbis/vorbisparse.h:
24871           adding a vorbisparse element that marks the buffers, streaming
24872           raw vorbis using GDP now works, whee
24873
24874 2004-06-08  Wim Taymans  <wim@fluendo.com>
24875
24876         * ext/jpeg/Makefile.am:
24877         * ext/jpeg/README:
24878         * ext/jpeg/gstjpeg.c: (plugin_init):
24879         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24880         (gst_smokedec_base_init), (gst_smokedec_class_init),
24881         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24882         * ext/jpeg/gstsmokedec.h:
24883         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24884         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24885         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24886         (gst_smokeenc_resync), (gst_smokeenc_chain),
24887         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24888         * ext/jpeg/gstsmokeenc.h:
24889         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24890         (smokecodec_flush_destination), (smokecodec_term_destination),
24891         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24892         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24893         (smokecodec_term_source), (smokecodec_encode_new),
24894         (smokecodec_decode_new), (smokecodec_info_free),
24895         (smokecodec_set_quality), (smokecodec_get_quality),
24896         (smokecodec_set_threshold), (smokecodec_get_threshold),
24897         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24898         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24899         (smokecodec_parse_header), (smokecodec_decode):
24900         * ext/jpeg/smokecodec.h:
24901         Added a new simple jpeg based codec
24902
24903 2004-06-08  Wim Taymans  <wim@fluendo.com>
24904
24905         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24906         (gst_multipart_mux_loop):
24907         Fix memory leak
24908
24909 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24910
24911         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24912         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24913         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24914         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24915         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24916         * gst/tcp/gsttcpserversink.h:
24917           take streamheader into account
24918
24919 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24920
24921         * gst/level/Makefile.am:
24922         * gst/level/gstlevel.c: (gst_level_class_init):
24923           clean up marshal generation
24924
24925 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24926
24927         * gst/tcp/Makefile.am:
24928         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24929         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24930         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24931         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24932         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24933         (gst_tcpclientsrc_get_property):
24934         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24935         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24936         (gst_tcpserversink_handle_client_read),
24937         (gst_tcpserversink_handle_client_write),
24938         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24939         * gst/tcp/gsttcpserversink.h:
24940           add signals client-added and client-removed
24941         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24942         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24943         (gst_tcpserversrc_get_property):
24944         uniformized, change default protocol to NONE
24945         * gst/tcp/gsttcp-marshal.list: added
24946 2004-06-07  Benjamin Otte  <otte@gnome.org>
24947
24948         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24949           handle discont events if they happen before caps nego
24950
24951 2004-06-07  Wim Taymans  <wim@fluendo.com>
24952
24953         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24954         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24955         (gst_multipart_demux_plugin_init):
24956         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24957         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24958         (gst_multipart_mux_change_state):
24959         Small updates, fix a memleak
24960
24961 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24962
24963         * configure.ac: OSS portability
24964         * ext/arts/gst_arts.c: idem
24965         * sys/oss/gstosselement.c: idem
24966         * sys/oss/gstossmixer.c: idem
24967         * sys/oss/gstosssink.c: idem
24968         * sys/oss/gstosssrc.c: idem
24969         * sys/oss/oss_probe.c: idem
24970           - check for soundcard.h in different places for some BSD
24971
24972 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24973
24974         * AUTHORS:
24975         Add me to the authors file
24976         * configure.ac:
24977         Increase the libdv requirement to >= version 0.100
24978         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24979         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24980         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24981         * ext/dv/gstdvdec.h:
24982         Add support for the new_media flag when sending DISCONT events
24983         Make the querying work when video pad is not linked
24984
24985 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24986
24987         reviewed by Benjamin Otte  <otte@gnome.org>
24988
24989         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24990           create a NULL-initialized array of pads, so we don't think they
24991           exist already. (fixes #143130)
24992
24993 2004-06-07  Benjamin Otte  <otte@gnome.org>
24994
24995         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24996         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24997         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24998           don't use // coments
24999
25000 2004-06-07  Benjamin Otte  <otte@gnome.org>
25001
25002         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
25003           cast to GstClockTime to get higher granularity
25004         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25005           use gst_element_set_time_delay to get the exact time
25006         * ext/mad/gstmad.c: (gst_mad_chain):
25007           use the negotiated rate instead of the current frame's rate which
25008           might be wrong because of bit errors. This avoids emitting totally
25009           bogus timestamps and screwing sync.
25010         (fixes #143454)
25011
25012 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25013
25014         reviewed by Benjamin Otte  <otte@gnome.org>
25015
25016         * gst/adder/gstadder.c: (gst_adder_loop):
25017           properly error out when no negotiation has happened yet. (fixes
25018           #143032)
25019
25020 2004-06-06  Benjamin Otte  <otte@gnome.org>
25021
25022         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25023           forward correctly transformed offset in discont events. Based on
25024           patch by Arwed v. Merkatz. (fixes #142851)
25025
25026 2004-06-06  David Schleef  <ds@schleef.org>
25027
25028         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
25029         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
25030         problems on several systems.
25031
25032 2004-06-06  Benjamin Otte  <otte@gnome.org>
25033
25034         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
25035           use explicit caps on the srcpad
25036         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25037           properly error out if caps couldn't be set (fixes #142764)
25038
25039 2004-06-06  Benjamin Otte  <otte@gnome.org>
25040
25041         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
25042         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
25043         (gst_alsa_start_audio):
25044           - don't call set_periods_integer anymore, it breaks the
25045           configuration randomly
25046           - call snd_pcm_hw_params_set_access directly instead of using masks
25047           - don't fail if the sw_params can't be set, just use the default
25048           params and hope it works. Alsalib has weird issues when you touch
25049           sw_params and does no proper error reporting about what failed.
25050         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25051         (gst_alsa_close_audio):
25052           make our alsa debugging go via gst debugging and not conditionally
25053           defined
25054         * ext/alsa/gstalsa.h:
25055           add ALSA_DEBUG_FLUSH macro
25056         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25057         (plugin_init):
25058           wrap alsa errors to be printed via the gst debugging system and not
25059           spammed to stderr
25060
25061 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25062
25063         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25064         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25065         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25066         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25067         (qtdemux_parse_trak):
25068         * gst/qtdemux/qtdemux.h:
25069           Bitch. Also known as seeking, querying & co.
25070         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25071         (gst_osssink_change_state):
25072         * sys/oss/gstosssink.h:
25073           Resyncing is for weenies, this hack is no longer needed and was
25074           broken anyway (since it - unintendedly - always leaves resync to
25075           TRUE).
25076
25077 2004-06-05  Andrew Turner <zxombie@hotpop.com>
25078
25079         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25080         * gst/tcp/gsttcpclientsrc.h: idem
25081           - define MSG_NOSIGNAL if not done
25082           - include unistd.h for off_t
25083           (fixes #143749)
25084
25085 2004-06-05  Benjamin Otte  <otte@gnome.org>
25086
25087         * configure.ac:
25088         * ext/kio/Makefile.am:
25089           check for qt's moc preprocessor explicitly and use it
25090
25091 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25092
25093         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25094           don't get a signal for EPIPE on socket writes
25095           (somebody check if this works on other platforms)
25096
25097 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25098
25099         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25100         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25101           check error condition on available samples correctly
25102
25103 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25104
25105         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25106           avoid a segfault
25107         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25108         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25109         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25110         (gst_tcpserversrc_gdp_read_header):
25111          use ssize_t over size_t since the former is signed and thus the
25112          check for error codes can work
25113
25114 2004-06-02  Wim Taymans  <wim@fluendo.com>
25115
25116         reviewed by: Johan
25117
25118         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25119         (gst_multipart_mux_loop):
25120         Oops
25121
25122 2004-06-02  Wim Taymans  <wim@fluendo.com>
25123
25124         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25125         (gst_multipart_mux_init), (gst_multipart_mux_loop),
25126         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25127         (gst_multipart_mux_change_state):
25128         Added configurable boundary specifier, added the value as a
25129         caps field as well.
25130
25131 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25132
25133         * gst/tcp/gsttcp.c:
25134         * gst/tcp/gsttcpclientsrc.c:
25135         * gst/tcp/gsttcpclientsrc.h:
25136         * gst/tcp/gsttcpserversrc.c:
25137           - portability fix, to compile on OSX
25138             (fixes #143146)
25139
25140         * sys/osxaudio/gstosxaudioelement.c:
25141         * sys/osxaudio/gstosxaudiosink.c:
25142         * sys/osxaudio/gstosxaudiosrc.c:
25143           - compilation warnings on OSX
25144             (fixes #143153)
25145
25146 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25147
25148         * ext/vorbis/vorbisdec.c : sign warning fixes
25149
25150         * gst-libs/gst/mixer/mixertrack.c :
25151           do no use defines which are glib 2.4 specific
25152
25153 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
25154
25155         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25156           buffer since libflac doesn't expect it (reports a sync error when
25157           it encounters that)
25158
25159
25160 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
25161
25162         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25163         * gst-libs/gst/mixer/mixertrack.c:
25164         (gst_mixer_track_get_property), (get_mixer_track_init),
25165         (get_mixer_track_get_property): Added property accessors
25166         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25167         * gst-libs/gst/mixer/mixeroptions.c:
25168         (gst_mixer_options_get_values): Added
25169         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25170         * gst-libs/gst/mixer/mixer.c: Fixed comment
25171
25172
25173 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25174
25175         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25176           improve error messages on open
25177
25178
25179 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25180
25181         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25182           check if v4l-conf is in path
25183
25184 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25185
25186         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25187           change assert to a more readable error message
25188
25189 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25190
25191         * gst-libs/gst/tuner/tunerchannel.h:
25192           - add a freq_multiplicator field to make the conversion
25193             between internal frequency unit and Hz
25194         * sys/v4l/gstv4lelement.c:
25195         * sys/v4l2/gstv4l2element.c:
25196           - change default video device to /dev/video0
25197         * sys/v4l/v4l_calls.c:
25198         * sys/v4l2/v4l2_calls.c:
25199           - we only expose frequency to the user in Hz instead of
25200             bastard v4lX unit (either 62.5kHz or 62.5Hz)
25201
25202 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
25203         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25204           Initialise b_o_s and e_o_s variables
25205         * gst-libs/gst/riff/riff-media.c:
25206         (gst_riff_create_video_caps_with_data):
25207           Add some unusual fourcc's from mplayer avi's
25208         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25209           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25210           autoplugging.
25211
25212 2004-05-28  Wim Taymans  <wim@fluendo.com>
25213
25214         * configure.ac:
25215         * gst/alpha/Makefile.am:
25216         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25217         (gst_alpha_get_type), (gst_alpha_base_init),
25218         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25219         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25220         (gst_alpha_chroma_key), (gst_alpha_chain),
25221         (gst_alpha_change_state), (plugin_init):
25222         A plugin to add an alpha channel to I420 video. Can optionally do
25223         chroma keying.
25224         * gst/multipart/Makefile.am:
25225         * gst/multipart/multipart.c: (plugin_init):
25226         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25227         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25228         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25229         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25230         (gst_multipart_demux_change_state),
25231         (gst_multipart_demux_plugin_init):
25232         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25233         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25234         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25235         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25236         (gst_multipart_mux_pad_unlink),
25237         (gst_multipart_mux_request_new_pad),
25238         (gst_multipart_mux_handle_src_event),
25239         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25240         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25241         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25242         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25243         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25244         send multipart jpeg images to a browser.
25245         * gst/videobox/Makefile.am:
25246         * gst/videobox/README:
25247         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25248         (gst_video_box_get_type), (gst_video_box_base_init),
25249         (gst_video_box_class_init), (gst_video_box_init),
25250         (gst_video_box_set_property), (gst_video_box_get_property),
25251         (gst_video_box_sink_link), (gst_video_box_i420),
25252         (gst_video_box_ayuv), (gst_video_box_chain),
25253         (gst_video_box_change_state), (plugin_init):
25254         Crops or adds borders around an image. can do alpha channel
25255         borders as well.
25256         * gst/videomixer/Makefile.am:
25257         * gst/videomixer/README:
25258         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25259         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25260         (gst_videomixer_pad_get_sink_event_masks),
25261         (gst_videomixer_pad_get_property),
25262         (gst_videomixer_pad_set_property),
25263         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25264         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25265         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25266         (gst_videomixer_base_init), (gst_videomixer_class_init),
25267         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25268         (gst_videomixer_handle_src_event),
25269         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25270         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25271         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25272         (gst_videomixer_loop), (gst_videomixer_get_property),
25273         (gst_videomixer_set_property), (gst_videomixer_change_state),
25274         (plugin_init):
25275         Generic video mixer plugin, can handle multiple inputs all with
25276         different framerates and video sizes. Is fully alpha channel
25277         aware.
25278
25279 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25280
25281         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25282           Select first track as master track. Not sure how else to handle
25283           that...
25284         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25285           Discard discont events. Should fix #142962.
25286
25287 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25288
25289         * ext/alsa/Makefile.am:
25290         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25291         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25292         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25293         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25294         (gst_alsa_mixer_get_option):
25295         * ext/alsa/gstalsamixer.h:
25296         * ext/alsa/gstalsamixeroptions.c:
25297         (gst_alsa_mixer_options_get_type),
25298         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25299         (gst_alsa_mixer_options_new):
25300         * ext/alsa/gstalsamixeroptions.h:
25301         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25302         * ext/alsa/gstalsamixertrack.h:
25303           Add enumerations (as GstMixerOptions). Make correct distinction
25304           between input/output tracks. Add capture/playback private flag.
25305           Use flag to decide on whether to set capture or playback volumes
25306           or switches. Use playback and record switches.
25307         * gst-libs/gst/mixer/Makefile.am:
25308         * gst-libs/gst/mixer/mixer-marshal.list:
25309         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25310         (gst_mixer_set_option), (gst_mixer_get_option),
25311         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25312         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25313         * gst-libs/gst/mixer/mixer.h:
25314         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25315         (gst_mixer_options_class_init), (gst_mixer_options_init),
25316         (gst_mixer_options_dispose):
25317         * gst-libs/gst/mixer/mixeroptions.h:
25318           Add GstMixerOptions.
25319         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25320           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25321           broken device detection on computers with multiple OSS sound
25322           cards.
25323
25324 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25325
25326         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25327           fixate nicely even when the peer is not negotiating
25328
25329 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25330
25331         * gst/audioconvert/gstaudioconvert.c:
25332         (gst_audio_convert_parse_caps):
25333           make sure we don't allow depth > width
25334         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25335           fixate endianness to G_BYTE_ORDER as default
25336         * gst/audioscale/gstaudioscale.c:
25337           we don't handle another endianness as host-endianness
25338
25339 2004-05-25  David Schleef  <ds@schleef.org>
25340
25341         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25342
25343 2004-05-24  Benjamin Otte  <otte@gnome.org>
25344
25345         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25346         (gst_oggvorbisenc_setup):
25347           properly fail when we can't setup the vorbis encoder due to
25348           unsupported settings
25349         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25350         (gst_vorbisenc_setup):
25351           same
25352         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25353           fix case where warnings occured when one pad was unlinked while the
25354           other's link function was called
25355
25356 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25357
25358         * gst/tcp/Makefile.am:
25359           use GST_ENABLE_NEW
25360
25361 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25362
25363         * gst-libs/gst/resample/private.h:
25364           don't use optimizations that are #if 0'ed
25365
25366 2004-05-24  Wim Taymans  <wim@fluendo.com>
25367
25368         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25369         Fix potential division by zero error and hopefully get
25370         the position query right to get correct timestamps on avi
25371         audio.
25372
25373 2004-05-24  Wim Taymans  <wim@fluendo.com>
25374
25375         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25376         (gst_videoscale_scale_nearest_str2),
25377         (gst_videoscale_scale_nearest_str4),
25378         (gst_videoscale_scale_nearest_32bit),
25379         (gst_videoscale_scale_nearest_24bit),
25380         (gst_videoscale_scale_nearest_16bit):
25381         Fix the scaling algorithm and avoid a buffer overflow.
25382         removed the while loop in the scaling function as it
25383         was used for point sampling only.
25384
25385 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25386
25387         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25388         (gst_id3_tag_class_init), (gst_id3_tag_init),
25389         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25390         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25391         (gst_id3_tag_send_tag_event):
25392           lots of fixes to make id3mux work and id3demux work correctly
25393
25394 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25395
25396         * ext/Makefile.am:
25397           add rules to build shout2send (was removed by accident
25398           when this module was no more marked experimental/broken)
25399
25400 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25401
25402         * ext/shout2/gstshout2.c:
25403         * ext/shout2/gstshout2.h:
25404           adding a "connection problem" signal to shout2send
25405           (fixes #142954)
25406
25407 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25408
25409         * ext/kio/kioreceiver.cpp:
25410         * ext/kio/kioreceiver.h:
25411           fix sign comparison issues
25412
25413 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25414
25415         * gst/cdxaparse/gstcdxaparse.c:
25416         * gst/cdxaparse/gstcdxaparse.h:
25417           some renaming
25418           add some checks/sanity
25419           prepare for seek addition
25420
25421         * sys/sunaudio/gstsunaudio.c:
25422           remove exported dupe init function
25423
25424 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25425
25426         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25427         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25428           Fix format conversion and position querying.
25429         * gst/debug/progressreport.c: (gst_progressreport_report):
25430           Don't output a bogus total value that we didn't query.
25431         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25432           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25433           only a blank window after xine has been used.
25434
25435 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25436
25437         * m4/as-arts.m4:
25438           sync with upstream version to fix test on FC2
25439           readd with -ko to preserve Id header
25440
25441 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25442
25443         * configure.ac:
25444           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25445         * gst/tcp/gsttcpclientsrc.c: idem
25446         * gst/tcp/gsttcpserversink.c: idem
25447         * gst/tcp/gsttcpserversrc.c: idem
25448         * m4/gst-fionread.m4: idem
25449
25450         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25451
25452         * configure.ac: enable speex plugin for speex 1.1.5+
25453         * ext/speex/gstspeexenc.c: fix cast warning
25454
25455         * ext/esd/README: fix typo
25456
25457 2004-05-20  David Schleef  <ds@schleef.org>
25458
25459         * configure.ac: Minor cosmetic change to convince the buildbot to
25460         reautogen.
25461         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25462         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25463         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25464         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25465         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25466         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25467         More hacking.  Plays audio now.
25468
25469 2004-05-20  David Schleef  <ds@schleef.org>
25470
25471         * configure.ac:
25472         * sys/Makefile.am:
25473
25474 2004-05-20  David Schleef  <ds@schleef.org>
25475
25476         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25477         * sys/osxaudio/gstosxaudio.c:
25478         * sys/osxaudio/gstosxaudioelement.c:
25479         * sys/osxaudio/gstosxaudioelement.h:
25480         * sys/osxaudio/gstosxaudiosink.c:
25481         * sys/osxaudio/gstosxaudiosink.h:
25482         * sys/osxaudio/gstosxaudiosrc.c:
25483         * sys/osxaudio/gstosxaudiosrc.h:
25484
25485 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25486
25487         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25488         (gst_vorbisenc_chain):
25489           put the codec headers on the caps as streamheader as well as
25490           pushing them out
25491
25492 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25493
25494         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25495         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25496         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25497         split up push_packet into two functions
25498
25499 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25500
25501         * gst/tcp/.cvsignore:
25502           ignore enums
25503         * gst/tcp/Makefile.am:
25504         * gst/tcp/README:
25505         * gst/tcp/gsttcp.c:
25506         * gst/tcp/gsttcp.h:
25507         * gst/tcp/gsttcpclientsink.c:
25508         * gst/tcp/gsttcpclientsink.h:
25509         * gst/tcp/gsttcpclientsrc.c:
25510         * gst/tcp/gsttcpclientsrc.h:
25511         * gst/tcp/gsttcpplugin.c:
25512         * gst/tcp/gsttcpserversink.c:
25513         * gst/tcp/gsttcpserversink.h:
25514         * gst/tcp/gsttcpserversrc.c:
25515         * gst/tcp/gsttcpserversrc.h:
25516           add new tcp elements
25517
25518 2004-05-19  Wim Taymans  <wim@fluendo.com>
25519
25520         * gst/law/mulaw-conversion.c: (mulaw_encode):
25521         Fix overflow bug in ulaw encoding.
25522
25523 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25524
25525         * ext/mad/gstmad.c: (gst_mad_handle_event):
25526           don't unref the event twice
25527
25528 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25529
25530         * configure.ac:
25531           remove -Wno-sign-compare
25532
25533 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25534
25535         * configure.ac:
25536           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25537           if you want to work against glib 2.2 and 2.4
25538
25539 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25540
25541         * gst/tcp/Makefile.am:
25542         * gst/tcp/gsttcp.c:
25543         * gst/tcp/gsttcp.h:
25544         * gst/tcp/gsttcpsink.h:
25545         * gst/tcp/gsttcpsrc.h:
25546           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25547
25548 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25549
25550         * gst/debug/tests.c: (md5_get_value):
25551           fix segfault on gst-inspect
25552
25553 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25554
25555         * gst/debug/testplugin.c:
25556         * gst/debug/tests.c:
25557         * gst/debug/tests.h:
25558           add new extensible and configurable testing element. Current tests
25559           include buffer count, stream length, timestamp/duration matching and
25560           md5.
25561         * gst/debug/Makefile.am:
25562         * gst/debug/gstdebug.c: (plugin_init):
25563           add infrastructure for new element
25564
25565 2004-05-19  Johan Dahlin  <johan@gnome.org>
25566
25567         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25568         ending of the array. Fixes gst-inspect segfault on ppc.
25569
25570 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25571
25572         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25573
25574         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25575
25576 2004-05-18  David Schleef  <ds@schleef.org>
25577
25578         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25579         warnings (bugs, actually) noticed by gcc but not forte.
25580
25581 2004-05-18  David Schleef  <ds@schleef.org>
25582
25583         * sys/sunaudio/Makefile.am:
25584         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25585
25586 2004-05-18  David Schleef  <ds@schleef.org>
25587
25588         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25589         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25590         to allow qtdemux to use non-seekable streams. (bug #142272)
25591
25592 2004-05-18  David Schleef  <ds@schleef.org>
25593
25594         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25595         (gst_resample_sinc_ft_float): Remove use of static temporary
25596         buffer.  This code was obviously not supposed to last long, but
25597         it's stuck in our ABI, so it required a little hack to make it
25598         ABI-compatible.  Fixes #142585.
25599         * gst-libs/gst/resample/resample.h: same.
25600
25601 2004-05-18  David Schleef  <ds@schleef.org>
25602
25603         * configure.ac: Add sunaudio
25604         * examples/Makefile.am: make gstplay depend on gconf
25605         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25606         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25607         (convert_table_lookup), (img_convert): remove c99-isms
25608         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25609           unsigned, to fix a warning on Solaris
25610         * gst/mpeg1sys/systems.c: bcopy->memcpy
25611         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25612         * sys/Makefile.am: Add sunaudio
25613
25614 2004-05-18  Wim Taymans  <wim@fluendo.com>
25615
25616         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25617         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25618         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25619         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25620         (gst_ogg_mux_loop):
25621         Fix an ugly memleak where the muxer didn't flush enough ogg
25622         pages. This also resulted in badly muxed ogg files.
25623
25624 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25625
25626         * gst/asfdemux/asfheaders.c :
25627         * gst/asfdemux/asfheaders.h :
25628         * gst/asfdemux/gstasfdemux.c :
25629           - fix ASF_OBJ_PADDING guid
25630           - add 3 new object guids (language list, metadata,
25631             extended stream properties)
25632           - add a function to parse extended header objects
25633
25634 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25635
25636         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25637           remove leftover debugging g_print
25638
25639 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25640
25641         * ext/mad/gstmad.c: (gst_mad_handle_event):
25642           Fix for when the first format in a discont event is not a
25643           byte-based one. Should fix #137710.
25644
25645 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25646
25647         * m4/a52.m4 : fix compilation with -Wall -Werror
25648         * m4/libfame.m4 : idem
25649         * m4/libmikmod.m4 : idem
25650
25651 2004-05-17  Benjamin Otte  <otte@gnome.org>
25652
25653         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25654           signal the new tags before giving up the reference
25655
25656 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25657
25658         * ext/shout2/gstshout2.c:
25659           use application/ogg instead of application/x-ogg (patch by Patrick
25660           Guimond, fixes #142432)
25661         * sys/oss/gstosselement.c: (gst_osselement_reset),
25662         (gst_osselement_sync_parms):
25663           don't set fragment size unless specified (fixes #142493)
25664
25665 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25666
25667         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25668           fixes #142664
25669
25670 2004-05-17  Benjamin Otte  <otte@gnome.org>
25671
25672         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25673           compute offsets correctly for internal buffers so timestamps are set
25674           correctly when we can't seek. Also handle cases where there are no
25675           offsets. (based on a patch by David Moore, fixes #142507)
25676
25677 2004-05-17  Benjamin Otte  <otte@gnome.org>
25678
25679         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25680           use correct variable when determining amount of data to skip so we
25681           don't skip into the void and segfault
25682
25683 2004-05-16  Benjamin Otte  <otte@gnome.org>
25684
25685         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25686           Hi, I'm a memleak
25687
25688 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25689
25690         * gst/asfdemux/gstasfdemux.c:
25691           - fix a mem leak and always propagate tags
25692           - add WMV3 to known video codecs (but no decoder yet)
25693           - replace "surplus data" at end of audio header for what
25694             it is : codec specific data
25695           - fix a typo
25696
25697 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25698
25699         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25700
25701         * gst-libs/gst/audio/audioclock.c:
25702           Fix wrong return type (#142205).
25703
25704 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25705
25706         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25707           Ignore CRCs by default (fixes #142566).
25708
25709 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25710
25711         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25712         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25713         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25714         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25715         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25716         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25717           Fix for cases where we fail to attach to a mixer.
25718
25719 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25720
25721         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25722           Don't touch events after not owning them anymore.
25723         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25724         (gst_wavparse_fmt), (gst_wavparse_other),
25725         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25726         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25727         (gst_wavparse_srcpad_event):
25728         * gst/wavparse/gstwavparse.h:
25729           Add seeking, fix querying.
25730
25731 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25732
25733         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25734           - process comments even if they don't end with \0\0
25735             g_convert would ignore them if present and works well without them
25736
25737 2004-05-16  Benjamin Otte  <otte@gnome.org>
25738
25739         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25740           simplify caps
25741
25742 2004-05-16  Benjamin Otte  <otte@gnome.org>
25743
25744         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25745           don't write to memory we might not write to - g_convert does that
25746           for us anyway (fixes #142613)
25747         (gst_asf_demux_audio_caps):
25748           comment out gst_util_dump_mem
25749
25750 2004-05-16  Benjamin Otte  <otte@gnome.org>
25751
25752         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25753           compute correct expected timestamps after seek (broken since
25754           last commit)
25755         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25756           rename element and debugging category to gdkpixbufscale
25757
25758 2004-05-16  Benjamin Otte  <otte@gnome.org>
25759
25760         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25761           add error checking to snd_pcm_delay and remove duplicate call to
25762           snd_pcm_delay that caused issues (see inline code comments)
25763         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25764           make more readable and fix return value when snd_pcm_delay fails
25765         (fixes #142586)
25766
25767 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25768         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25769         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25770         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25771         (gst_pixbufscale_link), (gst_pixbufscale_init),
25772         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25773         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25774         (gst_pixbufscale_get_property), (pixbufscale_init):
25775         * ext/gdk_pixbuf/pixbufscale.h:
25776         Add these files I forgot earlier
25777
25778 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25779         * ext/gdk_pixbuf/Makefile.am:
25780         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25781         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25782         Add new pixbufscale element to scale RGB video
25783         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25784         and HYPER interpolation correctly.
25785         * ext/theora/theoraenc.c: (theora_enc_chain),
25786         Discard buffer and return if explicit caps could not be set
25787         (theora_enc_get_property):
25788         Make _get return kbps for the bitrate consistent with
25789         the _set function.
25790
25791
25792 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25793
25794         * ext/libvisual/visual.c: (gst_visual_chain):
25795           add missing visual_audio_analyze
25796
25797 2004-05-14  David Schleef  <ds@schleef.org>
25798
25799         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25800         is killed while we're playing.
25801         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25802         gst_element_no_more_pads().
25803
25804 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25805
25806         * gst-libs/gst/riff/riff-read.c :
25807           - fix INFO tag extraction in RIFF/AVI files
25808             because gst_event_unref (event) also freed taglist
25809           - avoid a mem leak
25810
25811 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25812
25813         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25814         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25815
25816         * gst/auparse/gstauparse.c :
25817           - add code (commented for now) to support audio/x-adpcm on src pad
25818             (we have no decoder for those layout yet)
25819
25820         * gst/cdxaparse/gstcdxaparse.c :
25821         * gst/cdxaparse/gstcdxaparse.h :
25822           - partial rewrite using RiffRead (ripped iain's wavparse code)
25823
25824         * gst/rtp/gstrtpL16enc.c : typo
25825         * gst/rtp/gstrtpgsmenc.c : typo
25826
25827 2004-05-13  Benjamin Otte  <otte@gnome.org>
25828
25829         * configure.ac:
25830           check for exact version of libvisual, it's not supposed to be
25831           API/ABI stable yet
25832
25833 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25834
25835         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25836           signal no-more-pads
25837
25838 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25839
25840         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25841         Report which format was used for GST_FORMAT_DEFAULT
25842         * gst/debug/Makefile.am:
25843         * gst/debug/gstdebug.c: (plugin_init):
25844         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25845         (gst_progressreport_class_init), (gst_progressreport_init),
25846         (gst_progressreport_report), (gst_progressreport_set_property),
25847         (gst_progressreport_get_property), (gst_progressreport_chain),
25848         (gst_progressreport_plugin_init):
25849         Add progressreport element for testing.
25850
25851 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25852
25853         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25854         * sys/v4l/gstv4lsrc.h:
25855         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25856         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25857         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25858         (gst_v4lsrc_grab_frame):
25859           add more debugging
25860           send a discont at start
25861
25862 2004-05-12  Colin Walters  <walters@redhat.com>
25863
25864         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25865         inflooping if we can't find a chunk.  Or in other words, don't blow
25866         chunks if we don't have a chunk to blow.
25867
25868 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25869         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25870         Remove old debug output
25871         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25872         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25873         (gst_dvdec_set_property), (gst_dvdec_get_property):
25874         Change the quality setting to an enum, so it works from gst-launch
25875         Don't renegotiate a non-linked pad. Allows audio only decoding.
25876         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25877         (gst_deinterlace_link), (gst_deinterlace_init):
25878         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25879         (gst_videodrop_link):
25880         Some caps negotiation fixes
25881
25882 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25883
25884         * ext/tarkin/gsttarkin.c :
25885           - Change RANK from NONE to PRIMARY
25886         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25887           - Change RANK from NONE to MARGINAL
25888         * ext/divx/gstdivxenc.c :
25889           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25890
25891 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25892
25893         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25894         (gst_vorbisenc_push_packet):
25895           copy a function that was added between 1.0 and 1.0.1 until we
25896           depend on worthwhile features of post-1.0
25897
25898 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25899
25900         * configure.ac:
25901           enable shout2 by default
25902         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25903         (gst_shout2send_base_init), (gst_shout2send_init),
25904         (gst_shout2send_connect), (gst_shout2send_change_state):
25905         * ext/shout2/gstshout2.h:
25906           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25907           #142262)
25908         * ext/theora/theora.c: (plugin_init):
25909           don't set rank on encoders
25910
25911 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25912
25913         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25914           Use codec_data property instead of flag1 and flag2 for wma
25915
25916 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25917
25918         * gst/cdxaparse/gstcdxaparse.c :
25919           - Add mpegversion to CAPS to make it link
25920           - Rank is as GST_RANK_SECONDARY instead of NONE
25921         * gst/auparse/gstauparse.c :
25922           - Document all audio encoding we can encounter from Solaris 9
25923             headers and libsndfile information.
25924           - Increase max. rate from 48000 to 192000 (to match other elements)
25925           - Don't try to play junk data between header and samples
25926
25927 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25928
25929         * ext/libvisual/visual.c: (gst_visual_getcaps):
25930           use the right caps depending on endianness (I hope)
25931         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25932           use GST_RANK_NONE for all non-decoding elements or spider gets
25933           mighty confused
25934
25935 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25936
25937         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25938           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25939
25940 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25941
25942         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25943         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25944         (gst_switch_loop), (gst_switch_get_type):
25945           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25946           HEADERS. Had to be said.
25947
25948 2004-05-10  David Schleef  <ds@schleef.org>
25949
25950         * configure.ac: Add prototype Dirac support.
25951         * ext/Makefile.am:
25952         * ext/dirac/Makefile.am:
25953         * ext/dirac/gstdirac.cc:
25954         * ext/dirac/gstdiracdec.cc:
25955
25956 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25957
25958         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25959         (gst_auparse_init), (gst_auparse_chain),
25960         (gst_auparse_change_state):
25961           Hack around spider. Remove me some day please.
25962
25963 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25964
25965         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25966           Fix for some uninitialized variables in previous patch, also
25967           makes it work. Fixes #142286 while we're at it.
25968
25969 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25970
25971         * gst/auparse/gstauparse.c:
25972                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25973                 only unsupported formats are ADPCM/CCITT G.72x
25974                 reviewed by Ronald
25975         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25976
25977 2004-05-10  Wim Taymans  <wim@fluendo.com>
25978
25979         * ext/vorbis/Makefile.am:
25980         * ext/vorbis/README:
25981         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25982         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25983         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25984         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25985         (gst_oggvorbisenc_convert_sink),
25986         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25987         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25988         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25989         (get_constraints_string), (update_start_message),
25990         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25991         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25992         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25993         * ext/vorbis/oggvorbisenc.h:
25994         * ext/vorbis/vorbis.c: (plugin_init):
25995         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25996         (raw_caps_factory), (gst_vorbisenc_class_init),
25997         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25998         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25999         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
26000         * ext/vorbis/vorbisenc.h:
26001         Added a raw vorbis encoder to be used with the oggmuxer.
26002         We still need the old encoder for some gnome applications,
26003         read the README to find out how that works.
26004         The raw encoder is called "rawvorbisenc" until 0.9.
26005
26006 2004-05-10  Wim Taymans  <wim@fluendo.com>
26007
26008         * ext/ogg/gstogg.c: (plugin_init):
26009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
26010         (gst_ogg_print):
26011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
26012         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
26013         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
26014         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
26015         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
26016         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
26017         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
26018         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
26019         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
26020         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
26021         Added an ogg muxer.
26022         Small typo fixes in the demuxer.
26023
26024 2004-05-10  Wim Taymans  <wim@fluendo.com>
26025
26026         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26027         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26028         (theora_enc_change_state), (theora_enc_set_property),
26029         (theora_enc_get_property):
26030         Mark the last packet with an EOS flag which is not really needed
26031         in gstreamer.
26032         Do some better video framerate initialisation.
26033         Update the buffer timestamp.
26034
26035 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
26036
26037         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
26038         Return the result of the parent state change call
26039
26040 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26041
26042         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
26043         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
26044         * gst/law/alaw-encode.c : (idem)
26045         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
26046         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
26047         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
26048
26049 2004-05-09  Benjamin Otte  <otte@gnome.org>
26050
26051         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26052           don't use a fixed buffer size when writing variable length data to
26053           it. Fixes memory corruption and makes alsasrc work
26054
26055 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26056
26057         * ext/gnomevfs/gstgnomevfssink.c:
26058         (_gst_boolean_allow_overwrite_accumulator),
26059         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26060           Run glib's default signal handler (??) in RUN_CLEANUP rather than
26061           RUN_LAST, and don't use that to set the accumulator value because
26062           then it's always FALSE.
26063
26064 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26065
26066         * gst-libs/gst/riff/riff-media.c:
26067         (gst_riff_create_video_caps_with_data),
26068         (gst_riff_create_audio_caps),
26069         (gst_riff_create_audio_template_caps):
26070         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26071           Fix for unaligned RIFF files (i.e. where all the chunks together
26072           in a LIST chunk are not of the same size as the size given in
26073           the LIST chunk header). Fixes several odd WAVE files. Also fix
26074           ADPCM (block_align property) in audio, so that wavparse based
26075           on this works now as it used to stand-alone.
26076
26077 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
26078
26079         reviewed by Benjamin Otte  <otte@gnome.org>
26080
26081         * ext/a52dec/gsta52dec.c:
26082         * ext/divx/gstdivxdec.c:
26083         * ext/divx/gstdivxenc.c:
26084         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26085         * ext/faac/gstfaac.c: (gst_faac_base_init):
26086         * ext/faad/gstfaad.c: (gst_faad_base_init):
26087         * ext/ivorbis/vorbisfile.c:
26088         * ext/lame/gstlame.c:
26089         * ext/libfame/gstlibfame.c:
26090         * ext/mpeg2enc/gstmpeg2enc.cc:
26091         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26092         * ext/sidplay/gstsiddec.cc:
26093         * ext/speex/gstspeexdec.c:
26094         * ext/speex/gstspeexenc.c:
26095         * ext/xvid/gstxviddec.c:
26096         * ext/xvid/gstxvidenc.c:
26097           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26098           (fixes #142193)
26099
26100 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26101
26102         * ext/alsa/gstalsa.c: (device_list),
26103         (gst_alsa_class_probe_devices):
26104         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26105           Fix alsa oddness in mixer after the combination of using mixer
26106           in source/sink elements and using hw:x,y instead of just hw:x.
26107
26108 2004-05-09  Benjamin Otte  <otte@gnome.org>
26109
26110         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26111         (gst_wavparse_create_sourcepad):
26112           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26113           sourcepads
26114
26115 2004-05-09  Benjamin Otte  <otte@gnome.org>
26116
26117         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26118           allow discont events before caps nego
26119
26120 2004-05-08  Benjamin Otte  <otte@gnome.org>
26121
26122         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26123           don't leak events
26124
26125 2004-05-08  Benjamin Otte  <otte@gnome.org>
26126
26127         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26128         (gst_level_change_state), (gst_level_init):
26129         * gst/level/gstlevel.h:
26130           figure out if we're initialized directly instead of keeping a
26131           variable that's wrong in 90% of cases
26132           don't initialize pads and then leak them and use a new unitialized
26133           pad. (fixes #142084)
26134           these were bugs so n00bish I didn't find them for an hour :/
26135
26136 2004-05-08 Iain <iain@prettypeople.org>
26137
26138         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26139         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26140         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26141         return the length that was read.
26142         (gst_riff_read_strf_auds): Allow fmt tags as well.
26143
26144 2004-05-07  David Schleef  <ds@schleef.org>
26145
26146         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26147         signed char assumption in faad.h.
26148
26149 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26150
26151         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26152           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26153
26154 2004-05-07  Colin Walters  <walters@redhat.com>
26155
26156         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26157         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26158         function.
26159         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26160         Add dispose function.
26161
26162 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
26163         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26164           Fix caps nego and pad templates. RGB mode caps should
26165           work now.
26166         * ext/dvdnav/gst-dvd:
26167           Move mpeg2dec inside the thread because otherwise the
26168           queue rejects cap changes mid-stream
26169         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26170         (gst_mpeg2dec_flush_decoder):
26171           For mpeg2dec > 0.4.0, call the flush function instead of
26172           manually extracting all in-flight frames.
26173         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26174         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26175           Change mime type video/dv go video/x-dv to match the
26176           rest of gst-plugins
26177
26178 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26179
26180         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26181         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26182         (gst_alsa_sink_class_init):
26183         * ext/alsa/gstalsasink.h:
26184         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26185         (gst_alsa_src_class_init):
26186         * ext/alsa/gstalsasrc.h:
26187           Make alsasink/src a subclass of alsamixer so that mixer stuff
26188           shows up in gst-rec. Needs some finetuning.
26189
26190 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26191
26192         * ext/lame/gstlame.c: (gst_lame_chain):
26193           simplify
26194         * ext/mad/gstmad.c: (gst_mad_handle_event):
26195           fix event leak
26196         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26197           be able to detect mp3 files < 4096 bytes
26198
26199 2004-05-06  Wim Taymans  <wim@fluendo.com>
26200
26201         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26202         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26203         (theora_enc_set_property), (theora_enc_get_property):
26204         Also encode the first frame, cleanup some code.
26205
26206 2004-05-06  Wim Taymans  <wim@fluendo.com>
26207
26208         * ext/mpeg2enc/gstmpeg2enc.cc:
26209         Forward events first before deciding that negotiation was
26210         not performed.
26211
26212 2004-05-06  Wim Taymans  <wim@fluendo.com>
26213
26214         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26215         First process the events before deciding that negotiation
26216         was not performed.
26217
26218 2004-05-06  Wim Taymans  <wim@fluendo.com>
26219
26220         * ext/theora/Makefile.am:
26221         * ext/theora/theora.c: (plugin_init):
26222         * ext/theora/theoradec.c: (theora_dec_change_state):
26223         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26224         (gst_theora_enc_class_init), (gst_theora_enc_init),
26225         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26226         (theora_enc_chain), (theora_enc_change_state),
26227         (theora_enc_set_property), (theora_enc_get_property):
26228         Added a theora encoder, grouped the encoder and decoder into the
26229         same plugin.
26230
26231 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26232
26233         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26234         (gst_jpegenc_chain):
26235         fix DURATION on outgoing buffers
26236         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26237         debug using time formats
26238         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26240         (gst_xvimagesink_sink_link):
26241         windows with width/height 0 generate X errors, so don't allow them
26242
26243 2004-05-05  Wim Taymans  <wim@fluendo.com>
26244
26245         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26246         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26247         (gst_mpeg2dec_negotiate_format):
26248         * ext/mpeg2dec/gstmpeg2dec.h:
26249           removed the static pad template so that we can add the
26250           more accurate framerate value to the caps.
26251
26252
26253 2004-05-04  Benjamin Otte  <otte@gnome.org>
26254
26255         * configure.ac:
26256           check for kdemacros.h, too (should fix #141821)
26257         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26258           don't crash if no header was sent, but nicely error out (fixes part
26259           of #141554)
26260
26261 2004-05-04  Wim Taymans  <wim@fluendo.com>
26262
26263         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26264         parent dispose function to avoid segfault on destroy.
26265
26266 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26267
26268         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26269         (plugin_init):
26270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26271         (gst_xvimagesink_sink_link):
26272         clean up debugging caps
26273         also recreate xvimage when format has changed
26274
26275 2004-05-04  Benjamin Otte  <otte@gnome.org>
26276
26277         * ext/libvisual/Makefile.am:
26278         * ext/libvisual/visual.c: (gst_visual_class_init),
26279         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26280         (gst_visual_srclink), (gst_visual_chain),
26281         (gst_visual_change_state), (plugin_init):
26282           use a GstAdapter to correctly adapt buffer sizes - allows using a
26283           framerate
26284
26285 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26286
26287         * sys/v4l/gstv4lelement.h:
26288         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26289         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26290         (gst_v4lsrc_buffer_free):
26291         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26292         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26293         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26294         (gst_v4lsrc_requeue_frame):
26295         move some debugging categories around
26296         query for fps index and set accordingly if found
26297
26298 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26299
26300         * ext/lame/gstlame.c:
26301         correct defaults that lame_init puts out of range
26302
26303 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26304
26305         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26306         (gst_divxenc_class_init):
26307         fix range since -1 is the default
26308         * gst/mpeg1sys/gstmpeg1systemencode.c:
26309         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26310         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26311         (gst_rtjpegdec_chain):
26312         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26313         (gst_rtjpegenc_chain):
26314         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26315         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26316         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26317         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26318         * sys/v4l/gstv4lsrc.c:
26319         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26320         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26321         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26322         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26323         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26324           remove gst_info calls
26325
26326 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26327
26328         * Makefile.am:
26329         * po/af.po:
26330         * po/az.po:
26331         * po/en_GB.po:
26332         * po/nl.po:
26333         * po/sr.po:
26334         * po/sv.po:
26335           Updated translations
26336
26337 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26338
26339         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26340           refactor/comment code
26341
26342 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26343
26344         * gst/asfdemux/Makefile.am:
26345         * gst/asfdemux/asfheaders.c:
26346         * gst/asfdemux/asfheaders.h:
26347         * gst/asfdemux/gstasf.c: (plugin_init):
26348         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26349         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26350         (gst_asf_demux_setup_pad):
26351         * gst/asfdemux/gstasfdemux.h:
26352         * gst/asfdemux/gstasfmux.c:
26353         * gst/asfdemux/gstasfmux.h:
26354           Add tagging support to demuxer, split out registration in its own
26355           file instead of in demux (hacky), and prevent having some tables
26356           in our memory multiple times (in asfheaders.h).
26357
26358 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26359
26360         * gst/matroska/matroska-demux.c:
26361         (gst_matroska_demux_parse_metadata):
26362         * gst/matroska/matroska-ids.h:
26363           Basic tag reading support.
26364
26365 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26366
26367         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26368           Really detect ac-3 audio.
26369         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26370           really detect matroska files (off-by-1).
26371
26372 2004-04-30  David Schleef  <ds@schleef.org>
26373
26374         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26375         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26376         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26377         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26378         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26379         hackage -- parse a lot more atoms, extract a few tags.  One might even
26380         mistake this for tag support.  Maybe it is.
26381         * gst/qtdemux/qtdemux.h:
26382
26383 2004-04-30  Colin Walters  <walters@verbum.org>
26384
26385         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26386
26387 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26388
26389         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26390         (gst_ffmpegcolorspace_getcaps):
26391           remove broken nego fix
26392
26393 2004-04-30  Benjamin Otte  <otte@gnome.org>
26394
26395         * configure.ac:
26396         * ext/Makefile.am:
26397         * ext/libvisual/Makefile.am:
26398         * ext/libvisual/visual.c:
26399           add initial support for libvisual (http://libvisual.sourceforge.net)
26400           libvisual is still quite alpha, so expect crashes in there :)
26401
26402 2004-04-29  David Schleef  <ds@schleef.org>
26403
26404         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26405         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26406         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26407         code; you will no longer respect me.
26408
26409 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26410
26411         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26412         * ext/alsa/gstalsa.h :
26413         change alsa pcm device discovery to find more than 1 device
26414         per card. code review by Ronald.
26415
26416 2004-04-29  David Schleef  <ds@schleef.org>
26417
26418         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26419         Add a check for a driver bug on FreeBSD.  (bug #140565)
26420
26421 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26422
26423         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26424         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26425         (gst_jpegenc_getcaps):
26426           move format setting to inner loop
26427         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26428         (gst_ffmpegcolorspace_getcaps):
26429           use GST_PAD_CAPS if available so that we use already negotiated
26430           caps
26431         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26432         (qtdemux_parse_moov), (qtdemux_parse):
26433           extra debugging
26434         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26435         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26436           move hardcoded path to DEFINE
26437
26438 2004-04-28  David Schleef  <ds@schleef.org>
26439
26440         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26441         (bug #140064)
26442
26443 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26444
26445         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26446           Don't probe for playback device if we're a source element. Fixes
26447           #139658.
26448
26449 2004-04-29  Benjamin Otte  <otte@gnome.org>
26450
26451         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26452         (gst_id3_tag_chain):
26453           rewrite buffer offset
26454
26455 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26456
26457         * configure.ac:
26458         * ext/Makefile.am:
26459         * ext/dts/Makefile.am:
26460         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26461         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26462         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26463         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26464         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26465         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26466         (plugin_init):
26467         * ext/dts/gstdtsdec.h:
26468           New DTS decoder.
26469         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26470         (gst_faad_srcconnect):
26471           Add ESDS atom handling (.m4a).
26472
26473 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26474
26475         * ext/divx/gstdivxdec.c: (plugin_init):
26476           Remove comment that makes no sense.
26477         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26478           Fix for obvious typo that resulted in warnings during gst-register.
26479         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26480         (gst_xviddec_sink_link):
26481           Fix caps negotiation a bit better.
26482         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26483           We call this 'codec_data', not 'esds'.
26484
26485 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26486
26487         * gst/monoscope/gstmonoscope.c:
26488           make sure we only provide 256x128
26489         * gst/monoscope/monoscope.c: (monoscope_init):
26490           assert size of 256x128
26491
26492 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26493
26494         * Makefile.am:
26495         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26496         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26497           fixate to max width and height of device
26498
26499 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26500
26501         * Makefile.am:
26502         * sys/v4l/gstv4l.c:
26503         * sys/v4l/gstv4lsrc.c:
26504         * sys/v4l/v4l_calls.c:
26505         * sys/v4l/v4lsrc_calls.c:
26506           fix for qc-usb driver which fakes having more than one buffer
26507           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26508           buffer_free override
26509           add debugging
26510
26511 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26512
26513         * Makefile.am:
26514         * gst/videotestsrc/gstvideotestsrc.c:
26515         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26516         (gst_videotestsrc_init), (gst_videotestsrc_get),
26517         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26518         * gst/videotestsrc/gstvideotestsrc.h:
26519           add num-buffers property
26520
26521         2004-04-26  Benjamin Otte  <otte@gnome.org>
26522
26523         * ext/mad/gstid3tag.c: (plugin_init):
26524           set id3mux rank to NONE so it doesn't confuse spider
26525           require audio/mpeg,mpegversion=1 in id3mux
26526
26527 2004-04-26  Benjamin Otte  <otte@gnome.org>
26528
26529         * configure.ac:
26530           detect faad correctly as non-working if it's indeed non-working
26531
26532 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26533
26534         * Makefile.am:
26535         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26536         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26537         fix _getcaps so it only negotiates to its supported format
26538
26539 2004-04-25  Benjamin Otte  <otte@gnome.org>
26540
26541         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26542           fix memleak
26543
26544 2004-04-23  Benjamin Otte  <otte@gnome.org>
26545
26546         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26547           audio/x-raw-int with height rules! not. Now it's depth.
26548
26549 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26550
26551         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26552         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26553         (gst_wavparse_loop):
26554           Missing variable initialization. Add handling of DVI ADPCM. Fix
26555           mis-parsing of LIST chunks. This works around a bug where we mis-
26556           parse non-aligning LIST chunks (so LIST chunks where the contents
26557           don't align with the actual LIST size). The correct fix is to use
26558           rifflib, I'm not going to fix wavparse - too much work. All this
26559           fixes #104878.
26560
26561 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26562
26563         reviewed by Benjamin Otte  <otte@gnome.org>
26564
26565         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26566           fix shoutcast not working (fixes #140844)
26567
26568 2004-04-22  Benjamin Otte  <otte@gnome.org>
26569
26570         * ext/hermes/gsthermescolorspace.c:
26571         (gst_hermes_colorspace_caps_remove_format_info):
26572         * gst/colorspace/gstcolorspace.c:
26573         (gst_colorspace_caps_remove_format_info):
26574         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26575         (gst_ffmpegcolorspace_caps_remove_format_info):
26576           s/gst_caps_simplify/gst_caps_do_simplify/
26577
26578 2004-04-22  Benjamin Otte  <otte@gnome.org>
26579
26580         * gst-libs/gst/riff/riff-media.c:
26581         (gst_riff_create_video_caps_with_data):
26582           mpegversion is an int
26583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26584           don't try to create pad templates with NULL caps, use any caps
26585           instead.
26586
26587 2004-04-20  David Schleef  <ds@schleef.org>
26588
26589         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26590         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26591         (bug #140384)
26592
26593 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26594
26595         reviewed by David Schleef
26596
26597         * ext/mad/gstid3tag.c: Add stdlib.h
26598         * gst/rtp/gstrtpgsmenc.c: same
26599         * gst/tags/gstid3tag.c: same
26600         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26601         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26602         GST_DISABLE_LOADSAVE use.
26603         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26604         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26605         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26606         atol(3)).
26607         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26608         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26609         strtoul(3)).
26610         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26611         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26612         $(ID3_CFLAGS).
26613         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26614         $(LIBFAME_CFLAGS).
26615
26616 2004-04-20  David Schleef  <ds@schleef.org>
26617
26618         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26619         last checkin.  Same idea.
26620
26621 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26622
26623         reviewed by David Schleef
26624
26625         * configure.ac: bump required gstreamer version to 0.8.1.1
26626         because of following changes [--ds]
26627
26628         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26629         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26630         (gst_riff_read_header):  Use GST_READ_UINT*
26631         macros to access possibly unaligned memory.
26632
26633         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26634         (mp3_type_find):  Use GST_READ_UINT*
26635         macros to access possibly unaligned memory.
26636         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26637         (speex_type_find): Likewise
26638
26639         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26640
26641         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26642         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26643         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26644         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26645         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26646         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26647         macros to access possibly unaligned memory.
26648
26649         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26650         Likewise.
26651
26652         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26653         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26654
26655         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26656         Likewise.
26657
26658         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26659         (gst_mpeg2subt_chain_subtitle): Likewise.
26660
26661         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26662         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26663         Likewise.
26664
26665         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26666         Likewise.
26667
26668         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26669         Likewise.
26670
26671         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26672         Likewise.
26673
26674 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26675
26676         * configure.ac:
26677           update required version of GStreamer because of GST_TIME_FORMAT
26678
26679 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26680
26681         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26682           remove leftover g_print
26683         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26684           don't try setting only a subset of the caps. We don't want to kill
26685           autoplugging on purpose
26686
26687 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26688
26689         * sys/ximage/ximagesink.c: (plugin_init):
26690         * sys/xvimage/xvimagesink.c: (plugin_init):
26691           add debugging categories
26692
26693 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26694
26695         * po/en_GB.po:
26696         * po/LINGUAS:
26697           Adding en_GB translation (Gareth Owen)
26698
26699 2004-04-20  David Schleef  <ds@schleef.org>
26700
26701         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26702         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26703         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26704         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26705         A number of new features and hacks to extract the esds atom and
26706         put it into the caps.  (bug #137724)
26707
26708 2004-04-19  David Schleef  <ds@schleef.org>
26709
26710         * gconf/Makefile.am: Fix for non-GNU make
26711         * gst-libs/gst/Makefile.am: Change directory order to handle
26712         GstPlay linking with gstinterfaces
26713         * gst-libs/gst/audio/make_filter: make use of tr portable
26714         * gst-libs/gst/play/Makefile.am: Add intended \
26715         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26716         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26717         function prototype instead of void *.
26718         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26719         macro.
26720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26721         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26722         * gst/videofilter/make_filter: make use of tr portable
26723         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26724
26725 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26726
26727         * po/LINGUAS:
26728         * po/uk.po:
26729           Added Ukrainian translation (Maxim V. Dziumanenko)
26730
26731 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26732
26733         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26734         (gst_gsmdec_link), (gst_gsmdec_chain):
26735           Fix capsnego, simplify chain function slightly.
26736         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26737           Add GSM.
26738
26739 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26740
26741         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26742         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26743         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26744           Hack to make wavparse work with spider (always -> sometimes pad).
26745           Fixes #135862 && #140411.
26746
26747 2004-04-18  Benjamin Otte  <otte@gnome.org>
26748
26749         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26750         (gst_osselement_rate_probe_check),
26751         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26752           get rid of \n in debug output
26753
26754 2004-04-17  Iain <iain@prettypeople.org>
26755
26756         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26757         not just EOS.
26758
26759 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26760
26761         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26762         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26763         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26764         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26765         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26766         (gst_id3_tag_change_state), (plugin_init):
26767           deprecate id3tag element and replace with id3demux/id3mux.
26768           great side effect: this ugly file is now even uglier, yay!
26769         * ext/mad/gstmad.h:
26770           remove non-available function
26771           update for new get_type
26772
26773 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26774
26775         * configure.ac:
26776           require mpeg2dec >= 0.4.0
26777
26778 2004-04-17  Benjamin Otte  <otte@gnome.org>
26779
26780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26781         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26782         (gst_xvimagesink_set_xwindow_id):
26783           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26784           assorted cleanup fixes.
26785
26786 2004-04-16  David Schleef  <ds@schleef.org>
26787
26788         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26789         * sys/xvimage/xvimagesink.h: same
26790
26791 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26792
26793         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26794           Fix GST_ELEMENT_ERROR with (NULL)
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           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26801
26802 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26803
26804         * gst-libs/gst/riff/riff-media.c:
26805         (gst_riff_create_video_caps_with_data),
26806         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26807         (gst_riff_create_video_template_caps),
26808         (gst_riff_create_audio_template_caps):
26809         * gst-libs/gst/riff/riff-media.h:
26810         * gst-libs/gst/riff/riff-read.c:
26811         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26812         * gst-libs/gst/riff/riff-read.h:
26813         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26814           Add MS RLE support. I added some functions to read out strf chunks
26815           into strf chunks and the data behind it. This is usually color
26816           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26817           caps creation. Lastly, add ADPCM (similar to wavparse - which
26818           should eventually be rifflib based).
26819         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26820         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26821         * gst/matroska/matroska-demux.h:
26822           Remove placeholders for some prehistoric tagging system. Didn't add
26823           support for any tag system really anyway.
26824         * gst/qtdemux/qtdemux.c:
26825           Add support for audio/x-m4a (MPEG-4) through spider.
26826         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26827         (gst_wavparse_loop):
26828           ADPCM support (#135862). Increase max. buffer size because we
26829           cannot split buffers for ADPCM (screws references) and I've seen
26830           files with 2048 byte chunks. 4096 seems safe for now.
26831
26832 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26833
26834         * configure.ac: bump nano to 1
26835
26836 === release 0.8.1 ===
26837
26838 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26839
26840         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26841
26842 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26843
26844         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26845           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26846           Fixes #140058
26847
26848 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26849
26850         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26851           lower rank of dvddemux so that it's not used for mpeg playback.
26852
26853 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26854
26855         * configure.ac:
26856           save libs correctly when checking mad
26857
26858 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26859
26860         * ext/mad/gstid3tag.c: (plugin_init):
26861           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26862
26863 2004-04-13  David Schleef  <ds@schleef.org>
26864
26865         * common/m4/gst-feature.m4: Call -config scripts with
26866         --plugin-libs if it is supported.
26867         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26868         JPEG images are image/jpeg.
26869         * gst/debug/Makefile.am:
26870         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26871         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26872         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26873         (gst_negotiation_plugin_init): Add a property that acts like
26874         filter caps.
26875         * testsuite/gst-lint:  Move license checking to be a standard
26876         test.
26877
26878 2004-04-13  David Schleef  <ds@schleef.org>
26879
26880         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26881         patch from Sebastien Cote (bug #139958)
26882
26883 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26884
26885         * examples/gstplay/Makefile.am:
26886         * examples/gstplay/player.c: (main):
26887           make the commandline player example use gconf settings
26888
26889 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26890
26891         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26892         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26893         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26894           init/end library during state transition, not object
26895           creation/disposal.  get rid of custom dispose handler.
26896
26897
26898 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26899
26900         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26901         be a symlink
26902
26903 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26904
26905         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26906           Handle JUNK chunks inside data section. Prevents warnings.
26907
26908 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26909
26910         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26911         (gst_riff_create_video_template_caps):
26912           Add MS video v1.
26913         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26914         (gst_avi_demux_stream_data):
26915           Add support for "rec-list" chunks.
26916
26917 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26918
26919         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26920           Fix another codecname mismatch.
26921
26922 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26923
26924         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26925           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26926           so that MJPEG plays back.
26927
26928 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26929
26930         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26931         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26932         * gst/mpeg1videoparse/gstmp1videoparse.h:
26933           Fix for some slight mis-cuts in buffer parsing, and for some
26934           potential overflows or faults-causers. Adds disconts. Also fixes
26935           #139105 while we're at it.
26936
26937 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26938
26939         * configure.ac:
26940         * sys/v4l2/gstv4l2element.h:
26941           Workaround for missing struct v4l2_buffer declaration in Suse 9
26942           and Mandrake 10 linux/videodev2.h header file (#135919).
26943
26944 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26945
26946         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26947           Bail out if no filename was given.
26948
26949 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26950
26951         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26952         (gst_v4l2_fourcc_from_structure):
26953           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26954           Y41B somewhere).
26955
26956 2004-04-09  Benjamin Otte  <otte@gnome.org>
26957
26958         * ext/gnomevfs/gstgnomevfssink.c:
26959         (_gst_boolean_allow_overwrite_accumulator),
26960         (gst_gnomevfssink_class_init):
26961           fix erase signal - if any handler returns false the file will not be
26962           overwritten. If no handler is connected, the file will not be
26963           overwritten either.
26964           renamed signal to "allow-overwrite"
26965         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26966           free string when adding it to ID3 failed
26967         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26968           unref event when done
26969         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26970           free caps
26971         * gst/typefind/gsttypefindfunctions.c:
26972         (mpeg_video_stream_type_find):
26973           fix invalid read
26974
26975 2004-04-08  David Schleef  <ds@schleef.org>
26976
26977         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26978         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26979
26980 2004-04-08  David Schleef  <ds@schleef.org>
26981
26982         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26983         we don't support (bug #139532)
26984
26985 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26986
26987         * ext/mad/gstmad.c: (gst_mad_handle_event),
26988         (gst_mad_check_caps_reset), (gst_mad_chain),
26989         (gst_mad_change_state):
26990           only set explicit caps if they haven't been set before for
26991           this stream.  MPEG-audio sample rate/channels aren't allowed
26992           to change in-stream.
26993           Fixes #139382
26994
26995 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26996
26997         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26998         (_gst_boolean_did_something_accumulator),
26999         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
27000         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
27001         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
27002         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
27003         (gst_gnomevfssink_change_state):
27004           Fix erase signal. Don't erase by default. Remove handoff signal.
27005           Remove erase property. Don't segfault. General cleanup.
27006
27007 2004-04-07  Benjamin Otte  <otte@gnome.org>
27008
27009         * gst-libs/gst/gconf/test-gconf.c: (main):
27010           add missing gst_init
27011
27012 2004-04-07  Benjamin Otte  <otte@gnome.org>
27013
27014         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27015           free the mutexes, too
27016
27017 2004-04-07  Benjamin Otte  <otte@gnome.org>
27018
27019         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27020           actually free the URI string
27021         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
27022           compute offset correctly when passing discont events
27023         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27024           don't leak discont events
27025         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27026           add some missing breaks so caps aren't copied randomly
27027         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
27028           if we realloc memory, we better use it
27029
27030 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27031
27032         * ext/mad/gstmad.c: (normal_seek):
27033           fix GST_FORMAT_TIME usage
27034
27035 2004-04-05  David Schleef  <ds@schleef.org>
27036
27037         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
27038         a deprecated function (hack!)
27039
27040 2004-04-05  Benjamin Otte  <otte@gnome.org>
27041
27042         * ext/esd/esdmon.c: (gst_esdmon_get):
27043           fix nonterminated vararg and memleak
27044
27045 2004-04-05  Benjamin Otte  <otte@gnome.org>
27046
27047         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
27048         (gst_ladspa_init), (gst_ladspa_force_src_caps),
27049         (gst_ladspa_set_property), (gst_ladspa_get_property),
27050         (gst_ladspa_instantiate), (gst_ladspa_activate),
27051         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27052           clean up debugging
27053
27054 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
27055
27056         reviewed by Benjamin Otte  <otte@gnome.org>
27057
27058         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27059           check for broken LADSPA parameters (fixes #138635)
27060
27061 2004-04-05  Benjamin Otte  <otte@gnome.org>
27062
27063         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27064           advertise buffer-frames correctly on sinkpads
27065
27066 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27067
27068         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27069         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27070         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27071         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27072         (gst_mad_check_caps_reset), (gst_mad_chain):
27073         add more debugging, only reset caps when we're not in error state
27074
27075 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27076
27077         * ext/mad/gstmad.c: add debugging category, comment + cleanups
27078
27079 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27080
27081         reviewed by Benjamin Otte  <otte@gnome.org>
27082
27083         * configure.ac:
27084           fix == in test(1) operator
27085
27086 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27087
27088         reviewed by Benjamin Otte  <otte@gnome.org>
27089
27090         * configure.ac:
27091           fix --export-symblos-regex to a working regex.
27092
27093 2004-04-04  Benjamin Otte  <otte@gnome.org>
27094
27095         * sys/oss/.cvsignore:
27096           add for oss_probe
27097
27098 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
27099
27100         reviewed by Benjamin Otte  <otte@gnome.org>
27101
27102         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27103           add missing 'new_media' argument (fixes #138168)
27104         * gst/matroska/matroska-demux.c:
27105         (gst_matroska_demux_handle_seek_event):
27106           add vararg terminator (fixes #138169)
27107
27108 2004-04-02  David Schleef  <ds@schleef.org>
27109
27110         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
27111         disted (bug #138914)
27112
27113 2004-04-01  Benjamin Otte  <otte@gnome.org>
27114
27115         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27116         (gst_alsa_close_audio):
27117           handle case better where a soundcard can't pause
27118         * ext/ogg/gstoggdemux.c:
27119           don't crash when we get events but don't have pads yet
27120
27121 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27122
27123         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27124           throw an error if we couldn't probe any caps.
27125
27126 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27127
27128         * ext/dvdnav/gst-dvd:
27129         Add a really simple sample DVD player
27130
27131 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27132
27133         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27134         (gst_a52dec_push), (gst_a52dec_handle_event),
27135         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27136         (gst_a52dec_change_state):
27137         * ext/a52dec/gsta52dec.h:
27138           Use a debug category, Output timestamps correctly
27139           Emit tag info, Handle events, tell liba52dec about cpu
27140           capabilities so it can use MMX etc.
27141         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27142           Fix a crasher accessing invalid memory
27143         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27144         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27145         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27146         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27147         (dvdnavsrc_query):
27148           Some support for byte-format seeking.
27149           Small fixes for still frames and menu button overlays
27150         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27151         (gst_mpeg2dec_alloc_buffer):
27152           Use a debug category. Adjust the report level of several items to
27153           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27154           so it doesn't lose the GstBuffer pointer
27155         * gst/debug/Makefile.am:
27156         * gst/debug/gstdebug.c: (plugin_init):
27157         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27158         (gst_navseek_base_init), (gst_navseek_class_init),
27159         (gst_navseek_init), (gst_navseek_seek),
27160         (gst_navseek_handle_src_event), (gst_navseek_set_property),
27161         (gst_navseek_get_property), (gst_navseek_chain),
27162         (gst_navseek_plugin_init):
27163         * gst/debug/gstnavseek.h:
27164           Add the navseek debug element for seeking back and forth in a
27165           video stream using arrow keys.
27166         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27167         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27168         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27169         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27170         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27171         (gst_mpeg2subt_parse_header), (gst_get_nibble),
27172         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27173         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27174         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27175         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27176         * gst/mpeg2sub/gstmpeg2subt.h:
27177           Pretty much a complete rewrite. Now a loopbased element. May still
27178           require work to properly synchronise subtitle buffers.
27179         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27180         (gst_dvd_demux_send_subbuffer):
27181         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27182           Don't attempt to create subbuffers of size 0
27183           Reduce a couple of error outputs to warnings.
27184         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27185         (gst_y4mencode_chain):
27186         Output the y4m frame header correctly.
27187
27188 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27189
27190         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27191           throw errors instead of allowing SIGFPE
27192
27193 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27194
27195         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27196         (gst_gconf_render_bin_from_key):
27197           leak plugging and style fixing
27198
27199 2004-03-31  David Schleef  <ds@schleef.org>
27200
27201         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27202         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27203         (bug #138225)
27204         * gst/debug/Makefile.am:
27205         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27206         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
27207         plugin.
27208         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27209         (gst_negotiation_base_init), (gst_negotiation_class_init),
27210         (gst_negotiation_init), (gst_negotiation_getcaps),
27211         (gst_negotiation_pad_link), (gst_negotiation_chain),
27212         (gst_negotiation_set_property), (gst_negotiation_get_property),
27213         (gst_negotiation_plugin_init):  New element to talk about random
27214         negotiation things happening in a pipeline.
27215
27216 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27217
27218         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27219           fix integer addition with help of Stefan Kost
27220
27221 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27222
27223         * po/nl.po: updated Dutch translation (Elros Cyriatan)
27224
27225 2004-03-30  David Schleef  <ds@schleef.org>
27226
27227         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27228         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
27229         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27230         (bug #137504)
27231         * ext/mpeg2dec/gstmpeg2dec.h:
27232
27233 2004-03-30  David Schleef  <ds@schleef.org>
27234
27235         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27236
27237 2004-03-30  David Schleef  <ds@schleef.org>
27238
27239         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
27240         Michael Petullo) to handle .mov
27241
27242 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27243
27244         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27245         (gst_osselement_rate_check_rate):
27246           probe caps correctly for sound cards that only support one format
27247
27248 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27249
27250         * ext/kio/kiosrc.cpp: (process_events):
27251           update handling event processing if inside KDE - untested
27252
27253 2004-03-29  David Schleef  <ds@schleef.org>
27254
27255         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27256         by 2 to not interfere with other colorspaces.
27257         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27258         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27259         one to not interfere with ffmpeg_colorspace.
27260
27261 2004-03-29  David Schleef  <ds@schleef.org>
27262
27263         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27264         aren't in the caps.
27265         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27266         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27267
27268 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27269
27270         * gst-libs/gst/riff/riff-media.c:
27271           fail on error, don't try to set stuff on NULL caps
27272
27273 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27274
27275         * configure.ac:
27276         * ext/Makefile.am:
27277         * ext/kio/Makefile.am:
27278         * ext/kio/kioreceiver.cpp:
27279         * ext/kio/kioreceiver.h:
27280         * ext/kio/kiosrc.cpp:
27281         * ext/kio/kiosrc.h:
27282           add experimental kiosrc plugin
27283         * ext/alsa/gstalsaplugin.c: (plugin_init):
27284           initialize debugging category only when we're sure registering the
27285           plugins worked.
27286
27287 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27288
27289         * examples/gstplay/player.c: (main):
27290         * gst-libs/gst/play/play.c: (gst_play_class_init),
27291         (gst_play_set_location), (gst_play_set_data_src),
27292         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27293         (gst_play_set_visualization), (gst_play_connect_visualization):
27294           check return values of element_set_state and return FALSE where
27295           failed
27296
27297 2004-03-29  Benjamin Otte  <otte@gnome.org>
27298
27299         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27300           try harder to check if an event is really a discont
27301
27302 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27303
27304         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27305         * po/az.po:
27306
27307 2004-03-28  Benjamin Otte  <otte@gnome.org>
27308
27309         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27310         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27311         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27312           get rid of non-standard "..." ranges in case statements.
27313
27314 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27315
27316         * gst/mpegstream/gstmpegdemux.c:
27317         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27318         specific functionality split to the new dvddemux element.
27319         * gst/mpegstream/gstdvddemux.c:
27320         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27321         streams, derived from mpegdemux.
27322         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27323         up. SCR based timestamp rewriting can be turned off (will probably
27324         completely disappear soon).
27325         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27326         hacking. General cleanup. All printf statements replaced by
27327         debugging messages. Almost complete libdvdnav support.
27328         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27329         by events. New properties for audio and subpicture languages.
27330         (dvdnavsrc_update_highlight): Now uses events.
27331         (dvdnavsrc_user_op): Cleaned up.
27332         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27333         based). Lots of cleanup, and propper support for most libdvdnav
27334         events.
27335         (dvdnavsrc_make_dvd_event): New function.
27336         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27337         (dvdnavsrc_make_clut_change_event): New function.
27338
27339 2004-03-26  Benjamin Otte  <otte@gnome.org>
27340
27341         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27342           fix bug where typefinding would claim it's theora whenever less then
27343           7 bytes of data were available
27344
27345 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27346
27347         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27348         (gst_alawdec_base_init), (gst_alawdec_class_init),
27349         (gst_alawdec_init), (gst_alawdec_chain):
27350         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27351         (gst_alawenc_base_init), (gst_alawenc_class_init),
27352         (gst_alawenc_init), (gst_alawenc_chain):
27353         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27354         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27355         (gst_mulawdec_init), (gst_mulawdec_chain):
27356         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27357         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27358         (gst_mulawenc_init), (gst_mulawenc_chain):
27359           Fix capsnego in all four, remove the unused property functions and
27360           simplify the chain functions slightly. I guess we could use macros
27361           or something similar for those, since the code is so similar, but
27362           I'm currently too lazy...
27363
27364 2004-03-24  David Schleef  <ds@schleef.org>
27365
27366         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27367         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27368         (gst_osselement_get_format_structure),
27369         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27370         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27371         (gst_osselement_rate_int_compare): Add code to handle rate probing
27372         (bug #120883)
27373         * sys/oss/gstosselement.h: same
27374         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27375         Use rate probing provided by osselement.
27376         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27377
27378 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27379
27380         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27381         (gst_xvidenc_get_property):
27382           ulong/int mess-up.
27383
27384 2004-03-24  David Schleef  <ds@schleef.org>
27385
27386         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27387         (gst_speexdec_init):
27388         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27389         (gst_speexenc_init):  Create the pad template correctly (from
27390         the static pad template, not a NULL pointer.)
27391
27392 2004-03-25  Benjamin Otte  <otte@gnome.org>
27393
27394         * gst/debug/Makefile.am:
27395         * gst/debug/breakmydata.c:
27396           add element that quasi-randomly changes bytes in the stream.
27397           Intended use is robustness checking of demuxers and decoders in
27398           media tests.
27399
27400 2004-03-24  Benjamin Otte  <otte@gnome.org>
27401
27402         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27403         (gst_alsa_probe_hw_params):
27404         * ext/alsa/gstalsa.h:
27405           debugging output fixes
27406
27407 2004-03-24  Benjamin Otte  <otte@gnome.org>
27408
27409         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27410           don't g_return_if_fail if element is PLAYING, fail silently as every
27411           other element.
27412         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27413           only fix needed for cast lvalue issues in gst-plugins
27414         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27415           add proxy_getcaps
27416
27417 2004-03-24  Benjamin Otte  <otte@gnome.org>
27418
27419         * gst/level/gstlevel.c: (gst_level_init):
27420           add proxying getcaps function, so level doesn't advertise impossible
27421           caps
27422
27423 2004-03-24  David Schleef  <ds@schleef.org>
27424
27425         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27426         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27427         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27428         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27429         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27430         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27431         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27432         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27433         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27434         messages.  Divide the chunk size by the compression ratio
27435         (needed for MACE audio)
27436
27437 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27438
27439         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27440           Fix buffer overflow read error.
27441
27442 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27443
27444         * ext/alsa/gstalsa.h:
27445           Remove unused entry.
27446         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27447           Add cinepak.
27448         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27449         (gst_videodrop_link), (gst_videodrop_chain):
27450           Fix, sort of. Was horribly broken with new capsnego. Bah...
27451
27452 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27453
27454         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27455         (plugin_init):
27456         Add a monkeysaudio typefind function
27457
27458 2004-03-23  Johan Dahlin  <johan@gnome.org>
27459
27460         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27461         (gst_play_video_fixate): Check so the structure has the field
27462         before trying to fixate them, this makes it possible to have
27463         fakesinks for video and audio output without printing errors on
27464         the output console.
27465
27466 2004-03-22  David Schleef  <ds@schleef.org>
27467
27468         * sys/oss/Makefile.am:
27469         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27470         (check_rate), (add_rate):  Rate probing test app.
27471
27472 2004-03-21  Benjamin Otte  <otte@gnome.org>
27473
27474         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27475         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27476           add a fixation function that pretty much does the right thing (fixes
27477           #137556)
27478
27479 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27480
27481         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27482
27483 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27484
27485         reviewed by: Benjamin Otte  <otte@gnome.org>
27486
27487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27488           terminate gst_event_new_discontinuous correctly (fixes parts of
27489           #137711)
27490
27491 2004-03-19  David Schleef  <ds@schleef.org>
27492
27493         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27494         since it doesn't depend on X, and it's part of our ABI.
27495
27496 2004-03-19  Iain <iain@prettypeople.org>
27497
27498         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27499         is_int in the structure, not the local variable.
27500
27501 2004-03-19  David Schleef  <ds@schleef.org>
27502
27503         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27504         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27505         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27506         Improvements in caps negotiation.
27507
27508 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27509
27510         * po/LINGUAS:
27511         * po/af.po:
27512           adding Afrikaans (Petri Jooste)
27513
27514 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27515
27516         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27517         (gst_ffmpegcolorspace_chain):
27518         throw error instead of g_critical (#137588)
27519
27520 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27521
27522         * Makefile.am:
27523         * configure.ac:
27524           dist common and m4 correctly
27525         * po/sv.po:
27526
27527 2004-03-17  David Schleef  <ds@schleef.org>
27528
27529         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27530         (bug #137348)
27531
27532 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27533
27534         * po/LINGUAS:
27535         * po/sv.po:
27536           adding Swedish translation (Christian Rose)
27537
27538 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27539
27540         * Makefile.am: use release.mak
27541
27542 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27543
27544         * common/ChangeLog:
27545         * common/gst-autogen.sh:
27546           add some explanation about the version detection
27547         * configure.ac:
27548           fix X check
27549
27550 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27551
27552         * configure.ac: bump nano to 1
27553
27554 === release 0.8.0 ===
27555
27556 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27557
27558         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27559
27560 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27561
27562         * configure.ac:
27563           update libtool version
27564         * gst-libs/gst/media-info/Makefile.am:
27565           actually use libtool version
27566
27567 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27568
27569         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27570
27571 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27572
27573         * configure.ac:
27574         * gst-plugins.spec.in:
27575         * pkgconfig/Makefile.am:
27576         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27577         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27578         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27579         * pkgconfig/gstreamer-libs.pc.in:
27580         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27581         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27582         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27583         * pkgconfig/gstreamer-plugins.pc.in:
27584           remove @VERSION@ from some of the pc files since core and plugins
27585           are decoupled.
27586           created gstreamer-plugins.pc as it's a better name, but keeping
27587           -libs around for now to get fixes upstream done first.
27588
27589 2004-03-15  Julien MOUTTE <julien@moutte.net>
27590
27591         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27592         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27593         * gst-libs/gst/play/play.h:
27594
27595 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27596
27597         * *.c, *.cc: don't mix tabs and spaces
27598
27599 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27600
27601         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27602           use the new ffmpegcolorspace
27603         * gst-plugins.spec.in:
27604           package new colorspace and media-info
27605         * configure.ac:
27606         * pkgconfig/Makefile.am:
27607           fix some more disting issues
27608         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27609         * pkgconfig/gstreamer-media-info.pc.in:
27610           generate media-info pc files
27611
27612 2004-03-15  Johan Dahlin  <johan@gnome.org>
27613
27614         * *.h: Revert indenting
27615
27616 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27617
27618         * configure.ac:
27619           adding ffmpegcolorspace element
27620         * gst/ffmpegcolorspace/Makefile.am:
27621         * gst/ffmpegcolorspace/avcodec.h:
27622         * gst/ffmpegcolorspace/common.h:
27623         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27624         * gst/ffmpegcolorspace/dsputil.h:
27625         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27626         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27627         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27628         (gst_ffmpeg_caps_to_pix_fmt):
27629         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27631         (gst_ffmpegcolorspace_caps_remove_format_info),
27632         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27633         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27634         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27635         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27636         (gst_ffmpegcolorspace_set_property),
27637         (gst_ffmpegcolorspace_get_property),
27638         (gst_ffmpegcolorspace_register):
27639         * gst/ffmpegcolorspace/imgconvert.c:
27640         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27641         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27642         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27643         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27644         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27645         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27646         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27647         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27648         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27649         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27650         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27651         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27652         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27653         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27654         (img_get_alpha_info), (deinterlace_line),
27655         (deinterlace_line_inplace), (deinterlace_bottom_field),
27656         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27657         * gst/ffmpegcolorspace/imgconvert_template.h:
27658         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27659         * gst/ffmpegcolorspace/mmx.h:
27660         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27661           adding ffmpegcolorspace element supplied by Ronald after cleaning
27662           up and pulling in the right bits of upstream source.
27663           I'm sure a better C/compiler wizard could do some cleaning up (for
27664           example use GLIB's malloc stuff), but as a first pass this
27665           works very well
27666
27667 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27668
27669         * ext/alsa/gstalsa.h:
27670           I assume Ronald forgot to commit the change to have cardname
27671           as a struct member.  Expect some public spanking at the next
27672           opportunity.
27673
27674 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27675
27676         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27677         (gst_alsa_open_audio), (gst_alsa_close_audio):
27678         * ext/alsa/gstalsa.c:
27679           Don't open the device if we're a mixer (= padless).
27680         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27681         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27682         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27683           Open mixer during state change rather than during object
27684           initialization. Also, get a device name. Currently in a somewhat
27685           hackish fashion, but I didn't really find something better.
27686
27687 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27688
27689         * *.c, *.h: run gst-indent
27690
27691 2004-03-14  Benjamin Otte  <otte@gnome.org>
27692
27693         * gst/modplug/gstmodplug.cc:
27694         * gst/modplug/gstmodplug.h:
27695           set correct timestamps on outgoing buffers
27696
27697 2004-03-14  Benjamin Otte  <otte@gnome.org>
27698
27699         * gst/modplug/gstmodplug.cc:
27700           handle events - don't do crap when a discont arrives that's not
27701           necessary
27702           This allows correct loading and playback of mods in Rhythmbox
27703
27704 2004-03-14  Benjamin Otte  <otte@gnome.org>
27705
27706         * configure.ac:
27707         * gst-libs/gst/gconf/Makefile.am:
27708         * pkgconfig/Makefile.am:
27709           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27710           they get rebuilt properly
27711         * configure.ac:
27712           when checking for vorbis, try pkgconfig first.
27713         * gst/modplug/gstmodplug.cc:
27714           add fixate function
27715
27716 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27717
27718         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27719           Fix for obvious mistake, where we first shift the offset and then
27720           read a samplesize element assuming the old offset. Note that this
27721           part still has something weird, i.e. my movies containing those
27722           don't actually play well, but at least there's something that looks
27723           like sound now.
27724
27725 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27726         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27727         (plugin_init):
27728         Add a typefind function for speex format
27729
27730 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27731
27732         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27733         (gst_asf_demux_setup_pad):
27734           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27735           instead of 0. Reason is simple: some elements have a fps range
27736           of 1-max instead of 0-max. So now ASF video actually works.
27737
27738 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27739
27740         * po/LINGUAS:
27741         * po/sr.po:
27742           adding serbian as a language
27743
27744 2004-03-13  Benjamin Otte  <otte@gnome.org>
27745
27746         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27747           return taglist correctly from _get function, don't gst_pad_push it.
27748           (fixes #137042)
27749
27750 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27751         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27752
27753 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27754
27755         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27756         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27757         (gst_alsa_mixer_track_new):
27758         * ext/alsa/gstalsamixertrack.h:
27759           Fix ancient leftovers... MixerTrack is a GObject.
27760
27761 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27762
27763         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27764         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27765           Don't block during probing...
27766
27767 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27768
27769         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27770         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27771         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27772         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27773         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27774         (gst_alsa_open_audio), (gst_alsa_close_audio):
27775         * ext/alsa/gstalsa.h:
27776           Add propertyprobe interface implementation, add some device-name
27777           property, all this so that it looks good in gnome-volume-control.
27778
27779 2004-03-12  David Schleef  <ds@schleef.org>
27780
27781         * configure.ac: the Hermes library controls hermescolorspace, not
27782         colorspace.
27783         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27784         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27785         not /* */
27786         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27787         * ext/sdl/sdlvideosink.h: ditto.
27788         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27789
27790 2004-03-12  Benjamin Otte  <otte@gnome.org>
27791
27792         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27793         (gst_x_overlay_got_xwindow_id):
27794         * gst-libs/gst/xoverlay/xoverlay.h:
27795           replace XID with unsigned long to get rid of the xlibs dependency in
27796           XOverlay (fixes #137004)
27797
27798 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27799         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27800         (gst_agingtv_setup):
27801         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27802         (gst_dicetv_base_init), (gst_dicetv_class_init),
27803         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27804         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27805         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27806         (gst_edgetv_setup), (gst_edgetv_rgb32):
27807         * gst/effectv/gsteffectv.c:
27808         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27809         (gst_quarktv_set_property):
27810         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27811         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27812         (gst_revtv_setup), (gst_revtv_rgb32):
27813         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27814         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27815         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27816         (gst_shagadelictv_rgb32):
27817         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27818         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27819         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27820         * gst/effectv/gstwarp.c:
27821         Port everything that can be ported to videofilter and fix up the caps.
27822         Can someone with a big-endian machine please check these?
27823
27824 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27825
27826         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27827         (gst_osssink_chain), (gst_osssink_change_state):
27828           Latest fixes for A/V sync, audio playback and such. This is about
27829           all... MPEG playback issues are mostly related to the async build-
27830           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27831
27832 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27833
27834         patch from: Stephane Loeuillet
27835
27836         * configure.ac:
27837           use pkg-config for some libraries, falling back to the old .m4 way
27838           (fixes #131270)
27839         * m4/libdv.m4:
27840           removed
27841
27842 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27843
27844         * configure.ac:
27845         * tools/Makefile.am:
27846         * tools/Makefile.in:
27847         * tools/gst-launch-ext-m.m:
27848         * tools/gst-launch-ext.1.in:
27849         * tools/gst-visualise-m.m:
27850         * tools/gst-visualise.1:
27851         * tools/gst-visualise.1.in:
27852           reorganizing generation of script tools
27853
27854 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27855
27856         * ext/divx/gstdivxdec.c:
27857           Downgrade priority. We prefer ffdec_mpeg4.
27858         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27859         (gst_faad_chain), (gst_faad_change_state):
27860           Fix capsnego. Doesn't work for some sounds because we don't have
27861           a 5:1 to stereo element.
27862         * ext/xvid/gstxvid.c: (plugin_init):
27863           Add priority.
27864         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27865         (gst_osssink_change_state):
27866           Add discont handling.
27867
27868 2004-03-09  Colin Walters  <walters@verbum.org>
27869
27870         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27871         conversion.
27872
27873 2004-03-09  Benjamin Otte  <otte@gnome.org>
27874
27875         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27876           the signals take 2 arguments
27877
27878 2004-03-09  David Schleef  <ds@schleef.org>
27879
27880         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27881         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27882         * ext/alsa/gstalsa.h:
27883         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27884
27885 2004-03-09  Benjamin Otte  <otte@gnome.org>
27886
27887         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27888         (gst_mikmod_change_state):
27889         * ext/mikmod/gstmikmod.h:
27890           make mikmod's loop function not loop infinitely and call
27891           gst_element_yield anymore
27892         * gst/modplug/gstmodplug.cc:
27893           fix pad negotiation (fixes #136590)
27894
27895 2004-03-09  David Schleef  <ds@schleef.org>
27896
27897         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27898         doesn't conflict with the internal colorspace plugin.
27899         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27900         satisfy the crappy-ass shell shipped by a certain vendor.
27901         * gst/videofilter/make_filter: same (bug #135299)
27902
27903 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27904
27905         * configure.ac: bump nano to 1
27906
27907 === release 0.7.6 ===
27908
27909 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27910
27911         * configure.in: releasing 0.7.6, "There"
27912
27913 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27914
27915         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27916         * pkgconfig/gstreamer-play.pc.in:
27917           synchronize the two
27918
27919 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27920
27921         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27922         (cdparanoia_open), (cdparanoia_event):
27923           fix/add error handling
27924         * po/POTFILES.in:
27925           add cdparanoia source
27926         * tools/Makefile.am:
27927           make scripts executable
27928
27929 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27930
27931         * configure.ac:
27932         * ext/vorbis/Makefile.am:
27933         * sys/Makefile.am:
27934           remove id3types, vorbisfile and xvideosink from the build (#133783)
27935
27936 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27937
27938         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27939           Fix metadata read crash (#136537).
27940
27941 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27942
27943         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27944         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27945           adding mime types, fixing the one-stop function
27946
27947 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27948
27949         * ext/nas/nassink.c and /ext/nas/nassink.h:
27950         More NAS love from Arwed von Merkatz
27951         So lets all sing 'Can you feel the NAS tonight'
27952
27953 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27954
27955         * tools/gst-launch-ext.in:
27956         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27957
27958 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27959
27960         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27961         (gst_mpeg2dec_init):
27962         remove the user_data pad for now, because it is being used in
27963         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27964         If someone knows how to fix this properly, please do.
27965
27966 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27967
27968         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27969         (gst_osssink_get_time):
27970         add a warning, IMO this won't get triggered anymore, remove later
27971
27972 2004-03-07  David Schleef  <ds@schleef.org>
27973
27974         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27975         format (bug #136470)
27976
27977 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27978
27979         * gst-libs/Makefile.am:
27980         * gst-libs/gst/media-info/Makefile.am:
27981         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27982         (error_callback), (gst_media_info_error_create),
27983         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27984         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27985         * gst-libs/gst/media-info/media-info-priv.h:
27986         * gst-libs/gst/media-info/media-info-test.c: (main):
27987         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27988         (gst_media_info_class_init), (gst_media_info_instance_init),
27989         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27990         (gst_media_info_read_idler), (gst_media_info_read):
27991         * gst-libs/gst/media-info/media-info.h:
27992         fixed, should work now
27993
27994 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27995
27996         * ext/nas/nassink.c:
27997         A bunch of NAS fixes from Arwed von Merkatz
27998
27999 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28000
28001         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
28002         (qtdemux_parse_trak):
28003           Fix crash (j might be greater than n_samples, in which case we're
28004           writing outside the allocated space for the array) and memleak.
28005
28006 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28007
28008         * sys/oss/gstosssink.c: (gst_osssink_chain):
28009           And another caller that couldn't handle delay < 0 (unsigned
28010           integer overflow). Video now continues playing on an audio
28011           buffer underrun, and the clock continues working. Audio still
28012           stalls.
28013
28014 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28015
28016         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28017         (gst_osssink_get_time):
28018           get_delay() may return values lower than 0. In those cases, we
28019           should not actually cast to *unsigned* int64, that will break
28020           stuff horribly. In my case, it screwed up A/V sync in movies
28021           in totem rather badly.
28022
28023 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28024
28025         * ext/faac/gstfaac.c: (gst_faac_chain):
28026         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28027         * ext/libpng/gstpngenc.c: (user_write_data):
28028         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28029         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28030         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28031         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28032         Fix several misuse of gst_buffer_merge (it doesn't take ownership
28033         of any buffer), should fix some leaks. I hope I didn't unref buffers
28034         that shouldn't be...
28035
28036 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28037
28038         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28039         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
28040         (error_callback), (gmi_reset), (gmi_seek_to_track),
28041         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
28042         (gmip_find_type_post), (gmip_find_stream_post),
28043         (gmip_find_track_streaminfo_post):
28044         * gst-libs/gst/media-info/media-info-priv.h:
28045         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
28046         (info_print), (main):
28047         * gst-libs/gst/media-info/media-info.c:
28048         (gst_media_info_error_create), (gst_media_info_error_element),
28049         (gst_media_info_instance_init), (gst_media_info_get_property),
28050         (gst_media_info_new), (gst_media_info_set_source),
28051         (gst_media_info_read_idler), (gst_media_info_read):
28052         * gst-libs/gst/media-info/media-info.h:
28053           first pass at making this work again.  This seems to work on
28054           tagged ogg/vorbis and mp3 files.
28055
28056 2004-03-06  Benjamin Otte  <otte@gnome.org>
28057
28058         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28059           fix huge leak: gst_buffer_merge doesn't unref the first argument
28060           itself.
28061
28062 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28063
28064         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28065           report layer/mode/emphasis
28066
28067 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28068
28069         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28070
28071 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28072
28073         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28074           signal serial
28075
28076 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28077
28078         * ext/vorbis/vorbis.c: (plugin_init):
28079         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28080         (gst_vorbis_dec_init), (vorbis_dec_event):
28081         add debug category
28082         make vorbisdec handle _BYTE and _TIME queries
28083
28084 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28085
28086         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28087           from the xing header
28088
28089 2004-03-06  Benjamin Otte  <otte@gnome.org>
28090
28091         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28092         (gst_audio_convert_link), (gst_audio_convert_change_state),
28093         (gst_audio_convert_buffer_from_default_format):
28094           do conversions from/to float correctly, fix some caps nego errors,
28095           export correct supported caps in template and getcaps, use correct
28096           caps in try_set_caps functions
28097
28098 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28099
28100         For some reason, I only committed a ChangeLog entry yesterday and
28101         not the corresponding code...
28102         * ext/mad/gstmad.c: Fix detection of Xing headers
28103         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28104
28105 2004-03-06  Benjamin Otte  <otte@gnome.org>
28106
28107         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28108         (gst_ogg_demux_src_query):
28109           make sure to handle the case where there's no current chain
28110           gracefully.
28111
28112 2004-03-05  David Schleef  <ds@schleef.org>
28113
28114         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28115         Add fixate function. (bug #131128)
28116         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28117         (gst_sdlvideosink_fixate):  Add fixate function.
28118         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28119         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28120         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28121         Fix missing break that was causing ulaw to be interpreted as
28122         raw int.
28123
28124 2004-03-05  David Schleef  <ds@schleef.org>
28125
28126         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28127         Fix code that ignores return value of gst_buffer_merge().
28128         (bug #114560)
28129         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28130         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28131         * testsuite/gst-lint:  Check for above.
28132
28133 2004-03-05  David Schleef  <ds@schleef.org>
28134
28135         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
28136         caps and throw an element error.  (bug #136334)
28137
28138 2004-03-05  David Schleef  <ds@schleef.org>
28139
28140         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28141         (gst_faad_chain): Fix negotiation.
28142         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28143         key and button events.
28144         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28145         dung heap of code.
28146         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28147         depends on gconf
28148         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28149         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28150         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28151         function to encourage better negotiation, particularly between
28152         audioconvert and osssink.
28153         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28154         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
28155         more important.
28156         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
28157         typefinding.
28158         * gst/vbidec/vbiscreen.c:  Add glib header
28159         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
28160
28161 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
28162
28163         * ext/mad/gstmad.c: Fix detection of Xing headers
28164         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28165
28166 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28167
28168         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28169         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28170           debug updates
28171
28172 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28173
28174         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28175         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28176         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28177         files, and report the parsed length as a GST_TAG_DURATION tag.
28178         * gst/tags/gstid3tag.c: support TLEN (duration) tag
28179
28180 2004-03-05  Benjamin Otte  <otte@gnome.org>
28181
28182         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28183           convert channels correctly. convert correctly to unsigned.
28184
28185 2004-03-05  Julien MOUTTE <julien@moutte.net>
28186
28187         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28188         we have a window before clearing it.
28189
28190 2004-03-05  Julien MOUTTE <julien@moutte.net>
28191
28192         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28193         have a window before clearing it.
28194
28195 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28196
28197         * gconf/gstreamer.schemas.in:
28198         * gst-libs/gst/gconf/Makefile.am:
28199           version installation path the same way as for 0.6
28200         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28201         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28202         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28203           remove comment that was fixed
28204
28205 2004-03-05  David Schleef  <ds@schleef.org>
28206
28207         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28208         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28209         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28210         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28211         Add prototype code for handling seeking and querying.
28212
28213 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28214
28215         * examples/gstplay/player.c: (main):
28216           Initialize variables to NULL. Prevents a segfault because the
28217           (uninitialized) variable is not NULL, resulting in a crash on
28218           trying to reach error->message.
28219
28220 2004-03-05  Benjamin Otte  <otte@gnome.org>
28221
28222         * gst/audioconvert/gstaudioconvert.c:
28223         (gst_audio_convert_buffer_to_default_format):
28224         make float=>int conversion work correctly even in cornercases.
28225
28226 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
28227
28228         * debian/README.Debian:
28229         * debian/build-deps:
28230         * debian/changelog:
28231         * debian/control:
28232         * debian/control.in:
28233         * debian/copyright:
28234         * debian/gstreamer-a52dec.files:
28235         * debian/gstreamer-aa.files:
28236         * debian/gstreamer-alsa.files:
28237         * debian/gstreamer-alsa.manpages:
28238         * debian/gstreamer-arts.files:
28239         * debian/gstreamer-artsd.files:
28240         * debian/gstreamer-audiofile.files:
28241         * debian/gstreamer-avifile.files:
28242         * debian/gstreamer-cdparanoia.files:
28243         * debian/gstreamer-colorspace.files:
28244         * debian/gstreamer-doc.files:
28245         * debian/gstreamer-dv.files:
28246         * debian/gstreamer-dvd.files:
28247         * debian/gstreamer-esd.files:
28248         * debian/gstreamer-festival.files:
28249         * debian/gstreamer-flac.files:
28250         * debian/gstreamer-gconf.conffiles:
28251         * debian/gstreamer-gconf.files:
28252         * debian/gstreamer-gconf.postinst:
28253         * debian/gstreamer-gnomevfs.files:
28254         * debian/gstreamer-gsm.files:
28255         * debian/gstreamer-http.files:
28256         * debian/gstreamer-jack.files:
28257         * debian/gstreamer-jpeg.files:
28258         * debian/gstreamer-mad.files:
28259         * debian/gstreamer-mikmod.files:
28260         * debian/gstreamer-misc.files:
28261         * debian/gstreamer-mpeg2dec.files:
28262         * debian/gstreamer-oss.files:
28263         * debian/gstreamer-plugin-apps.files:
28264         * debian/gstreamer-plugin-apps.manpages:
28265         * debian/gstreamer-plugin-libs-dev.files:
28266         * debian/gstreamer-plugin-libs.files:
28267         * debian/gstreamer-plugin-template.postinst:
28268         * debian/gstreamer-plugin-template.postrm:
28269         * debian/gstreamer-sdl.files:
28270         * debian/gstreamer-sid.files:
28271         * debian/gstreamer-vorbis.files:
28272         * debian/gstreamer-x.files:
28273         * debian/mk.control:
28274         * debian/rules:
28275         Debian package info not maintained here.
28276
28277 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28278
28279         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28280         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28281         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28282         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28283         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28284         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28285         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28286         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28287         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28288         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28289         * gst-libs/gst/colorbalance/colorbalance.c:
28290         (gst_color_balance_class_init):
28291         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28292         (gst_color_balance_channel_class_init):
28293         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28294         * gst-libs/gst/play/play.c: (gst_play_class_init):
28295         * gst-libs/gst/propertyprobe/propertyprobe.c:
28296         (gst_property_probe_iface_init):
28297         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28298         * gst-libs/gst/tuner/tunerchannel.c:
28299         (gst_tuner_channel_class_init):
28300         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28301         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28302         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28303         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28304         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28305         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28306         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28307         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28308         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28309           fix signals to use - instead of _
28310         * ext/libcaca/gstcacasink.h:
28311         * ext/sdl/sdlvideosink.h:
28312           fix header rename
28313
28314 2004-03-04  David Schleef  <ds@schleef.org>
28315
28316         * testsuite/gst-lint:  Add a check for bad signal names.
28317
28318 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28319
28320         reviewed by David Schleef
28321
28322         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28323         modified the alpha channel and caused a warning. (bug #136192)
28324
28325 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28326
28327         * gst-plugins.spec.in:
28328         Change names of plugins to actually be correct. Try to keep things
28329         alphabetical to avoid getting beat up by Thomas
28330
28331 2004-03-03  Julien MOUTTE <julien@moutte.net>
28332
28333         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28334         Using ximagesink as a default if no gconf key found. We should
28335         probably consider using alsasink instead of osssink for the audio
28336         part.
28337
28338 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28339
28340         * configure.ac:
28341           fix --with-plugins, don't think it ever worked before
28342         * gst-plugins.spec.in:
28343           even more updates
28344
28345 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28346
28347         * ext/sdl/sdlvideosink.h:
28348         * sys/ximage/ximagesink.h:
28349         * sys/xvideo/xvideosink.h:
28350         * sys/xvimage/xvimagesink.h:
28351           Fix for move of gstvideosink.h -> videosink.h.
28352
28353 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28354
28355         * gst-libs/gst/xwindowlistener/Makefile.am:
28356           this is a plugin library, not a library
28357
28358 2004-03-01  David Schleef  <ds@schleef.org>
28359
28360         * AUTHORS:  Added some names.  Add yourself if you're still
28361         missing.
28362
28363 2004-03-01  David Schleef  <ds@schleef.org>
28364
28365         * MAINTAINERS: Add
28366
28367 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28368
28369         * gst-plugins.spec.in: clean up spec file
28370
28371 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28372
28373         * gst-libs/gst/video/Makefile.am:
28374         * gst-libs/gst/video/gstvideosink.c:
28375         * gst-libs/gst/video/gstvideosink.h:
28376           rename gstvideosink.h to videosink.h to match other headers
28377         * gst/mixmatrix/Makefile.am:
28378           fix plugin filename
28379         * gst/tags/Makefile.am: fix plugin filename
28380
28381 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28382
28383         * gst/tags/Makefile.am: fix plugin filename
28384
28385 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28386
28387         * examples/gstplay/player.c: (got_time_tick), (main):
28388           add error handler
28389           display time_tick more readably
28390         * gst/mixmatrix/Makefile.am:
28391           fix plugin file name
28392
28393 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28394
28395         * sys/oss/gstosselement.c: (gst_osselement_probe),
28396         (device_combination_append), (gst_osselement_class_probe_devices):
28397         * sys/oss/gstosselement.h:
28398           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28399           on my system using alsa oss emulation, fixes bug #135597
28400
28401 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28402
28403         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28404         (gst_videodrop_chain), (gst_videodrop_change_state):
28405         * gst/videodrop/gstvideodrop.h:
28406           Work based on timestamp of input data, not based on the expected
28407           framerate from the input. The consequence is that this element now
28408           not only scales framerates, but also functions as a framerate
28409           corrector or framerate stabilizer/constantizer.
28410
28411 2004-02-27  David Schleef  <ds@schleef.org>
28412
28413         patches from jmmv@menta.net (Julio M. Merino Vidal)
28414
28415         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28416         GST_ELEMENT_ERROR call (bug #135634)
28417         * gst/interleave/interleave.c: (interleave_buffered_loop),
28418         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28419         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28420         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28421         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28422         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28423         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28424         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28425         Fix GST_ELEMENT_ERROR call.
28426         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28427         GST_ELEMENT_ERROR call.
28428
28429 2004-02-27  Benjamin Otte  <otte@gnome.org>
28430
28431         * gst-libs/gst/audio/audio.h:
28432           add macro to make sure header isn't included twice
28433         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28434           don't use gst_buffer_free
28435         * gst/playondemand/filter.func:
28436           don't use gst_data_free. Free data only once.
28437
28438 2004-02-26  David Schleef  <ds@schleef.org>
28439
28440         * gst-libs/gst/colorbalance/Makefile.am:
28441         * gst-libs/gst/mixer/Makefile.am:
28442         * gst-libs/gst/tuner/Makefile.am:
28443         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28444         should not be disted, -marshal.h files should not be installed,
28445         and -enum.h files _should_ be installed.  Fix to make this the
28446         case.
28447
28448 === release 0.7.5 ===
28449
28450 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28451
28452         * configure.ac: release 0.7.5, "Under The Sea"
28453
28454 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28455
28456         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28457         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28458         * gst/videoscale/gstvideoscale.c:
28459         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28460           assorted debug/warning fixes
28461
28462 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28463
28464         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28465         (gst_videoscale_init), (gst_videoscale_chain),
28466         (gst_videoscale_set_property), (plugin_init):
28467         * gst/videoscale/gstvideoscale.h:
28468         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28469         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28470         (gst_videoscale_planar400), (gst_videoscale_packed422),
28471         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28472         (gst_videoscale_24bit), (gst_videoscale_16bit),
28473         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28474         (gst_videoscale_scale_plane_slow),
28475         (gst_videoscale_scale_point_sample),
28476         (gst_videoscale_scale_nearest),
28477         (gst_videoscale_scale_nearest_str2),
28478         (gst_videoscale_scale_nearest_str4),
28479         (gst_videoscale_scale_nearest_32bit),
28480         (gst_videoscale_scale_nearest_24bit),
28481         (gst_videoscale_scale_nearest_16bit):
28482         add debugging category and use it properly
28483         fix use of GST_PTR_FORMAT
28484
28485 2004-02-25  Andy Wingo  <wingo@pobox.com>
28486
28487         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28488         push only when channel->buffer is NULL. Prevents segfaults doing
28489         the state change after a nonlocal exit, like a scheme exception.
28490
28491         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28492         Handle the case where the intersected caps is empty.
28493
28494 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28495
28496         * gst/law/mulaw-decode.c: (mulawdec_link):
28497         * gst/law/mulaw.c: (plugin_init):
28498           fix mulawdec so it actually works again
28499
28500 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28501
28502         reviewed by: David Schleef  <ds@schleef.org>
28503
28504         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28505         (gst_gamma_init), (gst_gamma_set_property),
28506         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28507         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28508         for RGB, with separate r g and b correction factors. (#131167)
28509
28510 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28511
28512         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28513           only signal tags for bitrate if they're > 0 (#134894)
28514
28515 2004-02-24  David Schleef  <ds@schleef.org>
28516
28517         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28518         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28519         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28520         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28521         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28522         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28523         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28524         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28525         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28526         category.  Attempt to fix timestamp calculation.
28527
28528 2004-02-24  Johan Dahlin  <johan@gnome.org>
28529
28530         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28531
28532 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28533
28534         * configure.ac:
28535         * gconf/Makefile.am:
28536         * gconf/gstreamer.schemas:
28537         * gst-libs/gst/gconf/Makefile.am:
28538         * gst-libs/gst/gconf/gconf.c:
28539           version gconf schemas and install locations
28540
28541 2004-02-23  Benjamin Otte  <otte@gnome.org>
28542
28543         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28544         (gst_xine_input_subclass_init):
28545           call parent dispose.
28546           change pad template for CD reader correctly
28547         * ext/xine/Makefile.am:
28548         * ext/xine/gstxine.h:
28549         * ext/xine/xine.c: (plugin_init):
28550         * ext/xine/xineaudiosink.c:
28551           wrap audio sinks, too
28552         * gst-libs/gst/resample/private.h:
28553         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28554         (gst_resample_reinit), (gst_resample_scale),
28555         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28556         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28557         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28558         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28559         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28560         * gst-libs/gst/resample/resample.h:
28561         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28562         (gst_audioscale_class_init), (gst_audioscale_link),
28563         (gst_audioscale_get_buffer), (gst_audioscale_init),
28564         (gst_audioscale_chain), (gst_audioscale_set_property),
28565         (gst_audioscale_get_property):
28566         * gst/audioscale/gstaudioscale.h:
28567           s/resample_*/gst_resample_*/i to not clobber namespaces
28568
28569 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28570
28571         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28572         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28573         (gst_riff_create_video_template_caps),
28574         (gst_riff_create_audio_template_caps),
28575         (gst_riff_create_iavs_template_caps):
28576         * gst-libs/gst/riff/riff-media.h:
28577         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28578         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28579         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28580         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28581         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28582         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28583         (gst_matroska_demux_plugin_init): First batch implementing audio and
28584         video codec tags in demuxers.
28585
28586 2004-02-22  Benjamin Otte  <otte@gnome.org>
28587
28588         * ext/xine/Makefile.am:
28589         * ext/xine/gstxine.h:
28590         * ext/xine/xine.c: (plugin_init):
28591         * ext/xine/xineinput.c:
28592           add input plugin wrapper. Playback from files, http, mms and cdda
28593           works.
28594         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28595           remove leftover G_GNUC_UNUSED
28596         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28597         (gst_asf_demux_identify_guid):
28598           improve debugging output
28599
28600 2004-02-22  Benjamin Otte  <otte@gnome.org>
28601
28602         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28603
28604         * autogen.sh:
28605           replace test -e with test -x for mkinstalldirs to be more portable.
28606           (fixes #134816)
28607
28608 2004-02-22  Benjamin Otte  <otte@gnome.org>
28609
28610         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28611
28612         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28613           set rank to PRIMARY
28614         * gst/volume/gstvolume.c: (plugin_init):
28615           set rank to NONE
28616         fixes #134960
28617
28618 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28619
28620         reviewed by Benjamin Otte  <otte@gnome.org>
28621
28622         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28623           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28624
28625 2004-02-22  Benjamin Otte  <otte@gnome.org>
28626
28627         * configure.ac:
28628           export [_]*{gst,Gst,GST}.* symbols from plugins
28629
28630 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28631
28632         reviewed by: Benjamin Otte  <otte@gnome.org>
28633
28634         * ext/lame/gstlame.c: (add_one_tag):
28635         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28636         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28637         (gst_vorbisenc_metadata_set1):
28638         * gst/tags/gstid3tag.c:
28639         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28640           apply fixes from bugs #135042 (lame can't write tags) and #133817
28641           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28642
28643 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28644
28645         * configure.ac: Export only gst_plugin_desc from plugins.
28646          Note that this change only makes any effect with Linux using libtool
28647          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28648          fine. And don't try to have several versions of libtool in different
28649          directories.
28650
28651 2004-02-20  Andy Wingo  <wingo@pobox.com>
28652
28653         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28654         interleave respectively.
28655
28656         * gst/interleave/deinterleave.c: New plugin: deinterleave
28657         (replaces on oneton).
28658         * gst/interleave/interleave.c: New plugin: interleave.
28659         * gst/interleave/plugin.h: Support file.
28660         * gst/interleave/plugin.c: Support file.
28661
28662         * configure.ac: Remove intfloat and oneton, add interleave.
28663
28664         * ext/sndfile/gstsf.c: Handle events better.
28665
28666         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28667         and float2int operation. int2float has scheduling problems as
28668         noted in in2float_chain.
28669
28670 2004-02-20  Benjamin Otte  <otte@gnome.org>
28671
28672         * ext/xine/Makefile.am:
28673         * ext/xine/gstxine.h:
28674         * ext/xine/xine.c:
28675         * ext/xine/xineaudiodec.c:
28676         * ext/xine/xinecaps.c:
28677           add first version of xine plugin wrapper. Currently only wraps the
28678           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28679         * configure.ac:
28680         * ext/Makefile.am:
28681           add xine plugin wrapper, disabled by default. Use --enable-xine to
28682           build. Note that it'll segfault on gst-register if you don't remove
28683           the goom and tvtime post plugins from xine.
28684         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28685         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28686           add extradata parsing for QDM2.
28687           change around debugging prints.
28688
28689 2004-02-19  Benjamin Otte  <otte@gnome.org>
28690
28691         * ext/lame/gstlame.c: (gst_lame_chain):
28692         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28693           use gst_tag_list_insert when you want to insert tags
28694
28695 2004-02-18  David Schleef  <ds@schleef.org>
28696
28697         * configure.ac:  Move massink to gst-rotten
28698         * ext/Makefile.am:
28699         * ext/mas/Makefile.am:
28700         * ext/mas/massink.c:
28701         * ext/mas/massink.h:
28702
28703 2004-02-18  David Schleef  <ds@schleef.org>
28704
28705         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28706         typefinding, since it seems to be worse than nothing.
28707         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28708         atom to recognize .mp4 and .m4a files as video/quicktime.
28709
28710 2004-02-18  David Schleef  <ds@schleef.org>
28711
28712         * gst/sine/demo-dparams.c: (quit_live),
28713         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28714         Use double dparams, not float.
28715         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28716         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28717         sync'd elements don't really work correctly.
28718         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28719         (volume_update_volume), (volume_get_property):  Change dparam
28720         to double.
28721
28722 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28723
28724         * sys/ximage/ximagesink.c:
28725         (gst_ximagesink_xwindow_update_geometry),
28726         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28727         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28728         (gst_ximagesink_init): Rework the way software video scaling works. So
28729         now we check on each chain call if the video frames are feeling the
28730         window. If not we try to renegotiate caps. On failure we memorize that
28731         and we won't try again for that PLAYING sessions.
28732         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28733         failure.
28734         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28735         synchronous flag.
28736
28737 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28738
28739         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28740           break up _link so we can give a better debug message for errors
28741
28742 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28743
28744         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28745           set up debug category
28746
28747 2004-02-18  Julien MOUTTE <julien@moutte.net>
28748
28749         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28750         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28751         the way renegotiation work. The event handling function is not taking
28752         care of external windows and renegotiate method check for pad flags
28753         NEGOTIATING. Should fix : #133209
28754
28755 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28756
28757         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28758         pad is negotiating before trying renegotiation.
28759
28760 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28761
28762         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28763           pass on all possible mime types as typefind hints
28764
28765 2004-02-17  Julien MOUTTE <julien@moutte.net>
28766
28767         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28769         possible SHM leak if we crash. All other apps using XShm are doing
28770         that.
28771
28772 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28773
28774         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28775         (gst_ximagesink_expose): Renegotiate size on expose.
28776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28777         size on expose.
28778
28779 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28780
28781         * testsuite/alsa/sinesrc.c:
28782           cosmetic fix to fix compile issue with gcc 2.95.4
28783
28784 2004-02-16  Julien MOUTTE <julien@moutte.net>
28785
28786         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28787         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28788         failed opening the audio device.
28789         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28790         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28791         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28792         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28793         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28794         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28795         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28796         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28797         Removing some useless g_return_if_fail like wingo suggested.
28798         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28799         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28800         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28801         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28802         (gst_xvimagesink_update_colorbalance),
28803         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28804         (gst_xvimagesink_xcontext_clear),
28805         (gst_xvimagesink_get_fourcc_from_caps),
28806         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28807         (gst_xvimagesink_set_xwindow_id),
28808         (gst_xvimagesink_colorbalance_list_channels),
28809         (gst_xvimagesink_colorbalance_set_value),
28810         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28811         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28812
28813 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28814
28815         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28816           throw error when not negotiated instead of asserting
28817
28818 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28819
28820         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28821         correct data refcounting.
28822
28823 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28824
28825         * gst/switch/gstswitch.c: (gst_switch_change_state),
28826         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28827         change, mostly the EOS flag.
28828
28829 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28830
28831         * examples/gstplay/player.c: (got_eos), (main): Adding some
28832         output for debugging.
28833         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28834         timeouts if we go to any state different from PLAYING.
28835         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28836         more EOS bugs in riff lib.
28837
28838 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28839
28840         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28841         visualization until i find a way to fix switch correctly.
28842         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28843         EOS arrives.
28844         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28845         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28846         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28847         Reworked switch to get a more correct behaviour with events and refing
28848         of data stored in sinkpads.
28849         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28850         we don't pull from a pad in EOS.
28851
28852 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28853
28854         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28855           remove v1 tag even if we can't read it (makes sure we don't detect
28856           it again)
28857
28858 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28859
28860         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28861         (gst_alsa_xrun_recovery):
28862         * ext/alsa/gstalsa.h:
28863           try xrun recovery when wait failed. Make xrun recovery function
28864           return TRUE/FALSE to indicate success. (might fix #134354)
28865
28866 2004-02-13  David Schleef  <ds@schleef.org>
28867
28868         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28869         (dynparm_value_changed), (main): Convert from float to double.
28870         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28871
28872 2004-02-13  David Schleef  <ds@schleef.org>
28873
28874         * gst/silence/gstsilence.c: (gst_silence_class_init),
28875         (gst_silence_set_clock), (gst_silence_get),
28876         (gst_silence_set_property), (gst_silence_get_property):
28877         * gst/silence/gstsilence.h: Add sync property.
28878         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28879         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28880         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28881         * gst/sine/gstsinesrc.h: Add sync property.
28882
28883 2004-02-13  David Schleef  <ds@schleef.org>
28884
28885         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28886         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28887
28888 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28889
28890         * configure.ac:
28891         * ext/Makefile.am:
28892         * gst-libs/ext/Makefile.am:
28893           move ffmpeg plugin to gst-ffmpeg module
28894
28895 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28896
28897         * configure.ac: use GST_ARCH to detect architecture
28898
28899 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28900
28901         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28902
28903 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28904
28905         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28906           classify LADSPA plugins based on number of src/sink pads
28907           (#133663, Stefan Kost)
28908         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28909           fix dparams registration
28910           (#133528, Stefan Kost)
28911         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28912           fix use of isprint and use g_ascii_isprint instead
28913           (#133316, Stefan Kost)
28914
28915 2004-02-11  David Schleef  <ds@schleef.org>
28916
28917         Convert a few inner loops to use liboil.  This is currently
28918         optional, and is only enabled if liboil is present (duh!).
28919         * configure.ac: Check for liboil-0.1
28920         * gst/intfloat/Makefile.am:
28921         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28922         (gst_int2float_chain_gint16):
28923         * gst/videofilter/Makefile.am:
28924         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28925         (tablelookup_u8), (gst_videobalance_planar411):
28926         * gst/videotestsrc/Makefile.am:
28927         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28928         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28929         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28930         (paint_hline_RGB565), (paint_hline_xRGB1555):
28931
28932 2004-02-11  David Schleef  <ds@schleef.org>
28933
28934         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28935         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28936         (gst_colorspace_getcaps), (gst_colorspace_link),
28937         (gst_colorspace_base_init), (gst_colorspace_init),
28938         (gst_colorspace_chain), (gst_colorspace_change_state),
28939         (plugin_init): Merge Ronald's patch (bug #117897) and update
28940         for new caps and negotiation.  Seems to work, although it
28941         shows off bugs in lcs.
28942
28943 2004-02-11  David Schleef  <ds@schleef.org>
28944
28945         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28946         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28947
28948 2004-02-11  David Schleef  <ds@schleef.org>
28949
28950         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28951         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28952         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28953         Add server and port properties
28954
28955 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28956
28957         * m4/a52.m4:
28958         * m4/aalib.m4:
28959         * m4/as-ffmpeg.m4:
28960         * m4/as-liblame.m4:
28961         * m4/as-slurp-ffmpeg.m4:
28962         * m4/check-libheader.m4:
28963         * m4/esd.m4:
28964         * m4/freetype2.m4:
28965         * m4/gconf-2.m4:
28966         * m4/glib.m4:
28967         * m4/gst-alsa.m4:
28968         * m4/gst-artsc.m4:
28969         * m4/gst-ivorbis.m4:
28970         * m4/gst-matroska.m4:
28971         * m4/gst-sdl.m4:
28972         * m4/gst-shout2.m4:
28973         * m4/gst-sid.m4:
28974         * m4/gtk.m4:
28975         * m4/libdv.m4:
28976         * m4/libfame.m4:
28977         * m4/libmikmod.m4:
28978         * m4/ogg.m4:
28979         * m4/vorbis.m4:
28980           fix underquotedness of macros (#133800)
28981         * m4/as-avifile.m4:
28982         * m4/xmms.m4:
28983           removed because no longer used
28984
28985 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28986
28987         * configure.ac:
28988           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28989           by autopoint (fixes #132996)
28990
28991 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28992
28993         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28994         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28995         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28996         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28997           fix memleaks
28998
28999 2004-02-11  David Schleef  <ds@schleef.org>
29000
29001         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
29002         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
29003         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
29004         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
29005         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
29006         (gst_jpegenc_class_init), (gst_jpegenc_init),
29007         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
29008         (gst_jpegenc_chain), (gst_jpegenc_set_property),
29009         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
29010         * ext/jpeg/gstjpegenc.h: Fix negotiation.
29011
29012 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29013
29014         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
29015         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
29016         * ext/mikmod/gstmikmod.h:
29017           fix caps negotiation in mikmod
29018         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
29019           output debug information
29020
29021 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29022
29023         * gst-libs/gst/colorbalance/Makefile.am:
29024         * gst-libs/gst/navigation/Makefile.am:
29025         * gst-libs/gst/xoverlay/Makefile.am:
29026           remove unused GST_OPT_CFLAGS from Makefiles
29027           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
29028
29029 2004-02-07  David Schleef  <ds@schleef.org>
29030
29031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
29032         push events to pads that haven't been created (#133508)
29033
29034 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
29035
29036         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29037         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
29038         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29039         (gst_dvdec_loop), (gst_dvdec_change_state):
29040         Second attempt at committing a working dvdec element.
29041
29042 2004-02-06  David Schleef  <ds@schleef.org>
29043
29044         Build fixes for OS X: (see #129600)
29045         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
29046         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
29047         (gst_riff_read_strf_iavs):
29048         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29049         (gst_avi_demux_stream_odml):
29050         * gst/playondemand/Makefile.am:
29051         * gst/rtp/rtp-packet.c:
29052
29053 2004-02-05  David Schleef  <ds@schleef.org>
29054
29055         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29056         last change, because it Just Doesn't Compile.
29057
29058 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29059
29060         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29061           skip undecodable id3v2 tag instead of keeping it
29062
29063 2004-02-05  David Schleef  <ds@schleef.org>
29064
29065         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29066         Unref leaked buffer.  (Noticed by Ronald)
29067
29068 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
29069
29070         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29071         Sync requires with other checks.  >= vs =.
29072
29073 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
29074
29075         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29076         (gst_dvdec_video_link), (gst_dvdec_loop):
29077         * ext/dv/gstdvdec.h:
29078           rework the caps negotiation so that dvdec works again instead
29079           of just segfaulting.
29080
29081 === release 0.7.4 ===
29082
29083 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29084
29085         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29086         * configure.ac: changed for release
29087
29088 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29089
29090         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29091         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29092         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29093         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29094           reworked patch by David Lehn to fix libdir and includedir for
29095           uninstalled libraries
29096           removed play and gconf from gstreamer-libs since they have their
29097           own pkgconfig files
29098
29099 2004-02-04  David Schleef  <ds@schleef.org>
29100
29101         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29102         memleak.
29103
29104 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29105
29106         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29107           use correct GST_TAG_ENCODER tag
29108
29109 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29110
29111         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29112           be sure to stop the clock when going to paused
29113         * sys/oss/gstosssink.c: (gst_osssink_change_state):
29114           reset number of transmitted when going to ready.
29115         fixes #132935
29116
29117 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
29118
29119         reviewed by Benjamin Otte
29120
29121         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29122           extract track count (fixes #133410)
29123
29124 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29125
29126         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29127           that should be !=, not == (fixes #132519)
29128
29129 2004-02-04  David Schleef  <ds@schleef.org>
29130
29131         Make sure set_explicit_caps() is called before adding pad.
29132         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29133         * gst/id3/gstid3types.c: (gst_id3types_loop):
29134         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29135         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29136
29137 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29138
29139         * configure.ac:
29140           bump nano to 2, first prerelease
29141           put back AM_PROG_LIBTOOL
29142
29143 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29144
29145         * testsuite/alsa/Makefile.am:
29146           these are user test apps, not automatic testsuite tests
29147
29148 2004-02-04  David Schleef  <ds@schleef.org>
29149
29150         Convert GST_DEBUG_CAPS() to GST_DEBUG():
29151         * gst/mpeg1videoparse/gstmp1videoparse.c:
29152         (mp1videoparse_parse_seq):
29153         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29154         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29155         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29156         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29157         (gst_xvideosink_getcaps):
29158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29159         * testsuite/gst-lint: more tests
29160
29161 2004-02-04  David Schleef  <ds@schleef.org>
29162
29163         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29164         with the code that they would expand to.
29165         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29166         (gst_flacdec_get_src_query_types),
29167         (gst_flacdec_get_src_event_masks):
29168         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29169         (gst_gnomevfssrc_get_query_types),
29170         (gst_gnomevfssrc_get_event_mask):
29171
29172 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29173
29174         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29175         (gst_sinesrc_dispose):
29176           fix memleak by properly disposing sinesrc
29177
29178 2004-02-04  Julien MOUTTE  <julien@moutte.net>
29179
29180         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29181         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29182         an overlay to redraw the image because it has been exposed.
29183         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29184         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29185         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29186         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29187         interface
29188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29189         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29190         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29191         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29192         interface
29193
29194 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29195
29196         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29197           more memleak fixage
29198
29199 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29200
29201         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29202         * gst/typefind/gsttypefindfunctions.c:
29203           fix memleaks shown by gst-typefind
29204
29205 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29206
29207         * common/glib-gen.mak:
29208           add hack rule to touch .Plo files
29209         * gst-libs/gst/colorbalance/Makefile.am:
29210         * gst-libs/gst/mixer/Makefile.am:
29211         * gst-libs/gst/play/Makefile.am:
29212         * gst-libs/gst/tuner/Makefile.am:
29213           remove glib_root variable
29214
29215 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29216
29217         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29218           set explicit caps before adding the element, so the autopluggers can
29219           plug correctly.
29220         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29221         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29222         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29223         (dv_type_find):
29224           fix memleaks in typefind functions. gst_type_find_suggest takes a const
29225           argument.
29226
29227 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29228
29229         * gst-libs/gst/colorbalance/Makefile.am:
29230         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29231         * gst-libs/gst/colorbalance/colorbalance.c:
29232         * gst-libs/gst/colorbalance/colorbalance.h:
29233         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29234         * gst-libs/gst/mixer/Makefile.am:
29235         * gst-libs/gst/mixer/mixer-marshal.list:
29236         * gst-libs/gst/mixer/mixer.c:
29237         * gst-libs/gst/mixer/mixer.h:
29238         * gst-libs/gst/mixer/mixermarshal.list:
29239         * gst-libs/gst/play/Makefile.am:
29240         * gst-libs/gst/play/play.h:
29241         * gst-libs/gst/tuner/Makefile.am:
29242         * gst-libs/gst/tuner/tuner-marshal.list:
29243         * gst-libs/gst/tuner/tuner.c:
29244         * gst-libs/gst/tuner/tuner.h:
29245         * gst-libs/gst/tuner/tunermarshal.list:
29246           use new glib-gen.mak snippet to clean up Makefile.am
29247           fix various bugs in Makefile.am's
29248
29249 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29250
29251         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29252           handle chain parsing correctly in the multichain case
29253         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29254         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29255         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29256         (theora_dec_chain):
29257           handle events and queries correctly
29258
29259 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29260
29261         * .cvsignore:
29262         Ignore generated file _stdint.h.
29263
29264 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29265
29266         * gst-libs/gst/colorbalance/Makefile.am:
29267         * gst-libs/gst/colorbalance/colorbalance.h:
29268         * gst-libs/gst/mixer/Makefile.am:
29269         * gst-libs/gst/mixer/mixer.h:
29270         * gst-libs/gst/play/Makefile.am:
29271         * gst-libs/gst/play/play.h:
29272         * gst-libs/gst/tuner/Makefile.am:
29273         * gst-libs/gst/tuner/tuner.h:
29274         Generate enum type code with glib-mkenums.
29275         * gst-libs/gst/colorbalance/.cvsignore:
29276         * gst-libs/gst/mixer/.cvsignore:
29277         * gst-libs/gst/play/.cvsignore:
29278         * gst-libs/gst/tuner/.cvsignore:
29279         Ignore generated files.
29280
29281 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29282
29283         * gst-libs/gst/audio/.cvsignore:
29284         Ignore generated file.
29285         * gst-libs/gst/audio/Makefile.am:
29286         Do not install example filter.
29287
29288 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29289
29290         * examples/switch/.cvsignore:
29291         Ignore generated file.
29292
29293 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29294
29295         * common/m4/ax_create_stdint_h.m4:
29296         * configure.ac:
29297           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29298           _stdint.h.
29299         * Makefile.am:
29300           remove generated _stdint.h in DISTCLEANFILES
29301         * ext/a52dec/gsta52dec.c:
29302           include _stdint.h for a52dec. (should fix #133064)
29303
29304 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29305
29306         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29307         (gst_tag_to_vorbis_comments):
29308         Add replaygain support to vorbistag
29309
29310 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29311         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29312         (gst_ffmpeg_caps_to_extradata):
29313           Fix SVQ3 caps flag properties
29314           Use glib macro for bytes swap
29315
29316 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29317
29318         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29319         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29320         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29321         * ext/sndfile/gstsf.c: (plugin_init):
29322         * gst/avi/gstavi.c: (plugin_init):
29323         * sys/dxr3/dxr3init.c: (plugin_init):
29324         * sys/oss/gstossaudio.c: (plugin_init):
29325         * sys/v4l/gstv4l.c: (plugin_init):
29326         * sys/v4l2/gstv4l2.c: (plugin_init):
29327           remove textdomain calls
29328         * po/nl.po:
29329           update Dutch translation
29330
29331 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29332
29333         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29334         (gst_play_set_audio_sink): Moving volume in the audio thread for
29335         instantaneous volume change. Maybe i will add another volume in front
29336         of visualization later, not sure yet though.
29337
29338 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29339
29340         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29341         (gst_ximagesink_handle_xevents): Better X events handling, only take
29342         the latest events for configure and motion.
29343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29344
29345 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29346
29347         reviewed by: David Schleef  <ds@schleef.org>
29348
29349         Fix memory leaks:
29350         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29351         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29352
29353 2004-02-02  David Schleef  <ds@schleef.org>
29354
29355         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29356         of lines.
29357         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29358         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29359         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29360         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29361         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29362         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29363         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29364         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29365         (gst_float2_2_int_link):
29366         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29367         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29368         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29369         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29370         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29371         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29372         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29373         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29374         * testsuite/gst-lint: Add tests for bzero and ;;
29375
29376 2004-02-02  David Schleef  <ds@schleef.org>
29377
29378         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29379
29380 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29381
29382         * ext/aalib/gstaasink.c: (gst_aasink_open):
29383         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29384         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29385         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29386         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29387         (gst_afsink_close_file):
29388         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29389         (gst_afsrc_close_file):
29390         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29391         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29392         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29393         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29394         * ext/esd/esdmon.c: (gst_esdmon_get):
29395         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29396         * ext/faac/gstfaac.c: (gst_faac_chain):
29397         * ext/faad/gstfaad.c: (gst_faad_chain):
29398         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29399         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29400         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29401         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29402         (gst_flacdec_loop):
29403         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29404         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29405         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29406         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29407         (gst_gnomevfssink_close_file):
29408         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29409         (gst_gnomevfssrc_open_file):
29410         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29411         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29412         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29413         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29414         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29415         * ext/mad/gstmad.c: (gst_mad_chain):
29416         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29417         * ext/mpeg2dec/gstmpeg2dec.c:
29418         * ext/mpeg2enc/gstmpeg2enc.cc:
29419         * ext/mplex/gstmplex.cc:
29420         * ext/mplex/gstmplexibitstream.cc:
29421         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29422         (gst_ogg_demux_push):
29423         * ext/raw1394/gstdv1394src.c:
29424         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29425         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29426         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29427         (gst_sf_loop):
29428         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29429         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29430         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29431         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29432         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29433         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29434         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29435         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29436         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29437         (gst_riff_read_element_data), (gst_riff_read_seek),
29438         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29439         * gst/adder/gstadder.c: (gst_adder_loop):
29440         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29441         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29442         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29443         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29444         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29445         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29446         * gst/goom/gstgoom.c: (gst_goom_chain):
29447         * gst/id3/gstid3types.c: (gst_id3types_loop):
29448         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29449         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29450         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29451         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29452         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29453         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29454         (gst_ebml_read_float), (gst_ebml_read_header):
29455         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29456         (gst_matroska_demux_parse_blockgroup):
29457         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29458         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29459         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29460         * gst/silence/gstsilence.c: (gst_silence_get):
29461         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29462         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29463         * gst/speed/gstspeed.c: (speed_loop):
29464         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29465         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29466         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29467         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29468         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29469         (gst_wavparse_loop):
29470         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29471         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29472         (dxr3audiosink_close):
29473         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29474         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29475         (dxr3videosink_close), (dxr3videosink_write_data):
29476         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29477         * sys/oss/gstosssink.c: (gst_osssink_chain):
29478         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29479         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29480         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29481         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29482         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29483         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29484         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29485         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29486         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29487         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29488         (gst_v4l_set_audio):
29489         * sys/v4l/v4l_calls.h:
29490         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29491         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29492         (gst_v4lmjpegsink_playback_init),
29493         (gst_v4lmjpegsink_playback_start):
29494         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29495         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29496         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29497         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29498         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29499         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29500         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29501         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29502         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29503         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29504         (gst_v4l2_get_output), (gst_v4l2_set_output),
29505         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29506         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29507         (gst_v4l2_set_attribute):
29508         * sys/v4l2/v4l2_calls.h:
29509         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29510         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29511         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29512         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29513         (gst_v4l2src_capture_stop):
29514         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29515         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29516         (gst_ximagesink_chain):
29517         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29518         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29519         (gst_xvideosink_xwindow_new):
29520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29521         (gst_xvimagesink_chain):
29522
29523 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29524
29525         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29526         (gst_volume_get_volume), (volume_class_init), (volume_init),
29527         (volume_chain_int16), (volume_update_volume):
29528         * gst/volume/gstvolume.h:
29529           make code more readable by removing magic numbers
29530           make mixer interface export 0-100 range
29531           make it internally map to 0.0-1.0 range so users don't distort
29532           output by putting the sliders at full volume
29533
29534 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29535
29536         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29537         (gst_play_state_change), (gst_play_seek_to_time):
29538         block the tick callback for 0.5 secs after doing a seek
29539
29540 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29541
29542         * gst-libs/gst/play/play.c: (gst_play_new):
29543           check for GError
29544
29545 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29546
29547         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29548         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29549         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29550         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29551         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29552         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29553
29554 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29555
29556         * configure.ac:
29557         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29558           check for a function added in vorbis 1.1
29559
29560 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29561
29562         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29563         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29564           really start/stop clock only on PLAYING <=> PAUSED
29565         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29566           remove \n from debugging lines
29567         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29568           make it work when seeking does not
29569         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29570           reset on DISCONT
29571
29572 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29573
29574         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29575           start clock on PAUSED=>PLAYING, not later
29576         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29577           extract correct time for different discont formats
29578         (gst_alsa_sink_get_time):
29579           don't segfault when no format is negotiated yet, just return 0
29580         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29581         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29582         (gst_ogg_pad_push):
29583           handle flush and discont events correctly
29584         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29585           handle discont events correctly
29586
29587 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29588
29589         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29590         (gst_play_error_create), (gst_play_error_plugin),
29591         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29592         * gst-libs/gst/play/play.h:
29593           add error handling during creation
29594         * examples/gstplay/player.c: (main):
29595           use new gst_play_new
29596
29597
29598 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29599
29600         * ext/theora/theoradec.c: (theora_dec_chain):
29601           make comments work
29602         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29603         (vorbis_dec_src_event), (vorbis_dec_chain):
29604           add encoder tag, fix tag reading to be more error tolerant, change
29605           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29606           gst_pad_event_default.
29607         * gst/tags/gstvorbistag.c:
29608         (gst_tag_list_from_vorbiscomment_buffer):
29609           undefine function specific define at end of function
29610
29611 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29612
29613         * ext/flac/gstflac.c: (plugin_init):
29614         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29615         * ext/flac/gstflacdec.h:
29616         * ext/flac/gstflacenc.h:
29617           Fix typos
29618
29619 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29620
29621         * examples/gstplay/player.c: s/gstplay.h/play.h/
29622
29623 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29624
29625         * gst-libs/gst/play/Makefile.am:
29626         * gst-libs/gst/play/gstplay.c:
29627         * gst-libs/gst/play/gstplay.h:
29628         * gst-libs/gst/play/play.c:
29629           more surgery, operation complete
29630
29631 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29632
29633         * gst-libs/gst/play/play.old.c:
29634         * gst-libs/gst/play/play.old.h:
29635           after CVS surgery by moving, remove
29636         * gst-libs/gst/play/playpipelines.c:
29637           remove
29638
29639         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29640           add negotiation error
29641
29642 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29643
29644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29645         (gst_ogg_demux_push):
29646           add some seeking debug info
29647           send a flush when seeking
29648
29649 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29650
29651         * configure.ac:
29652           use AC_C_INLINE
29653         * configure.ac:
29654         * ext/Makefile.am:
29655         * ext/theora/Makefile.am:
29656         * ext/theora/theoradec.c:
29657           add theora video decoder. Does just do simple decoding for now and
29658           has been tested against Theora cvs only. It only works when theora
29659           is compiled with --enable-static.
29660         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29661           always reset packetno on DISCONT
29662
29663 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29664
29665         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29666           Fix audio.
29667
29668 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29669
29670         * gst/mpegaudioparse/gstmpegaudioparse.c:
29671         (mp3_type_frame_length_from_header):
29672           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29673
29674 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29675
29676         * ext/esd/esdsink.c: (gst_esdsink_init):
29677           Since we have static pad template caps, we don't need to negotiate;
29678           either the core errors out or we know the format.
29679
29680 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29681
29682         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29683         (gst_riff_read_seek):
29684         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29685         (gst_ebml_read_seek):
29686           Fix event handling.
29687
29688 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29689
29690         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29691           removee video/x-theora from vp3 decoder, it doesn't handle raw
29692           theora streams
29693         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29694           fix bug with finalizing element that never went to PAUSED
29695         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29696           length and position queries were swapped
29697         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29698         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29699         (vorbis_dec_src_event):
29700           implement querying time and bytes
29701
29702 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29703
29704         * just about every source file:
29705           gst_element_error -> GST_ELEMENT_ERROR
29706
29707 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29708
29709         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29710         emiting FLUSH and even before DISCONT.
29711         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29712         get the best instant seeking as possible yay!
29713
29714 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29715
29716         * gst/mpeg1videoparse/gstmp1videoparse.c:
29717         (gst_mp1videoparse_real_chain):
29718           Committed wrong version last week... Grr... Didn't notice until now.
29719
29720 2004-01-29  Julien MOUTTE <julien@moutte.net>
29721
29722         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29723         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29724         have_xwindow_id signal in xwindow_create.
29725
29726 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29727
29728         * ext/ogg/gstoggdemux.c:
29729           lots of changes - mainly support for chained bitstreams, seeking,
29730           querying and bugfixes of course
29731         * ext/vorbis/Makefile.am:
29732         * ext/vorbis/vorbisdec.c:
29733         * ext/vorbis/vorbisdec.h:
29734           add vorbisdec raw vorbis decoder
29735         * ext/vorbis/vorbis.c: (plugin_init):
29736           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29737         * gst/intfloat/Makefile.am:
29738         * gst/intfloat/float22int.c:
29739         * gst/intfloat/float22int.h:
29740         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29741           add float2intnew plugin. It converts multichannel interleaved float to
29742           multichannel interleaved int. The name should probably be changed.
29743         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29744         (plugin_init):
29745           add typefinding for raw theora video so oggdemux can detect it.
29746
29747 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29748
29749         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29750         sink element first.
29751         * gst/videoscale/gstvideoscale.c:
29752         (gst_videoscale_handle_src_event): Fixing src event handler.
29753
29754 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29755
29756         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29757         (gst_v4lsrc_open), (gst_v4lsrc_close),
29758         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29759         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29760         * sys/v4l/gstv4lsrc.h:
29761         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29762         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29763           Implement resizing... Hack. But that's why v4l is b0rked...
29764
29765 2004-01-28  Julien MOUTTE <julien@moutte.net>
29766
29767         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29768         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29769         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29770         (gst_ximagesink_xwindow_destroy):
29771         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29772         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29773         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29774         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29775         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29776         correctly cleaning the image created to check xshm calls on succes,
29777         added a lot of XSync calls in X11 functions, and fixed a segfault when
29778         no image format was defined before negotiation happened.
29779
29780 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29781
29782         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29783           use gst_element_get_time to get correct time
29784
29785 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29786
29787         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29788         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29789         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29790         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29791         (gst_xvimagesink_check_xshm_calls),
29792         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29793         X plugins are now able to detect that XShm calls will fail even if the
29794         server claims that it has XShm support (remote displays most of the
29795         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29796         so that we use non XShm functions. This feature is almost useless for
29797         xvimagesink as Xv is not supported on remote displays anyway, but
29798         it might happen than even on the local display XShm calls fail.
29799
29800 2004-01-27  David Schleef  <ds@schleef.org>
29801
29802         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29803         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29804         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29805         changed esdsink to only use 44100,16,2, since esd sucks at rate
29806         conversion and esdsink has had difficulty negotiating.
29807
29808 2004-01-27  Julien MOUTTE <julien@moutte.net>
29809
29810         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29811         (gst_play_seek_to_time): Fixing the way to get current position.
29812
29813 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29814
29815         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29816           use gst_element_get_time to get correct time
29817
29818 2004-01-27  Julien MOUTTE <julien@moutte.net>
29819
29820         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29821         fix ever... Inverting 2 lines of code make spider autoplug correctly
29822         tagged mp3 !
29823
29824 2004-01-27  David Schleef  <ds@schleef.org>
29825
29826         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29827         Use gst_pad_try_set_caps_nonfixed().
29828
29829 2004-01-27  David Schleef  <ds@schleef.org>
29830
29831         * gst/ac3parse/gstac3parse.c: update to checklist 5
29832         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29833         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29834         * gst/audioscale/gstaudioscale.c: same
29835         * gst/auparse/gstauparse.c: same
29836         * gst/avi/gstavidemux.c: same
29837
29838 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29839
29840         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29841           stop processing after EOS
29842
29843 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29844
29845         * gst/asfdemux/asfheaders.h:
29846         * gst/asfdemux/gstasfdemux.c:
29847         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29848         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29849         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29850           lot's of fixes to make data extraction simpler and get the code
29851           architecture and compiler independant. Add debugging category
29852         * gst/goom/gstgoom.c: (gst_goom_change_state):
29853           reset channel count on PAUSED=>READY, not READY=>PAUSED
29854
29855 2004-01-26  Colin Walters  <walters@verbum.org>
29856
29857         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29858         code to pull a bigger buffer in iradio mode.  This as a side effect
29859         makes typefinding work.
29860
29861 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29862
29863         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29864         Fix SVQ3 decoding on PPC
29865
29866 2004-01-26  Julien MOUTTE <julien@moutte.net>
29867
29868         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29869         that one managed to stay there... Fixed.
29870
29871 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29872
29873         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29874         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29875         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29876         (qtdemux_video_caps):
29877         * gst/qtdemux/qtdemux.h:
29878         Add SVQ3 specific flags to qtdemux and ffmpeg
29879
29880 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29881
29882         * gst-libs/gst/audio/audio.h:
29883           remove buffer-frames from audio caps
29884         * gst/audioconvert/gstaudioconvert.c:
29885           fix plugin to really work.
29886
29887 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29888
29889         * gst-libs/gst/mixer/mixer.c:
29890         * gst-libs/gst/propertyprobe/propertyprobe.c:
29891         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29892         (gst_tuner_find_channel_by_name):
29893         * gst-libs/gst/tuner/tuner.h:
29894           Add gtk-doc style comments. Also fix a function name.
29895
29896 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29897
29898         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29899         (gst_divxdec_negotiate):
29900           Fix for new capsnego - also fixes gst-player with divxdec.
29901
29902 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29903
29904         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29905         (gst_play_identity_handoff), (gst_play_set_location),
29906         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29907         try in visualization implementation. Still have an issue with switch
29908         blocking when pulling from video_queue and only audio comes out of
29909         spider.
29910         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29911         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29912         release method. And check if the pad is usable before pulling.
29913
29914 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29915
29916         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29917         (gst_videobalance_init),
29918         (gst_videobalance_colorbalance_list_channels),
29919         (gst_videobalance_colorbalance_set_value),
29920         (gst_videobalance_colorbalance_get_value),
29921         (gst_videobalance_update_properties),
29922         (gst_videobalance_update_tables_planar411),
29923         (gst_videobalance_planar411):
29924         * gst/videofilter/gstvideobalance.h:
29925           Implement lookup-tables. +/- 10x faster.
29926
29927 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29928
29929         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29930         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29931           The index reading was broken. The rest worked fine, but the whole
29932           goal of my rewrite was to make avidemux readable, and this was
29933           not at all readable. Please use typed variables.
29934
29935 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29936
29937         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29938           Additional pad usability check.
29939         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29940         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29941         (gst_mp1videoparse_real_chain):
29942           Fix MPEG video stream parsing. The original plugin had several
29943           issues, including not timestamping streams where the source was
29944           not timestamped (this happens with PTS values in mpeg system
29945           streams, but MPEG video is also a valid stream on its own so
29946           that needs timestamps too). We use the display time code for that
29947           for now. Also, if one incoming buffer contains multiple valid
29948           frames, we push them all on correctly now, including proper EOS
29949           handling. Lastly, several potential segfaults were fixed, and we
29950           properly sync on new sequence/gop headers to include them in next,
29951           not previous frames (since they're header for the next frame, not
29952           the previous). Also see #119206.
29953         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29954         (bpf_from_header):
29955           Move caps setting so we only do it after finding several valid
29956           MPEG-1 fraes sequentially, not right after the first one (which
29957           might be coincidental).
29958         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29959         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29960         (plugin_init):
29961           Add unsynced MPEG video stream typefinding, and change some
29962           probability values so we detect streams rightly. The idea is as
29963           follows: I can have an unsynced system stream which contains
29964           video. In the current code, I would randomly get a type for either
29965           system or video stream type found, because the probabilities are
29966           being calculated rather randomly. I now use fixed values, so we
29967           always prefer system stream if that was found (and that is how it
29968           should be). If no system stream was found, we can still identity                the stream as video-only.
29969
29970 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29971
29972         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29973         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29974           don't write to buffer. Extract data without the need of
29975           __attribute__ ((packed))
29976
29977 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29980         (mpeg1_sys_type_find):
29981           Fix MPEG-1 stream typefinding.
29982
29983 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29984
29985         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29986           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29987
29988 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29989
29990         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29991         * ext/esd/gstesd.c: (plugin_init):
29992           private debugging, better error reporting
29993
29994 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29995
29996         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29997         (gst_riff_read_init), (gst_riff_read_change_state):
29998         * gst-libs/gst/riff/riff-read.h:
29999           Remove stuff fromold metadata system.
30000
30001 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30002
30003         * ext/ogg/gstoggdemux.c:
30004           Fix wrong file comment.
30005         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30006         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
30007           Add metadata reading properly.
30008
30009 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30010
30011         * ext/Makefile.am:
30012           Fix nas DIST_SUBDIRS
30013           Uraeus:
30014           Fix bug where make distcheck doesn't get run on adding stuff to
30015           the build.
30016
30017 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30018
30019         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
30020         * ext/divx/gstdivxdec.h:
30021           Fix divx3 ("msmpeg4") playback using divxdec.
30022
30023 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30024
30025         * gst/typefind/gsttypefindfunctions.c:
30026         (mp3_type_frame_length_from_header): fix bug in length computation
30027         (mp3_type_find): improve debugging output
30028
30029 2004-01-23  Julien MOUTTE  <julien@moutte.net>
30030
30031         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30032         (gst_play_set_location), (gst_play_seek_to_time),
30033         (gst_play_set_audio_sink), (gst_play_set_visualization),
30034         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
30035         the pipeline from scratch. Visualization is back and switch went out as
30036         i realized it was not possible to use the way i wanted.
30037         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
30038         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
30039         clearing in state change from READY to NULL. So that one can clean the
30040         X ressources keeping the element.
30041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30042         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
30043         (gst_xvimagesink_colorbalance_set_value),
30044         (gst_xvimagesink_colorbalance_get_value),
30045         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
30046         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
30047         change from READY to NULL and fixed some stupid bugs in colorbalance
30048         get/set values. Also added the following feature : when nobody tries to
30049         set some values to the colorbalance levels before the xcontext is
30050         grabbed, then when creating channels list from Xv attributes we set the
30051         internal values to the Xv defaults. This way we handle buggy Xv drivers
30052         that set default hue values far from the middle of the range (Thanks
30053         to Jon Trowbridge for pointing that issue).
30054         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30055         colorbalance levels have been set before xcontext is grabbed.
30056
30057 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30058
30059         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30060           Fix the ossmixer case where we shouldn't open /dev/dsp* because
30061           it might block operations (which is bad for a mixer).
30062
30063 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30064
30065         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30066         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30067         (gmip_find_type_pre):
30068         * gst-libs/gst/media-info/media-info-priv.h:
30069         * gst-libs/gst/media-info/media-info.c:
30070         (gst_media_info_instance_init), (gst_media_info_read_idler):
30071         add fakesink to get caps on decoder src pad again
30072         fix callback prototype to match new have_type signal signature
30073
30074 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30075
30076         * gst/adder/gstadder.c: (gst_adder_link):
30077           fix non-compile and cut-n-paste code
30078
30079 2004-01-21  David Schleef  <ds@schleef.org>
30080
30081         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30082         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30083         (gst_swfdec_init), (gst_swfdec_change_state):
30084         * ext/swfdec/gstswfdec.h:
30085         Fix negotiation.
30086         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30087         (gst_adder_request_new_pad): Fix negotiation.
30088         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30089         Add a fixate function.
30090         * gst/intfloat/gstfloat2int.c:
30091         * gst/intfloat/gstfloat2int.h:
30092         * gst/intfloat/gstint2float.c:
30093         * gst/intfloat/gstint2float.h:
30094         Completely rewrite the negotiation.  Doesn't quite work yet,
30095         due to some buffer-frames problem.
30096
30097 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30098
30099         * ext/gnomevfs/gstgnomevfssrc.c:
30100         * sys/v4l2/v4l2_calls.h:
30101           fix includes for distcheck
30102
30103 2004-01-21  Christian Schaller <uraeus@gnome.org>
30104
30105         * ext/nas/
30106         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30107         based on earlier patch from Laurent Vivier
30108
30109 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
30110
30111         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30112         Fix wma caps property
30113         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30114         Fix typo (flags1 and flags2)
30115
30116 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30117
30118         * gst-libs/gst/media-info/media-info-priv.c:
30119         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30120         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30121         (gmip_find_stream), (gmip_find_track_metadata),
30122         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30123         (gmip_find_track_format):
30124         * gst-libs/gst/media-info/media-info-priv.h:
30125         * gst-libs/gst/media-info/media-info-test.c: (main):
30126         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30127         (gst_media_info_read_idler), (gst_media_info_read):
30128         * gst-libs/gst/media-info/media-info.h:
30129           register debugging category and use it for debugging
30130
30131 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30132
30133         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30134         (gst_vorbisfile_new_link):
30135           signal streaminfo through tags
30136
30137 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30138
30139         * ext/mplex/gstmplex.cc:
30140         * ext/mplex/gstmplexibitstream.cc:
30141           g++ doesn't like NULL in our i18n/error macros, should be
30142           either (NULL) or ("").
30143
30144 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30145
30146         * sys/dxr3/dxr3audiosink.c:
30147         * sys/dxr3/dxr3init.c:
30148         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30149         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30150           Fix more error error error errors (missing includes here).
30151
30152 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30153
30154         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30155           fix thomas' error errors.
30156
30157 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30158
30159         * ext/mpeg2enc/gstmpeg2enc.cc:
30160           fix error errors.
30161
30162 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30163
30164         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30165         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30166           Fix for new error system.
30167
30168 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30169
30170         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30171           fix for new error reporting
30172
30173 2004-01-20  David Schleef  <ds@schleef.org>
30174
30175         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30176         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30177         (gst_ximagesink_set_xwindow_id): Change to using a framerate
30178         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30179         and neither is 100+, most likely.
30180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30181         (gst_xvimagesink_getcaps): same
30182
30183 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30184
30185         * configure.ac:
30186           Up version requirement to 2.0.3 (not yet released) to avoid symbol
30187           clashes with ffmpeg.
30188
30189 2004-01-20  Julien MOUTTE  <julien@moutte.net>
30190
30191         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30192         (gst_switch_init): Fixed switch element : proxying link and setting
30193         caps from src to sink on request.
30194
30195 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30196
30197         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30198         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30199         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30200         fix element_error
30201
30202 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30203
30204         * sys/v4l/v4l_calls.h:
30205         * sys/v4l2/v4l2_calls.h:
30206           element_error fixes
30207
30208 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30209
30210         * gst-libs/gst/gst-i18n-plugin.h:
30211           add locale.h
30212           remove config.h inclusion
30213
30214 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30215
30216         * autogen.sh:
30217           adding autopoint invocation
30218         * Makefile.am:
30219         * configure.ac:
30220         * gst-libs/gst/gettext.h:
30221           adding gettext bits
30222         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30223         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30224         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30225         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30226         (gst_gnomevfssink_close_file):
30227         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30228         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30229         * gst-libs/gst/gst-i18n-plugin.h:
30230         * gst/avi/gstavi.c: (plugin_init):
30231         * sys/dxr3/dxr3init.c: (plugin_init):
30232         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30233         * sys/oss/gstossaudio.c: (plugin_init):
30234         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30235         * sys/v4l/gstv4l.c: (plugin_init):
30236         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30237         * sys/v4l2/gstv4l2.c: (plugin_init):
30238         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30239         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30240         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30241         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30242         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30243         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30244           make sure locale and translation domain are set
30245           fix translated strings
30246         * po/.cvsignore:
30247         * po/LINGUAS:
30248         * po/Makevars:
30249         * po/POTFILES.in:
30250         * po/nl.po:
30251           put translation files into place
30252         * sys/xvideo/imagetest.c: (main):
30253         * ext/dv/demo-play.c: (main):
30254           fix unnecessary translations
30255
30256 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30257
30258         * ext/sndfile/gstsf.c:
30259         * gst/avi/gstavimux.c:
30260         * ext/audiofile/gstafsink.c:
30261         * ext/audiofile/gstafsrc.c:
30262         * ext/gnomevfs/gstgnomevfssink.c:
30263         * ext/gnomevfs/gstgnomevfssrc.c:
30264         * sys/oss/gstosselement.c:
30265         * sys/v4l/v4l_calls.h:
30266           fix i18n include
30267
30268 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30269
30270         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30271         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30272         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30273         (gst_v4l2_get_output), (gst_v4l2_set_output),
30274         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30275         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30276         (gst_v4l2_set_attribute):
30277         update to new error handling
30278
30279 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30280
30281         * ext/sidplay/gstsiddec.cc:
30282         * gst/modplug/gstmodplug.cc:
30283           parenthese NULL because C++ seems angry about it
30284
30285 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30286
30287         * gst-libs/gst/gst-i18n-plugin.h:
30288           add skeleton i18n stuff, but needs to be further implemented
30289
30290 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30291
30292         * examples/gstplay/player.c: (main):
30293         * ext/aalib/gstaasink.c: (gst_aasink_open):
30294         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30295         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30296         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30297         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30298         (gst_afsink_close_file):
30299         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30300         (gst_afsrc_close_file):
30301         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30302         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30303         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30304         * ext/esd/esdmon.c: (gst_esdmon_get):
30305         * ext/esd/esdsink.c: (gst_esdsink_chain):
30306         * ext/faac/gstfaac.c: (gst_faac_chain):
30307         * ext/faad/gstfaad.c: (gst_faad_chain):
30308         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30309         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30310         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30311         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30312         (gst_flacdec_loop):
30313         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30314         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30315         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30316         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30317         (gst_gnomevfssink_close_file):
30318         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30319         (gst_gnomevfssrc_open_file):
30320         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30321         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30322         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30323         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30324         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30325         * ext/mad/gstmad.c: (gst_mad_chain):
30326         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30327         * ext/mpeg2dec/gstmpeg2dec.c:
30328         * ext/mpeg2enc/gstmpeg2enc.cc:
30329         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30330         * ext/mplex/gstmplex.cc:
30331         * ext/mplex/gstmplexibitstream.cc:
30332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30333         (gst_ogg_demux_push), (gst_ogg_pad_push):
30334         * ext/raw1394/gstdv1394src.c:
30335         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30336         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30337         * ext/sidplay/gstsiddec.cc:
30338         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30339         (gst_sf_loop):
30340         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30341         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30342         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30343         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30344         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30345         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30346         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30347         * gst-libs/gst/Makefile.am:
30348         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30349         (gst_riff_read_element_data), (gst_riff_read_seek),
30350         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30351         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30352         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30353         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30354         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30355         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30356         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30357         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30358         * gst/goom/gstgoom.c: (gst_goom_chain):
30359         * gst/id3/gstid3types.c: (gst_id3types_loop):
30360         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30361         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30362         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30363         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30364         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30365         (gst_ebml_read_float), (gst_ebml_read_header):
30366         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30367         (gst_matroska_demux_parse_blockgroup):
30368         * gst/modplug/gstmodplug.cc:
30369         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30370         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30371         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30372         * gst/silence/gstsilence.c: (gst_silence_get):
30373         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30374         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30375         * gst/speed/gstspeed.c: (speed_loop):
30376         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30377         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30378         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30379         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30380         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30381         (gst_wavparse_loop):
30382         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30383         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30384         (dxr3audiosink_close):
30385         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30386         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30387         (dxr3videosink_close), (dxr3videosink_write_data):
30388         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30389         * sys/oss/gstosselement.h:
30390         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30391         (gst_osssink_chain):
30392         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30393         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30394         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30395         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30396         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30397         (gst_v4l_enable_overlay):
30398         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30399         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30400         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30401         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30402         (gst_v4l_set_audio):
30403         * sys/v4l/v4l_calls.h:
30404         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30405         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30406         (gst_v4lmjpegsink_playback_init),
30407         (gst_v4lmjpegsink_playback_start):
30408         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30409         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30410         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30411         (gst_v4lmjpegsrc_requeue_frame):
30412         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30413         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30414         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30415         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30416         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30417         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30418         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30419         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30420         (gst_v4l2src_capture_stop):
30421         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30422         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30423         (gst_ximagesink_chain):
30424         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30425         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30426         (gst_xvideosink_xwindow_new):
30427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30428         (gst_xvimagesink_chain):
30429         use new error signal, function and categories
30430
30431 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30432
30433         * configure.ac:
30434         * ext/Makefile.am:
30435         * ext/musicbrainz/gsttrm.c:
30436         * ext/musicbrainz/gsttrm.h:
30437         * ext/musicbrainz/Makefile.am:
30438         Add a trm plugin
30439
30440 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30441
30442         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30443         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30444         synchronous property for debugging.
30445         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30447         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30448         smaller block, fixing indent.
30449
30450 2004-01-16  David Schleef  <ds@schleef.org>
30451
30452         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30453         property affects the video stream.
30454         * sys/xvimage/xvimagesink.c:
30455         * sys/xvimage/xvimagesink.h:
30456         Add synchronous property for debugging.  Should probably be
30457         disabled in non-CVS builds.  Make sure that the Xv attribute
30458         exists before we set it (crash!).  Fix a silly float bug that
30459         caused colorbalance to just not work.
30460
30461 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30462
30463         * tools/gst-launch-ext.in - update for new plugins
30464
30465 2004-01-16  David Schleef  <ds@schleef.org>
30466
30467         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30468         already-freed caps.
30469
30470 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30471
30472         * Update spec for new colorspace plugin and libcaca plugin
30473         * Fix compilation of libcaca plugin (clock -> id)
30474
30475 2004-01-16  Julien MOUTTE <julien@moutte.net>
30476
30477         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30478         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30479         (gst_xvimagesink_set_xwindow_id),
30480         (gst_xvimagesink_colorbalance_set_value),
30481         (gst_xvimagesink_colorbalance_get_value),
30482         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30483         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30484         correct colorbalance properties. They can now be set when the element
30485         is still in NULL state. The values will be committed to the Xv Port
30486         when xcontext is initialized.
30487         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30488         brightness int values in the GstXvImagesink structure.
30489
30490 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30491
30492         * gst-libs/gst/Makefile.am:
30493           restructure so having local patches works easier.
30494
30495 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30496
30497         * ext/mpeg2enc/Makefile.am:
30498         * ext/mpeg2enc/gstmpeg2enc.cc:
30499         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30500           Bugfix with respect to EOS handling.
30501
30502 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30503
30504         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30505           Link with right caps (else, it segfaults).
30506         * ext/mplex/gstmplexjob.cc:
30507           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30508
30509 2004-01-15  David Schleef  <ds@schleef.org>
30510
30511         * gst-libs/gst/audio/Makefile.am:
30512         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30513         from the template.
30514         * gst-libs/gst/audio/gstaudiofilter.c:
30515         * gst-libs/gst/audio/gstaudiofilter.h:
30516         Add bytes_per_sample and size and n_samples calculation.
30517         * gst-libs/gst/audio/gstaudiofilterexample.c:
30518         Remove, now autogenerated.
30519         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30520         Moved from gstaudiofilterexample, object name changed, code added
30521         so that it actually works.
30522         * gst-libs/gst/audio/make_filter:
30523         Script to build an audiofilter subclass from the template.
30524         * gst/colorspace/Makefile.am:
30525         * gst/colorspace/yuv2yuv.c:
30526         Remove file, since it's GPL, and we don't use it.
30527
30528 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30529
30530         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30532         them use the buffer free function to test how the buffer was allocated.
30533
30534 2004-01-15  David Schleef  <ds@schleef.org>
30535
30536         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30537         that handles osssink fallback.
30538         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30539         (gst_audio_convert_getcaps):
30540         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30541         Add audio/x-qdm2 for QDM2 audio.
30542         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30543         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30544         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30545         Decrease minimum size to 16x16.
30546         * gst/wavparse/gstwavparse.c:
30547         Convert disabled pad template caps to new caps.
30548         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30549         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30550         (gst_xvimagesink_chain): Throw element error when display cannot
30551         be opened.  Increase minimum framerate to 1.0.  Check the data
30552         free function on a buffer to make sure it is the type we expect
30553         before manipulating it.
30554
30555 2004-01-15  Julien MOUTTE <julien@moutte.net>
30556
30557         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30558         (gst_videobalance_colorbalance_set_value): Implement passthru if
30559         settings are in the middle.
30560         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30561
30562 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30563
30564         * gst/videofilter/Makefile.am:
30565         * gst/volume/Makefile.am:
30566           Since we use videofilter symbols, link to it.
30567
30568 2004-01-15  Julien MOUTTE <julien@moutte.net>
30569
30570         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30571         mixer interface type to HARDWARE.
30572         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30573         type to SOFTWARE.
30574         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30575         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30576         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30577         (gst_volume_interface_init), (gst_volume_list_tracks),
30578         (gst_volume_set_volume), (gst_volume_get_volume),
30579         (gst_volume_set_mute), (gst_volume_mixer_init),
30580         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30581         (volume_init): Implementing mixer interface.
30582         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30583         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30584         (gst_osselement_change_state): Removing some trailing commas in
30585         structures.
30586         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30587         interface type to HARDWARE.
30588         * sys/v4l/gstv4lcolorbalance.c:
30589         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30590         type to HARDWARE.
30591         * sys/v4l2/gstv4l2colorbalance.c:
30592         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30593         interface type to HARDWARE.
30594         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30595         same code than ximagesink for event handling.
30596
30597 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30598
30599         * ext/snapshot/Makefile.am:
30600         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30601         (gst_snapshot_chain):
30602         * ext/snapshot/gstsnapshot.h:
30603           This has to be a joke... Snapshot should be connected to a tee,
30604           colorspace element before it and EOS after that, where the other
30605           src of the tee receives normal data.
30606           The current way is *wrong*.
30607
30608 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30609
30610         * ext/hermes/gsthermescolorspace.c:
30611           Fix another compile error. Same as below.
30612
30613 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30614
30615         * gst/colorspace/gstcolorspace.c:
30616         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30617         (gst_colorspace_i420_to_yv12):
30618           Fix compiling... Didn't test if it actually works.
30619
30620 2004-01-15  David Schleef  <ds@schleef.org>
30621
30622         * configure.ac:
30623         * gst/colorspace/Makefile.am:
30624         * gst/colorspace/gstcolorspace.c:
30625         * gst/colorspace/gstcolorspace.h:
30626         * gst/colorspace/yuv2rgb.c:
30627         * gst/colorspace/yuv2rgb.h:
30628         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30629         code and GPL code.  Fix for new caps negotiation.  Rewrite
30630         much of the format handling code, and some of the conversion
30631         code.  Basically, rewrote almost everything.  This element
30632         handles I420, YV12 to RGB conversions.
30633         * ext/hermes/Makefile.am:
30634         * ext/hermes/gsthermescolorspace.c:
30635         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30636         Remove non-Hermes related code.  This element handles lots of
30637         RGB to RGB conversions, but no YUV.
30638         * ext/hermes/gstcolorspace.c:
30639         * ext/hermes/gstcolorspace.h:
30640         * ext/hermes/rgb2yuv.c:
30641         * ext/hermes/yuv2rgb.c:
30642         * ext/hermes/yuv2rgb.h:
30643         * ext/hermes/yuv2rgb_mmx16.s:
30644         * ext/hermes/yuv2yuv.c:
30645         * ext/hermes/yuv2yuv.h:
30646         Remove old code.
30647
30648 2004-01-14  Colin Walters  <walters@verbum.org>
30649
30650         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30651         they've already been.
30652
30653 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30654
30655         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30656           assume tag mode when pad is not connected
30657
30658 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30659
30660         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30661           Don't update the time of the clock
30662         (gst_alsa_sink_loop):
30663           sync to the clock given to alsasink, not the own clock
30664         * sys/oss/gstosssink.c: (gst_osssink_chain):
30665           sync to the clock
30666         (gst_osssink_change_state):
30667           activate the clock
30668         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30670           remove bogus code that made DISCONT events unhandled
30671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30672           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30673           #131502)
30674         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30675         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30676         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30677           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30678           2nd warning in bug #131502)
30679
30680 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30681
30682         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30683         (gst_videobalance_colorbalance_set_value),
30684         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30685         for colorbalance interface implementation.
30686         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30687         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30688         (gst_ximagesink_dispose), (gst_ximagesink_init),
30689         (gst_ximagesink_class_init): Adding DISPLAY property.
30690         * sys/ximage/ximagesink.h: Adding display_name to store display.
30691         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30692         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30693         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30694         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30695         properties (they still need polishing though for gst-launch use : no
30696         xcontext yet, i ll do that tomorrow).
30697         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30698
30699 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30700
30701         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30702         (gst_play_set_location), (gst_play_set_visualization): Preparing
30703         switch integration, adding videobalance in the pipeline.
30704
30705 2004-01-14  Julien MOUTTE <julien@moutte.net>
30706
30707         * gst-libs/gst/colorbalance/colorbalance.c:
30708         (gst_color_balance_class_init): Adding a default type.
30709         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30710         the type.
30711         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30712         (gst_videobalance_dispose), (gst_videobalance_class_init),
30713         (gst_videobalance_init), (gst_videobalance_interface_supported),
30714         (gst_videobalance_interface_init),
30715         (gst_videobalance_colorbalance_list_channels),
30716         (gst_videobalance_colorbalance_set_value),
30717         (gst_videobalance_colorbalance_get_value),
30718         (gst_videobalance_colorbalance_init): Implementing colorbalance
30719         interface.
30720         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30721         list.
30722         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30723         bug which was triggering a BadAccess X error when setting an overlay
30724         before pad was really negotiated.
30725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30726         Using the colorbalance type macro.
30727
30728 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30729
30730         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30731         (gst_flacenc_chain):
30732           handle tags correctly
30733         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30734           extract ID3v1 tags correctly
30735
30736 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30737
30738         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30739         (plugin_init):
30740           Improve matroska typefinding for odd-typed headers...
30741
30742 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30743
30744         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30745           Fix for using incremental number on padnames.
30746
30747 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30748
30749         * ext/divx/gstdivxdec.c:
30750         * ext/divx/gstdivxenc.c:
30751           Set category to divx4linux instead of divx (too generic).
30752         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30753         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30754         (gst_wavparse_loop), (gst_wavparse_change_state):
30755         * gst/wavparse/gstwavparse.h:
30756           fix parsing of WAV files with non-standard fmt-tag size and fix
30757           skipping of unrecognized chunks... Someone please fix this thing
30758           to use rifflib so all this is automated.
30759         * sys/v4l/Makefile.am:
30760         * sys/v4l2/Makefile.am:
30761           Add X_CFLAGS because we depend on X (for overlay).
30762
30763 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30764
30765         * ext/mpeg2dec/gstmpeg2dec.c:
30766           Don't issue a timestamp unless we tagged the frame
30767           with a PTS.
30768
30769 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30770
30771         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30772           Query the audio element to get the time, not the clock. We're
30773           interested in the element's time here.
30774
30775 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30776
30777         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30778         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30779         * ext/esd/esdsink.c: (gst_esdsink_chain):
30780         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30781         * ext/mas/massink.c: (gst_massink_chain):
30782         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30783         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30784         (gst_matroska_demux_parse_metadata):
30785         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30786         (gst_mpeg_parse_release_locks):
30787         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30788         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30789         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30790         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30791         (gst_osssink_change_state):
30792         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30793         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30794         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30795         (gst_xvideosink_release_locks):
30796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30797           use element time.
30798         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30799         (gst_alsa_clock_stop):
30800         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30801         (gst_audio_clock_get_internal_time):
30802           simplify for use with new clocking code.
30803         * testsuite/alsa/Makefile.am:
30804         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30805           fix testsuite for new caps system
30806
30807 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30808
30809         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30810         * ext/flac/gstflacenc.c: (add_one_tag):
30811           length is already host endian, no need to convert. Fixes playback of
30812           tagged files on PPC. (bug #128384)
30813
30814 2004-01-13  Julien MOUTTE <julien@moutte.net>
30815
30816         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30817         colorbalance interface stating if it is hardware based or software
30818         based.
30819         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30820         Removing a trailing comma.
30821         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30822         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30823         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30824         the documentation seems to be wrong on the -1000 to 1000 interval.
30825
30826 2004-01-12  David Schleef  <ds@schleef.org>
30827
30828         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30829         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30830         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30831         Fix negotiation.  Add a bufferalloc function for the sink pad,
30832         and generally clean up some of the code.
30833
30834 2004-01-12  Julien MOUTTE <julien@moutte.net>
30835
30836         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30837         (gst_color_balance_channel_dispose): Adding safety check in dispose
30838         method.
30839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30840         (gst_xvimagesink_xcontext_clear),
30841         (gst_xvimagesink_interface_supported),
30842         (gst_xvimagesink_colorbalance_list_channels),
30843         (gst_xvimagesink_colorbalance_set_value),
30844         (gst_xvimagesink_colorbalance_get_value),
30845         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30846         Adding colorbalance interface support to set XV parameters such as
30847         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30848         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30849         interface.
30850
30851 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30852
30853         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30854         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30855         (gst_audio_convert_init), (gst_audio_convert_set_property),
30856         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30857         (gst_audio_convert_link),
30858         (gst_audio_convert_buffer_to_default_format),
30859         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30860           - implement _getcaps and use it
30861           - improve linking
30862           - remove float caps since no float conversion is actually done
30863           - remove properties and arguments that were to be used for rate
30864             conversion
30865
30866 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30867
30868         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30869         (gst_audio_structure_set_int):
30870         * gst-libs/gst/audio/audio.h:
30871           add helper functions for _getcaps matching the standard audio
30872           templates
30873
30874 2004-01-12  David Schleef  <ds@schleef.org>
30875
30876         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30877         Test that pad is negotiated before getting its caps.
30878
30879 2004-01-12  Julien MOUTTE <julien@moutte.net>
30880
30881         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30882         analyzing the pads of an element the bin is mostly in READY state so
30883         no caps were negotiated. This helper function needs to work with
30884         _get_caps directly then. I was not freeing them though, added that to
30885         fix the mem leak.
30886
30887 2004-01-12  Julien MOUTTE <julien@moutte.net>
30888
30889         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30890         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30891         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30892         than the free_func.
30893
30894 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30895
30896         * sys/oss/gstossaudio.c: (plugin_init):
30897         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30898         * sys/oss/gstosselement.h:
30899           make an oss debugging category
30900           make failure more descriptive
30901
30902 2004-01-11  David Schleef  <ds@schleef.org>
30903
30904         * ext/ffmpeg/gstffmpeg.c:
30905         * ext/ffmpeg/gstffmpegcodecmap.c:
30906         * ext/ffmpeg/gstffmpegdec.c:
30907         * ext/ffmpeg/gstffmpegenc.c:
30908         * ext/ffmpeg/gstffmpegprotocol.c:
30909         * ext/gdk_pixbuf/gstgdkanimation.c:
30910         * ext/jpeg/gstjpeg.c:
30911         * ext/libpng/gstpng.c:
30912         * ext/mpeg2dec/perftest.c:
30913         * ext/speex/gstspeex.c:
30914         * gst-libs/gst/resample/dtos.c:
30915         * gst/intfloat/gstintfloatconvert.c:
30916         * gst/oneton/gstoneton.c:
30917         * gst/rtjpeg/RTjpeg.c:
30918         * gst/rtp/gstrtp.c:
30919         * sys/dxr3/dxr3init.c:
30920         * sys/glsink/gstgl_nvimage.c:
30921         * sys/glsink/gstgl_pdrimage.c:
30922         * sys/glsink/gstglsink.c:
30923         * testsuite/gst-lint:
30924         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30925
30926 2004-01-11  David Schleef  <ds@schleef.org>
30927
30928         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30929         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30930         * ext/gdk_pixbuf/gstgdkanimation.c:
30931         (gst_gdk_animation_iter_create_pixbuf):
30932         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30933         (gst_gdk_pixbuf_chain):
30934         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30935         * ext/jack/gstjack.c: (gst_jack_change_state):
30936         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30937         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30938         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30939         * gst/videofilter/gstvideofilter.c:
30940         (gst_videofilter_set_output_size):
30941         Remove all usage of gst_pad_get_caps(), and replace it with
30942         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30943
30944 2004-01-11  David Schleef  <ds@schleef.org>
30945
30946         * configure.ac:
30947         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30948         * ext/divx/gstdivxdec.c:
30949         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30950         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30951         handle images that span multiple buffers.  Now work with both
30952         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30953         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30954         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30955         video/video.h changes
30956         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30957         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30958         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30959         of GstData free function.
30960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30961         same.
30962
30963 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30964
30965         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30966         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30967         (gst_v4l2element_get_property):
30968         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30969           add norm, channel and frequency properties.
30970         * sys/v4l2/gstv4l2tuner.c:
30971           fixes for tuner interface changes
30972         * sys/v4l2/gstv4l2element.h:
30973         * sys/v4l2/gstv4l2src.c:
30974         * sys/v4l2/gstv4l2src.h:
30975         * sys/v4l2/v4l2src_calls.c:
30976         * sys/v4l2/v4l2src_calls.h:
30977           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30978
30979 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30980
30981         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30982         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30983         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30984         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30985         * gst-libs/gst/tuner/tuner.h:
30986           GObjects aren't const.
30987           Add find_by_name functions.
30988           Add checks to _changed functions.
30989         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30990         (gst_v4l_tuner_get_norm):
30991           Fixes for above.
30992
30993 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30994
30995         * gst-libs/gst/video/video.h:
30996           Fix caps template names to be understandable.
30997           Prefix everything with GST_VIDEO.
30998         * ext/aalib/gstaasink.c:
30999         * ext/divx/gstdivxdec.c:
31000         * ext/divx/gstdivxenc.c:
31001         * ext/gdk_pixbuf/gstgdkpixbuf.c:
31002         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
31003         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
31004         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
31005         * ext/libcaca/gstcacasink.c:
31006         * ext/libpng/gstpngenc.c: (raw_caps_factory):
31007         * ext/snapshot/gstsnapshot.c:
31008         * ext/swfdec/gstswfdec.c:
31009         * ext/xvid/gstxviddec.c:
31010         * ext/xvid/gstxvidenc.c:
31011         * gst/chart/gstchart.c:
31012         * gst/deinterlace/gstdeinterlace.c:
31013         * gst/effectv/gsteffectv.c:
31014         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31015         * gst/goom/gstgoom.c:
31016         * gst/median/gstmedian.c:
31017         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
31018         (gst_monoscope_srcconnect), (gst_monoscope_chain):
31019         * gst/overlay/gstoverlay.c:
31020         * gst/smooth/gstsmooth.c:
31021         * gst/smpte/gstsmpte.c:
31022         * gst/synaesthesia/gstsynaesthesia.c:
31023         * gst/videocrop/gstvideocrop.c:
31024         * gst/videodrop/gstvideodrop.c:
31025         * gst/y4m/gsty4mencode.c:
31026         * sys/qcam/gstqcamsrc.c:
31027         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
31028           Make them work with new video.h file.
31029         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31030         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31031         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31032         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31033           Make it work with new buffer allocation system.
31034
31035 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31036
31037         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
31038         pad_alloc_buffer implementation to use ->srcpad
31039         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
31040         pad_alloc_buffer implementation to use ->srcpad
31041         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
31042         pad_alloc_buffer implementation to use ->srcpad
31043         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31044         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31045         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31046         a reference to everything we need.
31047         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
31048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31049         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31050         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31051         a reference to everything we need.
31052         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31053
31054 2004-01-11  David Schleef  <ds@schleef.org>
31055
31056         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31057         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31058         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31059         structure members.
31060         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31061         value during a resize/renegotiation.
31062         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31063         gst_pad_alloc_buffer();
31064         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31065         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31066         structure members.
31067         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31068         Fix for rename of buffer private structure members.
31069         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31070         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31071         Fix for rename of buffer private structure members.
31072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31073         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31074         Fix for rename of buffer private structure members.
31075
31076 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
31077
31078         reviewed by: David Schleef <ds@schleef.org>
31079
31080         * gst/videofilter/Makefile.am:
31081         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
31082         from the patch by ds to fit in with recent make_filter changes.
31083
31084 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31085
31086         * configure.ac: Adding examples/switch/Makefile
31087         * examples/Makefile.am: Adding examples/switch
31088         * examples/switch/Makefile.am: Adding switcher example.
31089         * examples/switch/switcher.c: (got_eos), (idle_iterate),
31090         (switch_timer), (main): Adding an example demonstrating switch usage
31091         with 2 videotestsrc showing different patterns.
31092         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31093         (gst_switch_init): Fixing switch with the new caps system.
31094
31095 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31096
31097         * gst-libs/gst/video/video.h:
31098           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31099           They should probably be like
31100           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31101
31102 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31103
31104         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31105         (qtdemux_parse_trak):
31106           fix audio chunk size/timestamp calculation
31107
31108 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31109
31110         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31111           fix SVQ3 caps
31112
31113 2004-01-11  Steve Baker  <steve@stevebaker.org>
31114
31115         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31116         (gst_agingtv_base_init), (gst_agingtv_class_init),
31117         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31118         (gst_agingtv_set_property), (gst_agingtv_get_property):
31119         Port agingTV to videofilter
31120
31121 2004-01-09  Julien MOUTTE <julien@moutte.net>
31122
31123         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31124         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31125
31126 2004-01-09  Julien MOUTTE <julien@moutte.net>
31127
31128         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31129         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31130         * gst-libs/gst/xoverlay/xoverlay.c:
31131         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31132         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31133         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31134         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31135         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31136         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31137         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31138         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_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         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31143         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31144         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31145         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31146         interface implementation to handle xid being 0 and fix some bugs
31147         triggered by Benjamin's testcase.
31148
31149 2004-01-09  David Schleef  <ds@schleef.org>
31150
31151         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
31152         mouse pointer events.  It works.
31153
31154 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31155
31156         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31157           Use explicit caps - fix capsnego.
31158         * ext/xvid/gstxviddec.c:
31159         * ext/xvid/gstxvidenc.c:
31160           Remove macro-inside-macro which caused compile errors.
31161         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31162           Error out if it's not a RIFF file. Else we error out without
31163           gst_element_error() which is not good...
31164
31165 2004-01-08  David Schleef  <ds@schleef.org>
31166
31167         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31168         Fix pad_link function to handle formats that ffmpeg returns
31169         as multiple caps structures.
31170         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31171         Only complain if source buffer is _smaller_ than expected.
31172         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31173         (gst_videoscale_handle_src_event): Resize navigation events
31174         when passing them upstream.
31175         * gst/videotestsrc/gstvideotestsrc.c:
31176         * gst/videotestsrc/gstvideotestsrc.h:
31177         * gst/videotestsrc/videotestsrc.c:
31178         * gst/videotestsrc/videotestsrc.h:
31179         Rewrite many of the buffer painting functions to handle odd
31180         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
31181         been verified to work with my video card.
31182         * testsuite/gst-lint:  Add check for elements calling
31183         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31184
31185 2004-01-08  David Schleef  <ds@schleef.org>
31186
31187         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31188         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31189
31190 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31191
31192         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31193         configure event is not emiting the desired size signal. That fixes
31194         aspect ratio issues with gst-player.
31195
31196 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31197
31198         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31199           Fix capsnego.
31200
31201 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31202
31203         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31204         public method to fire size signal.
31205
31206 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31207
31208         * examples/gstplay/Makefile.am: Adding the interface library.
31209         * gst-libs/gst/play/Makefile.am: Adding the interface library.
31210         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
31211         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31212         GST_IS_X_OVERLAY before signal connect.
31213         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31214         Removing the have_video_size signal.
31215         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31216         and associated public method.
31217         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31218         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31219         signal.
31220         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31221         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31222         signal.
31223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31224         Using XOverlay public method to fire size signal.
31225
31226 2004-01-07  David Schleef  <ds@schleef.org>
31227
31228         * gst/videofilter/Makefile.am:
31229         * gst/videofilter/gstvideotemplate.c:
31230         * gst/videofilter/make_filter:
31231         Create gstvideoexample.c in a srcdir!=builddir friendly way.
31232         Convert make_filter to /bin/sh script.
31233
31234 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31235
31236         * gst/modplug/gstmodplug.cc: fix element description
31237
31238 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31239
31240         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31241         (got_video_size): Adding some new lines in g_print calls.
31242         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31243         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31244         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31245         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31246         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31247         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31248         Complete code review, reverting some stuff i disagree with, adding
31249         some fixes : time synchronization on invalid timestamps, renegotiation
31250         of private window.
31251         * sys/ximage/ximagesink.h:
31252         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31253         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31254         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31255         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31256         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31257         (gst_xvimagesink_buffer_new),
31258         (gst_xvimagesink_navigation_send_event),
31259         (gst_xvimagesink_set_xwindow_id),
31260         (gst_xvimagesink_get_desired_size),
31261         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31262         stuff i disagree with, adding some fixes : Renegotiation of private
31263         window, implementing get_desired_size.
31264
31265 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31266
31267         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31268         (gst_afsink_handle_event):
31269         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31270         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31271         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31272         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31273         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31274           Fix for instantiate-test (see core). Also remove dead code from
31275           jpegenc (which still needs fixing, but that's lower on my TODO
31276           list...).
31277         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31278           Never return NULL as caps.
31279
31280 2004-01-07  David Schleef  <ds@schleef.org>
31281
31282         * configure.ac:
31283         * ext/Makefile.am:
31284         * ext/librfb/Makefile.am:
31285         * ext/librfb/gstrfbsrc.c:
31286         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31287         is the protocol used by VNC.
31288
31289 2004-01-07  David Schleef  <ds@schleef.org>
31290
31291         * gst/videofilter/gstvideotemplate.c:
31292         * gst/videofilter/gstvideotemplate.h:
31293         * gst/videofilter/make_filter:
31294         Merge videotemplate header into source file.
31295         * gst/effectv/Makefile.am:
31296         * gst/effectv/gsteffectv.c: (plugin_init):
31297         * gst/effectv/gstwarp.c:
31298         Make warpTV a subclass of videofilter.
31299
31300 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31301
31302         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31303           Add guard against invalid utf-8 conversions in mad. Just in case.
31304
31305 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31306
31307         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31308           Fix for bug shown by poisoning
31309
31310 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31311
31312         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31313         (gst_v4lmjpegsrc_buffer_free):
31314         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31315         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31316         (gst_v4lsrc_buffer_free):
31317           Fix for removed bufferpools.
31318
31319 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31320
31321         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31322         Fix caps negotiation.
31323
31324         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31325         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31326         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31327         (dvdnavsrc_event):
31328         * ext/mpeg2dec/gstmpeg2dec.c:
31329         * gst-libs/gst/navigation/navigation.c:
31330         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31331         * gst-libs/gst/navigation/navigation.h:
31332         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31333         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31335         Super-simple first version of mouse and keyboard events. Clicking
31336         on a DVD menu now works, although it may not take you where you
31337         expected.
31338
31339         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31340         * gst/videotestsrc/gstvideotestsrc.c:
31341         (gst_videotestsrc_src_fixate):
31342         These fixate functions were broken - they never actually
31343         fixated :)
31344
31345 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31346
31347         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31348         (gst_icecastsend_init):
31349           fix for new caps system.
31350         * gst-libs/gst/mixer/mixertrack.h:
31351         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31352           Add 'master track' flag (for tools like ACME that only want to
31353           change the main volume).
31354
31355 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31356
31357         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31358         (gst_xvid_csp_to_caps):
31359         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31360         * ext/xvid/gstxvidenc.c:
31361         ifdef out ARGB type when it isn't available
31362         in xvidcore 1.0.0beta2
31363
31364 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31365
31366         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31367           When we have received a new SCR right in the first buffer after
31368           a seek (so in the same cycle that handles the discont), we should
31369           handle the buffer instead of unreffing it, else we lose data.
31370
31371 2004-01-06  Iain <iain@prettypeople.org>
31372
31373         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31374           buffer-frames caps too.
31375
31376         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31377           caps that we need, don't destroy them all and rebuild them. And when
31378           creating src pads, use the src pad template rather than the sink...
31379
31380 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31381
31382         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31383           Add pad to element *after* setting functions such as event handler.
31384           Without this, the scheduler (opt) will link pads, set the event
31385           handler from the default event function (dispatcher in gstpad.c)
31386           and *after* that, we will set our own event function, which will
31387           thus never be used (and thus mpegdemux doesn't handle events).
31388
31389 2004-01-04  David Schleef  <ds@schleef.org>
31390
31391         Fix the fixate functions to handle new prototype:
31392         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31393         * gst/videotestsrc/gstvideotestsrc.c:
31394         (gst_videotestsrc_src_fixate):
31395         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31396         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31398
31399 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31400
31401         * sys/ximage/ximagesink.h:
31402         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31403         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31404         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31405         (gst_ximagesink_xoverlay_init):
31406           assorted fixes to make (re)embedding work
31407         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31408         (gst_ximagesink_get_desired_size):
31409           implement desired size additions to XOverlay
31410
31411 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31412
31413         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31414         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31415         (gst_x_overlay_got_desired_size):
31416         * gst-libs/gst/xoverlay/xoverlay.h:
31417           Add optional "desired size" signal and querying.
31418
31419 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31420
31421         * gst/matroska/matroska-demux.c:
31422         (gst_matroska_demux_parse_blockgroup):
31423           Fix EBML-laced block parsing. Diffs are relative to previous
31424           lace, not the first lace. Thanks to Mosu from the Matroska
31425           team for detecting this.
31426         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31427         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31428         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31429         (gst_wavparse_change_state):
31430         * gst/wavparse/gstwavparse.h:
31431           Quickfix for capsnego.
31432
31433 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31434
31435         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31436           Fix indenting, fix pad creation.
31437
31438 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31439
31440         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31441         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31442         (gst_xviddec_sink_link):
31443           Implement src_getcaps() so proper size caps is negotiated.
31444
31445 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31446
31447         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31448           Finish flac decoder on EOS. See #116178.
31449
31450 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31451
31452         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31453         (gst_matroska_demux_add_stream):
31454         * gst/matroska/matroska-ids.h:
31455           Add getcaps() function to fix capsnego...
31456
31457 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31458
31459         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31460         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31461         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31462           Fix more integer overflows. Again, see #126967.
31463
31464 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31465
31466         * ext/mpeg2dec/gstmpeg2dec.c:
31467           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31468           #130416.
31469
31470 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31471
31472         * configure.ac:
31473         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31474         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31475         * ext/xvid/gstxvid.h:
31476         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31477         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31478         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31479         (gst_xviddec_change_state):
31480         * ext/xvid/gstxviddec.h:
31481         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31482         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31483         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31484         (gst_xvidenc_link), (gst_xvidenc_set_property),
31485         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31486         * ext/xvid/gstxvidenc.h:
31487           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31488
31489 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31490
31491         * gst/rtp/rtp-packet.c:
31492           Add sys/types.h include, since OS X doesn't define in_addr_t
31493           in netinet/in.h, like it does on Linux (see #129600).
31494
31495 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31496
31497         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31498
31499         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31500           Correct logic of dispose function (see #129306).
31501
31502 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31503
31504         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31505         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31506         (gst_mpeg_parse_init):
31507         * gst/mpegstream/gstmpegparse.h:
31508           Remove clock (which was never provided, i.e. dead code), and
31509           also fix integer overflows at high PTS values (see #126967).
31510
31511 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31512
31513         * ext/flac/gstflacdec.c:
31514         * ext/libpng/gstpngenc.h:
31515         * ext/mikmod/gstmikmod.h:
31516           OS X fixes (see #126628).
31517
31518 2004-01-02  David Schleef  <ds@schleef.org>
31519
31520         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31521         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31522         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31523         (gst_mpeg_parse_class_init): Move pad template registration
31524         to class_init, since the derived class (mpegdemux) doesn't
31525         want them.
31526
31527 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31528
31529         * sys/ximage/Makefile.am:
31530         * sys/xvideo/Makefile.am:
31531         * sys/xvimage/Makefile.am:
31532           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31533           after installation (see #127664).
31534
31535 2004-01-02  David Schleef  <ds@schleef.org>
31536
31537         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31538         (gst_ffmpegenc_connect):  Negotiation fixes.
31539         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31540         Remove inappropriate gst_caps_free().
31541         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31542         Reenable Ronald's internal resize code, since the core handles
31543         it correctly now.
31544
31545 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31546
31547         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31548         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31549         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31550           Fix pad template stuff.
31551
31552 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31553
31554         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31555         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31556           fix signed integer reading/writing.
31557
31558 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31559
31560         * ext/alsa/README:
31561           Remove outdated document
31562
31563 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31564
31565         * gst/cutter/gstcutter.c: (gst_cutter_init):
31566           src pad was being created twice - oops.
31567
31568 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31569
31570         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31571           Comment out internal resize. It doesn't handle the resulting
31572           XEvent internally, does another try_set_caps() which leads to
31573           a really nice loop.
31574           Real fix will come when Julien and Dave are awake. ;).
31575
31576 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31577
31578         * ext/mpeg2enc/gstmpeg2enc.cc:
31579           fix const/nonconst compile issue.
31580
31581 2004-01-02  David Schleef  <ds@schleef.org>
31582
31583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31584         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31585         Add fixate function and a check for bad formats.
31586
31587 2004-01-01  David Schleef  <ds@schleef.org>
31588
31589         Negotiation fixes:
31590         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31591         (gst_audiofilter_init):
31592         * gst/debug/efence.c: (gst_efence_init):
31593         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31594         (gst_deinterlace_init):
31595         * gst/volume/gstvolume.c: (volume_connect):
31596
31597 2004-01-01  David Schleef  <ds@schleef.org>
31598
31599         Convert elements to use gst_pad_use_explicit_caps() where
31600         appropriate:
31601         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31602         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31603         (gst_afparse_open_file):
31604         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31605         (gst_afsrc_open_file):
31606         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31607         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31608         (gst_ffmpegdec_chain):
31609         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31610         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31611         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31612         (gst_gdk_pixbuf_chain):
31613         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31614         (gst_jpegdec_chain):
31615         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31616         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31617         (gst_mikmod_negotiate):
31618         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31619         (gst_mpeg2dec_negotiate_format):
31620         * ext/mpeg2enc/gstmpeg2enc.cc:
31621         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31622         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31623         (gst_speexdec_sinkconnect):
31624         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31625         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31626         (gst_vorbisfile_new_link):
31627         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31628         (gst_ac3parse_chain):
31629         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31630         (gst_asf_demux_setup_pad):
31631         * gst/auparse/gstauparse.c: (gst_auparse_init),
31632         (gst_auparse_chain):
31633         * gst/id3/gstid3types.c: (gst_id3types_loop):
31634         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31635         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31636         (mp1videoparse_parse_seq):
31637         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31638         (bpf_from_header):
31639         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31640         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31641         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31642         (gst_mpeg_parse_send_data):
31643         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31644         (gst_qtdemux_add_stream):
31645         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31646         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31647         (gst_wavparse_parse_fmt):
31648
31649 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31650
31651         * configure.ac:
31652           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31653           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31654           it therefore uses the wrong include paths. Too bad... Note
31655           that 1.6.1.93 is not release yet. ;).
31656           Also add a check for mplex, which is now using the lib'ified
31657           mplex from mjpegtools, too.
31658         * ext/ffmpeg/gstffmpegcodecmap.c:
31659           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31660           issues. I don't think ffmpeg handles 3ivx correctly, so this
31661           probably won't work. But it won't hurt either.
31662         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31663         (gst_ffmpegdec_chain):
31664         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31665         (gst_ffmpegenc_chain_audio):
31666           Fix memleak in audio encoding. Close codec if open fails, this
31667           calls the cleanup routines so we can re-use the context.
31668         * ext/mpeg2enc/gstmpeg2enc.cc:
31669           Fix pad template names/types, fix memory issue with getcaps().
31670         * ext/mpeg2enc/gstmpeg2encoder.cc:
31671         * ext/mpeg2enc/gstmpeg2encoder.hh:
31672           Fix compile issue with new caps system (const thingy).
31673         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31674         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31675           We read a first frame right on initing, so that we have a caps
31676           when we init the output. This caps is cached in padprivate and
31677           read as first frame.
31678         * ext/mplex/Makefile.am:
31679         * ext/mplex/gstmplex.cc:
31680         * ext/mplex/gstmplex.h:
31681         * ext/mplex/gstmplex.hh:
31682         * ext/mplex/gstmplexibitstream.cc:
31683         * ext/mplex/gstmplexibitstream.hh:
31684         * ext/mplex/gstmplexjob.cc:
31685         * ext/mplex/gstmplexjob.hh:
31686         * ext/mplex/gstmplexoutputstream.cc:
31687         * ext/mplex/gstmplexoutputstream.hh:
31688           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31689           had issues, didn't do capsnego, supported only a subset of the
31690           mplex features and required a mplex fork in our local CVS. Plus
31691           that it worked agaist a very old mplex version. Rewriting was
31692           faster than updating it.
31693         * gst-libs/ext/Makefile.am:
31694         * gst-libs/ext/mplex/INSTRUCT:
31695         * gst-libs/ext/mplex/Makefile.am:
31696         * gst-libs/ext/mplex/README:
31697         * gst-libs/ext/mplex/TODO:
31698         * gst-libs/ext/mplex/ac3strm_in.cc:
31699         * gst-libs/ext/mplex/audiostrm.hh:
31700         * gst-libs/ext/mplex/audiostrm_out.cc:
31701         * gst-libs/ext/mplex/aunit.hh:
31702         * gst-libs/ext/mplex/bits.cc:
31703         * gst-libs/ext/mplex/bits.hh:
31704         * gst-libs/ext/mplex/buffer.cc:
31705         * gst-libs/ext/mplex/buffer.hh:
31706         * gst-libs/ext/mplex/fastintfns.h:
31707         * gst-libs/ext/mplex/format_codes.h:
31708         * gst-libs/ext/mplex/inputstrm.cc:
31709         * gst-libs/ext/mplex/inputstrm.hh:
31710         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31711         * gst-libs/ext/mplex/mjpeg_logging.cc:
31712         * gst-libs/ext/mplex/mjpeg_logging.h:
31713         * gst-libs/ext/mplex/mjpeg_types.h:
31714         * gst-libs/ext/mplex/mpastrm_in.cc:
31715         * gst-libs/ext/mplex/mpegconsts.cc:
31716         * gst-libs/ext/mplex/mpegconsts.h:
31717         * gst-libs/ext/mplex/mplexconsts.hh:
31718         * gst-libs/ext/mplex/multplex.cc:
31719         * gst-libs/ext/mplex/outputstream.hh:
31720         * gst-libs/ext/mplex/padstrm.cc:
31721         * gst-libs/ext/mplex/padstrm.hh:
31722         * gst-libs/ext/mplex/stillsstream.cc:
31723         * gst-libs/ext/mplex/stillsstream.hh:
31724         * gst-libs/ext/mplex/systems.cc:
31725         * gst-libs/ext/mplex/systems.hh:
31726         * gst-libs/ext/mplex/vector.cc:
31727         * gst-libs/ext/mplex/vector.hh:
31728         * gst-libs/ext/mplex/videostrm.hh:
31729         * gst-libs/ext/mplex/videostrm_in.cc:
31730         * gst-libs/ext/mplex/videostrm_out.cc:
31731         * gst-libs/ext/mplex/yuv4mpeg.cc:
31732         * gst-libs/ext/mplex/yuv4mpeg.h:
31733         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31734         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31735           We don't fork mjpegtools' mplex in our CVS anymore.
31736         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31737         (gst_avi_demux_add_stream):
31738         * gst/avi/gstavidemux.h:
31739           Add getcaps() function for proper caps nego. This makes some
31740           parts of AVI playback/reading work.
31741         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31742           Resize window on new capsnego. This is probably wrong, but
31743           I'm still committing it because with current capsnego, the
31744           first successfull capsnego is auto-fixated, therefore rounded
31745           down to the lowest values in the caps. this results in a 16x16
31746           XWindow that is not reized when real capsnego finishes.
31747           Dave, I see more cases of this, do you know a proper solution?
31748         * tools/gst-launch-ext.in:
31749           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31750
31751 2003-12-31  David Schleef  <ds@schleef.org>
31752
31753         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31754         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31755           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31756
31757 2003-12-30  David Schleef  <ds@schleef.org>
31758
31759         * ext/ffmpeg/gstffmpegcolorspace.c:
31760         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31761         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31762         (gst_ffmpegcsp_chain): Negotiation fixes
31763         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31764         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31765         (gst_audio_convert_link), (gst_audio_convert_channels):
31766         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31767         (gst_audioscale_link), (gst_audioscale_get_buffer),
31768         (gst_audioscale_chain): Negotiation fixes
31769         * gst/audioscale/gstaudioscale.h:
31770         * gst/videofilter/gstvideofilter.c:
31771         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31772         (gst_videofilter_link), (gst_videofilter_init),
31773         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31774         (gst_videofilter_find_format_by_structure):
31775         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31776         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31777         (gst_videoscale_link):
31778         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31779         (videoscale_find_by_structure), (gst_videoscale_setup):
31780         * gst/videoscale/videoscale.h: Negotiation fixes
31781         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31782         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31783         function, restrict resizing to a multiple of 4 (hack until
31784         everyone supports odd sizes correctly).
31785
31786 2003-12-29  Colin Walters  <walters@verbum.org>
31787
31788         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31789         signed.
31790
31791 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31792
31793         * ext/sndfile/gstsf.c: (gst_sf_loop):
31794           Fix warning about discarding const qualifier
31795
31796 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31797
31798         * gst/cutter/gstcutter.c:
31799         * gst/videoscale/gstvideoscale.c:
31800         * gst/volenv/gstvolenv.c:
31801         * gst-libs/gst/audio/audio.c:
31802         * gst-libs/gst/video/video.c:
31803           Fix warnings
31804
31805 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31806
31807         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31808           Don't send ALSA debugging to stderr.
31809         * ext/alsa/gstalsa.h:
31810           Use GST_WARNING instead of g_warning when ALSA functions fail.
31811
31812 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31813
31814         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31815           Free XVAdapterInfo correctly.
31816
31817 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31818
31819         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31820         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31821           Make id3tag use correct caps nego.
31822
31823 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31824
31825         * ext/ivorbis/vorbis.c:
31826         * ext/ivorbis/vorbisenc.h:
31827         * ext/ivorbis/vorbisfile.c:
31828           Modify so that it uses the new caps things
31829
31830 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31831
31832         * testsuite/spider/spider1.c: (main):
31833         * testsuite/spider/spider2.c: (main):
31834         * testsuite/spider/spider3.c: (main):
31835           Make tests compile again. They probably don't work.
31836
31837 2003-12-24  Colin Walters  <walters@verbum.org>
31838
31839         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31840         we can't fixate the caps anymore.
31841
31842 2003-12-23  David Schleef  <ds@schleef.org>
31843
31844         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31845         * sys/oss/gstosssink.c: (gst_osssink_init),
31846         (gst_osssink_sink_fixate): Add fixate function.
31847
31848 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31849
31850         * ext/ffmpeg/gstffmpegcodecmap.c:
31851         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31852         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31853         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31854         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31855         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31856         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31857         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31858           fix typo in RGB masks, and move back to "old" colorspace
31859           capsnego code until whoever wrote this new crap has actually
31860           tested it so that it works.
31861           And yes, this works, keep it that way please.
31862
31863 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31864
31865         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31866         (gst_divxdec_init), (gst_divxdec_negotiate):
31867         * ext/divx/gstdivxdec.h:
31868         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31869         (gst_divxenc_init):
31870         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31871         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31872         * ext/mpeg2enc/gstmpeg2enc.cc:
31873         * ext/mpeg2enc/gstmpeg2encoder.cc:
31874         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31875         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31876         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31877         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31878         (dxr3spusink_init):
31879         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31880         (dxr3videosink_init):
31881           Fix caps breakage after Dave's caps branch merge.
31882
31883 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31884
31885         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31886           Fix for 24bpp display.
31887
31888 2003-12-23  Colin Walters  <walters@verbum.org>
31889
31890         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31891         a GnomeVFSHandle directly.
31892
31893 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31894
31895         * gst/volume/Makefile.am:
31896         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31897         (volume_base_init), (volume_init):
31898           Reenable volume element and fix to work with new caps stuff.
31899           Rhythmbox needs this.
31900
31901 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31902
31903         * gst/qtdemux/qtdemux.c: (plugin_init):
31904           qtdemux requires bytestream
31905
31906 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31907
31908         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31909           Fix remaining caps handling errors due to CAPS merge.
31910
31911 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31912
31913         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31914         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31915         (gst_faad_srcconnect):
31916           Port to new caps system.
31917
31918 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31919
31920         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31921         (got_video_size), (main): using g_print instead of g_message.
31922         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31923         signal which was not emitted because of "switch" element added to the
31924         bin but not connected. (Removing from the bin temporarily)
31925
31926 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31927
31928         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31929         find X development files. I don't understand the previous tests and
31930         they fail on my debian/ppc unstable. This one works.
31931         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31932         exiting.
31933         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31934         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31935         (gst_play_set_visualization): Add some safety checks in set_ methods
31936         and state_change. This was throwing some ugly CRITICAL messages when
31937         pipeline was getting disposed and casts were failing.
31938
31939 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31940
31941         * configure.ac:
31942           Improve mpeg2enc detection. This is for distributions that do
31943           ship mjpegtools, but without mpeg2enc. Also does object check
31944           for might there ever be ABI incompatibility.
31945         * ext/mpeg2enc/gstmpeg2enc.cc:
31946           Add Andrew as second maintainer (he's helping me), and also add
31947           an error if no caps was set. This happens if I pull before capsnego
31948           and that's something I should solve sometime else.
31949         * gst/matroska/matroska-demux.c:
31950         (gst_matroska_demux_parse_blockgroup):
31951           Fix time parsing.
31952         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31953         (gst_matroska_mux_track_header):
31954           Add caps to templates.
31955         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31956           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31957         * gst/mpegstream/gstmpegdemux.c:
31958           Remove layer since it causes warnings about unfixed caps.
31959         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31960           Fix obvious typo (we error out if caps were set, we should of
31961           course error out if *no* caps were set).
31962         * sys/oss/gstosselement.c: (gst_osselement_convert):
31963           Fix format conversion, we confused bits/bytes.
31964         * sys/oss/gstosselement.h:
31965           Improve documentation for 'bps'.
31966         * sys/v4l/TODO:
31967           Remove stuff about plugins that need removing - this was done
31968           ages ago.
31969         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31970         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31971         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31972         (gst_v4lsrc_src_query):
31973         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31974         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31975           Add get_query_types(), get_formats() and query() functions.
31976
31977 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31978
31979         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31980           * moved CVS to freedesktop.org