gst-libs/gst/audio/gstbaseaudiosink.c: Don't try to create invalid calibration parame...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-04-05  Wim Taymans  <wim@fluendo.com>
2
3         * gst-libs/gst/audio/gstbaseaudiosink.c:
4         (gst_base_audio_sink_skew_slaving):
5         Don't try to create invalid calibration parameters by making the
6         internal time go backwards, instead make external time go forward.
7
8 2007-04-05  Wim Taymans  <wim@fluendo.com>
9
10         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
11
12         * gst/playback/gstplaybasebin.c: (add_stream):
13         Fix leak in add_stream(), when g_value_set_object() increases the
14         refcount of streaminfo object. Fixes #426250.
15
16 2007-04-03  David Schleef  <ds@schleef.org>
17
18         * gst/videotestsrc/gstvideotestsrc.c:
19         * gst/videotestsrc/gstvideotestsrc.h:
20         * gst/videotestsrc/videotestsrc.c:
21         * gst/videotestsrc/videotestsrc.h:
22           Add a test pattern called "circular", which has concentric
23           rings with varying radial frequency.  The main purpose of this
24           pattern is to test fidelity loss in a filter or scaler element.
25           Notably, this pattern is scale invariant, and is optimally viewed
26           with a width (and height) of 400.
27
28 2007-04-03  Wim Taymans  <wim@fluendo.com>
29
30         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
31
32         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
33         (deactivate_free_recursive):
34         Decodebin2 doesn't unref pads it obtains in some occasions:
35         - multiqueue src pads, when either connecting further or exposing
36         - sink pads of new autoplugged elements
37         - peer pads when recursively freeing elements
38         Fixes #425455.
39
40 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
41
42         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
43         Add audio/x-raw-float support, now that audioconvert support
44         non-native endianness floats.
45
46 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
47
48         * docs/libs/gst-plugins-base-libs-docs.sgml:
49           gstreamer-plugins-base.pc doesn't exist, it's
50           gstreamer-plugins-base-0.10.pc.
51
52 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
53
54         Patch by: René Stadler <mail at renestadler dot de>
55         with some minor changes
56
57         * gst-libs/gst/floatcast/floatcast.h:
58         Use more efficient float endianness conversion functions that don't
59         involve 2 function calls per value.
60         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
61         (check_default), (audio_convert_prepare_context):
62         * gst/audioconvert/gstaudioconvert.c:
63         (gst_audio_convert_parse_caps), (make_lossless_changes):
64         Support non-native endianness floats as input and output.
65         Fixes #339838.
66         * tests/check/elements/audioconvert.c: (verify_convert),
67         (GST_START_TEST):
68         Add unit tests for the non-native endianness float conversions.
69
70 2007-03-29  Wim Taymans  <wim@fluendo.com>
71
72         * gst-libs/gst/rtp/gstbasertpdepayload.c:
73         (gst_base_rtp_depayload_base_init),
74         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
75         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
76         (gst_base_rtp_depayload_set_gst_timestamp),
77         (gst_base_rtp_depayload_change_state),
78         (gst_base_rtp_depayload_set_property),
79         (gst_base_rtp_depayload_get_property):
80         * gst-libs/gst/rtp/gstbasertpdepayload.h:
81         Add Private structure.
82         Bring element code to 2007.
83         Parse clock-base caps param and use it when generating the
84         newsegment.
85         Reset variables before going to PAUSED.
86         Fix some docs.
87
88 2007-03-29  Wim Taymans  <wim@fluendo.com>
89
90         * docs/libs/gst-plugins-base-libs-docs.sgml:
91         * docs/libs/gst-plugins-base-libs-sections.txt:
92         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
93         (gst_base_rtp_audio_payload_get_adapter):
94         Add RTCP docs.
95         Fix some more docs.
96
97         * gst-libs/gst/rtp/Makefile.am:
98         * gst-libs/gst/rtp/gstrtcpbuffer.c:
99         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
100         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
101         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
102         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
103         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
104         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
105         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
106         (gst_rtcp_packet_sr_get_sender_info),
107         (gst_rtcp_packet_sr_set_sender_info),
108         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
109         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
110         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
111         (gst_rtcp_packet_sdes_get_chunk_count),
112         (gst_rtcp_packet_sdes_first_chunk),
113         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
114         (gst_rtcp_packet_sdes_first_item),
115         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
116         (gst_rtcp_packet_bye_get_ssrc_count),
117         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
118         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
119         (gst_rtcp_packet_bye_get_reason_len),
120         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
121         * gst-libs/gst/rtp/gstrtcpbuffer.h:
122         Add new helper object for parsing and creating RTCP messages.
123
124 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
125
126         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
127         PCM samples with width=8 must be always unsigned, no matter what
128         depth they have.
129
130 2007-03-29  Andy Wingo  <wingo@pobox.com>
131
132         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
133         perfect offsets also, not just timestamps.
134
135         * tests/check/elements/videorate.c (test_more): Test that given
136         any incoming offsets, that videorate produces perfect offsets.
137
138 2007-03-29  Wim Taymans  <wim@fluendo.com>
139
140         * gst-libs/gst/riff/riff-ids.h:
141         Add some more RIFF formats.
142
143 2007-03-29  Wim Taymans  <wim@fluendo.com>
144
145         * gst-libs/gst/rtp/gstrtpbuffer.c:
146         (gst_rtp_buffer_default_clock_rate):
147         * gst-libs/gst/rtp/gstrtpbuffer.h:
148         Fix fixed payload names and docs.
149         Added method to get the default clock rates of fixed payload types.
150         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
151
152 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
153
154         * tests/check/pipelines/.cvsignore:
155         Add new vorbisdec test to cvsignore.
156
157 2007-03-28  Wim Taymans  <wim@fluendo.com>
158
159         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
160         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
161         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
162         (gst_base_audio_sink_set_property),
163         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
164         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
165         (gst_base_audio_sink_skew_slaving),
166         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
167         (gst_base_audio_sink_async_play):
168         * gst-libs/gst/audio/gstbaseaudiosink.h:
169         Store private stuff in GstBaseAudioSinkPrivate.
170         Add configurable clock slaving modes property.
171         API:: GstBaseAudioSink::slave-method property
172         Some more latency reporting tweaks.
173         Added skew based clock slaving correction and make it the default until
174         the resampling method is more robust.
175
176 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
177
178         * gst/audioconvert/audioconvert.c:
179         Add docs to the integer pack functions and implement proper
180         rounding. Before we had rounding towards negative infinity, i.e.
181         always the smaller number was taken. Now we use natural rounding,
182         i.e. rounding to the nearest integer and to the one with the largest
183         absolute value for X.5. The old rounding introduced some minor
184         distortions. Fixes #420079
185         * tests/check/elements/audioconvert.c: (GST_START_TEST):
186         Fix one unit test that assumed the old rounding and added unit tests
187         for checking signed/unsigned int16 <-> signed/unsigned int16 with
188         depth 8, one for signed int16 <-> unsigned int16 and one for the new
189         rounding from signed int32 to signed/unsigned int16.
190
191 2007-03-27  Michael Smith  <msmith@fluendo.com>
192
193         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
194         (gst_audio_convert_transform_caps):
195           Fix typo in debug line introduced recently, as pointed out on irc.
196
197 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
198
199         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
200         * tests/check/libs/tag.c: (GST_START_TEST):
201           Make sure we parse floating-point numbers in vorbis comments
202           correctly with either '.' or ',' as separator, no matter what
203           the current locale is. Add unit test for this too.
204
205 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
206
207         Patch by: René Stadler  <mail at renestadler de>
208
209         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
210           When writing out floating-point numbers to vorbis comment tags, always
211           use the same character as separator no matter what the current locale is
212           (fixes #423051).
213
214         * tests/check/libs/tag.c: (GST_START_TEST):
215           Add unit tests for replaygain tags in vorbis comments (closes #423055).
216
217 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
218
219         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
220           vorbis_handle_data_packet):
221           Correctly set DURATION to generate a timestamp-continuous stream.
222           One bug left at the end; see
223           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
224         * tests/check/Makefile.am:
225         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
226           Add a test to check this.  Without the above patch this test fails.
227
228 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
229
230         * gst-libs/gst/rtp/Makefile.am:
231         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
232
233 2007-03-23  Michael Smith  <msmith@fluendo.com>
234
235         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
236         (gst_video_rate_reset), (gst_video_rate_chain):
237           If videorate changes caps, we can no longer use the old buffer
238           (which may have a different size, incompatible with our caps).
239           So don't do that; just duplicate the new frame more times.
240
241 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
242
243         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
244         Remove playbin's override of the set_clock vmethod. It's irrelevant
245         after Wim's commit on the 19th.
246
247 2007-03-22  Wim Taymans  <wim@fluendo.com>
248
249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
250         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
251         * ext/gnomevfs/gstgnomevfssrc.h:
252         Don't cache file sizes. Fixes #341078.
253
254 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
255
256         * gst/playback/gstplaybin.c: (add_sink):
257           Use GST_PTR_FORMAT to log caps. 
258
259 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
260
261         Patch by: Young-Ho Cha <ganadist at chollian net>
262
263         * gst/subparse/samiparse.c: (handle_start_font):
264           Special-case some more colour names that pango doesn't handle by
265           default. Fixes #420578.
266
267 2007-03-20  Michael Smith  <msmith@fluendo.com>
268
269         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
270           If we get a zero-sized input buffer, don't pass it to libvorbis, as
271           that marks EOS internally. After that, libvorbis will buffer all
272           input data, and encode none of it, eventually leading to memory
273           exhaustion.
274
275 2007-03-19  Wim Taymans  <wim@fluendo.com>
276
277         * gst/playback/gstdecodebin.c: (remove_fakesink):
278         Don't post STATE_DIRTY anymore.
279
280         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
281         (gst_play_bin_change_state):
282         Remove stream_time reset in seek handling, core does that now.
283         Disable clocking for live pipelines by forcing a NULL clock to the
284         complete pipeline, core is too smart now for our previous hack.
285         We can always autoplug in PAUSED now.
286
287 2007-03-17  David Schleef  <ds@schleef.org>
288
289         * REQUIREMENTS:  Update this file, change the formatting to make
290         it more consistent, plus more machine readable.
291
292 2007-03-16  Michael Smith  <msmith@fluendo.com>
293
294         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
295         (strip_width_64), (append_with_other_format):
296           Previous fix was too simplistic, and broke the tests. Use a better
297           approach; only strip 64 from widths for integer audio.
298
299 2007-03-16  Michael Smith  <msmith@fluendo.com>
300
301         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
302         (gst_audio_convert_transform_caps):
303           We don't support 64 bit integer audio, so don't try to claim we can.
304           Stops us producing caps don't match our template caps.
305           Update comments.
306
307 2007-03-15  Michael Smith  <msmith@fluendo.com>
308
309         * gst/audioresample/gstaudioresample.c:
310         (audioresample_check_discont), (audioresample_transform):
311           Don't trigger discontinuities for very small imperfections; a filter
312           flush will sound bad, and many plugins have rounding errors leading
313           to these.
314
315 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
316
317         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
318         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
319         Add min-ptime property to RTP base audio payloader. Patch by
320         olivier.crete@collabora.co.uk.
321         Fixes #415001
322
323         Indentation/whitespace/documentation fixes.
324
325 2007-03-14  Julien MOUTTE  <julien@moutte.net>
326
327         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
328         (audioresample_transform_size), (audioresample_do_output),
329         (audioresample_transform), (audioresample_pushthrough): Handle
330         discontinuous streams.
331         * gst/audioresample/gstaudioresample.h:
332         * tests/check/elements/audioresample.c:
333         (test_discont_stream_instance), (GST_START_TEST),
334         (audioresample_suite): Add a test for discontinuous streams.
335         * win32/common/config.h: Updated.
336
337 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
338
339         * po/af.po:
340         * po/az.po:
341         * po/cs.po:
342         * po/en_GB.po:
343         * po/it.po:
344         * po/nb.po:
345         * po/nl.po:
346         * po/or.po:
347         * po/sq.po:
348         * po/sr.po:
349         * po/sv.po:
350         * po/uk.po:
351         * po/vi.po:
352           Update translations from translation project.
353
354 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
355
356         * gst/audioresample/debug.h:
357         * gst/audioresample/resample.c: (resample_init):
358           Since I really am not interested in a debug line for each sample
359           being processed, move the library's debugging to its own category,
360           libaudioresample
361
362 2007-03-13  Michael Smith  <msmith@fluendo.com>
363
364         * ext/theora/theoradec.c: (theora_handle_type_packet):
365           Since the plugin doesn't support anything other than 4:2:0 right
366           now, post an error and fail if we get something else. Won't matter
367           until libtheora supports the other pixel formats, but hopefully
368           that'll be soon...
369
370 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
371
372         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
373         Use gst_guint64_to_gdouble for conversion.
374         * win32/MANIFEST:
375         Add new files to the win32 MANIFEST.
376         * win32/common/libgstaudio.def:
377         * win32/common/libgstpbutils.def:
378         Add new exported functions.
379         * win32/vs6/gst_plugins_base.dsw:
380         * win32/vs6/libgstdecodebin.dsp:
381         * win32/vs6/libgstplaybin.dsp:
382         Change the link to libgstpbutils.lib.
383         * win32/vs6/libgstdecodebin2.dsp:
384         Add a new project for decodebin2.
385         * win32/vs6/libgstpbutils.dsp:
386         Add a new project for pbutils.
387
388 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
389
390         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
391           Also accept partial dates with only year and month,
392           like 1999-12-00 (fixes #410396 even more).
393
394         * tests/check/libs/tag.c: (GST_START_TEST):
395           Add unit test for the above.
396
397 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
398
399         * tests/check/elements/subparse.c: (GST_START_TEST),
400         (subparse_suite):
401           Add unit test for MPL2 subtitle format (#413799).
402
403 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
404
405         Patch by: Kamil Pawlowski  <kamilpe gmail com>
406
407         * gst/subparse/Makefile.am:
408         * gst/subparse/gstsubparse.c:
409         (gst_sub_parse_data_format_autodetect),
410         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
411         (gst_subparse_type_find):
412         * gst/subparse/gstsubparse.h:
413         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
414         * gst/subparse/mpl2parse.h:
415           Add support for MPL2 subtitle format (#413799).
416
417 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
418
419         * configure.ac:
420           We require core CVS for the new buffer metadata copy functions.
421
422 2007-03-09  Wim Taymans  <wim@fluendo.com>
423
424         * gst-libs/gst/tag/gstid3tag.c:
425         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
426         Fixes #414496.
427
428         Patch by: Alex Lancaster <alexl at users sourceforge net>
429
430 2007-03-09  Wim Taymans  <wim@fluendo.com>
431
432         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
433         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
434         Improve adapter usage and comments.
435
436 2007-03-09  Wim Taymans  <wim@fluendo.com>
437
438         * ext/pango/gsttextrender.c: (gst_text_render_chain):
439         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
440         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
441         Use new metadata copy function.
442
443         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
444         (gst_ffmpegcsp_transform):
445         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
446         Basetransform copied the metadata for us.
447
448 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
449
450         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
451         (gst_text_overlay_video_event):
452           Some more logging. Only accept newsegment events in TIME format and
453           send a WARNING message if they are not in TIME format.
454
455         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
456         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
457         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
458         * gst/subparse/gstsubparse.h:
459           No need to allocate GstSegment structure dynamically, just put it
460           into the instance structure; ignore newsegment events in BYTE
461           format and in particular don't let it overwrite our saved TIME
462           segment from the last seek.
463
464 2007-03-09  Michael Smith  <msmith@fluendo.com>
465
466         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
467           Replace AC3 typefinder with one that isn't terrible, and actually
468           works usefully.
469
470 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
471
472         * gst/audioconvert/gstaudioconvert.c:
473         (gst_audio_convert_transform):
474           fix error category and translatable string
475           
476
477 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
478
479         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
480         * pkgconfig/gstreamer-plugins-base.pc.in:
481           Fix up utils => pbutils here too.
482
483 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
484
485         * gst/subparse/gstsubparse.c: (handle_buffer):
486           Break out of loop in chain function as soon as possible if we get
487           a non-OK flow return.
488
489 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
490
491         * tests/check/elements/alsa.c: (GST_START_TEST):
492         Unref the mixer if the state change fails too (if the
493         alsa devices are inaccessible, for example)
494
495 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
496
497         * tests/check/Makefile.am:
498         Don't test libvisual elements in the states check, because libvisual
499         seems to leak internally.
500
501         Re-enable the alsa and states tests now that there's new suppressions
502         in gst.supp.
503
504         * tests/check/elements/alsa.c: (GST_START_TEST):
505         Don't leak the alsamixer we instantiated.
506
507 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
508
509         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
510         (gst_ximagesink_change_state), (gst_ximagesink_reset),
511         (gst_ximagesink_finalize):
512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
513         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
514         Move some cleanup stuff from the state change handler into a _reset()
515         function that can be called from _finalize(). This ensures that things
516         get freed even if (for some reason) the NULL->READY state transition
517         fails in the parent class.
518         Even if a parent state change fails, process our downward state change
519         logic instead of bailing out early.
520         Free the correct xcontext pointer in ximagesink's xcontext_clear.
521
522 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
523
524         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
525         Extra log line.
526
527         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
528         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
529         Use pango_font_description_set_family_static instead of 
530         pango_font_description_set_family to save a string copy (it was
531         leaking due to the strdup anyway)
532
533         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
534         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
535         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
536         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
537         Chain up in finalize.
538
539 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
540
541         * gst-libs/gst/interfaces/mixertrack.c:
542         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
543         (gst_mixer_track_set_property):
544           API: add "untranslated-label" property which should be set by
545           implementations at construct time (#414645).
546
547         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
548         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
549           Set "untranslated-label" when constructing mixer track objects.
550
551         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
552           Unit test to check the above.
553
554 2007-03-07  Wim Taymans  <wim@fluendo.com>
555
556         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
557         Fix confusing debug message.
558
559 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
560
561         * gst-plugins-base.doap:
562         update doap file with new version
563
564 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
565
566         * configure.ac:
567         Back to CVS
568
569 === release 0.10.12 ===
570
571 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
572
573         * configure.ac:
574           releasing 0.10.12, "Zombie Horde"
575
576 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
577
578         * configure.ac:
579         Bump version to 0.10.11.4 pre-release
580
581 2007-03-06  Wim Taymans  <wim@fluendo.com>
582
583         * gst-libs/gst/audio/gstbaseaudiosink.c:
584         (gst_base_audio_sink_async_play):
585         Fix regression that made GStreamer skip the first samples of audio.
586         Fixes #414684.
587
588 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
589
590         * configure.ac:
591         Bump version to 0.10.11.3 pre-release
592
593 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
594
595         * po/POTFILES.in:
596           Update paths for the rename from utils to pbutils to fix the build.
597
598 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
599
600         * gst-libs/gst/pbutils/Makefile.am:
601           Change directory to install headers in from gst/utils to gst/pbutils
602           as well.
603
604 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
605
606         * configure.ac:
607         * docs/libs/gst-plugins-base-libs-docs.sgml:
608         * docs/libs/gst-plugins-base-libs-sections.txt:
609         * gst-libs/gst/Makefile.am:
610         * gst-libs/gst/interfaces/mixer.c:
611         * gst-libs/gst/pbutils/Makefile.am:
612         * gst-libs/gst/pbutils/descriptions.c:
613         (gst_pb_utils_get_source_description),
614         (gst_pb_utils_get_sink_description),
615         (gst_pb_utils_get_decoder_description),
616         (gst_pb_utils_get_encoder_description),
617         (gst_pb_utils_get_element_description),
618         (gst_pb_utils_add_codec_description_to_tag_list),
619         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
620         * gst-libs/gst/pbutils/descriptions.h:
621         * gst-libs/gst/pbutils/install-plugins.c:
622         * gst-libs/gst/pbutils/install-plugins.h:
623         * gst-libs/gst/pbutils/missing-plugins.c:
624         (gst_missing_uri_source_message_new),
625         (gst_missing_uri_sink_message_new),
626         (gst_missing_element_message_new),
627         (gst_missing_decoder_message_new),
628         (gst_missing_encoder_message_new),
629         (gst_missing_plugin_message_get_description):
630         * gst-libs/gst/pbutils/missing-plugins.h:
631         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
632         * gst-libs/gst/pbutils/pbutils.h:
633         * gst-libs/gst/utils/Makefile.am:
634         * gst-libs/gst/utils/base-utils.c:
635         * gst-libs/gst/utils/base-utils.h:
636         * gst-libs/gst/utils/descriptions.c:
637         * gst-libs/gst/utils/descriptions.h:
638         * gst-libs/gst/utils/install-plugins.c:
639         * gst-libs/gst/utils/install-plugins.h:
640         * gst-libs/gst/utils/missing-plugins.c:
641         * gst-libs/gst/utils/missing-plugins.h:
642         * gst-plugins-base.spec.in:
643         * gst/playback/Makefile.am:
644         * gst/playback/gstdecodebin.c:
645         * gst/playback/gstdecodebin2.c:
646         * gst/playback/gstplaybasebin.c: (setup_subtitle),
647         (gen_source_element):
648         * gst/playback/gstplaybin.c: (plugin_init):
649         * tests/check/Makefile.am:
650         * tests/check/libs/pbutils.c: (GST_START_TEST),
651         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
652         * tests/check/libs/utils.c:
653           rename utils to pbutils
654
655 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
656
657         * docs/plugins/Makefile.am:
658         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
659         * docs/plugins/gst-plugins-base-plugins-sections.txt:
660         * docs/plugins/inspect/plugin-decodebin2.xml:
661         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
662         Add documentation for decodebin2 that indicates that the API
663         is still unstable.
664
665 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
666
667         * configure.ac:
668         Update to 0.10.11.2 (0.10.12 pre-release)
669
670 2007-03-01  Wim Taymans  <wim@fluendo.com>
671
672         * gst-libs/gst/audio/gstbaseaudiosink.c:
673         (gst_base_audio_sink_async_play):
674         base time is irrelevant here.
675
676 2007-03-01  Wim Taymans  <wim@fluendo.com>
677
678         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
679         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
680         Improve debugging.
681
682         * gst-libs/gst/audio/gstbaseaudiosink.c:
683         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
684         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
685         Improve latency and clock slaving calculations.
686         Improve slave clock calibration.
687
688         * gst-libs/gst/audio/gstringbuffer.c:
689         (gst_ring_buffer_commit_full):
690         When we are asked to render N sample to 0 bytes, return N.
691
692 2007-03-01  Wim Taymans  <wim@fluendo.com>
693
694         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
695         (gst_alsasink_write), (gst_alsasink_reset):
696         * ext/alsa/gstalsasink.h:
697         Remove unused dispose function.
698         Rename lock to not interfere with alsasrc lock.
699
700         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
701         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
702         (gst_alsasrc_read), (gst_alsasrc_reset):
703         * ext/alsa/gstalsasrc.h:
704         Implement finalize function.
705         Use lock to protect alsa access.
706         Implement _reset.
707         Fine tune sw params.
708
709 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
710
711         * configure.ac:
712           Convert to new AG_GST style.
713
714 2007-02-28  Wim Taymans  <wim@fluendo.com>
715
716         Patch by: Ed Catmur <ed at catmur dot co dot uk>
717
718         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
719         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
720         Fix race condition when rapidly switching visualisations in playbin.
721         Fixes #401029.
722
723 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
724
725         * tests/check/Makefile.am:
726         Include local stuff before system installed things in LDFLAGS and
727         CFLAGS.
728
729 2007-02-28  Wim Taymans  <wim@fluendo.com>
730
731         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
732         Improve debugging.
733
734 2007-02-28  Wim Taymans  <wim@fluendo.com>
735
736         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
737         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
738         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
739         Fix duration and timestamping, taking latency into account.
740         Implement latency query.
741
742 2007-02-28  Wim Taymans  <wim@fluendo.com>
743
744         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
745         (gst_audio_clock_new):
746         Fix clock name.
747
748         * gst-libs/gst/audio/gstbaseaudiosink.c:
749         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
750         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
751         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
752         (gst_base_audio_src_create):
753         Improve latency query code.
754         Use proper clock names.
755
756 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
757
758         * tests/check/generic/states.c: (GST_START_TEST):
759           Copy the states.c test from core again
760         * tests/check/Makefile.am:
761           ignore cdio and cdparanoiasrc
762
763 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
764
765         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
766         (double_hq), (audio_convert_get_func_index), (check_default),
767         (audio_convert_prepare_context), (audio_convert_convert):
768           Also make valgrind happy and avoid copying data in some cases.
769
770 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
771
772         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
773         (double_hq), (audio_convert_get_func_index),
774         (audio_convert_prepare_context), (audio_convert_convert):
775         * gst/audioconvert/gstaudioconvert.c:
776         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
777         (gst_audio_convert_transform_caps):
778         * tests/check/elements/audioconvert.c: (GST_START_TEST),
779         (audioconvert_suite):
780           Don't run inplace if that overwrites source data as we go. Add more
781           tests. Fixes #339837 even more.
782
783 2007-02-27  Julien MOUTTE  <julien@moutte.net>
784
785         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
786         (msg_segment_done): Fix various seeking bugs (Slider was not
787         updating when doing a non flushing seek, Reverse playback 
788         on segment seek was wrong).
789
790 2007-02-26  Wim Taymans  <wim@fluendo.com>
791
792         * tests/examples/seek/seek.c: (stop_seek):
793         When we stop scrubbing, don't leave the pipeline PLAYING when we
794         requested a PAUSED state.
795
796 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
797
798         Patch by: René Stadler <mail at renestadler de>
799
800         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
801           Parse date strings in vorbis comments that have an invalid (zero)
802           month or day (#410396).
803
804         * tests/check/libs/tag.c: (GST_START_TEST):
805           Test case for the above.
806
807 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
808
809         Patch by: Loïc Minier <lool+gnome at via ecp fr>
810
811         * configure.ac:
812         * ext/alsa/Makefile.am:
813         * gst/audiotestsrc/Makefile.am:
814           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
815
816 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
817
818         * gst/playback/gstplaybin.c:
819           Improve docs: point out that the application needs to assist playbin
820           with buffering.
821
822 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
823
824         * gst-libs/gst/utils/install-plugins.c:
825         * gst-libs/gst/utils/missing-plugins.c:
826         * tests/check/libs/utils.c: (missing_msg_check_getters):
827           Change GStreamer marker prefix in detail string from 'gstreamer.net'
828           to just 'gstreamer'. Document the caps string component of the
829           decoder/encoder detail a bit better, since not everyone will be
830           familiar with the GStreamer media type/caps system (but they better
831           enjoy nested itemized lists).
832
833 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
834
835         * gst-libs/gst/netbuffer/gstnetbuffer.c:
836         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
837           Fix copying of GstNetBuffer (would crash before, or at least lead to
838           invalid memory access, #410772), for now by copying the GstBuffer copy
839           code from the core over here so we can copy the GstBuffer fields on a
840           provided buffer instance (of type GstNetBuffer in this case). Would be
841           better to fix this with some support by the core though (and in the long
842           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
843
844         * tests/check/Makefile.am:
845           Enable unit test for GstNetBuffer.
846
847 2007-02-22  Andy Wingo  <wingo@pobox.com>
848
849         * gst-libs/gst/audio/gstbaseaudiosink.c
850         (gst_base_audio_sink_init): Disable pull-mode activation until we
851         figure out how to make audio sinks go to PLAYING.
852
853 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
854
855         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
856         (double_hq), (audio_convert_get_func_index),
857         (audio_convert_prepare_context), (audio_convert_convert):
858         * gst/audioconvert/audioconvert.h:
859         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
860         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
861         * gst/audioconvert/gstchannelmix.h:
862         * tests/check/elements/audioconvert.c: (GST_START_TEST):
863           Add float as an intermediate format, as well as float mixing. Enable
864           test that was failing before. Fixes #339837
865
866 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
867
868         * tests/examples/seek/seek.c: (do_seek):
869         Undo the previous commit: -1 as a stop time implies that the stop
870         time is the end of file, clearing any previously configured segment.
871
872 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
873
874         * tests/examples/seek/seek.c: (do_seek):
875         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
876
877 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
878
879         * gst/volume/gstvolume.c: (volume_process_int16),
880         (volume_process_int16_clamp), (volume_set_caps):
881           Unbreak volume, value remains gint.
882
883 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
884
885         * gst/volume/gstvolume.c: (volume_choose_func),
886         (volume_update_real_volume), (gst_volume_set_volume),
887         (gst_volume_init), (volume_process_double), (volume_process_float),
888         (volume_process_int16), (volume_process_int16_clamp),
889         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
890         * gst/volume/gstvolume.h:
891           Extend float audio support (double) and some int->uint cleanups.
892
893 2007-02-20  Edward Hervey  <edward@fluendo.com>
894
895         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
896         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
897         (sort_end_pads), (gst_decode_group_expose),
898         (gst_decode_group_hide):
899         Don't free groups from the streaming threads. Just put them aside and
900         free them in dispose.
901
902 2007-02-20  Edward Hervey  <edward@fluendo.com>
903
904         * gst/playback/gstdecodebin2.c: (connect_element),
905         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
906         (sort_end_pads), (gst_decode_group_expose):
907         Handle dynamic pads within groups.
908         Sort pads before exposing them in order to make playbin happy.
909         There still is a race with the multiqueue filling up. This should be
910         solved separately.
911         Fixes #398721
912
913 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
914
915         * gst-libs/gst/utils/base-utils.c:
916         * gst-libs/gst/utils/descriptions.c:
917         * gst-libs/gst/utils/install-plugins.c:
918         * gst-libs/gst/utils/missing-plugins.c:
919           Some more docs (and descriptions for two subtitle formats).
920
921 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
922
923         * gst-libs/gst/audio/audio.c:
924           Fix documentation.
925
926 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
927
928         Patch by: Yves Lefebvre  <ivanohe abacom com>
929
930         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
931           Don't leak caps. Fixes #408278.
932
933 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
934
935         * ext/cdparanoia/gstcdparanoiasrc.h:
936         * ext/ogg/gstoggdemux.h:
937         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
938         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
939         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
940         * gst-libs/gst/audio/audio.h:
941         * gst-libs/gst/audio/gstaudiofilter.h:
942         * gst-libs/gst/interfaces/videoorientation.h:
943         * gst/adder/gstadder.h:
944           More docs coverage and some ChangeLog surgery (add missing names)
945
946 2007-02-15  Wim Taymans  <wim@fluendo.com>
947
948         * sys/ximage/ximagesink.c:
949         (gst_ximagesink_calculate_pixel_aspect_ratio):
950         * sys/xvimage/xvimagesink.c:
951         (gst_xvimagesink_calculate_pixel_aspect_ratio):
952         Small constifications.
953
954 2007-02-15  Wim Taymans  <wim@fluendo.com>
955
956         * gst-libs/gst/audio/gstbaseaudiosink.c:
957         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
958         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
959         (gst_base_audio_sink_async_play),
960         (gst_base_audio_sink_change_state):
961         Answer latency query.
962         Use configured latency when syncing.
963         Fix clock slaving.
964
965         * gst-libs/gst/audio/gstbaseaudiosrc.c:
966         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
967         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
968         Fix possible memleak.
969         Implement latency query.
970         Small cleanups.
971
972 2007-02-15  Wim Taymans  <wim@fluendo.com>
973
974         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
975         Ignore errors in reset, these are not fatal. They also grab the element
976         lock which is already taking when this function is called. Fixes
977         #405451.
978
979 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
980
981         * configure.ac:
982           Remove 'tests/examples/xerror/Makefile' from output files again.
983
984 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
985
986         * configure.ac:
987         * docs/plugins/Makefile.am:
988           Also crossref against gst-plugins-base-libs.
989
990 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
991
992         * configure.ac:
993         * docs/libs/Makefile.am:
994         * docs/plugins/Makefile.am:
995           Add crossreferences to glib/gobject/gstream docs.
996
997         * gst-libs/gst/audio/audio.h:
998           Source formatting.
999
1000         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
1001           Add own debug category.
1002
1003 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1004
1005         Patch by: René Stadler <mail at renestadler de>
1006
1007         * gst-libs/gst/tag/gstvorbistag.c:
1008           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
1009           (#403597).
1010
1011 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1012
1013         * gst/playback/gstplaybasebin.c: (setup_source):
1014           When we have external subtitles and wait for the subtitle decodebin
1015           to get up and running, we set up a (sync) bus handler for the
1016           subtitle decodebin, so we can stop waiting when it posts an error
1017           message. However, we should do that before we set the subtitle
1018           decodebin's state to playing, otherwise things are racy and we might
1019           miss error messages posted before we had a chance to set up the bus.
1020           This should finally fix totem hanging on .txt pseudo-subtitle files.
1021           
1022 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
1023
1024         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
1025           Use gst_gdouble_to_guint64 for conversions.
1026         * win32/common/config.h.in:
1027           Add a define for GST_INSTALL_PLUGINS_HELPER
1028         * win32/common/libgstaudio.def:
1029         * win32/common/libgstcdda.def:
1030         * win32/common/libgstnetbuffer.def:
1031         * win32/common/libgstrtp.def:
1032         * win32/common/libgutils.def:
1033           Add new exported functions.
1034         * win32/vs6/gst_plugins_base.dsw:
1035         * win32/vs6/libgstdecodebin.dsp:
1036         * win32/vs6/libgstnetbuffer.dsp:
1037         * win32/vs6/libgstplaybin.dsp:
1038         * win32/vs6/libgstrtp.dsp:
1039         * win32/vs6/libgstvorbis.dsp:
1040         * win32/vs6/libgstcdda.dsp:
1041         * win32/vs6/libgstgdp.dsp:
1042         * win32/vs6/libgstutils.dsp:
1043           Update and add new project files.
1044
1045 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1046
1047         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1048         (subrip_remove_unhandled_tags), (parse_subrip):
1049           For SubRip (.srt) subtitles, ignore all markup tags we don't
1050           handle (like font tags, for example).
1051
1052         * tests/check/elements/subparse.c:
1053           Add test for this.
1054
1055 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1056
1057         * gst/playback/gstdecodebin.c: (add_fakesink),
1058         (gst_decode_bin_change_state):
1059         * gst/playback/gstdecodebin2.c: (add_fakesink),
1060         (gst_decode_bin_change_state):
1061           Don't error out if there is no fakesink in the NULL to READY state
1062           change, since when decodebin is re-used, we're only adding the
1063           fakesink element in READY to PAUSED.
1064
1065         * tests/check/elements/decodebin.c:
1066         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1067         (decodebin_suite):
1068           Minimal unit test to make sure we can use the same decodebin
1069           instance twice (at least with audiotestsrc input).
1070
1071 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1072
1073         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1074           Try to get devic-name from device string first, and from handle only
1075           as fallback (seems to yield better results and is more robust
1076           against buggy probing code on the application side).
1077
1078 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1079
1080         Based on patch by: Julien Puydt <julien.puydt at laposte net>
1081
1082         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1083         (gst_alsa_find_device_name):
1084         * ext/alsa/gstalsa.h:
1085         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1086         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1087           Improve device-name detection a bit, especially in the case where
1088           the device is not actually open (#405020, #405024). Move common code
1089           into gstalsa.c instead of duplicating it.
1090
1091 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1092
1093         * gst/audioconvert/gstaudioconvert.c:
1094           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1095
1096 2007-02-06  Julien MOUTTE  <julien@moutte.net>
1097
1098         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1099         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1100         (gst_xvimagesink_interface_supported),
1101         (gst_xvimagesink_probe_get_properties),
1102         (gst_xvimagesink_probe_probe_property),
1103         (gst_xvimagesink_probe_needs_probe),
1104         (gst_xvimagesink_probe_get_values),
1105         (gst_xvimagesink_property_probe_interface_init),
1106         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1107         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1108         (gst_xvimagesink_get_type):
1109         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1110         for XVAdaptors so that one can choose the adaptor to use with 
1111         gstreamer-properties.
1112
1113 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
1114
1115         * gst/audioconvert/gstaudioconvert.c:
1116           Also mention that a conversion from double to float is suboptimal still.
1117
1118 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1119
1120         * gst-libs/gst/audio/gstaudiofilter.c:
1121         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1122           Clear our formats structure and free the caps contained in it when
1123           shutting down.
1124
1125 2007-02-05  Andy Wingo  <wingo@pobox.com>
1126
1127         * gst-libs/gst/audio/gstbaseaudiosink.c
1128         (gst_base_audio_sink_callback): Update basesink->offset so that we
1129         pull monotonically increasing offsets instead of, um, seeking back
1130         to 0 each time. Fixes alsasrc ! alsasink!
1131
1132 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1133
1134         * gst/videoscale/gstvideoscale.c:
1135           A width and height of 1 makes us crash, so increase minimum size to
1136           2x2 pixels until someone feels like fixing this (#404512).
1137
1138 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1139
1140         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1141           Add small test to make sure request pads are cleaned up properly
1142           even if oggmux never changes state out of NULL.
1143
1144 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1145
1146         * tests/check/libs/utils.c: (GST_START_TEST):
1147           Fix unit test. Turns out things work much better when you
1148           NULL-terminate string arrays. Should make p5 build bot happy again.
1149
1150 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1151
1152         * gst-libs/gst/audio/Makefile.am:
1153         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1154         (gst_audio_filter_template_base_init),
1155         (gst_audio_filter_template_class_init),
1156         (gst_audio_filter_template_init),
1157         (gst_audio_filter_template_set_property),
1158         (gst_audio_filter_template_get_property),
1159         (gst_audio_filter_template_setup),
1160         (gst_audio_filter_template_filter),
1161         (gst_audio_filter_template_filter_inplace), (plugin_init):
1162           Oops, forgot to commit fixed-up example.
1163
1164 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1165
1166         * docs/libs/gst-plugins-base-libs-sections.txt:
1167         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1168         (gst_audio_filter_class_init), (gst_audio_filter_init),
1169         (gst_audio_filter_set_caps),
1170         (gst_audio_filter_class_add_pad_templates):
1171         * gst-libs/gst/audio/gstaudiofilter.h:
1172           Port GstAudioFilter to 0.10. This change technically breaks
1173           API and ABI (and thus also every library developer's heart),
1174           but seems justifiable on the grounds that the base class was
1175           completely unusable before (ie. would crash immediately when
1176           actually used). Fixes #403963 (and eventually also #403572).
1177           Also document all of this a bit.
1178
1179 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1180
1181         * gst-libs/gst/utils/install-plugins.c:
1182         (gst_install_plugins_spawn_child):
1183         * tests/check/libs/utils.c:
1184         (test_base_utils_install_plugins_do_callout):
1185           Lowering log level to see why things fail on the p5 build bot;
1186           fix some typos in unit test messages.
1187
1188 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1189
1190         * tests/check/libs/utils.c:
1191         (test_base_utils_install_plugins_do_callout):
1192           Don't hard-code temp directory for test helper; use GLib functions
1193           to write out file and do error checking etc.
1194
1195 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1196
1197         * gst-libs/gst/utils/Makefile.am:
1198         * gst-libs/gst/utils/base-utils.h:
1199         * gst-libs/gst/utils/install-plugins.c:
1200         (gst_install_plugins_context_set_xid),
1201         (gst_install_plugins_context_new),
1202         (gst_install_plugins_context_free),
1203         (gst_install_plugins_get_helper),
1204         (gst_install_plugins_spawn_child),
1205         (gst_install_plugins_return_from_status),
1206         (gst_install_plugins_installer_exited),
1207         (gst_install_plugins_async), (gst_install_plugins_sync),
1208         (gst_install_plugins_return_get_name),
1209         (gst_install_plugins_installation_in_progress):
1210         * gst-libs/gst/utils/install-plugins.h:
1211           API: add API for applications to initiate installation of missing
1212           plugins, ie. gst_install_plugins_async() primarily.
1213           Based on libgimme-codec by Ryan Lortie.
1214
1215         * configure.ac:
1216           Add --with-install-plugins-helper configure option so distros can specify
1217           the path of the helper script or program to call when plugin installation
1218           is requested (distros: please do any argument munging in this helper
1219           script instead of patching GStreamer to pass arguments differently
1220           to another program directly).
1221
1222         * docs/libs/gst-plugins-base-libs-docs.sgml:
1223         * docs/libs/gst-plugins-base-libs-sections.txt:
1224           Build and document new API.
1225
1226         * tests/check/libs/utils.c: (result_cb),
1227         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1228         (libgstbaseutils_suite):
1229           Some simple checks for the new API.
1230
1231 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1232
1233         * tests/check/elements/audioconvert.c: (test_float_conversion):
1234           Add small test for 32bit float <=> 64bit float conversion (works
1235           only one way so far, 32=>64 produces structured noise).
1236
1237 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * gst/audioconvert/gstaudioconvert.c:
1240         (set_structure_widths_32_and_64), (make_lossless_changes):
1241           We don't support floats with a width of 40, 48 or 56 bits.
1242
1243 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1244
1245         * gst/audioconvert/audioconvert.c: (float), (double),
1246         (audio_convert_get_func_index):
1247         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1248         (make_lossless_changes):
1249           Support for 64-bit float audio in audioconvert (#339837)
1250
1251 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1252
1253         Patch by: Holger Wansing  <linux wansing-online de>
1254
1255         * po/LINGUAS:
1256         * po/de.po:
1257           Add German translation (#352069).
1258
1259 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1260
1261         reviewed by: Wim Taymans <wim@fluendo.com>
1262
1263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1264         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1265         Use newly added GstCollectPads API to free the allocated resources in
1266         the GstOggPad structures (#402393).
1267
1268 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1269
1270         * gst/playback/gstplaybin.c: (gen_vis_element):
1271           Add audioresample+audioconvert in front of the visualisation
1272           element, so that elements like libvisual 0.4 that don't support all
1273           samplerates can work.
1274
1275           Fixes: #402505
1276
1277 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1278
1279         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1280         (gst_play_base_bin_get_streaminfo_value_array):
1281           Take some locks and make a copy of the streaminfo value array we
1282           maintain while holding the lock, so that the application can
1283           retrieve the stream-info as a value array in a thread-safe way.
1284
1285 2007-01-30  Wim Taymans  <wim@fluendo.com>
1286
1287         * gst/audioconvert/gstaudioconvert.c:
1288         Don't fail on 0 sized buffers. Fixes #396835.
1289
1290 2007-01-29  David Schleef  <ds@schleef.org>
1291
1292         * gst/typefind/gsttypefindfunctions.c:
1293           Detect BBCD as video/x-dirac, so we can play raw dirac
1294           streams.
1295
1296 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1297
1298         * ext/theora/theoraenc.c: (theora_enc_chain):
1299           Check return value of theora_encode_header(), or we might try to
1300           allocate a random number of bytes. theora_encode_header() can fail
1301           if libtheora has been compiled with encoding support disabled.
1302           Fixes #398110.
1303
1304 2007-01-29  Wim Taymans  <wim@fluendo.com>
1305
1306         * tests/check/gst/.cvsignore:
1307         Do as buildbot says.
1308
1309 2007-01-29  Wim Taymans  <wim@fluendo.com>
1310
1311         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1312         Fix strides in libvisual. Gst uses X strides.
1313         Inspired by: <ed at catmur dot co dot uk> and 
1314         <tim at centricular dot net>
1315         Fixes #401118.
1316
1317 2007-01-27  Wim Taymans  <wim@fluendo.com>
1318
1319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1320         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1321         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1322         (gst_ogg_demux_perform_seek),
1323         (gst_ogg_demux_bisect_forward_serialno),
1324         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1325         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1326         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1327         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1328         * ext/ogg/gstoggdemux.h:
1329         Properly propagate streaming errors when we are scanning the file for
1330         chains so that we don't crash when shut down. Might fix some crashers
1331         when quickly switching oggs in RB such as #332503 and #378436.
1332
1333 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1334
1335         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1336           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1337           error code as well.
1338
1339 2007-01-25  Wim Taymans  <wim@fluendo.com>
1340
1341         * gst/playback/gstplaybasebin.c: (remove_source):
1342         Don't try to disconnect a signal from a finalized object.
1343
1344 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1347           Cast lock macro parameters to make sure we're actually accessing the
1348           lock member at the right class level. Free list itself in _dispose()
1349           as well and NULL it in case dispose gets called multiple times.
1350
1351 2007-01-25  Edward Hervey  <edward@fluendo.com>
1352
1353         * gst/playback/gstdecodebin2.c:
1354         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1355         Free GstDecodeGroups no longer used.
1356         (gst_decode_group_expose):
1357         Don't unlock too many times !
1358         (deactivate_free_recursive):
1359         Free iterator once we're done with it.
1360         Fix for recursively deactivating elements (stop at ghostpads).
1361
1362 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1363
1364         * gst/playback/gstplaybin.c: (handoff):
1365           Fix up caps on the frame buffer before we save it and potentially
1366           make it accessible to other threads via g_object_get; also use
1367           gst_buffer_replace() instead of gst_mini_object_replace().
1368
1369 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1370
1371         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1372           Make getting the current frame thread-safe.
1373
1374 2007-01-25  Edward Hervey  <edward@fluendo.com>
1375
1376         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1377         (gst_decode_group_new), (gst_decode_group_free):
1378         Set queues to bigger sizes to cope with HD contents.
1379         Fix some mutex freeing and add comment about MT safe methods.
1380
1381 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1382
1383         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1384         (gst_text_overlay_text_event):
1385           Don't unnecessarily ref (and then leak) upstream events if the text
1386           pad is not linked. Fixes #399948.
1387
1388         * tests/check/gst-plugins-base.supp:
1389           Add suppression for pango on edgy/x86 for textoverlay test.
1390
1391 2007-01-24  Wim Taymans  <wim@fluendo.com>
1392
1393         * gst-libs/gst/rtp/gstrtpbuffer.h:
1394         Add some more fixed payloads.
1395
1396 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1397
1398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1399           Error out properly if we get an error from libogg while reading the
1400           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1401
1402 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1403
1404         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1405           Don't leak mutex.
1406
1407         * tests/check/elements/playbin.c:
1408         (test_sink_usage_video_only_stream),
1409         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1410         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1411         (test_missing_suburisource_handler),
1412         (test_missing_primary_decoder), (playbin_suite):
1413           Run all tests once with decodebin and once with decodebin2.
1414           One test does not pass yet with decodebin2.
1415
1416 2007-01-23  Edward Hervey  <edward@fluendo.com>
1417
1418         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1419         Fix the cases where oggmux doesn't properly figure out that all
1420         sinkpads have gone EOS, and therefore doesn't push out the remaining
1421         buffers and the final EOS event.
1422         Fixes #363379
1423
1424 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1425
1426         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1427         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1428         Don't lock on navigation event push, just on keysym to string.
1429         Fixes #397673 again.
1430
1431 2007-01-22  Edward Hervey  <edward@fluendo.com>
1432
1433         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1434         (get_current_group), (group_demuxer_event_probe),
1435         (gst_decode_group_expose), (deactivate_free_recursive),
1436         (gst_decode_group_free):
1437         Cleanups.
1438         Don't forget to emit 'no-more-pads' once a group is exposed.
1439         Cleanup elements from a DecodeGroup once we remove it.
1440         Protect call to gst_decode_group_expose() with the decodebin lock.
1441
1442 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1443
1444         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1446         Looking at Xorg code i can't figure out if that XKeysymToString
1447         function is thread sensible or not. Lock it just in case as
1448         recommended by Radek Doulik <rodo at ximian dot com>.
1449
1450 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1451
1452         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1453         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1454         Lock that X Call as well. Fixes #397673.
1455
1456 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1457
1458         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1459           Don't go into an endless loop if the file starts with 00 00 01 2X,
1460           like quicktime redirect files might. Fixes #396042.
1461
1462         * tests/check/Makefile.am:
1463         * tests/check/gst/.cvsignore:
1464         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1465         (typefindfunctions_suite):
1466           Add unit test for the above.
1467
1468 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1469
1470         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1471           On second thought, use "depth" field rather than "bpp" field.
1472
1473 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1474
1475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1476           Camtasia caps apparently need a bpp field (#398875).
1477
1478 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1479
1480         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1481         (gen_source_element), (gst_play_base_bin_change_state):
1482           Attempt at a better error message in case we don't have the required
1483           URI handler installed; post missing-plugin message also when we're
1484           missing an URI handler for the subtitle URI; clean up properly also
1485           when an error occurs and we never made it to PAUSED state.
1486
1487         * tests/check/elements/playbin.c: (GST_START_TEST),
1488         (playbin_suite):
1489           Check that we're also getting a missing-plugin messsage for a
1490           missing subtitle URI handler (and clean up properly).
1491
1492 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1493
1494         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1495           Plug a few reference leaks.
1496
1497 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1498
1499         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1500           Lower probability a bit if the marker isn't right at the start,
1501           to decrease the chance of false positives.
1502
1503 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1504
1505         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1506           Small mpeg2 system stream typefinding improvement: make typefinder
1507           probe a bit into the stream instead of just looking for a marker
1508           at the beginning. Fixes #397810.
1509
1510 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1511
1512         * gst/audioconvert/gstchannelmix.c:
1513           Remove compatibility cruft for prehistoric GLib versions.
1514
1515 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1516
1517         * gst/playback/Makefile.am:
1518         * gst/playback/gstdecodebin.c: (close_pad_link):
1519         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1520         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1521         (gst_play_base_bin_handle_message_func), (unknown_type):
1522           Let decodebin be the element to post missing-plugin messages for
1523           missing decoders (rather than playbin); make playbin implement
1524           GstBin::handle_message so we can suppress missing-plugin messages
1525           for types we're not handling on purpose (don't want to bring up an
1526           installer in those cases).
1527
1528 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1529
1530         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1531         * gst-libs/gst/tag/gstvorbistag.c:
1532         (gst_tag_list_to_vorbiscomment_buffer):
1533         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1534           Fix potentially unaligned access (#397207).
1535
1536 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1537
1538         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1539         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1540         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1541         (main):
1542           Allow to toggle looping while it plays. Fix callback prototype. Clean
1543           up code a bit more. Add copyright header.
1544
1545 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1546
1547         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1548           Red and blue mask was swapped (spotted by Dan Williams).
1549
1550 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1551
1552         * gst-libs/gst/tag/gstid3tag.c:
1553         * gst-libs/gst/tag/gstvorbistag.c:
1554           Use new beats-per-minute tag from core.
1555
1556 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1557
1558         * po/POTFILES.in:
1559           Add new files with translatable strings, so they actually make it
1560           into the template file one day.
1561
1562 2007-01-12  Andy Wingo  <wingo@pobox.com>
1563
1564         * gst-libs/gst/audio/gstbaseaudiosink.c
1565         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1566         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1567         stuff, as the base class handles this now. Actually tell the ring
1568         buffer to start.
1569         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1570         How did this work before? Maybe I'm not as awesome a programmer as
1571         I think.
1572
1573         * gst-libs/gst/audio/gstbaseaudiosrc.c
1574         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1575         of a pad function.
1576
1577 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1578
1579         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1580           Remove more fields so that the application can better blacklist
1581           formats that have been tried before.
1582
1583 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1584
1585         * gst-libs/gst/audio/mixerutils.h:
1586           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1587           used when compiling with c++ compilers as well.
1588
1589 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1590
1591         * gst/typefind/gsttypefindfunctions.c:
1592           Fix comment.
1593
1594 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1595
1596         * gst/playback/gstplaybin.c: (post_missing_element_message),
1597         (gen_video_element), (gen_text_element), (gen_audio_element),
1598         (gen_vis_element):
1599           Post missing-plugin messages also when we error out because
1600           converters, textoverlay or auto*sinks are missing (#161922).
1601
1602 2007-01-10  Wim Taymans  <wim@fluendo.com>
1603
1604         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1605         (is_demuxer_element), (new_caps):
1606         * gst/playback/gstplaybasebin.c: (source_new_pad):
1607         Fix the case where we try to ref a NULL element when we delay a link
1608         because of unfixed caps.
1609         Set the state of autoplugged decodebins to PAUSED.
1610         RTSP now works in playbin, we can remove it from the blacklist.
1611
1612 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1613
1614         * gst/playback/Makefile.am:
1615         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1616         (unknown_type), (setup_subtitle), (gen_source_element):
1617         * gst/playback/gstplaybin.c: (plugin_init):
1618           Post missing-plugin messages on the bus for missing sources and
1619           missing decoders/demuxers/depayloaders; fix error code used when
1620           we're missing an URI handler source; for media types that we are not
1621           handling on purpose at the moment, don't print "don't know how to
1622           handle xyz" messages to the terminal or post missing-plugin
1623           messages on the bus.
1624
1625         * tests/check/elements/playbin.c: (create_playbin),
1626         (GST_START_TEST), (gst_codec_src_uri_get_type),
1627         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1628         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1629         (gst_codec_src_init_type), (gst_codec_src_base_init),
1630         (gst_codec_src_create), (gst_codec_src_class_init),
1631         (gst_codec_src_init), (plugin_init), (playbin_suite):
1632           Add some tests for the missing-plugin stuff.
1633
1634 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1635
1636         * configure.ac:
1637         * gst-libs/gst/Makefile.am:
1638         * gst-libs/gst/utils/Makefile.am:
1639         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1640         * gst-libs/gst/utils/base-utils.h:
1641         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1642         (find_format_info), (caps_are_rtp_caps),
1643         (gst_base_utils_get_source_description),
1644         (gst_base_utils_get_sink_description),
1645         (gst_base_utils_get_decoder_description),
1646         (gst_base_utils_get_encoder_description),
1647         (gst_base_utils_get_element_description),
1648         (gst_base_utils_add_codec_description_to_tag_list),
1649         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1650         * gst-libs/gst/utils/descriptions.h:
1651         * gst-libs/gst/utils/missing-plugins.c:
1652         (missing_structure_get_type), (copy_and_clean_caps),
1653         (gst_missing_uri_source_message_new),
1654         (gst_missing_uri_sink_message_new),
1655         (gst_missing_element_message_new),
1656         (gst_missing_decoder_message_new),
1657         (gst_missing_encoder_message_new),
1658         (missing_structure_get_string_detail),
1659         (missing_structure_get_caps_detail),
1660         (gst_missing_plugin_message_get_installer_detail),
1661         (gst_missing_plugin_message_get_description),
1662         (gst_is_missing_plugin_message):
1663         * gst-libs/gst/utils/missing-plugins.h:
1664           API: add new libgstbaseutils library with functions
1665           - to create and parse missing-plugins messages
1666           - that provide (translated) descriptions for caps/decoders/sources/etc.
1667           Closes #392393.
1668
1669         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1670         * pkgconfig/gstreamer-plugins-base.pc.in:
1671           Add new lib.
1672
1673         * docs/libs/gst-plugins-base-libs-docs.sgml:
1674         * docs/libs/gst-plugins-base-libs-sections.txt:
1675           Generate docs for new lib and API.
1676
1677         * tests/check/Makefile.am:
1678         * tests/check/libs/.cvsignore:
1679         * tests/check/libs/utils.c: (missing_msg_check_getters),
1680         (GST_START_TEST), (libgstbaseutils_suite):
1681           Add some basic unit tests.
1682
1683 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1684
1685         * ext/ogg/Makefile.am:
1686           Dist gstoggdemux.h to fix 'make distcheck'.
1687
1688         * sys/v4l/Makefile.am:
1689           Fix 'make distcheck' even more.
1690
1691 2007-01-09  Wim Taymans  <wim@fluendo.com>
1692
1693         * docs/plugins/Makefile.am:
1694         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1695         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1696         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1697         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1698         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1699         (gst_ogg_demux_perform_seek):
1700         * ext/ogg/gstoggdemux.h:
1701         Added docs.
1702         Add some more comments.
1703         Small cleanups.
1704
1705 2007-01-09  Wim Taymans  <wim@fluendo.com>
1706
1707         * ext/theora/theoradec.c:
1708         * ext/vorbis/vorbisdec.c:
1709         * gst-libs/gst/audio/gstringbuffer.c:
1710         (gst_ring_buffer_commit_full):
1711         * gst-libs/gst/audio/gstringbuffer.h:
1712         * gst-libs/gst/rtp/gstrtpbuffer.c:
1713         * gst-libs/gst/tag/gstvorbistag.c:
1714         Small documentation updates/fixes
1715
1716 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1717
1718         * configure.ac:
1719           Require core CVS HEAD for Andy's basesrc/sink API additions.
1720
1721 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1722
1723         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1724
1725         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1726         (plugin_init):
1727           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1728           on flac.sf.net (there appear to be other versions of the first
1729           ogg page in the wild) (#391365).
1730
1731 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1732
1733         * configure.ac:
1734           Check if localtime_r() is available.
1735
1736         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1737           If localtime_r() is not available, fall back to localtime(). Should
1738           fix build on MingW (#393310).
1739
1740 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1741
1742         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1743         * gst/subparse/gstsubparse.h:
1744           Remove spurious 1000 subtrahend when calculating the timestamp from
1745           the frame number and the frame rate . Also, use the frames/second
1746           value specified in the first line of the file, if one is specified
1747           there. Should fix #357503.
1748
1749         * tests/check/elements/subparse.c: (do_test),
1750         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1751         (subparse_suite):
1752           Add some basic unit tests for the microdvd subtitle format.
1753
1754 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1755
1756         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1757         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1758         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1759         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1760         (gst_xvimagesink_set_xwindow_id),
1761         (gst_xvimagesink_set_event_handling),
1762         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1763         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1764         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1765         Fixes : #390076.
1766         Add an adaptor property to select a specific XV adaptor.
1767         * sys/xvimage/xvimagesink.h:
1768
1769 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1770
1771         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1772         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1773         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1774         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1775         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1776         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1777         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1778         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1779         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1780         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1781         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1782         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1783         Use flow_lock much more to protect every access to xwindow.
1784         Try to catch erros while creating images in case some drivers are
1785         just generating an XError when the requested image is too big.
1786         Should fix : #354698, #384008, #384060.
1787         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1788         Implement some stress testing of setting window xid.
1789
1790 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1791
1792         * win32/common/libgsaudio.def:
1793           Add new exported function.
1794         * win32/common/libgstogg.dsp:
1795           Add gstoggaviparse.c to the build.
1796         * win32/common/libgstvideoscale.dsp:
1797           Add vs_4tap.c to the build.
1798         * win32/common/libgstvorbis.dsp:
1799           Add vorbistag.c to the build.
1800         
1801 2007-01-06  Andy Wingo  <wingo@pobox.com>
1802
1803         * gst-libs/gst/audio/gstbaseaudiosink.c
1804         (gst_base_audio_sink_class_init)
1805         (gst_base_audio_sink_init): 
1806         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1807         to baseaudiosink, and tell basesink that we can work in pull mode.
1808         This way the ring buffer thread drives the pipeline directly, if
1809         pull mode is possible. There is some lingering nastiness regarding
1810         capsnego, however.
1811         (gst_base_audio_sink_callback): Implement the callback to pull
1812         data. This interface is a bit light, though -- it should get a
1813         GstFlowReturn return value at least.
1814
1815 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1816
1817         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1818         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1819         * gst/playback/gstdecodebin2.c:
1820         (gst_decode_group_check_if_blocked):
1821           Printf format and missing argument fixes.
1822
1823 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1824
1825         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1826         (gst_ogm_parse_change_state):
1827         Activate pads before adding them to the element.
1828
1829 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1830
1831         * tests/examples/seek/scrubby.c: (main):
1832         * tests/examples/seek/seek.c: (main):
1833           Call g_thread_init() first thing in main() (see #391278).
1834
1835 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1836
1837         * tests/check/Makefile.am:
1838         * tests/check/libs/.cvsignore:
1839         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1840         (netbuffer_suite):
1841           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1842           for the time being, since it's broken, see #393099.
1843
1844 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1845
1846         * tests/check/Makefile.am:
1847           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1848
1849 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1850
1851         * configure.ac:
1852           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1853           so that GST_BASE_CFLAGS can go inbetween them, making sure
1854           we use uninstalled gst-libs headers
1855         * docs/libs/Makefile.am:
1856         * ext/alsa/Makefile.am:
1857         * ext/cdparanoia/Makefile.am:
1858         * ext/gnomevfs/Makefile.am:
1859         * ext/libvisual/Makefile.am:
1860         * ext/ogg/Makefile.am:
1861         * ext/theora/Makefile.am:
1862         * ext/vorbis/Makefile.am:
1863         * gst-libs/gst/audio/Makefile.am:
1864         * gst-libs/gst/cdda/Makefile.am:
1865         * gst-libs/gst/interfaces/Makefile.am:
1866         * gst-libs/gst/riff/Makefile.am:
1867         * gst-libs/gst/rtp/Makefile.am:
1868         * gst-libs/gst/tag/Makefile.am:
1869         * gst/adder/Makefile.am:
1870         * gst/audioconvert/Makefile.am:
1871         * gst/audiorate/Makefile.am:
1872         * gst/audioresample/Makefile.am:
1873         * gst/playback/Makefile.am:
1874         * gst/tcp/Makefile.am:
1875         * gst/videoscale/Makefile.am:
1876         * gst/volume/Makefile.am:
1877         * sys/ximage/Makefile.am:
1878         * sys/xvimage/Makefile.am:
1879         * tests/icles/Makefile.am:
1880           adapt
1881
1882 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1883
1884         * gst-libs/gst/interfaces/xoverlay.c:
1885         (gst_x_overlay_handle_events):
1886         * gst-libs/gst/interfaces/xoverlay.h:
1887         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1888         (gst_ximagesink_set_xwindow_id),
1889         (gst_ximagesink_set_event_handling),
1890         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1891         (gst_ximagesink_get_property), (gst_ximagesink_init),
1892         (gst_ximagesink_class_init):
1893         * sys/ximage/ximagesink.h:
1894         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1895         (gst_xvimagesink_set_xwindow_id),
1896         (gst_xvimagesink_set_event_handling),
1897         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1898         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1899         (gst_xvimagesink_class_init):
1900         * sys/xvimage/xvimagesink.h:
1901         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1902         Add a method to the XOverlay interface to allow disabling of 
1903         event handling in x[v]imagesink elements. This will let X events
1904         propagate to parent windows which can be usefull in some cases.
1905         Be carefull that the application is then responsible of pushing
1906         navigation events and expose events to the video sink.
1907         Fixes: #387138.
1908
1909 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1910
1911         * gst-libs/gst/tag/gstvorbistag.c:
1912         * tests/check/libs/tag.c: (GST_START_TEST):
1913           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1914           (fixes #392070).
1915
1916 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1917
1918         * configure.ac:
1919         * docs/Makefile.am:
1920         * docs/design/Makefile.am:
1921           Dist design docs.
1922
1923 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1924
1925         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1926         typo. Fixes: #390063.
1927
1928 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1929
1930         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1931         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1932         caps leak.
1933         * win32/common/config.h: Updated.
1934
1935 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1936
1937         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1938         (setup_gdpdepay_streamheader):
1939         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1940         (setup_gdppay_streamheader):
1941           Fix the dp tests, but activating the pads for the streamheader tests
1942           too and cleaning up conditionaly
1943
1944 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1945
1946         * gst/ffmpegcolorspace/avcodec.h:
1947         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1948         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1949         (gst_ffmpegcsp_avpicture_fill):
1950         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1951         (img_get_alpha_info):
1952         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1953         other end of the word. Fixes: #387073.
1954
1955         Add some inconsequential branch hints in a couple of places.
1956
1957 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1958
1959         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1960         (gst_ffmpeg_caps_to_smpfmt):
1961           The "signed" field in raw audio caps is of boolean type, trying to
1962           extract the value with _get_int() will fail (fix to keep in sync with
1963           the copy in gst-ffmpeg)
1964
1965 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1966
1967         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1968         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1969         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1970         (cleanup_gdpdepay):
1971         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1972         * tests/check/elements/subparse.c: (teardown_subparse):
1973         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1974         * tests/check/elements/videorate.c: (cleanup_videorate):
1975         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1976         * tests/check/elements/volume.c: (cleanup_volume):
1977         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1978         (cleanup_vorbisdec):
1979         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1980         (cleanup_vorbistag):
1981           consistent pad (de)activation
1982
1983 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1984
1985         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1986           Forgot to register the extensions.
1987
1988 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1989
1990         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1991         (plugin_init):
1992           Add typefinder for VIVO files (my christmas present to the 90s).
1993
1994 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1995
1996         * gst/playback/gstdecodebin.c: (type_found):
1997           Special-case the text/plain media type: we only want to recognise it
1998           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1999           parser, but not if the entire stream is of text/plain type. If the
2000           entire stream is text/plain, we should just error out.
2001
2002           This fixes playback of audio files with lyrics in totem. Totem can't
2003           distinguish between text files and subtitle files and passes any
2004           .txt file with the same basename as the main file to playbin as
2005           suburi, and playbin will then throw a 'subtitle found, but no video
2006           stream' error, which isn't entirely helpful. See #380342.
2007
2008           Also, with this change we'll show a slightly more correct error
2009           message in case totem passes a playlist file to us (although a
2010           custom error message wording instead of the default text would
2011           probably not be a bad idea either).
2012
2013           Same problem also needs to be fixed for playbin+decodebin2.
2014
2015         * tests/check/Makefile.am:
2016         * tests/check/elements/decodebin.c: (src_handoff_cb),
2017         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
2018         (decodebin_suite):
2019           Add simple unit test for decodebin for the above.
2020
2021 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2022
2023         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
2024         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
2025           Refuse to change state to READY when we failed to create any of the
2026           required elements in our instance init function.
2027
2028 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2029
2030         * docs/libs/gst-plugins-base-libs-sections.txt:
2031           Small docs fixes/updates.
2032
2033         * gst-libs/gst/video/gstvideosink.h:
2034           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
2035           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
2036           removed from the base sink API between 0.9.6 and 0.9.7).
2037           API: add GST_VIDEO_SINK_CAST and use it for the height/width
2038           accessor macros, so we don't do a runtime GObject type check every
2039           time we use them.
2040
2041 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2042
2043         * Makefile.am:
2044         * gst-plugins-base.doap:
2045         * gst-plugins-base.spec.in:
2046           add doap file
2047
2048 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
2049
2050         Patch by: Jens Granseuer <jensgr at gmx net>
2051
2052         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2053         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2054         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2055         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2056         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2057           Declare variables at the beginning of a block. Fixes #383195.
2058
2059 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
2060
2061         * configure.ac:
2062         Bump version nano - back to CVS.
2063
2064
2065 === release 0.10.11 ===
2066
2067 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
2068
2069         * configure.ac:
2070           releasing 0.10.11, "Dumb things"
2071
2072 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2073
2074         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2075         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2076         Handle the case where an element has multiple pads with 
2077         unfixed caps as well as still possibly producing more dynamic 
2078         pads by storing each case as a distinct entry in the dynamic list.
2079         Fixes #38223 again.
2080
2081 2006-12-04  Wim Taymans  <wim@fluendo.com>
2082
2083         * gst/playback/gstdecodebin.c: (close_pad_link):
2084         Fix #382223, add more dynamic caps handling.
2085
2086 2006-12-04  Wim Taymans  <wim@fluendo.com>
2087
2088         reviewed by: <delete if not using a buddy>
2089
2090         * gst-libs/gst/audio/gstringbuffer.h:
2091         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2092         (gst_netaddress_set_ip4_interface),
2093         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2094         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2095         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2096         (gst_netaddress_get_ttl):
2097         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2098         * gst/playback/gstdecodebin.c: (close_pad_link):
2099         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2100         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2101         * win32/common/config.h:
2102
2103 2006-12-01  Michael Smith  <msmith@fluendo.com>
2104
2105         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2106           Delete bad debug code.
2107           Fixes #381219
2108
2109 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
2110
2111         * gst/videoscale/vs_4tap.c:
2112         * win32/MANIFEST:
2113         * win32/common/config.h:
2114         * win32/vs8/libgstvideoscale.vcproj:
2115         Fix compilation on win32 under VS8
2116         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2117         Partially fixes #381175
2118
2119 2006-11-30  Michael Smith  <msmith@fluendo.com>
2120
2121         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2122         (GST_START_TEST):
2123           It would be very bad if, after a discont buffer, we thought every
2124           single following buffer was also discont. So, add to the test to
2125           ensure that this isn't the case.
2126           
2127         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2128           ... it was the case. So fix it.
2129
2130 2006-11-28  Wim Taymans  <wim@fluendo.com>
2131
2132         * gst/playback/gstplaybasebin.c: (check_queue_event):
2133         Improve debug.
2134
2135         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2136         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2137         padtemplate caps. Refixes #357577.
2138
2139 2006-11-28  Wim Taymans  <wim@fluendo.com>
2140
2141         * gst/playback/gstplaybasebin.c: (check_queue_event),
2142         (queue_threshold_reached), (queue_out_of_data),
2143         (gen_preroll_element):
2144         Add event probe to see when EOS is in a queue and we can disable the
2145         underrun signals. Fixes #357577.
2146
2147 2006-11-28  Edward Hervey  <edward@fluendo.com>
2148
2149         * gst/playback/Makefile.am:
2150         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2151         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2152         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2153         (gst_decode_bin_init), (gst_decode_bin_dispose),
2154         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2155         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2156         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2157         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2158         (connect_element), (expose_pad), (type_found),
2159         (pad_added_group_cb), (pad_removed_group_cb),
2160         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2161         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2162         (are_raw_caps), (multi_queue_overrun_cb),
2163         (multi_queue_underrun_cb), (gst_decode_group_new),
2164         (get_current_group), (group_demuxer_event_probe),
2165         (gst_decode_group_control_demuxer_pad),
2166         (gst_decode_group_control_source_pad),
2167         (gst_decode_group_check_if_blocked),
2168         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2169         (gst_decode_group_hide), (gst_decode_group_free),
2170         (gst_decode_group_set_complete), (source_pad_blocked_cb),
2171         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2172         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2173         (plugin_init):
2174         New decodebin2 element.
2175         Closes #370092
2176         * gst/playback/gstplay-marshal.list:
2177         Added marshallers for new signals in decodebin2
2178         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2179         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2180         is set.
2181
2182 2006-11-28  Wim Taymans  <wim@fluendo.com>
2183
2184         * gst/playback/gstplaybasebin.c: (setup_source),
2185         (gst_play_base_bin_change_state):
2186         Disable rtsp:// uris for the release, it's not good enough yet.
2187         Remove unused var.
2188
2189 2006-11-26  Wim Taymans  <wim@fluendo.com>
2190
2191         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2192         (theora_dec_push_forward), (theora_dec_push_reverse),
2193         (theora_handle_data_packet), (theora_dec_decode_buffer),
2194         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2195         (theora_dec_chain_forward), (theora_dec_chain):
2196         Implement reverse playback.
2197
2198         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2199         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2200         (vorbis_dec_chain_forward):
2201         Clear buffers used for reverse playback in _reset.
2202         No need to set the eos flag, we clip samples using the segment.
2203
2204 2006-11-24  Wim Taymans  <wim@fluendo.com>
2205
2206         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2207         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2208         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2209         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2210         Some cleanups.
2211         Handle continued pages in reverse mode.
2212
2213 2006-11-24  Wim Taymans  <wim@fluendo.com>
2214
2215         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2216         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2217         (vorbis_dec_flush_decode):
2218         Small cleanups.
2219         Don't try to add invalid timestamps.
2220         Clipping will unref the buffer.
2221
2222 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2223
2224         * gst/adder/gstadder.h:
2225         * gst/audiotestsrc/gstaudiotestsrc.h:
2226           remove obsolete _factory_init protos
2227
2228 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2229
2230         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2231           Fix spacing in debug message.
2232
2233 2006-11-23  Wim Taymans  <wim@fluendo.com>
2234
2235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2236         (gst_ogg_demux_chain):
2237         Don't just ignore return values from _pad_push().
2238         Small debug improvements.
2239
2240 2006-11-23  Michael Smith  <msmith@fluendo.com>
2241
2242         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2243           If our incoming buffer is marked as DISCONT, then increment the page
2244           number (so that the discontinuity is marked in the final ogg
2245           bitstream) and flush the previous page.
2246
2247 2006-11-22  Michael Smith  <msmith@fluendo.com>
2248
2249         * ext/theora/gsttheoraenc.h:
2250         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2251         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2252         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2253         (theora_enc_chain), (theora_enc_change_state):
2254           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2255
2256         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2257         (GST_START_TEST), (theoraenc_suite):
2258           Enable discontinuity test, fix it.
2259
2260 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2261
2262         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2263         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2264         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2265         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2266         (gst_text_overlay_change_state):
2267         * ext/pango/gsttextoverlay.h:
2268           Some textoverlay fixes: for one, in the video chain function,
2269           actually wait for a text buffer to come in if there is none at the
2270           moment and there should be one; also, deal more gracefully with
2271           incoming buffers that do not have a timestamp or duration; discard
2272           text buffer when not needed any longer. Fixes #341681.
2273
2274         * tests/check/Makefile.am:
2275         * tests/check/elements/.cvsignore:
2276         * tests/check/elements/textoverlay.c:
2277         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2278         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2279         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2280         (test_video_waits_for_text_send_text_newsegment_thread),
2281         (test_video_waits_for_text_shutdown_element),
2282         (test_render_continuity_push_video_buffers_thread),
2283         (textoverlay_suite):
2284           Add some unit tests for textoverlay.
2285
2286 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2287
2288         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2289           Avoid integer underflow when the found probability for mp3 is
2290           smaller than the 'penalty' we subtract if there's not a clean
2291           mp3 header sync at offset 0.
2292
2293 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2294
2295         * docs/libs/gst-plugins-base-libs-sections.txt:
2296           Add some new symbols to the docs
2297
2298 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2299
2300         * tests/check/Makefile.am:
2301         * tests/check/elements/ffmpegcolorspace.c:
2302         (ffmpegcolorspace_suite):
2303           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2304           (for now not for valgrinding though, since it takes too long).
2305
2306 2006-11-20  Wim Taymans  <wim@fluendo.com>
2307
2308         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2309         (gst_ffmpeg_pixfmt_to_caps):
2310         Fix RGBA32 caps. Fixes #357038.
2311
2312 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2313
2314         * gst-libs/gst/interfaces/mixertrack.h:
2315           Add FIXME so we can add some padding here in 0.11
2316
2317 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2318
2319         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2320           Fix GstBaseRTPAudioPayload structure so the whole GObject
2321           inheritance business actually works (parent class instance structure
2322           must always come first in the derived class instance structure).
2323
2324 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2325
2326         * gst/videotestsrc/Makefile.am:
2327         * tests/check/Makefile.am:
2328           Make sure our checks and the videotestsrc plugin link against the
2329           local uninstalled gst libs and not any installed gst libs that
2330           might happen to exist as well.
2331
2332         * tests/check/elements/adder.c: (message_received),
2333         (test_event_message_received), (test_play_twice_message_received):
2334         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2335           Fix compiler warnings when compiling against core with disabled
2336           debugging system.
2337
2338 2006-11-16  Michael Smith  <msmith@fluendo.com>
2339
2340         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2341         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2342           Fix audiorate, so that it accurately sets offsets and timestamps.
2343           Doesn't change the fundamental algorithmic decisions; so should be
2344           safe.
2345
2346         * tests/check/Makefile.am:
2347           Enable audiorate test now that it passes.
2348
2349 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2350
2351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2352           clear xv when going to NULL, remove // commented non-existant proto
2353
2354         * tests/examples/seek/seek.c: (main):
2355           add missing tooltip description for scrub and play_scrub
2356
2357 2006-11-14  David Schleef  <ds@schleef.org>
2358
2359         * configure.ac:
2360           Bump liboil requirement to 0.3.8.
2361         * gst-libs/gst/riff/riff-media.c:
2362           Add Dirac fourcc.
2363         * gst/videoscale/vs_image.h:
2364         * gst/videoscale/vs_scanline.h:
2365           Use liboil's stdint.h.
2366         * gst/videotestsrc/videotestsrc.c:
2367           Remove liboil related ifdef's, since they aren't needed now, and
2368           won't work with future versions.
2369
2370 2006-11-14  David Schleef  <ds@schleef.org>
2371
2372         * gst/videoscale/Makefile.am:
2373         * gst/videoscale/gstvideoscale.c:
2374         * gst/videoscale/gstvideoscale.h:
2375         * gst/videoscale/vs_4tap.c:
2376         * gst/videoscale/vs_4tap.h:
2377         * gst/videoscale/vs_image.c:
2378         * gst/videoscale/vs_image.h:
2379         * gst/videoscale/vs_scanline.c:
2380         * gst/videoscale/vs_scanline.h:
2381           Add a 4-tap image scaler.  Theoretically looks much prettier.
2382           The tap calculation could use some improvement.
2383
2384 2006-11-14  Wim Taymans  <wim@fluendo.com>
2385
2386         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2387
2388         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2389         (gst_riff_parse_strf_iavs):
2390         * gst/subparse/gstsubparse.c: (convert_encoding):
2391         * gst/tcp/gstmultifdsink.c:
2392         (gst_multi_fd_sink_handle_client_write):
2393         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2394         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2395         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2396         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2397         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2398         (gst_ximagesink_ximage_new):
2399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2400         Various gsize and gssize printf fixes. Fixes #372507.
2401
2402 2006-11-13  Wim Taymans  <wim@fluendo.com>
2403
2404         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2405         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2406         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2407         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2408         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2409         * ext/vorbis/vorbisdec.h:
2410         First stab at vorbis reverse playback.
2411
2412 2006-11-13  Wim Taymans  <wim@fluendo.com>
2413
2414         * gst-libs/gst/audio/gstbaseaudiosink.c:
2415         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2416         * gst-libs/gst/audio/gstbaseaudiosink.h:
2417         Make the clock sync code more accurate wrt resampling and playback
2418         at different rates.
2419         
2420         * gst-libs/gst/audio/gstringbuffer.c:
2421         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2422         * gst-libs/gst/audio/gstringbuffer.h:
2423         Use better algorithm to interpolate sample rates. 
2424
2425 2006-11-13  Michael Smith  <msmith@fluendo.com>
2426
2427         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2428           Improve a debug line slightly.
2429
2430         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2431           Call gst_riff_init() in plugin_init, to avoid getting errors from
2432           the debug system (unrelated changes to another plugin made this turn
2433           up; not sure why).
2434
2435 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2436
2437         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2438
2439         * win32/common/libgsttag.def:
2440           Add missing symbol (#366492).
2441
2442 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2443
2444         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2445           Don't unref a NULL pad.
2446
2447 2006-11-09  Wim Taymans  <wim@fluendo.com>
2448
2449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2450         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2451         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2452         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2453         (gst_ogg_demux_loop):
2454         Implement first stab at reverse playback.
2455
2456 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2457
2458         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2459         (gst_riff_create_video_template_caps):
2460           add h263/h264 variants to the caps, Fixes #363118
2461
2462 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2463
2464         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2465         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2466           Use g_strerror instead of strerror so we get UTF-8.
2467
2468 2006-11-03  David Schleef  <ds@schleef.org>
2469
2470         * ext/ogg/gstoggdemux.c:
2471         * ext/ogg/gstoggmux.c:
2472           Add/remove KW-DIRAC header here, since it is ogg-specific.
2473
2474 2006-11-03  Michael Smith  <msmith@fluendo.com>
2475
2476         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2477           Recognise more mpeg4 elementary video streams.
2478
2479 2006-11-02  Edward Hervey  <edward@fluendo.com>
2480
2481         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2482         Lower the probability of mp3 typefinding functions if we don't find a
2483         valid mp3 header at the start of the file.
2484         Closes #369482
2485
2486 2006-11-02  Wim Taymans  <wim@fluendo.com>
2487
2488         * ext/theora/gsttheoradec.h:
2489         * ext/theora/theoradec.c: (gst_theora_dec_init),
2490         (theora_dec_sink_event), (theora_dec_chain_forward),
2491         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2492         (theora_dec_chain):
2493         Document and partially implement an algorithm for doing reverse playback
2494         of theora video.
2495
2496 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2497
2498         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2499
2500         * win32/common/config.h:
2501         * win32/common/interfaces-enumtypes.c:
2502         * win32/common/libgsttag.def:
2503         * win32/vs8/gst-plugins-base.sln:
2504         * win32/vs8/libgstaudioresample.vcproj:
2505         * win32/vs8/libgstinterfaces.vcproj:
2506         * win32/vs8/libgstogg.vcproj:
2507         * win32/vs8/libgstriff.vcproj:
2508         * win32/vs8/libgsttag.vcproj:
2509         * win32/vs8/libgsttheora.vcproj:
2510         * win32/vs8/libgstvideoscale.vcproj:
2511         * win32/vs8/libgstvorbis.vcproj:
2512           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2513           to libgsttag.def; add missing dependencies for some vs8 projects;
2514           re-arrange placement of .def files in vs8 projects (#366334).
2515
2516 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2517
2518         * ext/ogg/gstogg.c:
2519           Remove unused variable.
2520
2521         * ext/ogg/gstoggdemux.c:
2522           Fix Wim's surname in plugin description.
2523
2524 2006-10-31  Wim Taymans  <wim@fluendo.com>
2525
2526         * gst-plugins-base.spec.in:
2527         spec new .h file. Fixes #368310.
2528
2529 2006-10-31  Michael Smith  <msmith@fluendo.com>
2530
2531         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2532         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2533         (gst_multi_fd_sink_get_stats),
2534         (gst_multi_fd_sink_remove_client_link),
2535         (gst_multi_fd_sink_queue_buffer),
2536         (gst_multi_fd_sink_handle_clients):
2537         * gst/tcp/gstmultifdsink.h:
2538           Make using the remove or clear signals threadsafe.
2539           Make calling get-stats with an invalid fd not segfault.
2540           Fixes 368273.
2541
2542 2006-10-31  Wim Taymans  <wim@fluendo.com>
2543
2544         * gst-libs/gst/rtp/Makefile.am:
2545         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2546         (gst_base_rtp_audio_payload_init):
2547         Fix and activate base audio payloader.
2548
2549 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2550
2551         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2552         (plugin_init):
2553           Add typefinder for QuickTime Image Files (see #366156).
2554
2555 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2556
2557         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2558           Another typo fix (#366212).
2559
2560 2006-10-27  Wim Taymans  <wim@fluendo.com>
2561
2562         * gst/volume/gstvolume.c: (volume_transform_ip):
2563         Use stream time to synchronize volume property instead of rather random
2564         timestamps. This is needed when gnonlin does its time shifting.
2565
2566 2006-10-27  Wim Taymans  <wim@fluendo.com>
2567
2568         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2569
2570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2571         Remove the pad from the element in release_pad. Fixes #364812.
2572
2573 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2574
2575         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2576         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2577           Explicitly create our custom buffer classes at a thread-safe
2578           location as well, since g_type_class_ref() doesn't seem to be
2579           entirely thread-safe either (#365501; also see #349410).
2580
2581 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2582
2583         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2584         (gst_riff_parse_info):
2585           If strings in INFO chunk are not UTF-8, do something similar to
2586           what we do for ID3v1 tags: check a number of environment variables
2587           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2588           character sets to try, otherwise try the current locale and/or fall
2589           back on ISO-8859-1. Fixes #360552.
2590
2591 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2592
2593         * gst/videotestsrc/gstvideotestsrc.c:
2594         (gst_video_test_src_pattern_get_type),
2595         (gst_video_test_src_set_pattern):
2596         * gst/videotestsrc/gstvideotestsrc.h:
2597         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2598         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2599         (gst_video_test_src_checkers8):
2600         * gst/videotestsrc/videotestsrc.h:
2601           Add a bunch of exciting new checkers patterns.
2602
2603 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2604
2605         * gst/subparse/Makefile.am:
2606         * gst/subparse/gstsubparse.c:
2607         (gst_sub_parse_data_format_autodetect),
2608         (gst_sub_parse_format_autodetect), (handle_buffer),
2609         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2610         * gst/subparse/gstsubparse.h:
2611         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2612         (parse_tmplayer):
2613         * gst/subparse/tmplayerparse.h:
2614           Add support for TMPlayer-type subtitles (#362845).
2615
2616         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2617         (GST_START_TEST), (subparse_suite):
2618           Add some basic unit tests for the above.
2619
2620 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2621
2622         * tests/check/elements/audiorate.c: (test_injector_base_init),
2623         (test_injector_class_init), (test_injector_chain),
2624         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2625         (GST_START_TEST), (audiorate_suite):
2626           More tests for audiorate: inject buffers to check behaviour when
2627           buffers overlap.
2628
2629 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2630
2631         * tests/check/Makefile.am:
2632         * tests/check/elements/.cvsignore:
2633         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2634         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2635           Add some basic unit tests for audiorate. Disabled at the moment
2636           since it doesn't pass yet (see bug #363119).
2637
2638 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2639
2640         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2641         (parse_subrip), (handle_buffer):
2642           Add missing closing tags for markup and fix broken markup,
2643           otherwise pango won't render anything (fixes #357531). Also,
2644           make sure the text we send out is always NUL-terminated
2645           (better safe than sorry etc.).
2646
2647         * tests/check/elements/subparse.c: (test_srt_do_test),
2648         (test_srt):
2649           Some more tests for .srt incl. tests for the above stuff.
2650
2651 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2652
2653         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2654         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2655         Patch by: Stefan Kost  <ensonic@users.sf.net>
2656         Try to redraw borders only when needed. Apparently this consumes
2657         resources on small devices... :-O (#363607)
2658
2659 2006-10-20  Michael Smith  <msmith@fluendo.com>
2660
2661         * gst/tcp/gstmultifdsink.c:
2662         (gst_multi_fd_sink_client_queue_buffer):
2663           If caps change, then update the client's idea of the caps so that we
2664           don't end up re-sending streamheaders for every single buffer after
2665           the caps change.
2666
2667 2006-10-20  Michael Smith  <msmith@fluendo.com>
2668
2669         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2670         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2671           Set caps on pushed buffers; fix up refcounting of caps objects.
2672
2673 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2674
2675         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2676         (plugin_init):
2677           Typefind mmsh header data packet to application/x-mmsh (#362625).
2678
2679 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2680
2681         * tests/check/Makefile.am:
2682         * tests/check/elements/.cvsignore:
2683         * tests/check/elements/subparse.c: (buffer_from_static_string),
2684         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2685         (GST_START_TEST), (subparse_suite):
2686           Add very simple unit test for subparse.
2687
2688 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2689
2690         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2691         (parse_subrip):
2692           Strip trailing newlines from subtitle text output.
2693
2694 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2695
2696         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2697         (gst_sub_parse_change_state):
2698           Fix memleak; clear subparse->textbuf n state change function.
2699
2700 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * gst/subparse/gstsubparse.c:
2703         (gst_sub_parse_data_format_autodetect):
2704           Don't require subrip (.srt) files to start with a chunk number of 1.
2705
2706 2006-10-18  Wim Taymans  <wim@fluendo.com>
2707
2708         * gst-libs/gst/audio/gstbaseaudiosink.c:
2709         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2710         * gst-libs/gst/audio/gstbaseaudiosink.h:
2711         Extract rate from the NEWSEGMENT event.
2712         Use commit_full to also take rate adjustment into account when writing
2713         samples to the ringbuffer.
2714         
2715         * gst-libs/gst/audio/gstringbuffer.c:
2716         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2717         (gst_ring_buffer_read):
2718         * gst-libs/gst/audio/gstringbuffer.h:
2719         Added _commit_full() to also take rate into account.
2720         Use simple interpolation algorithm to resample audio.
2721         API: gst_ring_buffer_commit_full()
2722
2723         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2724         * tests/examples/seek/seek.c: (segment_done):
2725         Don't try to seek with 0.0 rate, just pause instead.
2726         Remove bogus debug line.
2727
2728 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2729
2730         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2731         (setup_source):
2732           Catch async errors when starting up the subtitle bin, so we can
2733           stop waiting and continue with the main film instead of hanging
2734           forever. Fixes #339366.
2735
2736         * tests/check/elements/playbin.c: (playbin_suite):
2737           Enable unit test for the above.
2738
2739 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2740
2741         * tests/check/Makefile.am:
2742         * tests/check/elements/.cvsignore:
2743         * tests/check/elements/playbin.c: (GST_START_TEST),
2744         (gst_red_video_src_uri_get_type),
2745         (gst_red_video_src_uri_get_protocols),
2746         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2747         (gst_red_video_src_uri_handler_init),
2748         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2749         (gst_red_video_src_create), (gst_red_video_src_class_init),
2750         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2751           Some small and basic unit tests for playbin; not very useful yet,
2752           but at least a start.
2753
2754 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2755
2756         * gst/playback/gstplaybin.c: (setup_sinks):
2757           The old pad activation spiel.
2758
2759 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2760
2761         * gst/playback/gstplaybasebin.c: (setup_source):
2762           Don't hang forever if the subbin already fails to start up in 
2763           the state change to PAUSED (#339366).
2764
2765 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2766
2767         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2768         (gst_tuner_set_channel), (gst_tuner_get_channel),
2769         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2770         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2771         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2772         (gst_tuner_find_channel_by_name):
2773           Fix some function guards, add some more function guards.
2774
2775 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2776
2777         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2778         (remove_element_chain):
2779         Don't return a pad from get_our_ghost_pad unless it is actually the
2780         one we want.
2781         Change a cast in remove_element_chain slightly.
2782
2783 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2784
2785         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2786         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2787         Segment seeking needs to use the rate and set stop to -1.
2788
2789 2006-10-13  Wim Taymans  <wim@fluendo.com>
2790
2791         * gst-libs/gst/audio/gstbaseaudiosink.c:
2792         (gst_base_audio_sink_setcaps):
2793         Don't crash when ringbuffer is not yet created.
2794         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2795         Fixes #361634.
2796
2797         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2798         * gst/playback/gststreamselector.c:
2799         (gst_stream_selector_request_new_pad):
2800         Activate pads befre adding them to running elements.
2801
2802 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2803
2804         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2805         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2806         updater when we start grabing the slider. Don't wait for the
2807         pipeline to be PAUSED.
2808
2809 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2810
2811         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2812         (gst_mixer_set_volume), (gst_mixer_get_volume),
2813         (gst_mixer_set_mute), (gst_mixer_set_option),
2814         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2815         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2816         (gst_mixer_option_changed):
2817           Guard mixer interface functions against bogus arguments.
2818
2819 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2820
2821         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2822         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2823         (msg_state_changed), (main): Use state-changed messages to trigger
2824         start/stop of scale update timer. Indeed the scale slider was
2825         jumping here and there because the update timer was activated 
2826         before seek completed. This fixes instant applying of rate changes
2827         by pressing the spinbutton like a crazy man !
2828
2829 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2830
2831         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2832
2833         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2834         (gst_basertppayload_finalize):
2835           Fix two small memory leaks (#361456).
2836
2837 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2838
2839         * tests/examples/seek/seek.c: (do_seek),
2840         (rate_spinbutton_changed_cb): When changing spinbutton we try
2841         to change the rate on the fly.
2842
2843 2006-10-10  Wim Taymans  <wim@fluendo.com>
2844
2845         * gst-libs/gst/riff/riff-ids.h:
2846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2847         (gst_riff_create_audio_template_caps):
2848         Add WMS caps.
2849
2850 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2851
2852         Patch by: Josep Torre Valles <josep@fluendo.com>
2853
2854         * ext/gnomevfs/gstgnomevfssink.c:
2855         * ext/gnomevfs/gstgnomevfssrc.c:
2856         Fix URI interface implementation return type.
2857         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2858         Fix what looks like a copy/paste issue when assigning values.
2859         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2860         (gst_audio_filter_template_get_type):
2861         Cast to prevent Forte warnings.
2862         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2863         Fix URI interface implementation return type.
2864         gst_pad_query_position requires a signed integer pointer as
2865         3rd parameter, GstClockTime is unsigned.
2866         * gst/audioconvert/audioconvert.c:
2867         Fix integer overflow when treated as signed.
2868         * gst/audioresample/resample.c: (resample_add_input_data):
2869         Cast to prevent warnings on Forte.
2870         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2871         Fix integer overflow when treated as signed.
2872         * gst/ffmpegcolorspace/imgconvert_template.h:
2873         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2874         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2875         (cleanup_decodebin):
2876         Who initialises a guint to -1!
2877         Cast function pointers to prevent warnings on Forte.
2878         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2879         (queue_threshold_reached):
2880         Cast function pointers correctly to prevent warnings on Forte.
2881         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2882         Cast function pointers correctly to prevent warnings on Forte.
2883         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2884         Obvious change to unsigned, 0xEF > max signed char.
2885         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2886         GstClockTime is unsigned, initialise correctly.
2887         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2888         Cast so pointer arithemetic doesn't cause warnings on Forte.
2889         * gst/videorate/gstvideorate.c:
2890         Use correct return value.
2891         * tests/examples/seek/scrubby.c:
2892         GstClockTime is unsigned, initialise correctly.
2893
2894 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2895
2896         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2897
2898         * gst/typefind/gsttypefindfunctions.c:
2899           Recognise XML files and XML-like files shorter than 256 bytes as
2900           well (fixes #359237).
2901
2902 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2903
2904         Patch by: Renato Filho <renato.filho@indt.org.br>
2905         
2906         * gst/typefind/gsttypefindfunctions.c:
2907         Added typefind functions to video/x-nuv media.
2908         
2909 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2910
2911         * gst-libs/gst/interfaces/xoverlay.c:
2912         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2913           Some more guards against invalid input.
2914
2915 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2916
2917         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2918         Useless goto.
2919         * tests/examples/seek/seek.c: (do_seek),
2920         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2921         seek example to experiment with rates != 1.0 (reverse playback !)
2922
2923 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2924
2925         * gst-libs/gst/interfaces/xoverlay.c:
2926           Unref message in doc-example (spotted by Robert McQueen)
2927
2928 2006-10-06  Wim Taymans  <wim@fluendo.com>
2929
2930         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2931         (mpeg1_parse_header), (mpeg1_sys_type_find):
2932         printf fix.
2933
2934 2006-10-06  Wim Taymans  <wim@fluendo.com>
2935
2936         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2937         (close_pad_link):
2938         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2939         Activate dynamic pads before adding them to the element.
2940
2941 2006-10-06  Michael Smith  <msmith@fluendo.com>
2942
2943         * gst-libs/gst/floatcast/floatcast.h:
2944           Fix obviously-bogus macros; use the correct types.
2945
2946 2006-10-06  Wim Taymans  <wim@fluendo.com>
2947
2948         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2949         (gst_base_rtp_depayload_change_state):
2950         Also call parent state change function to activate pads.
2951
2952         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2953         (mpeg1_parse_header), (mpeg1_sys_type_find):
2954         Add some more debug info in mpeg typefinding.
2955
2956 2006-10-06  Michael Smith  <msmith@fluendo.com>
2957
2958         * ext/theora/theoradec.c: (theora_dec_chain):
2959           Zero byte theora packets are valid and well-defined; don't warn on
2960           them.
2961
2962 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2963
2964         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2965         (gst_multi_fd_sink_get_stats), (find_limits),
2966         (gst_multi_fd_sink_queue_buffer):
2967           API: add dropped_buffers to the get-stats GValueArray
2968
2969 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2970
2971         * ext/alsa/gstalsadeviceprobe.c:
2972         (gst_alsa_device_property_probe_get_values):
2973         * ext/alsa/gstalsasink.c: (set_hwparams):
2974         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2975         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2976         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2977         (gst_ogg_mux_process_best_pad):
2978         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2979         (gst_ogg_parse_chain):
2980         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2981         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2982         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2983         (gst_vorbis_enc_buffer_check_discontinuous):
2984         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2985         * gst-libs/gst/audio/gstbaseaudiosink.c:
2986         (gst_base_audio_sink_render):
2987         * gst-libs/gst/cdda/gstcddabasesrc.c:
2988         (gst_cdda_base_src_handle_track_seek):
2989         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2990         (gst_base_rtp_depayload_push_full):
2991         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2992         * gst/audioresample/resample.c: (resample_input_pushthrough):
2993         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2994         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2995         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2996         (wavpack_type_find):
2997         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2998         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2999         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
3000         * tests/check/elements/volume.c: (GST_START_TEST):
3001           Printf format fixes.
3002
3003 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3004
3005         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
3006           Fix a simple mistake (see the docs)
3007           Fixes #359580
3008
3009 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3010
3011         * docs/plugins/Makefile.am:
3012         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3013         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3014         * docs/plugins/gst-plugins-base-plugins.args:
3015         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3016         * docs/plugins/inspect/plugin-adder.xml:
3017         * docs/plugins/inspect/plugin-alsa.xml:
3018         * docs/plugins/inspect/plugin-audioconvert.xml:
3019         * docs/plugins/inspect/plugin-audiorate.xml:
3020         * docs/plugins/inspect/plugin-audioresample.xml:
3021         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3022         * docs/plugins/inspect/plugin-cdparanoia.xml:
3023         * docs/plugins/inspect/plugin-decodebin.xml:
3024         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3025         * docs/plugins/inspect/plugin-gdp.xml:
3026         * docs/plugins/inspect/plugin-gnomevfs.xml:
3027         * docs/plugins/inspect/plugin-libvisual.xml:
3028         * docs/plugins/inspect/plugin-ogg.xml:
3029         * docs/plugins/inspect/plugin-pango.xml:
3030         * docs/plugins/inspect/plugin-playbin.xml:
3031         * docs/plugins/inspect/plugin-subparse.xml:
3032         * docs/plugins/inspect/plugin-tcp.xml:
3033         * docs/plugins/inspect/plugin-theora.xml:
3034         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3035         * docs/plugins/inspect/plugin-video4linux.xml:
3036         * docs/plugins/inspect/plugin-videorate.xml:
3037         * docs/plugins/inspect/plugin-videoscale.xml:
3038         * docs/plugins/inspect/plugin-videotestsrc.xml:
3039         * docs/plugins/inspect/plugin-volume.xml:
3040         * docs/plugins/inspect/plugin-vorbis.xml:
3041         * docs/plugins/inspect/plugin-ximagesink.xml:
3042         * docs/plugins/inspect/plugin-xvimagesink.xml:
3043           Add vorbistag element to docs; update version numbers to 0.10.10.1.
3044
3045 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3046
3047         Patch by: James "Doc" Livingston <doclivingston at gmail com>
3048
3049         * ext/vorbis/Makefile.am:
3050         * ext/vorbis/vorbis.c: (plugin_init):
3051         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3052         (vorbis_parse_parse_packet), (vorbis_parse_chain):
3053         * ext/vorbis/vorbisparse.h:
3054         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3055         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3056         (gst_vorbis_tag_parse_packet):
3057         * ext/vorbis/vorbistag.h:
3058           Add new vorbistag element which derives from vorbisparse
3059           and is essentially the same as well, only that it implements
3060           the GstTagSetter interface and can modify the stream's
3061           vorbiscomment on the fly (#335635).
3062
3063         * tests/check/Makefile.am:
3064         * tests/check/elements/.cvsignore:
3065         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3066         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3067         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3068         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3069           Add unit test for new vorbistag element.
3070
3071 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3072
3073         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3074         (vorbis_parse_push_headers), (vorbis_parse_chain):
3075           Set BOS flag in packet structure to fix 'jump depends
3076           on unitialized value' errors in valgrind; various minor
3077           clean-ups.
3078
3079 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
3080
3081         * gst/playback/gstdecodebin.c: (close_pad_link):
3082         Fix typo in a debug statement.
3083
3084         * gst/playback/gstplaybasebin.c: (probe_triggered),
3085         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3086         (gen_source_element), (source_new_pad), (analyse_source),
3087         (setup_source):
3088         When handling no_more_pads in new_decoded_pad, make sure to treat
3089         subtitle pads correctly. Fixes playback with subtitle files.
3090
3091         Move a recurring message to LOG level.
3092
3093         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3094         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3095         which ends up as -1 when cast to an int. Make the logic handle the
3096         max value as an unsigned mask and only change the colorkey when it's
3097         a value we recognise.
3098
3099 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3100
3101         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3102         Removed empty * between paragraphs
3103
3104 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3105
3106         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3107         * gst-libs/gst/rtp/README:
3108         Moved some documentation into .c file
3109
3110 2006-09-29  Wim Taymans  <wim@fluendo.com>
3111
3112         * gst/playback/gstdecodebin.c: (no_more_pads):
3113         Fix compilation.
3114
3115 2006-09-29  Wim Taymans  <wim@fluendo.com>
3116
3117         * gst/playback/gstdecodebin.c: (new_caps):
3118         Remove g_print
3119
3120         * gst/playback/gstplaybin.c:
3121         Add some docs.
3122
3123 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3124
3125         * tests/check/Makefile.am:
3126           Re-enable cddabasesrc test to see if it works again
3127           now.
3128
3129 2006-09-29  Wim Taymans  <wim@fluendo.com>
3130
3131         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3132         (gen_source_element):
3133         Handle invalid URIs a bit more gracefully.
3134
3135 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3136
3137         * tests/check/pipelines/oggmux.c:
3138           Remove obsolete comment.
3139
3140 2006-09-29  Michael Smith  <msmith@fluendo.com>
3141
3142         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3143         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3144         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3145         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3146         (gst_ogg_mux_collected):
3147           Commit patch from James "Doc" Livingston, adds proper EOS handling
3148           in oggmux. GStreamer can, for the first time ever, create a valid
3149           Ogg file! Yay!
3150
3151         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3152         (oggmux_suite):
3153           Reenable tests now that they pass.
3154
3155 2006-09-29  Wim Taymans  <wim@fluendo.com>
3156
3157         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3158         Stop reading commands when EOF (we read 0) as well.
3159
3160 2006-09-28  Wim Taymans  <wim@fluendo.com>
3161
3162         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3163         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3164         (find_dynamic), (unlinked), (close_link):
3165         Implement delayed caps linking needed for element with a lot of
3166         different caps on the src pads that get fixed at runtime.
3167         Improve management of dynamic elements.
3168
3169         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3170         (group_destroy), (group_commit), (check_queue), (queue_overrun),
3171         (gen_preroll_element), (remove_groups), (unknown_type),
3172         (add_element_stream), (no_more_pads_full), (no_more_pads),
3173         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3174         (new_decoded_pad), (setup_subtitle), (array_has_value),
3175         (gen_source_element), (source_new_pad), (has_all_raw_caps),
3176         (analyse_source), (remove_decoders), (make_decoder),
3177         (remove_source), (setup_source), (finish_source), (prepare_output),
3178         (gst_play_base_bin_change_state):
3179         * gst/playback/gstplaybasebin.h:
3180         Use more _CAST instead of full type checking casts.
3181         Small cleanups, plug some leaks.
3182         Handle dynamic sources.
3183         Add some helper functions to create lists of strings used for
3184         blacklisting and other stuff.
3185         Refactor some code dealing with analysing the source.
3186         Re-enable sources without pads (like cd:// or other selfcontained
3187         elements).
3188
3189 2006-09-28  Wim Taymans  <wim@fluendo.com>
3190
3191         * gst-libs/gst/audio/gstbaseaudiosink.c:
3192         (gst_base_audio_sink_render):
3193         When we have a timestamp, we can still perform clipping.
3194         When we have no clock, we must play the sample ASAP.
3195
3196 2006-09-28  Wim Taymans  <wim@fluendo.com>
3197
3198         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3199         Set caps on outgoing buffers.
3200
3201         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3202         (gst_video_rate_event), (gst_video_rate_chain):
3203         * gst/videorate/gstvideorate.h:
3204         Fix videorate some more. Fixes #357977
3205
3206 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3207
3208         * tests/check/elements/adder.c: (adder_suite):
3209           Don't set timeout to 6 seconds when we're running
3210           in valgrind ... (and how is 6 seconds longer than
3211           the default anyway?)
3212
3213 2006-09-28  Wim Taymans  <wim@fluendo.com>
3214
3215         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3216         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3217         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3218         Keep sink and src segment to keep track of time and support more
3219         input formats.
3220         Fix bogus next_offset and run_time calculation, don't understand how
3221         this could have worked before. Fixes #357976.
3222         Remove some unneeded vars.
3223
3224 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3225
3226         * gst/playback/gstplaybin.c: (remove_sinks):
3227           Only remove visualisation from visbin if there is a visbin (or:
3228           don't throw warnings when closing totem without playing a file).
3229
3230 2006-09-27  Wim Taymans  <wim@fluendo.com>
3231
3232         * gst-libs/gst/audio/gstbaseaudiosink.c:
3233         (gst_base_audio_sink_render):
3234         Add some more info in a WARNING.
3235
3236         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3237         (gst_base_audio_src_create):
3238         Handle PAUSE in create function, use new -core addition to
3239         wait for playing. Fixes pausing and resuming capture from an
3240         audiosrc.
3241
3242         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3243         (gst_ring_buffer_read):
3244         Constify some more.
3245         Caller supports interrupted reads now.
3246
3247 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3248
3249         * tests/check/Makefile.am:
3250           Another attempt to make the gen64 buildbot happy.
3251
3252 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3253
3254         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3255
3256         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3257         (gst_visual_chain), (gst_visual_change_state):
3258           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3259           correctly. Fixes #357800
3260
3261 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3262
3263         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3264           Add timeout to _get_state() so we see which pipeline it is
3265           that causes trouble on the gen64 build bot.
3266
3267 2006-09-27  Wim Taymans  <wim@fluendo.com>
3268
3269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3270         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3271         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3272         (gst_base_rtp_depayload_set_gst_timestamp):
3273         the source pad always uses fixed caps.
3274
3275 2006-09-27  Wim Taymans  <wim@fluendo.com>
3276
3277         * docs/libs/gst-plugins-base-libs-docs.sgml:
3278         * docs/libs/gst-plugins-base-libs-sections.txt:
3279         * gst-libs/gst/audio/gstaudioclock.c:
3280         * gst-libs/gst/audio/gstaudioclock.h:
3281         * gst-libs/gst/audio/gstaudiosink.c:
3282         * gst-libs/gst/audio/gstaudiosink.h:
3283         * gst-libs/gst/audio/gstaudiosrc.c:
3284         * gst-libs/gst/audio/gstbaseaudiosink.c:
3285         (gst_base_audio_sink_render):
3286         * gst-libs/gst/audio/gstbaseaudiosink.h:
3287         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3288         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3289         * gst-libs/gst/audio/gstringbuffer.h:
3290         Added docs for the audio libs.
3291
3292 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3293
3294         * tests/check/Makefile.am:
3295           Temporarily disable test that fails on the bots for unknown reasons.
3296
3297 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3298
3299         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3300         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3301         Moved AudioCodecType into priv
3302         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3303
3304 2006-09-25  Wim Taymans  <wim@fluendo.com>
3305
3306         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3307         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3308         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3309         (new_pad):
3310         Cleanups and small leak fixes.
3311         Added Depayloaders to valid list of autopluggable elements.
3312
3313 2006-09-25  Wim Taymans  <wim@fluendo.com>
3314
3315         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3316         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3317         (gen_video_element), (gen_text_element), (gen_audio_element),
3318         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3319         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3320         Detect NO_PREROLL state change returns and disable clock distribution to
3321         the sinks so that sync is disabled.
3322         Avoid some type checking and do simple casts instead.
3323         Small cleanups, fix some FIXMEs.
3324         Be more robust when linking user specified elements, catch an report
3325         errors. Fixes #357404.
3326         Fix some leaks in the error paths.
3327
3328 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3329
3330         * ChangeLog:
3331           ChangeLog surgery for missing bug-number
3332
3333 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3334
3335         Patch by: Peter Kjellerstedt  <pkj at axis com>
3336
3337         * gst/playback/test.c:
3338           Fix compilation with uClibc and -Werror (#357591).
3339
3340 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3343           Parse dates that are followed by a time as well (#357532).
3344
3345         * tests/check/libs/tag.c: (test_vorbis_tags):
3346           Add unit test for this.
3347
3348 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3349
3350         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3351         (gst_audio_convert_transform_caps):
3352         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3353         * gst/videotestsrc/videotestsrc.h:
3354           A few array const-ifications.
3355
3356 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3357
3358         * tests/check/Makefile.am:
3359           See if this makes the build bots happy.
3360
3361         * tests/check/libs/cddabasesrc.c:
3362           UTF8-ise my name.
3363
3364 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3365
3366         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3367
3368         * gst/subparse/samiparse.c: (handle_start_font),
3369         (fix_invalid_entities):
3370           More case-insensitivity for certain tags; recognise entities with
3371           decimal codes as special entities as well (#357330).
3372
3373 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3374
3375         * gst-libs/gst/Makefile.am:
3376           Need to build tag directory before cdda.
3377
3378 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3379
3380         * docs/libs/gst-plugins-base-libs-sections.txt:
3381         * gst-libs/gst/cdda/Makefile.am:
3382         * gst-libs/gst/cdda/gstcddabasesrc.c:
3383         (gst_cdda_base_src_base_init):
3384         * gst-libs/gst/cdda/gstcddabasesrc.h:
3385         * gst-libs/gst/tag/tag.h:
3386         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3387         (gst_tag_register_musicbrainz_tags):
3388           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3389           depend on libgsttag. This is required so we can extract/read tags like
3390           DISCID without depending on libgstcddabasesrc (which used to register
3391           them).
3392
3393         * gst-libs/gst/tag/gstvorbistag.c:
3394           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3395           tags (also see #347848).
3396
3397         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3398           Log vorbis comments we are actually writing. Const-ify array.
3399
3400 2006-09-23  Wim Taymans  <wim@fluendo.com>
3401
3402         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3403         Improve buffering a bit by avoiding a deadlock because we cannot assume
3404         the underrun is always called.
3405
3406 2006-09-23  Wim Taymans  <wim@fluendo.com>
3407
3408         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3409
3410         * gst-libs/gst/riff/riff-ids.h:
3411         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3412         (gst_riff_create_audio_template_caps):
3413         Added MPEG-4 AAC and id and caps. Fixes #357289
3414         Added WMA9 Lossless id.
3415
3416 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3417
3418         * ext/gnomevfs/gstgnomevfssrc.c:
3419           Fix misleading docs addition.
3420
3421         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3422           Get rid of compiler warning the right way.
3423
3424 2006-09-22  Wim Taymans  <wim@fluendo.com>
3425
3426         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3427         (gst_base_rtp_depayload_finalize),
3428         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3429         (gst_base_rtp_depayload_push_full),
3430         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3431         (gst_base_rtp_depayload_process),
3432         (gst_base_rtp_depayload_set_gst_timestamp),
3433         (gst_base_rtp_depayload_queue_release):
3434         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3435         Small cleanups.
3436         Fix some leaks.
3437         Refactored the process method and added methods to push from the process
3438         vmethod.
3439         Use _scale functions.
3440         API: gst_base_rtp_depayload_push_ts
3441         API: gst_base_rtp_depayload_push
3442
3443         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3444         timestamps are uint.
3445
3446 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3447
3448         * gst-libs/gst/interfaces/xoverlay.c:
3449           Remove unused statement from doc example.
3450
3451 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3452
3453         * gst-libs/gst/interfaces/videoorientation.c:
3454         (gst_video_orientation_iface_init),
3455         (gst_video_orientation_get_hflip),
3456         (gst_video_orientation_get_vflip),
3457         (gst_video_orientation_get_hcenter),
3458         (gst_video_orientation_get_vcenter),
3459         (gst_video_orientation_set_hflip),
3460         (gst_video_orientation_set_vflip),
3461         (gst_video_orientation_set_hcenter),
3462         (gst_video_orientation_set_vcenter):
3463           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3464           in ChangeLog)
3465
3466 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * tests/check/Makefile.am:
3469         * tests/check/elements/.cvsignore:
3470         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3471         (create_rgb_conversions), (rgb_conversion_free),
3472         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3473         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3474           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3475           but disable for now since it doesn't pass (something wrong with
3476           RGBA somewhere).
3477
3478 2006-09-21  Wim Taymans  <wim@fluendo.com>
3479
3480         * gst/playback/gstplaybasebin.c: (group_commit),
3481         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3482         (queue_out_of_data), (gen_preroll_element),
3483         (preroll_remove_overrun), (probe_triggered):
3484         Refactor handling of overrun detection.
3485         Separate handling of group completion and deadlock detection when doing
3486         network buffering. This should fix some deadlocks that were not detected
3487         because the group was completed.
3488         Add more comments, improve debugging.
3489
3490 2006-09-21  Wim Taymans  <wim@fluendo.com>
3491
3492         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3493         * tests/check/libs/audio.c:
3494         Some more compilation fixes.
3495
3496 2006-09-21  Wim Taymans  <wim@fluendo.com>
3497
3498         * gst-libs/gst/audio/gstringbuffer.c:
3499         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3500         (gst_ring_buffer_read):
3501         Early morning compilation fix.
3502
3503 2006-09-20  Wim Taymans  <wim@fluendo.com>
3504
3505         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3506         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3507         * tests/check/elements/videorate.c: (GST_START_TEST):
3508         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3509         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3510         Fix some warnings.
3511
3512 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3513
3514         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3515         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3516         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3517           Handcrafted merge to help CVS understanding what I changed and what
3518           not.
3519
3520 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3521
3522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3523         (gst_xvimagesink_get_times):
3524           change colorkey behaviour back according to #354773 comment 6/7
3525
3526 2006-09-19  Michael Smith  <msmith@fluendo.com>
3527
3528         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3529         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3530         (gst_multi_fd_sink_recover_client),
3531         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3532         (gst_multi_fd_sink_get_property):
3533         * gst/tcp/gstmultifdsink.h:
3534           Implement stubbed out properties unit-type, units-soft-max,
3535           units-max, to allow specifying maximum sizes in units other than
3536           buffers.
3537           Fixes #355935
3538
3539 2006-09-19  Wim Taymans  <wim@fluendo.com>
3540
3541         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3542         (gst_riff_create_audio_template_caps):
3543         Reorder the audio formats a bit for clarity.
3544         Detect and create caps for MSGSM and MSN (WAV49).
3545         Fixes #356596.
3546
3547         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3548         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3549         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3550         Small cleanups, move error handling out of normal flow for clarity.
3551
3552 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3553
3554         * docs/libs/gst-plugins-base-libs-docs.sgml:
3555         * docs/libs/gst-plugins-base-libs.types:
3556         * gst-libs/gst/interfaces/Makefile.am:
3557         * gst-libs/gst/interfaces/videoorientation.c:
3558         (gst_video_orientation_get_type),
3559         (gst_video_orientation_iface_init),
3560         (gst_video_orientation_get_hflip),
3561         (gst_video_orientation_get_vflip),
3562         (gst_video_orientation_get_hcenter),
3563         (gst_video_orientation_get_vcenter),
3564         (gst_video_orientation_set_hflip),
3565         (gst_video_orientation_set_vflip),
3566         (gst_video_orientation_set_hcenter),
3567         (gst_video_orientation_set_vcenter):
3568         * gst-libs/gst/interfaces/videoorientation.h:
3569           API: Add new interface to control video orientation (fixes #354908)
3570
3571 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3572
3573         * gst/videotestsrc/gstvideotestsrc.c:
3574           Use G_UNLIKELY in _create and log one more detail.
3575           
3576         (gst_video_test_src_get_times), (gst_video_test_src_create):
3577         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3578           Use gst_util_uint64_scale_int in _get_times().
3579
3580 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3581
3582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3583           Give better warning message (add object and detail).
3584
3585 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3586
3587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3588         (gst_xvimagesink_get_times):
3589           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3590           #354773), use gst_util_uint64_scale_int in _get_times()
3591
3592 2006-09-18  Michael Smith  <msmith@fluendo.com>
3593
3594         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3595           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3596           always true, leading to dropping all timestamps.
3597
3598 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3599
3600         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3601         (gst_visual_chain), (gst_visual_change_state):
3602           update to work also with libvisual 0.4 API, fix double unref (#355914)
3603           
3604         * tools/gst-launch-ext.1.in:
3605         * tools/gst-visualise.1.in:
3606           remove references to old man-pages
3607
3608         * tests/examples/seek/seek.c: (main):
3609           add real meadi-buttons, add tool-tips for the seek-options, arrange
3610           seek options in a table
3611
3612 2006-09-18  Michael Smith  <msmith@fluendo.com>
3613
3614         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3615         (gst_ogg_mux_push_buffer):
3616           Don't generate out-of-order timestamps from oggmux, instead clamp
3617           output timestamps to be >= the previously output ts.
3618           Fixes #355595
3619
3620 2006-09-18  Michael Smith  <msmith@fluendo.com>
3621
3622         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3623         (gst_multi_fd_sink_class_init):
3624           Updates, fixes, and typo corrections for multifdsink. No functional
3625           changes.
3626
3627 2006-09-17  Michael Smith  <msmith@fluendo.com>
3628
3629         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3630           Don't crash on truncated files - check that we got an 8 byte buffer
3631           before trying to memcmp it.
3632
3633 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3634
3635         * gst/playback/gstplaybasebin.c: (get_active_source):
3636           Make stream-switching appear instant to the application
3637           (ie. make sure that a g_object_get on 'current-foo' returns
3638           the stream previously set with g_object_set(). Totem needs
3639           this to update stream-related meta-info (like audio-codec)
3640           correctly when switching streams.
3641
3642 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3643
3644         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3645         (gst_alsa_mixer_ensure_track_list):
3646           Try harder to guess which mixer track is the master mixer
3647           track (instead of just taking the first one that has a pvolume).
3648           Fixes #342228.
3649
3650 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3651
3652         reviewed by: <delete if not using a buddy>
3653
3654         * gst-libs/gst/audio/audio.h:
3655         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3656
3657 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3658
3659         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3660         (gst_audio_convert_transform_caps):
3661           Get structure-name just once.
3662
3663 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3664
3665         * tests/check/elements/audioresample.c: (GST_START_TEST):
3666         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3667         * tests/check/elements/volume.c: (GST_START_TEST):
3668         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3669         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3670         (test_pipeline), (GST_START_TEST):
3671         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3672         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3673           Fix big batch of compiler warnings.
3674
3675 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3676
3677         * ext/gnomevfs/gstgnomevfssrc.c:
3678           Add docs about icydemux usage in connection with gnomevfssrc
3679
3680         * ext/libvisual/visual.c:
3681         * ext/ogg/gstoggaviparse.c:
3682         * ext/ogg/gstoggdemux.c:
3683         * ext/ogg/gstoggmux.c:
3684         * ext/ogg/gstoggparse.c:
3685         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3686         * gst-libs/gst/audio/gstaudiosink.c:
3687         * gst-libs/gst/audio/gstaudiosrc.c:
3688         * gst/audiorate/gstaudiorate.c:
3689           More G_OBJECT macro fixing.
3690
3691         * gst/audiotestsrc/gstaudiotestsrc.h:
3692           Fix wrong info in header due to copy & paste
3693
3694 2006-09-15  Wim Taymans  <wim@fluendo.com>
3695
3696         * gst-libs/gst/audio/gstbaseaudiosink.c:
3697         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3698         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3699         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3700         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3701         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3702         Do the delay calculation in the source/sink base classes as this is
3703         specific for the capture/playback mode.
3704         Try to fixate a bit better, like round depth up to a multiple of 8
3705         bigger than width.
3706         Handle underruns correctly by marking DISCONT on buffers and adjusting
3707         timestamps to handle the gap.
3708         Set offset/offset_end correctly on buffers.
3709
3710         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3711         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3712         (gst_ring_buffer_read):
3713         Remove resync and underrun recovery from the ringbuffer.
3714         Fix ringbuffer read code on under/overrun.
3715
3716 2006-09-15  Wim Taymans  <wim@fluendo.com>
3717
3718         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3719         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3720         (queue_threshold_reached), (gst_play_base_bin_set_property),
3721         (gst_play_base_bin_get_property):
3722         * gst/playback/gstplaybasebin.h:
3723         Don't use a 0 low watermark when buffering, it is catching starvation
3724         way too late. Instead, use a 3 second queue with 30 and 95
3725         percent low/high watermarks. 
3726         Added queue-min-threshold property to configure low watermark.
3727         Use new _buffering message API.
3728         Make queue_threshold variable big enough to store a uint64 time value.
3729         API: playbin::queue-min-threshold property.
3730
3731 2006-09-15  Wim Taymans  <wim@fluendo.com>
3732
3733         * configure.ac:
3734         We require 0.10.10.1 now because of _wait_preroll().
3735
3736         * gst-libs/gst/audio/gstbaseaudiosink.c:
3737         (gst_base_audio_sink_render):
3738         Use gst_base_sink_wait_preroll().
3739
3740 2006-09-15  Wim Taymans  <wim@fluendo.com>
3741
3742         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3743         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3744         Use DEBUG_OBJECT more.
3745
3746 === release 0.10.10 ===
3747
3748 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3749
3750         patch by: Michael Smith <msmith at fluendo dot com>
3751
3752         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3753         (gst_multi_fd_sink_client_queue_buffer),
3754         (gst_multi_fd_sink_new_client):
3755         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3756         (multifdsink_suite):
3757           Fix implementation of sync-method 'next-keyframe'
3758           Closes #354594
3759
3760 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3761
3762         patch by: Wim Taymans <wim at fluendo dot com>
3763
3764         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3765         This patch removes the RANDOM flag that was incorrectly introduced with
3766         revision 1.91.  Fixes #354590
3767
3768 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         * tests/check/Makefile.am:
3771           Random variation in Makefile line to see if it makes the
3772           gen64-base-full bot any happier.
3773
3774 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3775
3776         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3777           Disable test that fails at the moment (killed after timeout).
3778
3779 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3780
3781         Patch by: James Livingston  <doclivingston at gmail.com>
3782
3783         * tests/check/Makefile.am:
3784         * tests/check/pipelines/.cvsignore:
3785         * tests/check/pipelines/oggmux.c: (get_page_codec),
3786         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3787         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3788         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3789         (test_theora_vorbis), (oggmux_suite):
3790           Add simple unit test for oggmux from #337026 with checking for the
3791           EOS flags disabled for the time being.
3792
3793 2006-09-04  Wim Taymans  <wim@fluendo.com>
3794
3795         patch by: Alessandro Dessina <alessandro nnva org>
3796
3797         * ext/ogg/gstoggmux.c:
3798         Add cmml caps to oggmux. Fixes #353912
3799
3800 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3801
3802         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3803           Returning a return value often helps. In this case, we
3804           don't need the return value anyway, so just get rid of it.
3805           Should make build bots much happier.
3806
3807 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3808
3809         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3810         (paint_get_structure), (gst_video_test_src_get_size),
3811         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3812         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3813         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3814         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3815         * gst/videotestsrc/videotestsrc.h:
3816           Add support for AYUV and the various RGBA formats. Initialise
3817           fields of paintinfo structs allocated on the stack.
3818
3819         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3820         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3821         (check_rgb_buf), (videotestsrc_suite):
3822           Add unit tests for videotestsrc's RGB output.
3823
3824 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3825
3826         * gst/videotestsrc/gstvideotestsrc.c:
3827         (gst_video_test_src_pattern_get_type),
3828         (gst_video_test_src_set_pattern):
3829         * gst/videotestsrc/gstvideotestsrc.h:
3830         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3831         (gst_video_test_src_black), (gst_video_test_src_white),
3832         (gst_video_test_src_red), (gst_video_test_src_green),
3833         (gst_video_test_src_blue):
3834         * gst/videotestsrc/videotestsrc.h:
3835           Add more uni-colour patterns ("white", "red", "green", and "blue").
3836
3837 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3838
3839         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3840           Fix stride for YVYU, should be word-aligned (#353658).
3841
3842 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3843
3844         * gst/adder/gstadder.c: (gst_adder_src_event):
3845           Fix build.
3846
3847 2006-08-31  Edward Hervey  <edward@fluendo.com>
3848
3849         * gst/adder/gstadder.c: (forward_event_func),
3850         (gst_adder_src_event), (gst_adder_collected),
3851         (gst_adder_change_state):
3852         * gst/adder/gstadder.h:
3853         Remember the start position asked in the incoming seeks, so we can
3854         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3855         of assuming it will always be 0).
3856
3857 2006-08-31  Edward Hervey  <edward@fluendo.com>
3858
3859         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3860         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3861         (gst_ogg_demux_loop):
3862         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3863
3864 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3865
3866         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3867         (gst_ffmpegcsp_get_unit_size):
3868           Return FALSE instead of returning a random false unit
3869           size when the format isn't known/supported (even if
3870           this shouldn't happen under normal circumstances).
3871
3872 2006-08-29  Wim Taymans  <wim@fluendo.com>
3873
3874         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3875
3876         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3877         (gst_gnome_vfs_src_start):
3878         Try harder to get the size from a uri by using _info_uri() when
3879         _info_from_handle() does not give us enough info. 
3880         Also follow symlinks when getting the size.
3881         Partially Fixes #332864.
3882
3883 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3884
3885         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3886
3887         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3888         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3889         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3890         (gst_alsa_mixer_set_record):
3891         * ext/alsa/gstalsamixertrack.c:
3892         (gst_alsa_mixer_track_update_alsa_capabilities),
3893         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3894         (gst_alsa_mixer_track_update):
3895         * ext/alsa/gstalsamixertrack.h:
3896           Improve and fix mixer track handling, in particular better handling
3897           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3898           separate track objects for tracks that have both capture and playback
3899           volume (and label them differently as well so they're not mistakenly
3900           assumed to be duplicates); classify mixer tracks that only affect
3901           the audible volume of something (rather than the capture volume)
3902           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3903           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3904           (following the meaning documented in the mixer interface header
3905           file); add support for alsa's exclusive cswitch groups; update/sync
3906           state/flags better if mixer settings are changed by another
3907           application. Fixes #336075.
3908
3909 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3910
3911         * gst/playback/gstplaybin.c:
3912           Improve docs: add section about BUFFERING messages sent by playbin.
3913
3914 2006-08-29  Michael Smith  <msmith@fluendo.com>
3915
3916         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3917         (gst_vorbis_enc_buffer_check_discontinuous),
3918         (gst_vorbis_enc_chain):
3919           Ignore explicit DISCONT marked on buffers (which is often spurious,
3920           particularly when using multiple segments), in favour of solely
3921           using the timestamps/durations.
3922
3923 2006-08-29  Edward Hervey  <edward@fluendo.com>
3924
3925         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3926         Don't rely on incoming buffers offset anymore, since it is completely
3927         broken when using multiple segments.
3928         Instead convert the incoming buffers timestamp to running time, and
3929         then convert that value to the offsets.
3930         Also inform GstSegment of the last outputted stop position, which is
3931         needed if we received several segments with an unknown stop value.
3932
3933 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3934
3935         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3936           fix buffer unreffing on a header push failure
3937
3938 2006-08-28  Wim Taymans  <wim@fluendo.com>
3939
3940         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3941         (gst_audio_rate_chain):
3942         Make the metadata of the buffer writable before changing its
3943         flags.
3944
3945 2006-08-28  Wim Taymans  <wim@fluendo.com>
3946
3947         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3948         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3949         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3950         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3951         Fix audiorate some more.
3952         Reset and resync counters on flush and READY.
3953         Handle the DISCONT flag correctly.
3954         Use GstSegment to track position.
3955         Fail when not negotiated.
3956         Fixes #353234.
3957
3958 2006-08-25  Michael Smith  <msmith@fluendo.com>
3959
3960         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3961           Fix spelling.
3962           Remove accidently included debug line.
3963
3964 2006-08-25  Wim Taymans  <wim@fluendo.com>
3965
3966         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3967         Small cleanups.
3968         If a buffer is received with no caps, make the buffer metadata
3969         writable and set the caps, making sure that we don't screw up the
3970         refcounts.
3971
3972 2006-08-25  Michael Smith  <msmith@fluendo.com>
3973
3974         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3975         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3976           Fix memory leaks and misleading debug messages, add a couple of
3977           comments.
3978
3979         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3980         (gst_multi_fd_sink_render):
3981           Do not use gst_buffer_make_writable() in a basesink render method,
3982           as it may incorrectly unref the buffer. Instead, use convoluted
3983           dance to avoid copying the buffer except when we need to.
3984
3985 2006-08-25  Michael Smith  <msmith@fluendo.com>
3986
3987         * ext/vorbis/vorbisenc.c:
3988         (gst_vorbis_enc_buffer_check_discontinuous):
3989           Allow very small discontinuities in the timestamps. These we can't
3990           do anything useful with anyway (because vorbis's timestamps have
3991           only sample granularity), and are commonly produced by elements with
3992           minor bugs. Allow up to 1/2 a sample out.
3993           Fixes #351742.
3994
3995 2006-08-24  Wim Taymans  <wim@fluendo.com>
3996
3997         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3998         (play_scrub_toggle_cb), (main):
3999         Add a checkbox to enable play scrubbing. Makes it possible to disable
4000         normal scrubbing.
4001
4002 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
4003
4004         * tests/check/elements/.cvsignore:
4005           make buildbot happy
4006
4007 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4008
4009         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4010         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
4011         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
4012         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4013         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4014         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
4015         (gst_ogm_text_parse_strip_trailing_zeroes),
4016         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
4017         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
4018           Refactor ogm parse, do better input checking, misc. clean-ups.
4019           Cache incoming events and push them once the source pad has
4020           been created. Don't pass unterminated strings to sscanf().
4021           Strip trailing zeroes from subtitle text output, since they
4022           are not valid UTF-8. Don't push vorbiscomment packets on
4023           the subtitle text pad. Output perfect streams if possible.
4024
4025 2006-08-23  Wim Taymans  <wim@fluendo.com>
4026
4027         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
4028         Waits for tasks to settle down so that we clean up correctly for 
4029         valgrind.
4030
4031 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
4034           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
4035           actually return return value in taglists_are_equal.
4036
4037 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4038
4039         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4040           Fix crash due to broken bitstream parsing on x86-64: can't make
4041           any assumptions about sizeof(struct) due to alignment/packing
4042           differences on different architectures. Fixes #351790.
4043
4044 2006-08-22  Wim Taymans  <wim@fluendo.com>
4045
4046         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4047         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4048         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4049         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4050         (gst_riff_parse_info):
4051         Protect public functions against bad input.
4052         Do some cleanups.
4053         Fix documentation.
4054
4055 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4056
4057         * gst-libs/gst/riff/riff-ids.h:
4058         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4059           Add voxware audio IDs (even if we can't play it) (#351795).
4060
4061 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4062
4063         * gst-libs/gst/riff/riff-media.c:
4064         (gst_riff_create_video_template_caps),
4065         (gst_riff_create_audio_template_caps),
4066         (gst_riff_create_iavs_template_caps):
4067           Const-ify some arrays and use G_N_ELEMENTS instead
4068           of wasting oodles of RAM on terminator bits.
4069
4070 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4071
4072         * gst-libs/gst/tag/gstvorbistag.c:
4073         (gst_tag_list_to_vorbiscomment_buffer):
4074         * tests/check/libs/tag.c: (GST_START_TEST):
4075           And the same for _to_vorbiscomment_buffer(): allow
4076           id_data_len == 0 for speex.
4077
4078 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4079
4080         * configure.ac:
4081         * docs/plugins/Makefile.am:
4082         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4083         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4084         * docs/plugins/inspect/plugin-gdp.xml:
4085         * gst/gdp/Makefile.am:
4086         * tests/check/Makefile.am:
4087           Move GDP plugin to -base from -bad.  Closes #347783.
4088
4089 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4090
4091         * gst-libs/gst/tag/gstvorbistag.c:
4092         (gst_tag_list_from_vorbiscomment_buffer):
4093           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4094           Also add some checks to make sure we don't memcmp() beyond the end of
4095           vorbiscomment buffer if the ID to check for is larger than the buffer.
4096
4097         * tests/check/libs/tag.c: (GST_START_TEST):
4098           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4099
4100 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4101
4102         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4103         (gst_vorbis_enc_set_metadata):
4104           Use vorbis comment utility functions from libgsttag
4105           instead of re-inventing the wheel (partially fixes #347091).
4106
4107 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4108
4109         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4110         Fix leaks. Wait for state transitions that might happen ASYNC, as well
4111         as some that won't.
4112
4113 2006-08-21  Wim Taymans  <wim@fluendo.com>
4114
4115         * docs/libs/Makefile.am:
4116         * docs/libs/gst-plugins-base-libs-sections.txt:
4117         * docs/libs/gst-plugins-base-libs.types:
4118         Don't try to GObject scan the netbuffer as it's not a GObject.
4119         Fixes #351308.
4120
4121         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4122         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4123         Document GstNetBuffer.
4124
4125 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
4126
4127         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4128         (audioconvert_suite):
4129           Add testcase for caps-size-explosion
4130
4131 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4132
4133         * gst/audioconvert/gstaudioconvert.c:
4134         (gst_audio_convert_get_unit_size), (set_structure_widths):
4135           Lower debug, use g_assert in _get_unit_size
4136
4137         * gst/audioresample/gstaudioresample.c:
4138         (audioresample_get_unit_size):
4139         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4140         (gst_ffmpegcsp_get_unit_size):
4141         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4142           use g_assert in _get_unit_size
4143
4144 2006-08-18  Wim Taymans  <wim@fluendo.com>
4145
4146         * docs/libs/gst-plugins-base-libs-sections.txt:
4147         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4148         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4149         (gst_rtp_buffer_get_payload_buffer):
4150         * gst-libs/gst/rtp/gstrtpbuffer.h:
4151         Document GstRTPBuffer.
4152         Added function to efficiently strip payload headers.
4153         API: gst_rtp_buffer_get_payload_subbuffer()
4154
4155 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4156
4157         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4158         (gst_tag_to_vorbis_comments):
4159           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4160           tags and deserialise them properly as well (#347091).
4161           Add some more gtk-doc blurbs and also some g_return_if_fail().
4162
4163         * tests/check/libs/tag.c: (GST_START_TEST),
4164         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4165           More tests.
4166
4167 2006-08-17  Wim Taymans  <wim@fluendo.com>
4168
4169         * ext/ogg/Makefile.am:
4170         * ext/ogg/gstogg.c: (plugin_init):
4171         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4172         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4173         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4174         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4175         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4176         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4177         Added ogg-in-avi parser element. Fixes #140139.
4178
4179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4180         Fixed a bug in oggdemux debug code.
4181
4182         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4183         (gst_riff_create_audio_template_caps):
4184         Recognise Ogg in the AVI extensible wave format.
4185
4186 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4187
4188         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4189           Make buffer durations add up (duration should be next_ts-ts for
4190           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4191           from CVS.
4192
4193         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4194         (test_buffer_timestamps), (cddabasesrc_suite):
4195           Add unit test for the above.
4196
4197         * tests/check/Makefile.am:
4198           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4199           to see what happens.
4200
4201 2006-08-16  Wim Taymans  <wim@fluendo.com>
4202
4203         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4204         (gst_alsasink_open):
4205         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4206         (gst_alsasrc_open):
4207         Avoid setting and using a NULL device name.
4208         Print more info when we fail to open a device.
4209
4210 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4211
4212         * docs/libs/gst-plugins-base-libs-sections.txt:
4213         * gst-libs/gst/tag/tag.h:
4214         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4215           API: add gst_tag_parse_extended_comment() (#351426).
4216
4217         * tests/check/Makefile.am:
4218         * tests/check/libs/.cvsignore:
4219         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4220           Add unit test for gst_tag_parse_extended_comment().
4221
4222 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4223
4224         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4225         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4226           Fix leak (#351502).
4227
4228 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4229
4230         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4231         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4232         * docs/plugins/gst-plugins-base-plugins.args:
4233         * gst/playback/gstplaybin.c:
4234           Document playbin.
4235           
4236         * docs/plugins/inspect/plugin-adder.xml:
4237         * docs/plugins/inspect/plugin-alsa.xml:
4238         * docs/plugins/inspect/plugin-audioconvert.xml:
4239         * docs/plugins/inspect/plugin-audiorate.xml:
4240         * docs/plugins/inspect/plugin-audioresample.xml:
4241         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4242         * docs/plugins/inspect/plugin-cdparanoia.xml:
4243         * docs/plugins/inspect/plugin-decodebin.xml:
4244         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4245         * docs/plugins/inspect/plugin-gnomevfs.xml:
4246         * docs/plugins/inspect/plugin-ogg.xml:
4247         * docs/plugins/inspect/plugin-pango.xml:
4248         * docs/plugins/inspect/plugin-playbin.xml:
4249         * docs/plugins/inspect/plugin-subparse.xml:
4250         * docs/plugins/inspect/plugin-tcp.xml:
4251         * docs/plugins/inspect/plugin-theora.xml:
4252         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4253         * docs/plugins/inspect/plugin-video4linux.xml:
4254         * docs/plugins/inspect/plugin-videorate.xml:
4255         * docs/plugins/inspect/plugin-videoscale.xml:
4256         * docs/plugins/inspect/plugin-videotestsrc.xml:
4257         * docs/plugins/inspect/plugin-volume.xml:
4258         * docs/plugins/inspect/plugin-vorbis.xml:
4259         * docs/plugins/inspect/plugin-ximagesink.xml:
4260         * docs/plugins/inspect/plugin-xvimagesink.xml:
4261           Update to CVS version.
4262
4263 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4264
4265         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4266         (gst_play_bin_set_property), (gst_play_bin_get_property),
4267         (value_list_append_structure_list),
4268         (gst_play_bin_handle_redirect_message),
4269         (gst_play_bin_handle_message):
4270           API: GstPlayBin::connection-speed
4271           Add "connection-speed" property; re-order redirect messages with
4272           multiple redirect locations depending on the minimum bitrate if
4273           that information is available and a connection speed is set
4274           (#350399).
4275
4276 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4277
4278         * gst/playback/gstplaybin.c:
4279           Update max volume to the same value that the volume element uses.
4280
4281 2006-08-14  Wim Taymans  <wim@fluendo.com>
4282
4283         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4284         Less uglyness..
4285
4286 2006-08-14  Wim Taymans  <wim@fluendo.com>
4287
4288         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4289         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4290         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4291         Add some more debug info.
4292         Don't crash when a seek failed.
4293         Actually return the result of the seek instead of TRUE.
4294         Ignore multiple BOS pages with the same serial so that we don't create
4295         the same stream multiple times.
4296         Post an error when we fail to do the initial seek.
4297
4298 2006-08-13  Wim Taymans  <wim@fluendo.com>
4299
4300         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4301         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4302         Small code cleanup.
4303
4304         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4305         (gst_alsa_mixer_new):
4306         Remove hack that always set the device to hw:0*.
4307         Properly find the card name for whatever device was configured.
4308         Do some better debugging.
4309         Fixes #350784.
4310
4311         * ext/alsa/gstalsamixerelement.c:
4312         (gst_alsa_mixer_element_set_property),
4313         (gst_alsa_mixer_element_change_state):
4314         Cleanups.
4315         Handle setting of a NULL device name better.
4316
4317 2006-08-11  Wim Taymans  <wim@fluendo.com>
4318
4319         * gst/adder/gstadder.c:
4320         Don't clip float values. Fixes #350900.
4321
4322 2006-08-11  Andy Wingo  <wingo@pobox.com>
4323
4324         * gst/tcp/gsttcp.c: Really fix the build?
4325
4326         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4327         fixes the build.
4328
4329 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4330
4331         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4332           Float caps shouldn't have a "signed" field.
4333
4334 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4335
4336         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4337           Implement SEEKING query in its most basic form, so that we can
4338           at least check if we're seekable or not (#350655).
4339
4340 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4341
4342         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4343           The checks here are not even close to anything that would
4344           justify MAXIMUM probability, lowering to POSSIBLE until someone
4345           fixes the checks (case at hand: quicktime redirection files
4346           might start with 00 00 01 XX and pass the checks here just
4347           fine, see #350399).
4348
4349 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4350
4351         Patch by: Sjoerd Simons  <sjoerd at luon net>
4352
4353         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4354           Better detection for multipart/x-mixed-replace: accept leading
4355           whitespaces before the boundary marker as well (as our very own
4356           multipartmux used to produce) (#349068).
4357
4358 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4359
4360         Patch by: Young-Ho Cha  <ganadist at chollian net>
4361
4362         * gst-libs/gst/riff/riff-ids.h:
4363         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4364         (gst_riff_create_audio_template_caps):
4365           Detect DTS audio streams (#350157).
4366
4367 2006-08-05  Andy Wingo  <wingo@pobox.com>
4368
4369         * ext/theora/gsttheoraparse.h:
4370         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4371         (theora_parse_dispose, theora_parse_set_property)
4372         (theora_parse_get_property, theora_parse_munge_granulepos)
4373         (theora_parse_push_buffer, theora_parse_change_state):
4374         API: GstTheoraParse::synchronization-points
4375         Add a property 'synchronization-points' to fix badly synchronized oggs.
4376
4377 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4378
4379         * tests/check/Makefile.am:
4380         * tests/check/libs/.cvsignore:
4381         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4382         (fixed_caps_have_channel_positions), (GST_START_TEST),
4383         (audio_suite), (main):
4384           Add a few tests for the channel position stuff in libgstaudio.
4385
4386 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4387
4388         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4389         (gst_alsa_detect_channels):
4390         * ext/alsa/gstalsasink.c:
4391           Add support for cards that (only) do more than 8 channels,
4392           like the Delta 44 (#345188).
4393
4394         * gst-libs/gst/audio/multichannel.c:
4395         (gst_audio_check_channel_positions):
4396         * gst-libs/gst/audio/multichannel.h:
4397           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4398           unspecified channel position and cannot be combined with any
4399           of the other audio channel positions; adjust position layout
4400           checks accordingly (#345188).
4401
4402 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4403
4404         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4405           Recognise ancient RealAudio files (see #349779).
4406
4407 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4408
4409         Patch by: Jens Granseuer  <jensgr at gmx net>
4410
4411         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4412           Add typefinder for Interplay's MVE format (#348973).
4413
4414 2006-08-02  Wim Taymans  <wim@fluendo.com>
4415
4416         Patch by: Marcel Moreaux <marcelm at luon dot net>
4417
4418         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4419         (gst_base_rtp_depayload_add_to_queue):
4420         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4421         Handle RTP sequence number rollover.
4422         Disable jitterbuffer by default.
4423
4424 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4425
4426         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4427         (audioresample_set_caps):
4428         Don't leak references to the incoming caps. Clean them up when
4429         stopping.
4430
4431         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4432         (gst_video_scale_finalize):
4433         Don't leak our temporary pixel buffer.
4434
4435         * tests/check/Makefile.am:
4436         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4437         (GST_START_TEST), (simple_launch_lines_suite):
4438
4439         Fix leaks and re-enable the test for valgrind checking.
4440
4441 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4442
4443         Patch by: Sjoerd Simons  <sjoerd at luon net>
4444
4445         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4446         (plugin_init):
4447           Add typefind function for multipart/x-mixed-replace (#348916).
4448
4449 2006-07-28  Wim Taymans  <wim@fluendo.com>
4450
4451         * gst/adder/gstadder.c: (gst_adder_setcaps),
4452         (gst_adder_query_duration):
4453         Fix leak in duration query.
4454         Reflow some docs and notes.
4455
4456 2006-07-28  Michael Smith  <msmith@fluendo.com>
4457
4458         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4459         (vorbisenc_suite):
4460           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4461           aspect of it.
4462
4463 2006-07-28  Michael Smith  <msmith@fluendo.com>
4464
4465         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4466         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4467         (gst_vorbis_enc_push_buffer),
4468         (gst_vorbis_enc_buffer_check_discontinuous),
4469         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4470         * ext/vorbis/vorbisenc.h:
4471           Handle discontinuities in the input vorbis stream correctly,
4472           so that the output is properly timestamped (and has good granulepos
4473           values). Needs some oggmux fixes too.
4474
4475 2006-07-27  Wim Taymans  <wim@fluendo.com>
4476
4477         patch by: Kai Vehmanen <kv2004 eca cx>
4478
4479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4480         (gst_base_rtp_depayload_chain),
4481         (gst_base_rtp_depayload_handle_sink_event),
4482         (gst_base_rtp_depayload_change_state):
4483         Don't send multiple newsegments with different formats.
4484         Fixes #348677.
4485
4486 2006-07-26  Wim Taymans  <wim@fluendo.com>
4487
4488         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4489         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4490         Make seeking in ogg more accurate again by doing the more correct
4491         granuletime to stream time conversion.
4492
4493 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4494
4495         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4496         (gst_multi_fd_sink_new_client):
4497           debug a little more understandably
4498           do not use goto as a substitute for break, especially if
4499           break is also being used
4500
4501 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4502
4503         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4504         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4505           Remove GLib-2.6 compatibility cruft.
4506
4507 2006-07-24  Wim Taymans  <wim@fluendo.com>
4508
4509         * gst-libs/gst/audio/gstbaseaudiosink.c:
4510         (gst_base_audio_sink_render):
4511         Don't try to align a sample to an unknown value.
4512
4513 2006-07-24  Wim Taymans  <wim@fluendo.com>
4514
4515         * gst-libs/gst/audio/gstbaseaudiosink.c:
4516         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4517         When the audio clock is slaved to another clock, never try to align
4518         samples but trust the rate interpolation algorithm.
4519
4520 2006-07-24  Wim Taymans  <wim@fluendo.com>
4521
4522         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4523         Don't try to calculate silence samples, base class does this much
4524         better now.
4525
4526         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4527         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4528         (gst_ring_buffer_acquire):
4529         Calculate silence samples correctly.
4530
4531         * gst-libs/gst/audio/gstringbuffer.h:
4532         Add _CAST macro.
4533
4534 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4535
4536         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4537           Limit search for the first markup tag to the first few kB of
4538           the file. If we don't find one there, it's highly unlikely that
4539           this is an XML(-ish) file.
4540
4541 2006-07-21  Andy Wingo  <wingo@pobox.com>
4542
4543         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4544         test to the one in vorbisenc. Also commented out.
4545
4546         * tests/check/pipelines/vorbisenc.c: 
4547         (test_discontinuity): New test, commented out until Mike lands
4548         some elite vorbisenc patches.
4549
4550         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4551         Bufferstraw was actually factored out of these tests. Now we share
4552         code yay.
4553
4554         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4555         for bufferstraw addition to gstcheck.
4556
4557 2006-07-21  Wim Taymans  <wim@fluendo.com>
4558
4559         * ext/theora/theoradec.c: (clip_buffer):
4560         Better clipping.
4561
4562 2006-07-21  Wim Taymans  <wim@fluendo.com>
4563
4564         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4565         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4566         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4567         Fix leak.
4568         Avoid type casting when we can.
4569
4570         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4571         Fix mem leak.
4572
4573 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4574
4575         * ext/alsa/gstalsamixerelement.c:
4576         (gst_alsa_mixer_element_change_state):
4577           Make state change fail if the specified device can't be opened
4578           for some reason.
4579
4580 2006-07-20  Wim Taymans  <wim@fluendo.com>
4581
4582         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4583         (cb_newpad), (main):
4584         Example of a small audio/video player using decodebin.
4585
4586 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4587
4588         * gst-libs/gst/riff/riff-ids.h:
4589           Add 'fact' chunk id
4590
4591 2006-07-19  Wim Taymans  <wim@fluendo.com>
4592
4593         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4594         (gst_base_rtp_depayload_chain),
4595         (gst_base_rtp_depayload_change_state):
4596         Don't assert when not negotiated but post a meaningfull 
4597         error message. Fixes #347918.
4598
4599         * gst-libs/gst/rtp/gstbasertppayload.c:
4600         Add comment about better default MTU size.
4601
4602         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4603         Small cleanups, start docs.
4604
4605 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4606
4607         Patch by: Martin Szulecki
4608
4609         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4610           If "device-name" is requested and the device is not
4611           open, try to temporarily open it to obtain this
4612           information (#342494).
4613
4614 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4615
4616         * gst-libs/gst/tag/gstid3tag.c:
4617           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4618
4619         * gst-libs/gst/tag/gsttageditingprivate.h:
4620         * gst-libs/gst/tag/gstvorbistag.c:
4621           Some more random const-ifications.
4622
4623 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4624
4625         * gst-libs/gst/riff/riff-ids.h:
4626         * gst-libs/gst/riff/riff-media.c:
4627         (gst_riff_create_video_template_caps):
4628           Add more FOURCCs (sort list to make stuff easier to find),
4629           add comment what those 16 bytes in struct _gst_riff_strh according to
4630           one avi-dumper are
4631
4632 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4633
4634         * gst-libs/gst/audio/multichannel.c:
4635         (gst_audio_check_channel_positions),
4636         (gst_audio_fixate_channel_positions):
4637           Const-ify two arrays.
4638
4639 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4640
4641         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4642           Fix typo, so that alsasink also advertises 8 channels
4643           if that's supported (tags: can, worms, open, alsa, ph34r).
4644
4645 2006-07-17  Wim Taymans  <wim@fluendo.com>
4646
4647         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4648         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4649         *sigh*, when is the compiler going to warn when the comments
4650         are out-of-sync with the code.. Refix case of busted theora
4651         headers with 0 granule pos.
4652
4653 2006-07-14  Wim Taymans  <wim@fluendo.com>
4654
4655         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4656         (gst_base_rtp_depayload_wait),
4657         (gst_base_rtp_depayload_change_state),
4658         (gst_base_rtp_depayload_set_property),
4659         (gst_base_rtp_depayload_get_property):
4660         Fix 99% cpu load by waiting for absolute times on the
4661         clock. Fixes #347300.
4662
4663 2006-07-14  Andy Wingo  <wingo@pobox.com>
4664
4665         * ext/theora/gsttheoraparse.h: 
4666         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4667         (theora_parse_push_headers, theora_parse_clear_queue)
4668         (theora_parse_drain_queue_prematurely, )
4669         (theora_parse_sink_event, theora_parse_change_state): Queue events
4670         until we initialized our state, like in vorbisparse.
4671
4672         * ext/vorbis/vorbisparse.h: 
4673         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4674         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4675         (vorbis_parse_drain_queue_prematurely, )
4676         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4677         until we have initialized our state. Fixes seeking after an
4678         initial pad block.
4679
4680 2006-07-14  Andy Wingo  <wingo@pobox.com>
4681
4682         Patch by: Iain Holmes <iaingnome@gmail.com>
4683         
4684         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4685
4686 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4687
4688         * configure.ac:
4689         Bump nano back to CVS
4690
4691 === release 0.10.9 ===
4692
4693 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4694
4695         * configure.ac:
4696           releasing 0.10.9, "I walk the line"
4697
4698 2006-07-14  Michael Smith  <msmith@fluendo.com>
4699
4700         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4701           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4702           (commonly happens when running this test under valgrind) when trying
4703           to remove the buffer probe.
4704
4705 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4706
4707         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4708         Fix missing g_unlock from the previous commit
4709
4710 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4711
4712         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4713         (gst_ximagesink_change_state):
4714         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4715         (gst_xvimagesink_change_state):
4716         Implement a locking order to ensure we always take the object lock
4717         before the x_lock and never vice-versa.
4718
4719 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4720
4721         * gst/playback/gstdecodebin.c: (find_compatibles):
4722         Fix a caps leak when linking (#347304)
4723
4724         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4725         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4726         (gst_ximagesink_change_state):
4727         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4728         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4729         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4730         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4731         Don't leak shared memory resources. Use the object lock to protect
4732         against the xcontext disappearing while returning a buffer from the
4733         pipeline. (#347304)
4734
4735 2006-07-12  Edward Hervey  <edward@fluendo.com>
4736
4737         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4738         (vorbis_handle_comment_packet):
4739         gst_tag_list_merge() returns a new object. Take that into account when
4740         using it. This avoids memleak.
4741         Revert previous commit which is not needed.
4742
4743 2006-07-12  Edward Hervey  <edward@fluendo.com>
4744
4745         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4746         Reset the decoder in finalize so that all fields get cleared.
4747
4748 2006-07-12  Wim Taymans  <wim@fluendo.com>
4749
4750         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4751         (gst_base_audio_src_set_clock),
4752         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4753         Don't try to post an error message when setting the clock fails
4754         as this can happen when adding an element to a bin which will then
4755         deadlock. Fixes #347296.
4756
4757 2006-07-12  Edward Hervey  <edward@fluendo.com>
4758
4759         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4760         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4761         (vorbis_handle_type_packet):
4762         Post tag messages on the bus even if we're not initialized.
4763         If we're not initialized, we still postpone the event pushing of tags.
4764
4765 2006-07-12  Wim Taymans  <wim@fluendo.com>
4766
4767         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4768         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4769         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4770         Revert last two changes that broke the freeze.
4771
4772 2006-07-12  Wim Taymans  <wim@fluendo.com>
4773
4774         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4775         basesink calculates silence sample correctly for us.
4776
4777 2006-07-12  Wim Taymans  <wim@fluendo.com>
4778
4779         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4780         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4781         Calculate correct silence samples so we don't fill our ringbuffer
4782         with noise.
4783
4784 2006-07-12  Edward Hervey  <edward@fluendo.com>
4785
4786         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4787         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4788         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4789         * ext/vorbis/vorbisdec.h:
4790         Delay sending events (newsegment, tags) until the decoder is properly
4791         initialized.
4792         Fixes #347295
4793
4794 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4795
4796         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4797         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4798           Patch from #347221 adding a test for audioconvert
4799           channel remappings.
4800
4801 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4802
4803         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4804         (gst_ssa_parse_parse_line):
4805           Don't include the terminating NUL in the buffer size,
4806           it's only there for extra paranoia (would add random
4807           '*' characters at the end of each subtitle since the
4808           terminator itself is not valid UTF-8 technically).
4809           Also fix indenting after boilerplate macro.
4810
4811 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4812
4813         * gst/playback/gstdecodebin.c: (close_pad_link):
4814           Also emit 'unknown-type' signal (which should really be
4815           called unhandled-type) if we found potential decoders/demuxers
4816           in the registry but none of them worked in the end (as in the
4817           case where the plugins don't exist any longer but are still
4818           listed in the registry). Fixes #329798.
4819
4820 2006-07-08  Andy Wingo  <wingo@pobox.com>
4821
4822         * theoraparse.c (theora_parse_push_buffer)
4823         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4824         Add some more debugging. Fix granulepos reconstruction in the face
4825         of discontinuities.
4826
4827 2006-07-06  Wim Taymans  <wim@fluendo.com>
4828
4829         * gst-libs/gst/audio/gstbaseaudiosink.c:
4830         (gst_base_audio_sink_class_init),
4831         (gst_base_audio_sink_provide_clock):
4832         Use gobject_class instead of G_OBJECT_CLASS (klass)
4833
4834         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4835         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4836         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4837         (gst_base_audio_src_get_time),
4838         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4839         (gst_base_audio_src_create_ringbuffer):
4840         Fix latency and buffer-time constants and properties ala basesink.
4841         Implement pull based scheduling. Fixes #346527.
4842         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4843         one segment.
4844         Refuse slaving to another clock instead of silently not working.
4845         Only provide a clock when we are actually able to do so.
4846         Various small cleanups and compiler hints.
4847
4848 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4849
4850         Patch by: Lutz Mueller <lutz at topfrose de>
4851
4852         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4853         (plugin_init):
4854           Add typefinding for text/html (#346581).
4855
4856 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4857
4858         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4859         (xml_check_first_element), (xml_type_find), (smil_type_find):
4860           Fix SMIL typefinding, make xml_check_first_element() more
4861           useful.
4862
4863 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4864
4865         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4866         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4867         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4868         * gst/playback/gstplaybasebin.h:
4869           Protect list of elements with a subtitle-encoding property and
4870           the subtitle encoding member itself with a lock of their own
4871           instead of using the object lock. This prevents a dead-lock in
4872           the element-remove callback in some circumstances when shutting
4873           down playbin.
4874
4875 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4876
4877         * win32/common/libgsttag.def:
4878         Export some new functions.
4879         * win32/vs6/libgstogg.dsp:
4880         Add a link to libgsttag-0.10.lib.
4881
4882 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4883
4884         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4885           Some const-ification.
4886
4887 2006-07-04  Wim Taymans  <wim@fluendo.com>
4888
4889         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4890         Improve checking if we are dealing with a stream. Added some
4891         more uris that need buffering.
4892
4893 2006-07-03  Edward Hervey  <edward@fluendo.com>
4894
4895         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4896         Remove unused variable.
4897
4898 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4899
4900         * Makefile.am:
4901           include lcov.mak
4902         * configure.ac:
4903           add GCOV_LIBS to GST_LIBS
4904
4905 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4906
4907         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4908
4909         * ext/alsa/gstalsasrc.c:
4910           Add 32 bps to template caps and increase channels range
4911           from [1,2] to [1,MAX]. See #346326.
4912
4913 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4914
4915         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4916           Recognise 'WMVA' video codec fourcc (#345879).
4917           
4918 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4919          
4920         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4921           Fixed nasty memory leak
4922
4923 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4924
4925         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4926         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4927           fix logging
4928
4929 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4930
4931         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4932         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4933         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4934         Protect remove_fakesink using a mutex, so that we don't try and
4935         remove the fakesink simultaneously from multiple threads.
4936
4937         When going from READY to PAUSED, restore the fakesink, so that
4938         it is there when decodebin gets reused.
4939
4940 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4941
4942         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4943         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4944         * gst-libs/gst/rtp/gstbasertppayload.c:
4945         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4946         * gst/tcp/gstmultifdsink.c:
4947         * gst/tcp/gsttcpclientsink.c:
4948         * gst/tcp/gsttcpclientsrc.c:
4949         * gst/tcp/gsttcpserversink.c:
4950         * gst/tcp/gsttcpserversrc.c:
4951         * gst/videorate/gstvideorate.c:
4952         * gst/videotestsrc/gstvideotestsrc.c:
4953         * sys/v4l/gstv4ljpegsrc.c:
4954         * sys/v4l/gstv4lmjpegsink.c:
4955         * sys/v4l/gstv4lsrc.c:
4956         * tests/examples/seek/scrubby.c:
4957         * tests/examples/seek/seek.c:
4958           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4959
4960 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4961
4962         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4963           Second field in GEnumValue shouldn't be a description,
4964           but a stringified version of the enum value.
4965
4966 2006-06-22  Wim Taymans  <wim@fluendo.com>
4967
4968         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4969         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4970         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4971         Avoid type checking in buffer casts.
4972         Avoid caps copy in buffer_alloc when we can.
4973         Use pad_peer_accept.
4974
4975 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4976
4977         * gst-libs/gst/tag/tag.h:
4978           Oops, make that 'Since: 0.10.9'.
4979
4980 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4981
4982         * docs/libs/gst-plugins-base-libs-sections.txt:
4983         * gst-libs/gst/tag/tag.h:
4984         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4985         (gst_tag_image_type_get_type):
4986           API: add GstTagImageType enum to describe images contained
4987           in image tags (#345641).
4988
4989 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4990
4991         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4992           Fix warnings with gst-inspect: "buffers-min" property
4993           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4994           typo in property description.
4995
4996 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4997
4998         Patch by: Cody Russell <bratsche at gnome org>
4999
5000         * gst/audioresample/gstaudioresample.c:
5001         (gst_audioresample_class_init):
5002         * gst/playback/gststreamselector.c:
5003         (gst_stream_selector_class_init):
5004         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5005         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5006         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5007         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
5008         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
5009         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
5010         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
5011         * gst/videotestsrc/gstvideotestsrc.c:
5012         (gst_video_test_src_class_init):
5013         * gst/volume/gstvolume.c: (gst_volume_class_init):
5014           Avoid unnecessary class cast check in class_init
5015           functions (#337747).
5016
5017 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
5018
5019         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
5020         (gst_text_overlay_video_chain):
5021           g_markup_escape_text() REALLY doesn't like non-UTF8 input
5022           and doesn't validate its input either (and neither did
5023           textoverlay it seems). Let's do that then and fix #345206.
5024
5025 2006-06-19  Wim Taymans  <wim@fluendo.com>
5026
5027         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5028         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
5029         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
5030         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
5031         (find_syncframe), (find_limits), (assign_value),
5032         (count_burst_unit), (gst_multi_fd_sink_new_client),
5033         (gst_multi_fd_sink_handle_client_write),
5034         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
5035         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
5036         (gst_multi_fd_sink_change_state):
5037         * gst/tcp/gstmultifdsink.h:
5038         Added shiny new burst-on-connect methods.
5039         Add properties to control the minimal amount of data queued.
5040         Small cleanups.
5041         API: bytes-min property
5042         API: time-min property
5043         API: buffers-min property
5044         API: burst-unit property
5045         API: burst-value property
5046         API: add-full signal
5047
5048         * gst/tcp/gsttcp-marshal.list:
5049         Added new marshaller code for the new signal.
5050
5051         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5052         (multifdsink_suite):
5053         Added testcases for new burst methods.
5054
5055 2006-06-19  Edward Hervey  <edward@fluendo.com>
5056
5057         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5058         Implement clipping for accurate seeking.
5059         Closes #345225
5060
5061 2006-06-19  Wim Taymans  <wim@fluendo.com>
5062
5063         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5064
5065         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5066         (gst_video_scale_transform):
5067         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5068
5069 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
5070
5071         * configure.ac:
5072           Fix --disable-external (can't set conditionals conditionally,
5073           #343602).
5074
5075 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5076
5077         * tests/check/elements/audioresample.c: (test_reuse),
5078         (audioresample_suite):
5079           Add test case for bug #342789 fixed below.
5080
5081 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5082
5083         * gst/audioresample/gstaudioresample.c:
5084         (gst_audioresample_class_init), (gst_audioresample_init),
5085         (audioresample_start), (audioresample_stop),
5086         (gst_audioresample_set_property), (gst_audioresample_get_property):
5087           Implement GstBaseTransform::start and ::stop so that audioresample
5088           can clear its internal state properly and be reused instead of
5089           causing non-negotiated errors with playbin under some circumstances
5090           (#342789).
5091
5092         * tests/check/elements/audioresample.c: (setup_audioresample),
5093         (cleanup_audioresample):
5094           Need to set element state here so that ::start and ::stop are
5095           called.
5096
5097 2006-06-16  Wim Taymans  <wim@fluendo.com>
5098
5099         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5100
5101         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5102         Parse extra data better, apparently it's right behind
5103         the normal strf header size. Fixes #343500.
5104
5105 2006-06-16  Wim Taymans  <wim@fluendo.com>
5106
5107         * ext/alsa/gstalsasink.c: (set_hwparams):
5108         If we fail to set the buffer_time and period_time alsa
5109         parameters, post a warning and leave alsa select a 
5110         default instead of failing. Fixes #342085
5111
5112 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5113
5114         * docs/libs/gst-plugins-base-libs-sections.txt:
5115         * gst-libs/gst/cdda/gstcddabasesrc.h:
5116           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5117           out in the header file and shouldn't be listed in the docs.
5118
5119         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5120           Must dereference pointer to fourcc in the debug statement.
5121
5122 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
5123
5124         * docs/libs/Makefile.am:
5125         * docs/libs/gst-plugins-base-libs-docs.sgml:
5126         * docs/libs/gst-plugins-base-libs-sections.txt:
5127         * docs/libs/gst-plugins-base-libs.types:
5128         add remaining symbols into correct setions
5129         
5130         * gst-libs/gst/audio/gstringbuffer.c:
5131         fix incomplete docs
5132         
5133         * gst-libs/gst/audio/gstringbuffer.h:
5134         comment out not yet implemented function
5135         
5136         
5137         * gst-libs/gst/floatcast/floatcast.h:
5138         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5139         add short descriptions
5140         
5141         
5142         * gst-libs/gst/interfaces/propertyprobe.c:
5143         fix return value docs   
5144         
5145         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5146         simplify debug logging
5147         
5148         * gst-libs/gst/riff/riff-read.h:
5149         sync function prototype and docs
5150         
5151         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5152         remove left over symbol
5153
5154 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5155
5156         * autogen.sh:
5157         * configure.ac:
5158         * docs/Makefile.am:
5159           Use GST_PLUGIN_DOCS macro in configure.ac, add
5160           --enable-plugin-docs default to autogen.sh and use
5161           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5162
5163 2006-06-15  Wim Taymans  <wim@fluendo.com>
5164
5165         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5166         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5167         (gst_ogg_demux_loop):
5168         Combine GstFlowReturn from the source pads to give a
5169         meaningfull result to the upstream peer or to stop the
5170         processing task in case of errors.
5171
5172 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5173
5174         * gst/playback/gststreaminfo.c: (cb_probe):
5175           Try GST_TAG_CODEC as fallback when extracting the
5176           codec name; more debug info.
5177
5178 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5179
5180         * ext/ogg/Makefile.am:
5181         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5182           Extract language tags from ogm subtitle streams, so that
5183           the subtitle menu choices are labelled correctly in
5184           Totem (fixes #344708).
5185
5186 2006-06-14  Wim Taymans  <wim@fluendo.com>
5187
5188         Patch by: Alessandro Decina <alessandro at nnva dot org>
5189
5190         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5191         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5192         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5193         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5194         Fix various leaks. Fixes #343699.
5195         Add x-smoke mime type.
5196
5197 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5198
5199         * gst-libs/gst/riff/riff-ids.h:
5200           Add IDs for 'bext' chunks (see #343837).
5201
5202 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5203
5204         Patch by: Young-Ho Cha  <ganadist at chollian net>
5205
5206         * gst/subparse/samiparse.c: (sami_context_pop_state),
5207         (handle_start_font), (end_sami_element):
5208           Honour font face tags in SAMI subtitles (#344503).
5209
5210 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5211
5212         * po/POTFILES.in:
5213           add missing files containing translatable strings
5214
5215 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5216
5217         * docs/libs/tmpl/.cvsignore:
5218           we don't want those *.sgml files in CVS either
5219
5220 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5221
5222         * docs/libs/.cvsignore:
5223         * tests/check/elements/.cvsignore:
5224         * tests/check/libs/.cvsignore:
5225           ignore more
5226
5227 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5228
5229         * docs/libs/Makefile.am:
5230           also commiting the changed Makefile.am (added more libs to the
5231           doc-build)
5232
5233 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5234
5235         * docs/libs/gst-plugins-base-libs-docs.sgml:
5236         * docs/libs/gst-plugins-base-libs-sections.txt:
5237         * docs/libs/gst-plugins-base-libs.types:
5238           first batch of reordering things, add index & hierarchy
5239
5240 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5241
5242         * configure.ac:
5243           use GST_PKG_CHECK_MODULES, cleans up output
5244
5245 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5246
5247         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5248           Add support for burn:// URIs (#343385); const-ify things a bit,
5249           use G_N_ELEMENTS instead of hard-coded array size.
5250
5251 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5252
5253         Patch by: Young-Ho Cha  <ganadist at chollian net>
5254
5255         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5256           Fix up broken entities before passing them to libxml *sigh*.
5257           (#343303).
5258           
5259 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5260
5261         * configure.ac:
5262           back to TRUNK
5263
5264 === release 0.10.8 ===
5265
5266 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5267
5268         * configure.ac:
5269           releasing 0.10.8, "Moar gij ziet mij nie"
5270
5271 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5272
5273         * configure.ac:
5274         * po/af.po:
5275         * po/az.po:
5276         * po/cs.po:
5277         * po/en_GB.po:
5278         * po/hu.po:
5279         * po/it.po:
5280         * po/nb.po:
5281         * po/nl.po:
5282         * po/or.po:
5283         * po/sq.po:
5284         * po/sr.po:
5285         * po/sv.po:
5286         * po/uk.po:
5287         * po/vi.po:
5288         * win32/common/config.h:
5289           0.10.7.2 prerelease
5290
5291 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5292
5293         * docs/libs/tmpl/gstaudio.sgml:
5294         * docs/libs/tmpl/gstcolorbalance.sgml:
5295         * docs/libs/tmpl/gstmixer.sgml:
5296         * docs/libs/tmpl/gstringbuffer.sgml:
5297         * docs/libs/tmpl/gsttuner.sgml:
5298         * docs/libs/tmpl/gstxoverlay.sgml:
5299         * gst-libs/gst/audio/audio.c:
5300         * gst-libs/gst/audio/gstringbuffer.c:
5301         * gst-libs/gst/interfaces/colorbalance.c:
5302         * gst-libs/gst/interfaces/mixer.c:
5303         * gst-libs/gst/interfaces/tuner.c:
5304         * gst-libs/gst/interfaces/xoverlay.c:
5305           move last template doc snippets to source code and delete them
5306
5307 2006-06-06  Michael Smith  <msmith@fluendo.com>
5308
5309         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5310         (theora_parse_drain_queue):
5311           Mark DELTA_UNIT on non-keyframes.
5312
5313 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5314
5315         * gst-libs/gst/audio/gstbaseaudiosink.c:
5316         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5317         * gst-libs/gst/audio/gstbaseaudiosink.h:
5318         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5319         (gst_ring_buffer_samples_done):
5320         * gst-libs/gst/audio/gstringbuffer.h:
5321         Document better the fact that latency_time and buffer_time are values
5322         stored in microseconds, and not the usual GStreamer nanoseconds.
5323         Change the variables (compatibly) that store them from GstClockTime 
5324         to guint64 to make it more clear that they're not storing clock times.
5325         Also, remove the bogus property description that says the user can
5326         specify -1 to get the default value, since that's never been the case.
5327
5328         When computing the default segment size for the ring buffer, make it
5329         an integer number of samples.
5330
5331         When the sub-class indicates a delay greater than the number of
5332         samples we've written return 0 from the audio sink get_time method.
5333
5334 2006-06-02  Michael Smith  <msmith@fluendo.com>
5335
5336         * tests/check/elements/audioconvert.c: (set_channel_positions),
5337         (get_float_mc_caps), (get_int_mc_caps):
5338         * tests/check/elements/audioresample.c:
5339         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5340         * tests/check/elements/videorate.c:
5341         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5342         * tests/check/elements/volume.c:
5343         * tests/check/elements/vorbisdec.c:
5344         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5345           Don't busy-wait in tests; this was causing test timeouts very
5346           frequently when running under valgrind.
5347
5348 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5349
5350         * gst/tcp/README:
5351         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5352         (gst_multi_fd_sink_remove_client_link),
5353         (gst_multi_fd_sink_client_queue_caps),
5354         (gst_multi_fd_sink_client_queue_buffer),
5355         (gst_multi_fd_sink_handle_client_write),
5356         (gst_multi_fd_sink_render):
5357         * gst/tcp/gstmultifdsink.h:
5358           make multifdsink properly deal with streamheader:
5359           - streamheader is taken from caps
5360           - buffers marked with IN_CAPS are not sent
5361           - streamheaders are sent, on connection, from the caps of the
5362             buffer where the client gets positioned to
5363           - further streamheader changes are done every time the client
5364             will receive a buffer with different caps
5365         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5366         (gst_multifdsink_create_streamheader):
5367           add tests for this
5368
5369 2006-06-02  Michael Smith  <msmith@fluendo.com>
5370
5371         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5372           Reinstate limit on channel count. Vorbis does not define the meaning
5373           of > 6 channels, so they're just independent channels. Gstreamer
5374           currently has no mechanism to represent N independent channels.
5375
5376 2006-06-02  Michael Smith  <msmith@fluendo.com>
5377
5378         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5379           Don't arbitrarily restrict channel counts and rate in vorbis.
5380           In terms of effects likely on real-world files, this fixes 96kHz
5381           playback of vorbis.
5382
5383 2006-06-02  Michael Smith  <msmith@fluendo.com>
5384
5385         * gst/audioconvert/audioconvert.c: (float):
5386           More correct float->int conversion.
5387
5388 2006-06-02  Michael Smith  <msmith@fluendo.com>
5389
5390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5391           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5392           value. Fixes g-critical on trying to play back ogg containing
5393           unknown codec.
5394
5395 2006-06-02  Wim Taymans  <wim@fluendo.com>
5396
5397         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5398         (setup_source):
5399         * gst/playback/gstplaybasebin.h:
5400         Make the subtitle detection work from any thread so we don't
5401         deadlock. Fixes #343397.
5402
5403 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5404
5405         * gst/volume/Makefile.am:
5406           Seriously, it's not *that* hard to get compilation right.  Even
5407           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5408
5409 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5410
5411         * gst/volume/gstvolume.c: (volume_choose_func),
5412         (volume_update_real_volume), (gst_volume_class_init),
5413         (gst_volume_init), (volume_process_float), (volume_process_int16),
5414         (volume_process_int16_clamp), (volume_set_caps),
5415         (volume_transform_ip), (plugin_init):
5416         * gst/volume/gstvolume.h:
5417         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5418         another property desc., remove unused param from process function
5419         
5420         * tests/check/elements/volume.c: (volume_suite):
5421         reactivate the passthrough test
5422
5423 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5424
5425         * ext/alsa/gstalsamixerelement.h:
5426         * ext/alsa/gstalsamixeroptions.h:
5427         * ext/alsa/gstalsamixertrack.h:
5428         * ext/gnomevfs/gstgnomevfssink.h:
5429         * ext/gnomevfs/gstgnomevfssrc.h:
5430         * ext/theora/gsttheoradec.h:
5431         * ext/theora/gsttheoraenc.h:
5432         * ext/theora/gsttheoraparse.h:
5433         * ext/vorbis/vorbisparse.h:
5434         * gst-libs/gst/audio/gstaudioclock.h:
5435         * gst-libs/gst/audio/gstaudiofilter.h:
5436         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5437         * gst/audioconvert/gstaudioconvert.h:
5438         * gst/audioresample/gstaudioresample.h:
5439         * gst/audiotestsrc/gstaudiotestsrc.h:
5440         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5441         * gst/playback/gststreamselector.h:
5442         * gst/tcp/gstmultifdsink.h:
5443         * gst/tcp/gsttcpclientsink.h:
5444         * gst/tcp/gsttcpclientsrc.h:
5445         * gst/tcp/gsttcpserversink.h:
5446         * gst/tcp/gsttcpserversrc.h:
5447         * gst/videorate/gstvideorate.h:
5448         * gst/videoscale/gstvideoscale.h:
5449         * gst/videotestsrc/gstvideotestsrc.h:
5450         * gst/volume/gstvolume.h:
5451         * sys/v4l/gstv4ljpegsrc.h:
5452         * sys/v4l/gstv4lmjpegsink.h:
5453         * sys/v4l/gstv4lmjpegsrc.h:
5454         * sys/v4l/gstv4lsrc.h:
5455         * sys/ximage/ximagesink.h:
5456         * sys/xvimage/xvimagesink.h:
5457         * tests/old/testsuite/alsa/sinesrc.h:
5458         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5459
5460 2006-05-31  Wim Taymans  <wim@fluendo.com>
5461
5462         * ext/libvisual/visual.c: (gst_visual_reset),
5463         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5464         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5465         Handle DISCONT.
5466         Use running time before doing QoS.
5467         Handle mono too.
5468
5469 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5470
5471         * docs/libs/Makefile.am:
5472           set a magic variable to indicate we know the docs are incomplete
5473
5474 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5475
5476         * win32/common/libgstvideo.def:
5477           export gst_video_calculate_display_ratio
5478         * win32/vs6/libgstvideoscale.dsp:
5479           add link to libgstvideo-0.10.lib
5480
5481 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5482
5483         * gst/playback/gstplaybasebin.c: (gen_source_element):
5484           Throw a more comprehensible error for rtsp:// URIs (rather
5485           than erroring out with a negotiation error later on) until
5486           we fix playbin to handle rtspsrc etc.
5487
5488 2006-05-30  Wim Taymans  <wim@fluendo.com>
5489
5490         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5491         (gst_text_overlay_text_event):
5492         Added some FIXMEs.
5493
5494 2006-05-30  Wim Taymans  <wim@fluendo.com>
5495
5496         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5497         (gst_adder_request_new_pad), (gst_adder_release_pad):
5498         * gst/adder/gstadder.h:
5499         Implement release_request_pad.
5500         Make padcounter atomic.
5501
5502         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5503         Added check for release_pad in adder.
5504
5505 2006-05-30  Wim Taymans  <wim@fluendo.com>
5506
5507         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5508         Fix build again.
5509
5510 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5511
5512         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5513         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5514         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5515         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5516         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5517         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5518         (gst_ogg_demux_bisect_forward_serialno),
5519         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5520         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5521           add more debugging
5522           clean up printf formats for granulepos and serialno
5523
5524 2006-05-30  Michael Smith  <msmith@fluendo.com>
5525
5526         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5527         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5528         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5529         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5530         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5531         * ext/vorbis/vorbisenc.h:
5532           Multi-channel caps negotiation, so we can do proper multichannel
5533           vorbis encoding, negotiated through audioconvert.
5534
5535 2006-05-30  Wim Taymans  <wim@fluendo.com>
5536
5537         * tests/check/elements/adder.c: (test_event_message_received),
5538         (test_play_twice_message_received), (GST_START_TEST),
5539         (adder_suite):
5540         Added check to show that #339935 is fixed with ongoing
5541         adder and collectpads fixes.
5542
5543 2006-05-29  Wim Taymans  <wim@fluendo.com>
5544
5545         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5546         Don't leak pad name.
5547
5548 2006-05-29  Wim Taymans  <wim@fluendo.com>
5549
5550         * gst/adder/gstadder.c: (gst_adder_query_duration),
5551         (forward_event_func), (forward_event), (gst_adder_src_event):
5552         Fix adder seeking.
5553         Make query/seeking code threadsafe.
5554
5555         * tests/check/Makefile.am:
5556         * tests/check/elements/adder.c: (test_event_message_received),
5557         (GST_START_TEST), (test_play_twice_message_received):
5558         Fix adder test case.
5559
5560 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5561
5562         Patch by: Young-Ho Cha  <ganadist at chollian net>
5563
5564         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5565         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5566         (set_encoding_element), (decodebin_element_added_cb),
5567         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5568         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5569         * gst/playback/gstplaybasebin.h:
5570           Add 'subtitle-encoding' property to playbin, so applications can
5571           force a subtitle encoding for non-UTF8 subtitles (#342268).
5572
5573         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5574         (gst_sub_parse_set_property):
5575           Rename recently-added 'encoding' property to 'subtitle-encoding'
5576           (so it can be proxied by playbin/decodebin in a generic way
5577           with less danger of false positives).
5578
5579 2006-05-29  Michael Smith  <msmith@fluendo.com>
5580
5581         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5582         (append_with_other_format), (set_structure_widths),
5583         (gst_audio_convert_transform_caps):
5584           Patch from #341562: give more specific audio caps in get_caps, so
5585           that basetransform  can make better decisions on what caps to
5586           negotiate.
5587
5588 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5589
5590         * tests/check/elements/volume.c:
5591         make it compile again
5592
5593 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5594
5595         * tests/check/elements/volume.c: (volume_suite):
5596         disable test until #343196 gets resolved
5597
5598 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5599
5600         * gst/adder/gstadder.c: (gst_adder_get_type):
5601         Make it easier to copy&paste
5602         
5603         * gst/volume/Makefile.am:
5604         * gst/volume/gstvolume.c: (volume_update_real_volume),
5605         (gst_volume_set_volume), (gst_volume_set_mute),
5606         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5607         (volume_transform_ip), (volume_update_mute),
5608         (volume_update_volume):
5609         * gst/volume/gstvolume.h:
5610         Add own debug category, move duplicate code to helper function, fix
5611         property texts, add more comments and prepare ffor liboil-goodness
5612         
5613         * tests/check/Makefile.am:
5614         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5615         add test for mute and passtrough case, be a bit more verbose to track
5616         failure
5617         
5618         * tests/check/generic/states.c: (GST_START_TEST):
5619         catch elements that fail to instantiate
5620
5621 2006-05-28  Edward Hervey  <edward@fluendo.com>
5622
5623         * tests/check/pipelines/simple-launch-lines.c:
5624         * tests/check/pipelines/theoraenc.c:
5625         * tests/check/pipelines/vorbisenc.c:
5626         Comment out tests using parse_launch() if core was built without
5627         parsing capabilities.
5628
5629 2006-05-27  Edward Hervey  <edward@fluendo.com>
5630
5631         * tests/check/Makefile.am:
5632         Extra bonus points for whoever explains to ensonic that you are meant
5633         to test unit tests thoroughly before commiting them, especially if
5634         you know it's going to break.
5635         De-activated element/adder tests.
5636
5637 2006-05-27  Edward Hervey  <edward@fluendo.com>
5638
5639         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5640         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5641         Marking caps conversion issues as GST_WARNING is way too verbose,
5642         Moving them to GST_LOG.
5643
5644 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5645
5646         * README:
5647           Replace current README (containing the release notes from
5648           some 0.9.x version) with a proper README taken from the core.
5649
5650 2006-05-26  Wim Taymans  <wim@fluendo.com>
5651
5652         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5653         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5654         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5655         (vorbis_dec_change_state):
5656         Small cleanups.
5657         Add some FIXMEs
5658         Clip output samples to segment boundaries.
5659
5660 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5661
5662         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5663         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5664         Improve the errors produced on bad output, including some human
5665         readable description strings.
5666         Handle the (theoretical for ximagesink) case where the XServer 
5667         has a different idea about the size required for a particular 
5668         frame and gives us too small a memory allocation.
5669
5670 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5671
5672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5673         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5674         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5675         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5676         Improve the errors produced on bad output, including some human 
5677         readable description strings.
5678         Handle RGB Xv formats properly by transforming them into our 
5679         big-endian caps description.
5680         Use gst_caps_truncate to ensure that we never try and choose a
5681         non-fixed caps in buffer_alloc.
5682         Handle the case where the XServer has a different idea about the size
5683         required for a particular frame and gives us too small a memory
5684         allocation.
5685         Use -1 to indicate 'no image format', because 0 is a valid XServer
5686         image format number.
5687         Put RGB Xv formats at the end of the caps, so that we always prefer
5688         YUV format frames.
5689         Iterate the available Xv Encodings to determine the maximum width and
5690         height, and then return that in our caps.
5691         (Closes #315312, #337544)
5692
5693 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5694
5695         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5696         When there is only one unfinished pad and it receives an event that
5697         doesn't match our requirements, we need to set alldone=FALSE so that
5698         the fakesink is not removed yet.
5699
5700 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5701
5702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5703           Use gst_type_find_helper_for_buffer() to find the type
5704           of stream from the first packet.
5705
5706         * configure.ac:
5707           Bump requirements to core CVS (needed for vorbis
5708           typefinding to work).
5709
5710 2006-05-24  Edward Hervey  <edward@fluendo.com>
5711
5712         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5713         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5714         contain.  Else they play perfectly fine with qtdemux.
5715
5716 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5717
5718         * ext/theora/theoradec.c:
5719         * ext/theora/theoraenc.c:
5720         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5721         * gst/audiorate/gstaudiorate.c:
5722           make more debug catagories static
5723         
5724         * tests/check/Makefile.am:
5725         * tests/check/elements/adder.c: (message_received),
5726         (test_event_message_received), (GST_START_TEST),
5727         (test_play_twice_message_received), (adder_suite):
5728           added test case for using element twice, extra bonus points for anyone
5729           who can make these test run reliably
5730
5731 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5732
5733         * ext/theora/theoradec.c: (theora_dec_chain):
5734           Make work with time-stamped input buffers that do not
5735           have a granulepos in BUFFER_OFFSET_END (like theora
5736           buffers coming from matroskademux). Fixes #342448.
5737
5738 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5739
5740         Patch by: Peter Kjellerstedt  <pkj at axis com>
5741
5742         * gst/tcp/Makefile.am:
5743           fdstresstest doesn't need Gtk+, fix compilation if 
5744           gtk is not available (#342566).
5745
5746 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5747          
5748         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5749           80 line columns
5750           Removed redundant floor()
5751
5752 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5753
5754         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5755           On second thought, just skip JUNK chunks automatically, so
5756           the caller doesn't have to handle this. Fixes #342345.
5757           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5758           not GST_FLOW_ERROR.
5759
5760 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5761
5762         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5763           Don't bail out on JUNK chunks with a size of 0 (would try to
5764           pull_range 0 bytes before, which sources don't like too much).
5765           See #342345.
5766
5767 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5768
5769         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5771         Use the gstutil scaling function to preserve 64 bits while calculating
5772         output width and height from the display-aspect-ratio. (A continuation
5773         of #341542)
5774
5775 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5776
5777         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5778         (gst_xvimagesink_buffer_alloc):
5779         * sys/xvimage/xvimagesink.h:
5780         When performing buffer allocations, remember the caps and image format
5781         we return so that if the same caps are asked for next time we can
5782         return them immediately without doing any caps intersections.
5783
5784 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5785          
5786         * gst-libs/gst/rtp/README:
5787           Some new documentation
5788         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5789           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5790         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5791         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5792           New RTP audio base payloader class. Supports frame or sample based
5793           codecs.  Not enabled in Makefile.am until approved.
5794
5795 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5796
5797         * tests/check/elements/alsa.c: (test_device_property_probe):
5798           Fix test case: don't try to free NULL GValueArray when there
5799           are no devices.
5800
5801 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5802
5803         * tests/check/Makefile.am:
5804         * tests/check/elements/alsa.c: (test_device_property_probe),
5805         (alsa_suite), (main):
5806           Add simple test that runs a device property probe on alsasrc,
5807           alsasink and alsamixer. Disable valgrind check for now (too
5808           many leaks in libasound, and valgrind ignored my suppressions
5809           additions).
5810
5811 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5812
5813         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5814         (gst_alsa_device_property_probe_probe_property),
5815         (gst_alsa_device_property_probe_needs_probe),
5816         (gst_alsa_device_property_probe_get_values),
5817         (gst_alsa_type_add_device_property_probe_interface):
5818         * ext/alsa/gstalsadeviceprobe.h:
5819         * ext/alsa/gstalsamixerelement.c:
5820         (gst_alsa_mixer_element_init_interfaces):
5821         * ext/alsa/gstalsamixerelement.h:
5822           Clean up and simplify alsa device probing. Make it actually work
5823           for multiple classes. Don't cache results any longer.
5824
5825         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5826         (gst_alsasink_init):
5827         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5828         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5829         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5830           Make alsasink and alsasrc implement the GstPropertyProbe interface
5831           for device probing (#342181).
5832           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5833
5834 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5835
5836         * gst/subparse/samiparse.c: (handle_start_font):
5837           Don't ignore return value of strtol (++compiler_happiness).
5838
5839 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5840
5841         Patch by: Young-Ho Cha  <ganadist chollian net>
5842
5843         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5844         (gst_sub_parse_class_init), (gst_sub_parse_init),
5845         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5846         (convert_encoding):
5847         * gst/subparse/gstsubparse.h:
5848           Add 'encoding' property (#341681).
5849
5850         * gst/subparse/samiparse.c: (characters_sami):
5851           Output is pango markup, so we need to escape text
5852           between tags (#342143).
5853
5854 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5855
5856         * gst-libs/gst/audio/multichannel.c:
5857         (gst_audio_check_channel_positions):
5858           It's okay to have caps with channels=1 and a channel position
5859           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5860           (deinterleavers might want to keep the position in the caps,
5861           so that they can be re-interleaved again properly later).
5862           Leave check for unexpected 2-channel layouts intact for now.
5863
5864 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5865
5866         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5867         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5868         basesrc can do its job correctly.
5869
5870 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5871
5872         * ext/alsa/Makefile.am:
5873         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5874         (gst_alsa_detect_formats), (get_channel_free_structure),
5875         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5876         (gst_alsa_probe_supported_formats):
5877         * ext/alsa/gstalsa.h:
5878         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5879           Refactor and improve caps probing code: probe signedness
5880           when we probe the supported formats/widths; set endianness
5881           to the one we actually probed for (ie. cpu endianness).
5882           
5883         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5884         (gst_alsasrc_close):
5885         * ext/alsa/gstalsasrc.h:
5886           Implement caps probing for alsasrc.
5887
5888 2006-05-15  Wim Taymans  <wim@fluendo.com>
5889
5890         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5891         (theora_dec_src_query), (theora_dec_src_event),
5892         (theora_dec_sink_event), (theora_handle_comment_packet),
5893         (theora_handle_data_packet), (theora_dec_change_state):
5894         Cleanups, add some G_LIKELY.
5895         Use segment helpers instead of our own wrong code.
5896         Clear queued buffers on seek and READY.
5897
5898         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5899         (vorbis_dec_convert), (vorbis_dec_src_query),
5900         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5901         (vorbis_handle_comment_packet), (vorbis_dec_push),
5902         (vorbis_handle_data_packet), (vorbis_dec_chain),
5903         (vorbis_dec_change_state):
5904         * ext/vorbis/vorbisdec.h:
5905         Remove old useless packetno variable.
5906         Do position query properly.
5907         Add some G_LIKELY.
5908         Do cleanup of queued buffers in new helper function
5909         and use it.
5910
5911 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5912
5913         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5914           Query supported sample rates. Fixes #341732.
5915
5916 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5917
5918         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5919         (gst_decode_bin_change_state): Make decodebin reusable
5920         when going from PAUSE_TO_READY and then back to PAUSED.
5921         Fixes #331678.
5922
5923 2006-05-15  Wim Taymans  <wim@fluendo.com>
5924
5925         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5926         (vorbis_dec_convert), (vorbis_dec_src_query),
5927         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5928         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5929         (vorbis_dec_clean_queued), (vorbis_dec_push),
5930         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5931         Cleanups. Use refcounting and DEBUG_OBJECT.
5932         Reset segment on flush, use code methods instead of our
5933         own wrong version.
5934         Fix potential memleak.
5935
5936 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5937
5938         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5939         (gst_alsasink_init):
5940         * ext/alsa/gstalsasink.h:
5941           Don't leak allocated snd_output_t structure if there's
5942           more than one alsasink instance at a time (#341873).
5943           Also fix GObject macros in header file.
5944           
5945 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5946
5947         * gst/subparse/gstsubparse.c:
5948         (gst_sub_parse_data_format_autodetect):
5949           Don't use libxml functions in the typefinding code.
5950
5951 2006-05-15  Wim Taymans  <wim@fluendo.com>
5952
5953         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5954         Fix seeking performance in the case where a non-header 
5955         packet has a 0 granulepos (busted theora case). 
5956         Fixes #341719
5957         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5958          the first place, you limelight stealer you)
5959
5960 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5961
5962         * gst/subparse/gstsubparse.c:
5963         (gst_sub_parse_data_format_autodetect):
5964           Improve SAMI typefinding: handle case where there are
5965           whitespaces or newlines in front of the first <SAMI>
5966           tag (#169936).
5967
5968 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * configure.ac:
5971           Build video4linux plugin even if there's no XVIDEO, just
5972           without implementing the GstXOverlay interface (#334002).
5973          
5974 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5975
5976         * configure.ac:
5977         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5978         (plugin_init):
5979           Add tentative support for libvisual-0.4 (#336881).
5980
5981 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5982
5983         Patch by: Young-Ho Cha <ganadist at chollian net>
5984
5985         * gst/subparse/samiparse.c: (handle_start_font):
5986           Need to map "silver" colour explicitly (#169936).
5987
5988 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5989
5990         Patch by: Young-Ho Cha  <ganadist at chollian net>
5991
5992         * gst/subparse/Makefile.am:
5993         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5994         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5995         (gst_sub_parse_format_autodetect), (feed_textbuf),
5996         (gst_subparse_type_find), (plugin_init):
5997         * gst/subparse/gstsubparse.h:
5998         * gst/subparse/samiparse.c:
5999         * gst/subparse/samiparse.h:
6000           Add support for SAMI subtitles (#169936).
6001
6002 2006-05-14  Michael Smith  <msmith@fluendo.com>
6003
6004         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
6005           Fix #341696: crash when mixing L+R+C to mono or stereo.
6006         * tests/check/Makefile.am:
6007         * tests/check/elements/audioconvert.c: (set_channel_positions),
6008         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
6009         (audioconvert_suite):
6010           Add test for the above, including some generic framework bits for
6011           testing multichannel things.
6012
6013 === release 0.10.7 ===
6014
6015 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
6016
6017         * configure.ac:
6018           releasing 0.10.7, "Leave the gun"
6019
6020 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6021
6022         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6023         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6024         Fix the build.
6025
6026 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
6027
6028         * docs/libs/gst-plugins-base-libs-docs.sgml:
6029         * docs/libs/gst-plugins-base-libs-sections.txt:
6030         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
6031         * gst-libs/gst/video/video.h:
6032         * gst/videoscale/Makefile.am:
6033         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6034         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6035         * tests/check/Makefile.am:
6036         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
6037         (main):
6038           Fix integer overflow problem with pixel-aspect-ratio calculations
6039           in videoscale and xvimagesink (#341542)
6040
6041 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
6042
6043         * gst-libs/gst/tag/gstid3tag.c:
6044           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6045
6046 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
6047
6048         * win32/MANIFEST:
6049           update win32 files listing
6050
6051 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6052
6053         patch by: Sjoerd Simons (sjoerd@luon.net)
6054
6055         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6056         (group_create), (group_destroy), (add_stream),
6057         (gst_play_base_bin_get_property),
6058         (gst_play_base_bin_get_streaminfo_value_array):
6059         * gst/playback/gstplaybasebin.h:
6060           API: GstPlayBaseBin::stream-info-value-array property
6061           use a more bindings-friendly way of exposing streaminfo
6062           using a GValueArray.  Tested in ipython.
6063           Closes #341114
6064
6065 2006-05-11  Wim Taymans  <wim@fluendo.com>
6066
6067         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6068         (queue_underrun_cb), (queue_filled_cb):
6069         Also catch queue underruns but don't do anything yet.
6070         Refactor and comment queue enlarging code a bit.
6071
6072         * gst/playback/gstplaybasebin.c: (queue_overrun),
6073         (queue_threshold_reached), (queue_out_of_data),
6074         (gen_preroll_element):
6075         If a queue over/underruns check that we don't create nasty
6076         deadlocks when the min-threshold is not reached but the
6077         max-bytes is. In those cases disable max-bytes when we
6078         know that the queue is fed timed data.
6079         Add more comments.
6080
6081 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6082
6083         * gst/playback/gstplaybin.c: (gen_audio_element):
6084           Make playbin automatically plug an 'audioresample'
6085           element before the audio sink as well. This solves
6086           problems with sinks that only accept a very specific
6087           sample rate, like esdsink (e.g. #340379).
6088
6089 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6090
6091         * gst/playback/gstplaybasebin.c: (gen_source_element):
6092           Make http sources send special headers so that we receive
6093           icecast metadata if the http stream is an icecast stream
6094           (otherwise the server will just ignore them). This also
6095           means that from now on users will need the 'icydemux'
6096           element from gst-plugins-good installed if they want to
6097           listen to icecast radio streams. (#341432, #333657).
6098
6099 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6100
6101         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6102         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6103           remove stupid example from docs - it should come with a simple
6104           C program instead.
6105           Clean up/fix docs
6106         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6107         (fail_if_can_read), (GST_START_TEST),
6108         (gst_multifdsink_create_streamheader), (multifdsink_suite):
6109           add a test for changing streamheader which exposes a bug in
6110           multifdsink
6111
6112 2006-05-11  Michael Smith  <msmith@fluendo.com>
6113
6114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6115         (gst_gnome_vfs_src_received_headers_callback):
6116         * ext/gnomevfs/gstgnomevfssrc.h:
6117           Don't set icy-caps unless we have a sane interval value. Move
6118           interval to a local variable; we never use it outside this function.
6119
6120 2006-05-11  Wim Taymans  <wim@fluendo.com>
6121
6122         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6124         Register special buffer types along with the objects so
6125         that they are not registered at runtime from N different
6126         streaming threads since they are not threadsafe.
6127
6128 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6129
6130         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6131         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6132           add two more tests, one doing streamheader
6133
6134 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6135
6136         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6137           clean up the bufqueue when shutting down
6138         * tests/check/Makefile.am:
6139         * tests/check/elements/multifdsink.c: (setup_multifdsink),
6140         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6141         (main):
6142           add a test for the leak that was just fixed
6143
6144 2006-05-10  Wim Taymans  <wim@fluendo.com>
6145
6146         * gst/adder/gstadder.c: (gst_adder_setcaps),
6147         (gst_adder_query_duration), (gst_adder_query), (forward_event),
6148         (gst_adder_src_event), (gst_adder_sink_event),
6149         (gst_adder_class_init), (gst_adder_finalize),
6150         (gst_adder_request_new_pad), (gst_adder_collected):
6151         * gst/adder/gstadder.h:
6152         Updated some docs. Added comments and FIXMEs all over the place.
6153         Improve debugging info.
6154         Fix leak on finalize by not calling the parent.
6155         Implement duration query.
6156         Make event forwarding threadsafe.
6157         Correctly send NEWSEGMENT at start and after flush.
6158         Handle EOS correctly.
6159         Post error when not negotiated.
6160
6161         * tests/check/elements/adder.c: (GST_START_TEST):
6162         Added FIXME in the test.
6163
6164 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6165
6166         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6167         (gst_text_overlay_halign_get_type),
6168         (gst_text_overlay_wrap_mode_get_type):
6169         * ext/theora/theoradec.c: (theora_handle_type_packet),
6170         (theora_handle_data_packet):
6171         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6172         (theora_enc_sink_setcaps), (theora_enc_chain):
6173         * gst-libs/gst/cdda/gstcddabasesrc.c:
6174         (gst_cdda_base_src_mode_get_type):
6175         * gst/audiotestsrc/gstaudiotestsrc.c:
6176         (gst_audiostestsrc_wave_get_type):
6177         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6178         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6179         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6180         (gst_sync_method_get_type), (gst_unit_type_get_type),
6181         (gst_client_status_get_type):
6182         * gst/videoscale/gstvideoscale.c:
6183         (gst_video_scale_method_get_type):
6184         * gst/videotestsrc/gstvideotestsrc.c:
6185         (gst_video_test_src_pattern_get_type):
6186         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6187         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6188         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6189         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6190         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6191         (paint_setup_RGB565), (paint_setup_xRGB1555):
6192           Const-ify GEnumValue and GFlagsValue arrays. Use
6193           GST_ROUND_UP_* macros instead of home-made ones.
6194
6195 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6196
6197         * configure.ac:
6198           Require core CVS for the new newsegment stuff.
6199
6200 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6201
6202         Patch by: Sjoerd Simons  <sjoerd at luon net>
6203
6204         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6205           Register nick for enum value (#341160).
6206
6207 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
6208
6209         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6210         (plugin_init):
6211          backout typefind patch #340375
6212          
6213         * tests/check/elements/adder.c: (message_received),
6214         (GST_START_TEST), (adder_suite):
6215           redo, signal-handling of test
6216
6217 2006-05-09  Wim Taymans  <wim@fluendo.com>
6218
6219         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6220         (gst_adder_collected):
6221         * gst/adder/gstadder.h:
6222         Remove bogus segment merging and forwarding, we don't
6223         care about timestamps anyway and we just produce a
6224         continuous stream. 
6225         Also create a nice NEWSEGMENT event when we start.
6226         Use _scale_int some more.
6227
6228 2006-05-09  Edward Hervey  <edward@fluendo.com>
6229
6230         * tests/icles/stress-xoverlay.c:
6231         Fix if core was built without parsing support.
6232
6233 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6234
6235         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6236           Add SEDG (Samsung MPEG-4) fourcc.
6237
6238 2006-05-09  Edward Hervey  <edward@fluendo.com>
6239
6240         * tests/icles/stress-xoverlay.c:
6241         * tests/examples/volume/volume.c:
6242         Fix if core was built without parsing support.
6243
6244         * tests/examples/seek/seek.c:
6245         Disable the parse_launch example if core was built without parsing
6246         support.
6247
6248 2006-05-08  Edward Hervey  <edward@fluendo.com>
6249
6250         * autogen.sh: (CONFIGURE_DEF_OPT): 
6251         libtoolize on Darwin/MacOSX is called glibtoolize
6252
6253 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6254
6255         * tests/check/Makefile.am:
6256         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6257           Disable the adder test, until the build-slaves posses the kindness to 
6258           either like it or to give valid reason for not doing so 
6259
6260 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6261
6262         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6263         (adder_suite):
6264           Shuffle NULL state change around and raise timeout more
6265
6266 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6267
6268         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6269         (mp4_type_find), (plugin_init):
6270           Add typefind to distinguish between "audio/x-m4a" and new type
6271           "video/mp4". Fixes #340375
6272
6273         * tests/check/elements/adder.c: (adder_suite):
6274           Raise timeout to make buildbot happy
6275
6276 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6277
6278         * gst/adder/gstadder.c: (gst_adder_sink_event),
6279         (gst_adder_request_new_pad), (gst_adder_change_state):
6280         * gst/adder/gstadder.h:
6281         * tests/check/Makefile.am:
6282         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6283         (adder_suite), (main):
6284           Add sink-event handling to adder. It tries to merge incomming
6285           newsegment-events. Added test to check if segment_done is comming
6286           through. Fixes #340060
6287
6288 2006-05-05  Andy Wingo  <wingo@pobox.com>
6289
6290         * ext/theora/theoraparse.c (gst_theora_parse_init)
6291         (theora_parse_src_convert, theora_parse_src_query):
6292         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6293         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6294         query functions on the source pads of the theora and vorbis parse
6295         elements. Fixes position querying when doing a remux.
6296
6297 2006-05-05  Michael Smith  <msmith@fluendo.com>
6298
6299         * ext/theora/theoraparse.c: (parse_granulepos),
6300         (theora_parse_drain_queue_prematurely),
6301         (theora_parse_queue_buffer), (theora_parse_sink_event):
6302           Fix flushing.
6303           Fix invalid granulepos outputs when starting with a non-keyframe.
6304
6305 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6306
6307         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6308         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6309         Rearrange MPEG system stream detection, fixing some memleaks in the
6310         process.
6311         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6312         they clean up their data correctly.
6313         Remove unused ogganx caps and move the 'is_annodex' check to inside
6314         the 'is_ogg' if statement.
6315
6316 2006-05-05  Wim Taymans  <wim@fluendo.com>
6317
6318         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6319         Properly remove ghostpads. Fixes #340392
6320
6321 2006-05-04  David Schleef  <ds@schleef.org>
6322
6323         * gst/typefind/gsttypefindfunctions.c:
6324
6325 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6326
6327         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6328         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6329
6330         When typefinding an MP3 in push-based mode, don't penalise the
6331         probability down to 74% when we found 5 valid frames just because we
6332         can't peek the end of the file.
6333
6334         Make the probability for detecting MPEG Transport Streams based on the
6335         number of sequential headers we successfully detected.
6336
6337 2006-05-03  Wim Taymans  <wim@fluendo.com>
6338
6339         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6340         (vorbis_dec_push), (vorbis_dec_chain):
6341         Still produce an error when we receive an empty packet.
6342
6343 2006-05-03  Wim Taymans  <wim@fluendo.com>
6344
6345         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6346         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6347         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6348         Mark buffers with DISCONT after seek and after activating new
6349         chains.
6350
6351         * ext/theora/gsttheoradec.h:
6352         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6353         (theora_get_query_types), (theora_dec_sink_event),
6354         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6355         (theora_dec_change_state):
6356         Fix frame counter.
6357         Detect and mark DISCONT buffers.
6358
6359         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6360         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6361         (vorbis_dec_change_state):
6362         * ext/vorbis/vorbisdec.h:
6363         Use GstSegment.
6364         Detect and mark DISCONT buffers.
6365         Don't crash on 0 sized buffers.
6366
6367 2006-05-03  Wim Taymans  <wim@fluendo.com>
6368
6369         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6370         (volume_transform_ip):
6371         Increase "volume" property to 10.0. Fixes #340369.
6372         Set the process function to NULL when capsnego fails so that
6373         we properly error out.
6374
6375 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6376
6377         * gst/playback/gstplaybin.c: (add_sink):
6378         * gst/playback/test.c: (main):
6379         * gst/playback/test5.c: (dump_element_stats):
6380         * gst/playback/test6.c: (main):
6381           free caps using gst_caps_unref, don't leak caps-strings
6382
6383 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6384
6385         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6386         (plugin_init):
6387           Refine musepack typefinding a bit. Return MAXIMUM
6388           probability when we detect stream version 7 to make
6389           sure the mpeg audio typefinder doesn't trump us.
6390
6391 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6392
6393         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6394           Protect against unexpected NULL strf_data buffer.
6395
6396 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6397
6398         * tests/check/elements/audioconvert.c: (verify_convert),
6399         (GST_START_TEST):
6400           interpret the out[] buffer in the order the bytes are actually
6401           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6402           Other tests should use BYTE_ORDER since the array is filled in
6403           with actual values
6404
6405 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6406
6407         * tests/check/elements/audioconvert.c: (verify_convert),
6408         (GST_START_TEST):
6409           when a test fails, give an indication of which it is
6410
6411 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6412
6413         * gst-libs/gst/cdda/gstcddabasesrc.c:
6414           compile fix; strtol() needs <stdlib.h>
6415
6416 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6417
6418         * ext/alsa/gstalsamixerelement.c:
6419         * ext/alsa/gstalsasrc.c:
6420         * ext/cdparanoia/gstcdparanoiasrc.c:
6421         * ext/gnomevfs/gstgnomevfssink.c:
6422         * ext/gnomevfs/gstgnomevfssrc.c:
6423         * ext/ogg/gstoggdemux.c:
6424         * ext/ogg/gstoggmux.c:
6425         * ext/ogg/gstoggparse.c:
6426         * ext/ogg/gstogmparse.c:
6427         * ext/pango/gstclockoverlay.c:
6428         * ext/pango/gsttextoverlay.c:
6429         * ext/pango/gsttextrender.c:
6430         * ext/pango/gsttimeoverlay.c:
6431         * ext/theora/theoradec.c:
6432         * ext/theora/theoraenc.c:
6433         * ext/vorbis/vorbisdec.c:
6434         * ext/vorbis/vorbisenc.c:
6435         * gst-libs/gst/audio/gstaudiofilter.c:
6436         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6437         * gst/audioconvert/gstaudioconvert.c:
6438         * gst/audiorate/gstaudiorate.c:
6439         * gst/audioresample/gstaudioresample.c:
6440         * gst/audiotestsrc/gstaudiotestsrc.c:
6441         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6442         * gst/playback/gstdecodebin.c:
6443         * gst/playback/gstplaybin.c:
6444         * gst/playback/gststreamselector.c:
6445         * gst/subparse/gstsubparse.c:
6446         * gst/tcp/gstmultifdsink.c:
6447         * gst/tcp/gsttcpclientsink.c:
6448         * gst/tcp/gsttcpclientsrc.c:
6449         * gst/tcp/gsttcpserversink.c:
6450         * gst/tcp/gsttcpserversrc.c:
6451         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6452         * gst/videorate/gstvideorate.c:
6453         * gst/videoscale/gstvideoscale.c:
6454         * gst/videotestsrc/gstvideotestsrc.c:
6455         * gst/volume/gstvolume.c:
6456         * sys/v4l/gstv4ljpegsrc.c:
6457         * sys/v4l/gstv4lmjpegsink.c:
6458         * sys/v4l/gstv4lmjpegsrc.c:
6459         * sys/v4l/gstv4lsrc.c:
6460         * sys/ximage/ximagesink.c:
6461         * sys/xvimage/xvimagesink.c:
6462         * tests/check/libs/cddabasesrc.c:
6463           make GstElementDetails const
6464
6465 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6466
6467         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6468         (gst_adder_init):
6469           send events from src-pad to all sink-pads fixes #338657
6470
6471 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6472
6473         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6474         (alsasink_parse_spec):
6475           query width capabilities from alsa, fixes #338919
6476
6477 2006-04-28  Wim Taymans  <wim@fluendo.com>
6478
6479         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6480         (gst_multi_fd_sink_remove_client_link):
6481         * gst/tcp/gstmultifdsink.h:
6482         Fix race condition in multifdsink that can lead to spurious 
6483         duplicate clients. this patch adds a new signal that is fired when
6484         multifdsink has removed all references to the fd.
6485         Fixes #339574.
6486         Updated documentation.
6487         API: client-fd-removed signal added
6488
6489 2006-04-28  Michael Smith  <msmith@fluendo.com>
6490
6491         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6492           When asking g_value_array_new to prealloc elements, we may as well
6493           ask for the right number of elements.
6494
6495 2006-04-28  Wim Taymans  <wim@fluendo.com>
6496
6497         * gst-libs/gst/audio/gstbaseaudiosink.c:
6498         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6499         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6500         patch to make timestamp checking more tollerant to rounding 
6501         errors given that real discontinuities are to be marked on
6502         buffers. Fixes some asf files and #338778.
6503         Also avoid some crashers when we receive an event in the 
6504         NULL state.
6505
6506 2006-04-28  Michael Smith  <msmith@fluendo.com>
6507
6508         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6509         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6510         (gst_gnome_vfs_src_get_property),
6511         (gst_gnome_vfs_src_send_additional_headers_callback),
6512         (gst_gnome_vfs_src_received_headers_callback),
6513         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6514         (gst_gnome_vfs_src_stop):
6515         * ext/gnomevfs/gstgnomevfssrc.h:
6516           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6517           proper shared support within icydemux.
6518
6519 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6520
6521         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6522         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6523           fix up docs
6524           fix a leak when no caps negotiated
6525           fix counting of input frames
6526         * tests/check/elements/.cvsignore:
6527         * tests/check/elements/videorate.c: (assert_videorate_stats),
6528         (GST_START_TEST), (videorate_suite):
6529           add tests for these
6530
6531 2006-04-28  Wim Taymans  <wim@fluendo.com>
6532
6533         * gst-libs/gst/audio/gstringbuffer.c:
6534         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6535         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6536         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6537         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6538         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6539         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6540         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6541         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6542         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6543         Check arguments passed to public functions instead of
6544         crashing.
6545
6546 2006-04-28  Wim Taymans  <wim@fluendo.com>
6547
6548         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6549         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6550         GstBaseAudioSrc must be live or it does not work.
6551
6552         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6553         Don't set live to TRUE as this is the default in the parentclass.
6554
6555 2006-04-28  Wim Taymans  <wim@fluendo.com>
6556
6557         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6558         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6559         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6560         fixation cases better. Fixes #338991
6561
6562 2006-04-28  Wim Taymans  <wim@fluendo.com>
6563
6564         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6565         Handle 0/1 framerate correctly Fixes #331901.
6566
6567 2006-04-28  Wim Taymans  <wim@fluendo.com>
6568
6569         * tests/check/elements/audioconvert.c: (get_float_caps),
6570         (GST_START_TEST), (audioconvert_suite):
6571         Added check for correct clipping when doing float samples
6572         in audioconvert.
6573
6574 2006-04-28  Wim Taymans  <wim@fluendo.com>
6575
6576         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6577         (gst_video_rate_chain):
6578         Print more debugging info.
6579
6580 2006-04-28  Wim Taymans  <wim@fluendo.com>
6581
6582         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6583         (resample_set_state_from_caps):
6584         Add support for other formats audioresample can handle such as
6585         32 bits in and float and 64 bits float. Fixes #301759
6586
6587 2006-04-28  Wim Taymans  <wim@fluendo.com>
6588
6589         * gst/audioconvert/audioconvert.c: (float):
6590         correctly clip float samples > 1.0. Fixes #338718
6591
6592 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6593
6594         Patch by: Young-Ho Cha  <ganadist at chollian net>
6595
6596         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6597         (gst_text_overlay_render_text):
6598           Don't strip newlines from the text. Also, center lines
6599           within multi-line paragraphs (#339405).
6600
6601 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6602
6603         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6604           Fix wavpack typefinding to work in more cases (don't peek
6605           for chunks of multiple hundred kBs at once, but process
6606           things step-by-step in smaller units). Fixes #339786.
6607
6608 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6609
6610         * configure.ac:
6611           back to HEAD
6612
6613 === release 0.10.6 ===
6614
6615 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6616
6617         * configure.ac:
6618           releasing 0.10.6, "Chao"
6619
6620 2006-04-26  David Schleef  <ds@schleef.org>
6621
6622         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6623           Fixes #338897.
6624
6625 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6626
6627         * configure.ac:
6628         * win32/common/config.h:
6629           new prerelease
6630
6631 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6632
6633         patch by: Wim Taymans
6634
6635         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6636         (gst_ogg_demux_perform_seek):
6637           make sure correct newsegments are sent, so that the decoder
6638           and the demuxer agree on timestamps.  Fixes playback of a lot
6639           of Ogg files that do not start from 0.  Fixes #339833.
6640
6641 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6642
6643         Patch by: Edward Hervey  <edward@fluendo.com>
6644
6645         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6646         * tests/check/Makefile.am:
6647         * tests/check/elements/videorate.c: (assert_videorate_stats),
6648         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6649         (videorate_suite), (main):
6650           Fix an infinite loop if frames are passed in with wrongly ordered
6651           timestamps.  Fixes #339013.
6652
6653 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6654
6655         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6656
6657         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6658           fix typefinding on some ISO files.  Fixes #339212.
6659
6660 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6661
6662         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6663
6664         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6665           add another H264 fourcc.  Fixes #339047.
6666
6667 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6668
6669         Patch by: Jan Schmidt
6670
6671         * gst/playback/gststreamselector.c:
6672         (gst_stream_selector_bufferalloc):
6673           Restore old StreamSelector behaviour.
6674           Fixes #338419.
6675
6676 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6677
6678         * configure.ac:
6679         * win32/common/config.h:
6680           prerelease
6681
6682 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6683
6684         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6685
6686         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6687         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6688           Fix some memory leaks: on finalize, free buffers left in the queue
6689           before destroying the queue; in _push(), unref rtp_buf even if
6690           the process vfunc returned a NULL buffer as output buffer (#337548);
6691           demote some recuring debug messages to LOG level.
6692
6693 2006-04-11  Wim Taymans  <wim@fluendo.com>
6694
6695         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6696         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6697         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6698         (gst_ogg_demux_loop):
6699         More cleanups.
6700         Respect segment stop when emiting EOS or SEGMENT_DONE.
6701         Fixes (#337945).
6702
6703 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6704
6705         * gst/playback/gststreamselector.c:
6706         (gst_stream_selector_get_property):
6707           Don't leak pad name.
6708
6709 2006-04-10  Michael Smith  <msmith@fluendo.com>
6710
6711         * tests/check/Makefile.am:
6712         * tests/check/gst-plugins-base.supp:
6713           Suppress an old libtheora bug (fixed in more recent versions), so 
6714           that FC4 buildslaves can pass.
6715
6716 2006-04-10  Wim Taymans  <wim@fluendo.com>
6717
6718         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6719         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6720         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6721         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6722         (gst_ogg_demux_loop):
6723         Don't leak events.
6724         Remember what error we got when finding chains, if we
6725         were shutdown, that would not be an error.
6726
6727 2006-04-10  Wim Taymans  <wim@fluendo.com>
6728
6729         * gst-libs/gst/audio/gstbaseaudiosink.c:
6730         (gst_base_audio_sink_event):
6731         Starting the ringbuffer when we did not acquire it can cause
6732         a deadlock, is pointless and causes nasty things for
6733         subclasses. 
6734         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6735
6736 2006-04-10  Wim Taymans  <wim@fluendo.com>
6737
6738         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6739         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6740         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6741         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6742         (gst_ogg_demux_deactivate_current_chain),
6743         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6744         (gst_ogg_demux_bisect_forward_serialno),
6745         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6746         Add some more debugging.
6747
6748 2006-04-10  Wim Taymans  <wim@fluendo.com>
6749
6750         * ext/theora/theoradec.c: (theora_dec_src_event),
6751         (theora_handle_data_packet):
6752         Some more debug info.
6753
6754         * tests/examples/seek/seek.c: (start_seek), (main):
6755         Print element messages too.
6756
6757 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6758
6759         * gst/audioresample/debug.h:
6760           replace debug macros with variable number of parameters
6761           by a simple alias to gstreamer standard debug macros 
6762          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6763           supported by MSVC 6.0 and 7.1)
6764         * gst/audioresample/resample.h:
6765           define M_PI and rint for WIN32
6766         * win32/common/libgstaudio.def:
6767         * win32/common/libgstriff.def:
6768         * win32/common/libgsttag.def:
6769         * win32/common/libgstvideo.def:
6770           add new exported functions
6771         * win32/vs6:
6772           update project files
6773
6774 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6775
6776         * ext/alsa/gstalsamixeroptions.c:
6777         (gst_alsa_mixer_options_class_init):
6778         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6779         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6780         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6781         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6782         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6783         * gst-libs/gst/audio/gstaudiofilter.c:
6784         (gst_audio_filter_class_init):
6785         * gst-libs/gst/audio/gstaudiosink.c:
6786         (gst_audioringbuffer_class_init):
6787         * gst-libs/gst/audio/gstaudiosrc.c:
6788         (gst_audioringbuffer_class_init):
6789         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6790         * gst-libs/gst/interfaces/colorbalancechannel.c:
6791         (gst_color_balance_channel_class_init):
6792         * gst-libs/gst/interfaces/mixeroptions.c:
6793         (gst_mixer_options_class_init):
6794         * gst-libs/gst/interfaces/mixertrack.c:
6795         (gst_mixer_track_class_init):
6796         * gst-libs/gst/interfaces/tunerchannel.c:
6797         (gst_tuner_channel_class_init):
6798         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6799         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6800         (gst_netbuffer_class_init):
6801         * gst-libs/gst/rtp/gstbasertppayload.c:
6802         (gst_basertppayload_class_init):
6803         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6804         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6805         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6806         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6807         * gst/playback/gststreamselector.c:
6808         (gst_stream_selector_class_init):
6809         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6810         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6811         * sys/v4l/gstv4lcolorbalance.c:
6812         (gst_v4l_color_balance_channel_class_init):
6813         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6814         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6815         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6816         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6817         (gst_v4l_tuner_norm_class_init):
6818         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6820         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6821         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6822
6823 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6824
6825         * ext/pango/gsttextrender.h:
6826         * gst-libs/gst/audio/gstaudiosink.h:
6827         * gst-libs/gst/audio/gstaudiosrc.h:
6828         * gst-libs/gst/audio/gstbaseaudiosink.h:
6829         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6830         * gst-libs/gst/audio/gstringbuffer.h:
6831         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6832         * gst-libs/gst/rtp/gstbasertppayload.h:
6833         * gst-libs/gst/video/gstvideofilter.h:
6834         * gst-libs/gst/video/gstvideosink.h:
6835         * gst/playback/gstplaybasebin.h:
6836         * gst/tcp/gstmultifdsink.h:
6837         * sys/v4l/gstv4lelement.h:
6838         Fix broken GObject macros
6839
6840 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6841
6842         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6843         More debug to trace why my USB headset is not working with gst
6844
6845 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6846
6847         * gst/playback/gstplaybasebin.c: (group_destroy):
6848         Clean up our group elements properly in the case where it never 
6849         got committed - it still got added unconditionally to the bin.
6850
6851 2006-04-07  Wim Taymans  <wim@fluendo.com>
6852
6853         * ext/theora/theoradec.c: (theora_dec_sink_event),
6854         (theora_handle_data_packet), (theora_dec_chain):
6855         Unref unhandled events.
6856         Protect against empty buffers.
6857         Perform QoS on running time.
6858
6859 2006-04-07  Michael Smith  <msmith@fluendo.com>
6860
6861         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6862         (gst_vorbis_enc_chain):
6863           Remove leaks from vorbisenc.
6864           Mostly minor changes, the only significant one is that now the
6865           buffers we set as 'streamheader' on the caps are copies of the
6866           original buffers, to avoid circular refcounting problems.
6867
6868 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6869
6870         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6871           Don't remove our mute-probe if someone else already did so.
6872           Don't set a 2nd one if there is already one pending on the pad.
6873
6874         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6875         (do_playbin_seek):
6876           When a seek fails, ensure that playbin is still set back to playing.
6877           
6878         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6879         (mpeg_ts_type_find), (plugin_init):
6880           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6881
6882 2006-04-06  Andy Wingo  <wingo@pobox.com>
6883
6884         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6885         (gst_video_rate_init): Caps-related parameters should not be reset
6886         by a flush -- move their inits to the instance init function.
6887         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6888         is not OK, just return the result.
6889
6890         * gst/audiotestsrc/gstaudiotestsrc.c
6891         (gst_audio_test_src_class_init)
6892         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6893         broken by Stefan's commit on 24 March.
6894
6895         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6896         buffers being pushed out. Fixes oggmux ! multifdsink.
6897
6898 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6899
6900         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6901         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6902         * ext/vorbis/vorbisdec.h:
6903         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6904         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6905         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6906         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6907         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6908         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6909         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6910         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6911         (gst_vorbis_enc_buffer_from_packet),
6912         (gst_vorbis_enc_buffer_from_header_packet),
6913         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6914         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6915         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6916         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6917         (gst_vorbis_enc_change_state):
6918         * ext/vorbis/vorbisenc.h:
6919           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6920           vorbisenc adhere to the official nomenclature; use boilerplate
6921           macro.
6922
6923 2006-04-04  Andy Wingo  <wingo@pobox.com>
6924
6925         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6926         Whoops, fix bug introduced. Bad hacker!
6927         
6928         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6929         Properly handle the case where you get EOS before any buffers are
6930         received. Use gst_buffer_make_metadata_writable where appropriate.
6931
6932         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6933         is often negative -- make it signed so as not to wrap around.
6934         Fixes segfaults introduced on 9 March.
6935
6936 2006-04-03  Wim Taymans  <wim@fluendo.com>
6937
6938         * ext/theora/gsttheoradec.h:
6939         * ext/theora/theoradec.c: (theora_dec_src_event):
6940         Don't try to store a gdouble in a gboolean.
6941         Small cleanups.
6942
6943 2006-04-03  Michael Smith  <msmith@fluendo.com>
6944
6945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6946           Oggmux sucks.
6947           Make it suck slightly less by writing out the final page.
6948           Still can't encode a vorbis-in-ogg file correctly, though.
6949
6950 2006-04-03  Andy Wingo  <wingo@pobox.com>
6951
6952         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6953         a g_print.
6954
6955         * ext/theora/theora.c (plugin_init): Register theoraparse.
6956
6957         * ext/theora/gsttheoraparse.h: 
6958         * ext/theora/theoraparse.c: New files implementing a theora
6959         parser. Now we can properly remux ogg/theora+vorbis, yay.
6960
6961         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6962
6963 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6964
6965         * gst/audiotestsrc/gstaudiotestsrc.c:
6966           Fixed the sample pipeline (see #323798)
6967
6968 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6969
6970         * configure.ac:
6971         * win32/common/config.h:
6972         * win32/common/config.h.in:
6973           use AS_VERSION and AS_NANO
6974           more cleanups
6975
6976 2006-03-31  Andy Wingo  <wingo@pobox.com>
6977
6978         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6979         uninitialized variable return that would happen.
6980         
6981         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6982         uninitialized variable return that would never happen.
6983
6984         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6985         (vorbis_parse_sink_event): Add an event function to flush our
6986         state on a seek, and to drain buffers on a premature EOS.
6987         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6988         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6989         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6990         (vorbis_parse_drain_queue): Queue up buffers until we can set
6991         their timestamps and granulepos values.
6992
6993         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6994         and keep track of data needed for deriving granulepos and
6995         timestamps for buffers.
6996
6997 2006-03-29  Wim Taymans  <wim@fluendo.com>
6998
6999         Patch by: j^ <j at bootlab dot org>
7000
7001         * ext/alsa/gstalsamixerelement.c:
7002         (gst_alsa_mixer_element_class_init):
7003         * ext/alsa/gstalsasink.c:
7004         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
7005         * ext/ogg/gstoggdemux.c:
7006         * ext/ogg/gstoggmux.c:
7007         * ext/ogg/gstoggparse.c:
7008         * ext/pango/gstclockoverlay.c:
7009         * ext/pango/gsttextoverlay.c:
7010         * ext/pango/gsttextrender.c:
7011         * ext/pango/gsttimeoverlay.c:
7012         * ext/theora/theoradec.c:
7013         * ext/theora/theoraenc.c:
7014         * ext/vorbis/vorbisdec.c:
7015         * ext/vorbis/vorbisenc.c:
7016         * gst/audioconvert/gstaudioconvert.c:
7017         * gst/subparse/gstsubparse.c:
7018         * gst/tcp/gstmultifdsink.c:
7019         * gst/tcp/gsttcpclientsink.c:
7020         * gst/tcp/gsttcpclientsrc.c:
7021         * gst/tcp/gsttcpserversink.c:
7022         * gst/tcp/gsttcpserversrc.c:
7023           better/unified long descriptions
7024           Fixes #336477
7025
7026 2006-03-29  Wim Taymans  <wim@fluendo.com>
7027
7028         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
7029         (stop_seek):
7030         Don't let double and triple clicks mess up our state.
7031
7032 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7033
7034         * gst/playback/gstplaybin.c: (gen_video_element),
7035         (gen_text_element), (gen_audio_element), (gen_vis_element):
7036           Error out gracefully when we can't create any of the usual
7037           conversion elements for some reason. Also, don't try to
7038           create an audioscale (sic) element that's not used anyway.
7039
7040 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7041
7042         * gst/playback/gstplaybasebin.c: (setup_source):
7043           Don't post RESOURCE_NOT_FOUND error when we can't find a source
7044           element for a particular protocol, that's confusing for users.
7045           Instead, post a RESOURCE_FAILED error, so that our own error
7046           message is actually shown in totem etc. (#336303).
7047
7048 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7049
7050         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7051
7052         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7053         (gst_gnome_vfs_src_get_icy_metadata):
7054           Fix some minor memory leaks (#336194).
7055
7056 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7057
7058         * ext/gnomevfs/gstgnomevfs.c:
7059         (gst_gnome_vfs_location_to_uri_string):
7060         * ext/gnomevfs/gstgnomevfs.h:
7061         * ext/gnomevfs/gstgnomevfssink.c:
7062         (gst_gnome_vfs_sink_set_property):
7063         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7064           Make gnomevfssink accept filenames as well as URIs for the
7065           "location" property, just like gnomevfssrc does (and
7066           filesrc/filesink do) (#336190).
7067
7068 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7069
7070         * tests/check/generic/clock-selection.c: (GST_START_TEST):
7071           set to NULL before unreffing, fixes a valgrind leak.
7072           Why was this not triggering the error that an object needs to
7073           be NULL before unreffing ?
7074         * win32/common/config.h:
7075           update
7076
7077 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
7078
7079         * gst/subparse/gstsubparse.c: (convert_encoding),
7080         (gst_sub_parse_change_state):
7081         * gst/subparse/gstsubparse.h:
7082           Text subtitle files may or may not be UTF-8. If it's not, we
7083           don't really want to see '?' characters in place of non-ASCII
7084           characters like accented characters. So let's assume the input
7085           is UTF-8 until we come across text that is clearly not. If it's
7086           not UTF-8, we don't really know what it is, so try the following:
7087           (a) see whether the GST_SUBTITLE_ENCODING environment variable
7088           is set; if not, check (b) if the current locale encoding is
7089           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7090           the current locale encoding is UTF-8 and the environment variable
7091           was not set to any particular encoding. Not perfect, but better
7092           than nothing (and better than before, I think) (fixes #172848).
7093
7094 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7095
7096         * configure.ac:
7097           update core requirement to 0.10.4.1 because of async_playback
7098           vmethod on GstBaseSink
7099
7100 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7101
7102         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7103         * gst/adder/gstadder.c: (gst_adder_init):
7104         use DEBUG_FUNCPTR for collectpads
7105
7106 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7107
7108         * docs/plugins/Makefile.am:
7109         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7110         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7111         * ext/cdparanoia/gstcdparanoiasrc.c:
7112         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7113         (gst_gnome_vfs_sink_class_init):
7114         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7116         * ext/ogg/gstoggmux.c:
7117         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7118         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7119         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7120         * ext/pango/gsttextoverlay.c:
7121         * ext/pango/gsttextrender.c:
7122         * ext/theora/theoradec.c:
7123         * ext/theora/theoraenc.c:
7124         * ext/vorbis/vorbisdec.c:
7125         * ext/vorbis/vorbisenc.c:
7126         * gst-libs/gst/audio/gstaudiofilter.c:
7127         (gst_audio_filter_base_init):
7128         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7129         (gst_audio_filter_template_base_init):
7130         * gst/adder/gstadder.c: (gst_adder_get_type):
7131         * gst/adder/gstadder.h:
7132         * gst/audioconvert/gstaudioconvert.c:
7133         * gst/audiotestsrc/gstaudiotestsrc.c:
7134         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7135         (gst_audio_test_src_create):
7136         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7137         * gst/playback/gstdecodebin.c:
7138         * gst/playback/gstplaybin.c:
7139         * gst/playback/gststreamselector.c:
7140         (gst_stream_selector_base_init):
7141         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7142         * gst/volume/gstvolume.c:
7143         * sys/v4l/gstv4lmjpegsink.c:
7144         * sys/v4l/gstv4lmjpegsrc.c:
7145         * tests/check/libs/cddabasesrc.c:
7146         * tests/old/examples/gob/gst-identity2.gob:
7147           Add docs for adder, use GST_ELEMENT_DETAILS macro,
7148           define GstElementDetails at the top
7149
7150 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
7151
7152         * win32/common/libgstinterfaces.def:
7153         Add a lot of export functions for gst-python
7154         * win32/vs6/libgstinterfaces.dsp:
7155         Add a missing include folder in the project configuration
7156         
7157 2006-03-23  Wim Taymans  <wim@fluendo.com>
7158
7159         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7160         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7161         (gst_base_audio_src_change_state):
7162         Fix audio sources, forgot to make the ringbuffer
7163         startable...
7164
7165 2006-03-23  Wim Taymans  <wim@fluendo.com>
7166
7167         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7168         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7169         (gst_base_audio_src_change_state):
7170         unparent instead of unref the ringbuffer.
7171
7172 2006-03-23  Wim Taymans  <wim@fluendo.com>
7173
7174         * gst-libs/gst/audio/gstbaseaudiosink.c:
7175         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7176         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7177         Implement new async_play vmethod to start slaving and allow
7178         playback start in case of async PLAY state changes. 
7179
7180         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7181         Enable QoS with new method in base class.
7182
7183 2006-03-23  Wim Taymans  <wim@fluendo.com>
7184
7185         Patch by: Julien MOUTTE <julien at moutte dot net>
7186
7187         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7188         (gst_video_test_src_do_seek), (gst_video_test_src_create):
7189         Partially handle 0 framerate, only EOS after the first frame
7190         is missing.
7191
7192 2006-03-23  Wim Taymans  <wim@fluendo.com>
7193
7194         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7195
7196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7197         (gst_riff_create_video_template_caps):
7198         * gst/ffmpegcolorspace/avcodec.h:
7199         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7200         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7201         (gst_ffmpegcsp_avpicture_fill):
7202         * gst/ffmpegcolorspace/imgconvert.c:
7203         Patch for support of YVU9 AVI files (#334822)
7204
7205 2006-03-22  Edward Hervey  <edward@fluendo.com>
7206
7207         * docs/design/design-decodebin.txt:
7208         Added design document for new decodebin
7209         (Target Caps): text/x-pango-markup is also a default target caps.
7210
7211 2006-03-22  Wim Taymans  <wim@fluendo.com>
7212
7213         * gst-libs/gst/audio/gstbaseaudiosink.c:
7214         (gst_base_audio_sink_dispose):
7215         Since we _parent the ringbuffer, we also need to
7216         _unparent instead of a plain _unref.
7217
7218 2006-03-22  Wim Taymans  <wim@fluendo.com>
7219
7220         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7221         (stop_seek), (scrub_toggle_cb), (main):
7222         Add scrub checkbox.
7223
7224 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7225
7226         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7227         (gst_ogg_parse_chain):
7228           Fix very inefficient usage of linked lists (#335365).
7229
7230 2006-03-21  Edward Hervey  <edward@fluendo.com>
7231
7232         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7233         * gst/playback/gstplaybin.c: (handoff):
7234         * gst/playback/gststreamselector.c:
7235         (gst_stream_selector_set_property):
7236         gcc 4.1 unreferenced pointer fixes.
7237         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7239         gst_buffer_ref() now takes a GstBuffer*.
7240
7241 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7242
7243         * sys/xvimage/xvimagesink.c:
7244         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7245         by Jan Schmidt.
7246
7247 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7248
7249         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7250         (id3v1_type_find), (apetag_type_find), (plugin_init):
7251           Can't do tag preferences via probability, as tags would then
7252           lose against types that are recognised with MAXIMUM probability
7253           (like .wav); so let all tag typefinders return MAXIMUM themselves
7254           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7255           that we can prefer APE to ID3v1 (fixes #335028).
7256           
7257 2006-03-17  Wim Taymans  <wim@fluendo.com>
7258
7259         * gst-libs/gst/audio/gstbaseaudiosink.c:
7260         (gst_base_audio_sink_change_state):
7261         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7262         (gst_ring_buffer_may_start):
7263         * gst-libs/gst/audio/gstringbuffer.h:
7264         Only start playback if we are playing.
7265         should fix #330748.
7266
7267 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7268
7269         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7270         * win32/common/config.h:
7271           Revert accidental commits to these files.
7272
7273 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7274
7275         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7276
7277         * tests/Makefile.am:
7278           Don't try to build tests in tests/icles if we
7279           don't have X (#323852)
7280
7281 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7282
7283         * gst-libs/gst/tag/gstid3tag.c:
7284           Add TXXX frame identifiers for replaygain stuff as used
7285           by some taggers (see #323721).
7286
7287 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7288
7289         * gst/playback/gststreamselector.c:
7290         (gst_stream_selector_set_property),
7291         (gst_stream_selector_bufferalloc):
7292           Preserve the existing buggy streamselector behaviour by performing
7293           a fallback buffer allocation when downstream isn't linked yet.
7294           This should really be fixed in playbin by blocking pads until it's
7295           linked them.
7296           Also, use gst_pad_alloc_buffer instead of
7297           gst_pad_alloc_buffer_and_set.
7298
7299 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7300
7301         * gst-libs/gst/tag/gstid3tag.c:
7302           Don't crash on unknown ID3v2 TXXX frames.
7303           
7304 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7305
7306         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7307           Chain up to the parent finalize method.
7308           Add 32-bit sample size to the template caps.
7309
7310         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7311         (gst_riff_create_video_template_caps):
7312           Add the fourcc that the VMWare codec uses.
7313           
7314         * gst/playback/gststreamselector.c:
7315         (gst_stream_selector_set_property),
7316         (gst_stream_selector_bufferalloc),
7317         (gst_stream_selector_request_new_pad):
7318           For the active pad, forward buffer-alloc requests, otherwise
7319           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7320           having to memcpy every frame when used by playbin.
7321
7322         * gst/tcp/gstmultifdsink.c:
7323         (gst_multi_fd_sink_handle_client_write):
7324           Get negotiated caps from the sink pad, rather than the sink
7325           pad's peer.
7326
7327 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7328
7329         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7330         
7331         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7332           Don't forget to set src->callbacks_pushed to FALSE again when
7333           popping them, otherwise re-activation in a different mode won't
7334           work (#334620).
7335
7336 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7337
7338         Patch by: Sebastien Moutte  <sebastien moutte net>
7339
7340         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7341         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7342         (gst_ffmpeg_smpfmt_to_caps):
7343           Replace __VA_ARGS__ caps creation macros with varargs functions.
7344           Makes things compile on MSVC (#320765), looks nicer, and we can
7345           tell the compiler to check for the NULL terminator.
7346
7347 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7348
7349         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7350
7351         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7352           Make sure the buffer we copy into is really always big
7353           enough, this time for real (#333488).
7354           
7355 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7356
7357         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7358           Add support for 24bpp DIB (#305279).
7359
7360 2006-03-14  Wim Taymans  <wim@fluendo.com>
7361
7362         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7363         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7364         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7365         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7366         (gst_video_scale_init), (gst_video_scale_src_event):
7367         Re-enable QoS after the release.
7368         Rework videoscale to use the base class src_event handler.
7369
7370 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7371
7372         * configure.ac:
7373           back to CVS.
7374
7375 === release 0.10.5 ===
7376
7377 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7378
7379         * configure.ac:
7380           releasing 0.10.5, "Net"
7381
7382 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7383
7384         * docs/plugins/Makefile.am:
7385           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7386           
7387 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7388
7389         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7390         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7391         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7392           Add cdparanoiasrc to docs.
7393
7394         * gst-libs/gst/cdda/gstcddabasesrc.c:
7395           More GstCddaBaseSrc docs.
7396
7397 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7398
7399         * docs/libs/gst-plugins-base-libs-sections.txt:
7400         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7401         * gst-libs/gst/tag/tag.h:
7402           API: libgsttag: new method gst_tag_from_id3_user_tag().
7403
7404 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7405
7406         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7407           NULL-terminate array of mpeg4 video file extensions.
7408           Fixes crash on PPC (#334226).
7409
7410 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7411
7412         * ext/gnomevfs/gstgnomevfssrc.c:
7413         (gst_gnome_vfs_src_check_get_range):
7414           gnome_vfs_uri_is_local() alone is not a good indicator
7415           whether we can operate in pull-mode with a specific URI,
7416           as it returns FALSE for file:// URIs that point to an
7417           NFS-mounted path. Be more conservative here: whitelist
7418           local files, blacklist http URIs and use the old
7419           mechanism for anything else (fixes #334216).
7420
7421 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7422
7423         * configure.ac:
7424           back to trunk
7425
7426 === release 0.10.4 ===
7427
7428 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7429
7430         * configure.ac:
7431           releasing 0.10.4, "Power"
7432
7433 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7434
7435         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7436         Disable max-lateness by setting it to -1 for now, so that 
7437         we can bed QoS stuff in thoroughly between now and the next
7438         release.
7439
7440 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7441
7442         Patch by: Fabrizio Gennari
7443
7444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7445           Make sure we don't read beyond the palette buffer in case of
7446           broken or manipulated files (#333488)
7447
7448 2006-03-10  Edward Hervey  <edward@fluendo.com>
7449
7450         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7451         Fix for variable not initialized.
7452
7453 2006-03-09  Wim Taymans  <wim@fluendo.com>
7454
7455         * ext/libvisual/visual.c: (gst_visual_get_type),
7456         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7457         (gst_visual_chain):
7458         Small cleanups.
7459
7460         * ext/theora/gsttheoradec.h:
7461         * ext/theora/theoradec.c: (gst_theora_dec_init),
7462         (gst_theora_dec_reset), (_theora_granule_time),
7463         (theora_dec_src_convert), (theora_dec_sink_convert),
7464         (theora_dec_src_query), (theora_dec_src_event),
7465         (theora_dec_sink_event), (theora_handle_comment_packet),
7466         (theora_handle_header_packet), (theora_dec_push),
7467         (theora_handle_data_packet), (theora_dec_chain),
7468         (theora_dec_change_state):
7469         Add simple QoS.
7470
7471 2006-03-09  Wim Taymans  <wim@fluendo.com>
7472
7473         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7474         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7475         Some cleanups.
7476
7477 2006-03-09  Wim Taymans  <wim@fluendo.com>
7478
7479         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7480         Don't try to activate NULL chains.
7481
7482 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7483
7484         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7485           Fix invalid memory access to region before peek'd data (#332964).
7486
7487 2006-03-09  Wim Taymans  <wim@fluendo.com>
7488
7489         Patch by: Christophe Fergeau
7490
7491         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7492         * ext/pango/gsttextrender.c: (gst_text_render_init):
7493         * gst/adder/gstadder.c: (gst_adder_init):
7494         Don't leak padtemplates, closes #333510.
7495
7496 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7497
7498         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7499           Fix invalid memory access: make sure string passed to
7500           regexec() is NUL-termianted.
7501
7502 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7503
7504         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7505         (mp3_type_find):
7506           Refactor mpeg/audio typefinding to make it more maintainable
7507           and easier to fine-tune. Make probing into middle of the file
7508           work properly (fixes #333900, also see #152688).
7509
7510 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7511
7512         * gst/typefind/gsttypefindfunctions.c:
7513         (utf8_type_find_have_valid_utf8_at_offset):
7514           Remove part from previous commit that was bogus:
7515           g_utf8_validate() does in fact not accept embedded
7516           zeroes, so we don't need to check for those (thanks
7517           to Mike for the hint).
7518
7519 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7520
7521         * gst/typefind/gsttypefindfunctions.c:
7522         (utf8_type_find_count_embedded_zeroes),
7523         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7524           Make plain/text typefinder more conservative: firstly, check
7525           for embedded zeroes, which are perfectly valid UTF-8 characters,
7526           but also a fairly good sign that something is not a plain text
7527           file; secondly, probe into the middle of the file if possible.
7528           If we can't probe into the middle, limit the probability value
7529           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7530
7531 2006-03-08  Michael Smith  <msmith@fluendo.com>
7532
7533         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7534           Make typefind function name for mpeg4 video unique.
7535
7536 2006-03-08  Wim Taymans  <wim@fluendo.com>
7537
7538         * ext/libvisual/visual.c: (gst_visual_init),
7539         (gst_visual_clear_actors), (gst_visual_dispose),
7540         (gst_visual_reset), (gst_visual_src_setcaps),
7541         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7542         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7543         (gst_visual_chain), (gst_visual_change_state):
7544         Cleanups, post nice errors.
7545         Handle sink and src events.
7546         Implement simple QoS.
7547
7548         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7549         Use new basesink methods to configure max-lateness.
7550         Small doc update.
7551
7552         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7553         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7554         Debug statement cleanups.
7555
7556         * gst/volume/gstvolume.c: (gst_volume_class_init):
7557         Simple cleanup.
7558
7559 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7560
7561         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7562         (gst_text_overlay_init), (gst_text_overlay_set_property),
7563         (gst_text_overlay_get_property):
7564           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7565           as string type properties, but mark them deprecated. Add
7566           'halignment' and 'valignment' properties that use enums
7567           instead of strings.
7568
7569 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7570
7571         Patch by: Fabrizio Gennari
7572
7573         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7574           Allow palettes with less than 256 colours in AVI files
7575           (#333488)
7576
7577 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7578
7579         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7580         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7581         pad. We were releasing the queued text buffer when we should keep
7582         it until video pad gets EOS or discard the text buffer because it's
7583         too old. That was eating the last subtitle buffer. Add some more
7584         debug.
7585
7586 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7587
7588         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7589         (gst_text_overlay_video_chain):
7590           Fix invalid memory access (we can't access a buffer after it's been
7591           pushed downstream without taking a reference); fix memory leak (if
7592           there's no text to render, bail out before allocating stuff).
7593
7594 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7595
7596         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7597         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7598         * ext/pango/gsttextoverlay.h:
7599           If input is plain text, escape it before passing it to
7600           pango_layout_set_markup().
7601
7602 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7603
7604         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7605           Don't ignore flow return from gst_pad_push().
7606
7607 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7608
7609         Patch by: Fabrizio Gennari
7610
7611         * ext/libvisual/visual.c: (gst_visual_getcaps),
7612         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7613         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7614         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7615         (gst_vorbisenc_convert_sink):
7616         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7617         (gst_audio_duration_from_pad_buffer):
7618         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7619         (gst_audio_filter_chain):
7620         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7621         (gst_base_rtp_depayload_setcaps):
7622         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7623         (gst_video_get_size):
7624         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7625           Don't leak references returned by gst_pad_get_parent()
7626           (#333663)
7627
7628 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7629
7630         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7631           change location param details
7632         * gst/volume/gstvolume.c: (plugin_init):
7633           correct plugin description
7634
7635 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7636
7637         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7638         (gst_gnome_vfs_src_check_get_range):
7639           Override GstBaseSrc::check_get_range() in order to avoid opening
7640           the resource just to check whether we can operate in pull-mode or
7641           not - we can predict that pretty well from the URI alone. Should
7642           fix problems with last.fm (#331690). (Requires latest core CVS).
7643
7644 2006-03-06  Wim Taymans  <wim@fluendo.com>
7645
7646         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7647         (gst_video_sink_class_init):
7648         Throw away frames that are later than 20 ms.
7649
7650 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7651
7652         Patch by: Fabrizio Gennari
7653
7654         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7655           Set depth on WMA caps (#333545)
7656
7657 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7658
7659         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7660         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7661           put Theora BOS pages before others.  This hardcodes
7662           the Ogg/Theora I profile, but hey.
7663
7664 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7665
7666         * ext/ogg/README:
7667           updated with some examples
7668         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7669         (granulepos_add), (theora_buffer_from_packet):
7670         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7671         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7672         (gst_vorbisenc_chain):
7673           implement strategy from ext/ogg/README
7674         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7675         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7676         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7677         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7678           Fix muxer so that oggz-validate is happy with all streams;
7679           except for no eos mark, and the BOS page ordering
7680         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7681         (check_buffer_granulepos):
7682         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7683           update tests to check for OFFSET being set as requested
7684           fixed type of granulepos, it's not a ClockTime
7685
7686 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7687
7688         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7689         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7690         Check that the xvimage we are creating has a correct size
7691         before returning it. (#314897)
7692
7693 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7694
7695         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7696           Give id3 and ape tag typefinders a rank slightly higher
7697           than PRIMARY to ensure they're always run before any of
7698           the other typefinders (in particular wav and mp3) (#324186).
7699
7700 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7703           Add support for '3IVD' fourcc (#333403).
7704
7705 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7706
7707         * configure.ac:
7708           Bump requirements to GStreamer CVS for the new error enum.
7709
7710         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7711           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7712           space left on the device (fixes #333352).
7713
7714 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7715
7716         * win32/vs6:
7717           add a project file for libgstvolume
7718           update the workspace
7719
7720 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7721
7722         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7723         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7724         (GST_START_TEST):
7725           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7726           Set IN_CAPS on header buffers
7727
7728 2006-03-02  Wim Taymans  <wim@fluendo.com>
7729
7730         * docs/plugins/Makefile.am:
7731         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7732         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7733         Add audioresample to docs.
7734
7735         * gst/audioconvert/gstaudioconvert.c:
7736         Add revision date.
7737
7738         * gst/audioresample/gstaudioresample.c:
7739         (gst_audioresample_base_init), (gst_audioresample_class_init),
7740         (gst_audioresample_init), (gst_audioresample_dispose),
7741         (audioresample_get_unit_size), (audioresample_transform_caps),
7742         (resample_set_state_from_caps), (audioresample_transform_size),
7743         (audioresample_set_caps), (audioresample_event),
7744         (audioresample_do_output), (audioresample_transform),
7745         (audioresample_pushthrough), (gst_audioresample_set_property),
7746         (gst_audioresample_get_property), (plugin_init):
7747         * gst/audioresample/gstaudioresample.h:
7748         Added docs.
7749         Small code cleanups.
7750
7751 2006-03-02  Wim Taymans  <wim@fluendo.com>
7752
7753         * docs/plugins/Makefile.am:
7754         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7755         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7756         Added videoscale to docs.
7757
7758         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7759         (gst_video_rate_swap_prev), (gst_video_rate_event),
7760         (gst_video_rate_chain):
7761         Fix typo in docs.
7762
7763         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7764         (gst_video_scale_init), (gst_video_scale_prepare_size),
7765         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7766         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7767         * gst/videoscale/gstvideoscale.h:
7768         Added docs, examples.
7769         Some code cleanups.
7770         Post errors instead of g_warning.
7771
7772 2006-03-02  Wim Taymans  <wim@fluendo.com>
7773
7774         * docs/libs/gst-plugins-base-libs-docs.sgml:
7775         * docs/libs/gst-plugins-base-libs-sections.txt:
7776         * docs/libs/gst-plugins-base-libs.types:
7777         * docs/plugins/Makefile.am:
7778         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7779         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7780         Added some more docs to libs and plugins.
7781
7782         * gst-libs/gst/audio/gstringbuffer.c:
7783         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7784         * gst-libs/gst/audio/gstringbuffer.h:
7785         Document ringbuffer some more.
7786
7787         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7788         (gst_video_rate_setcaps), (gst_video_rate_reset),
7789         (gst_video_rate_init), (gst_video_rate_flush_prev),
7790         (gst_video_rate_swap_prev), (gst_video_rate_event),
7791         (gst_video_rate_chain), (gst_video_rate_change_state):
7792         * gst/videorate/gstvideorate.h:
7793         Fix videorate to use segments.
7794         Make it work with 0/1 framerates (closes #331903)
7795         Handle EOS correctly.
7796         Added docs.
7797
7798 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7801         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7802         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7803           In state change function, first chain up to parent class,
7804           then handle downwards state change stuff. Remove some
7805           commented out cruft from 0.8 code.
7806
7807 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7808
7809         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7810         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7811         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7812         (gst_ogm_parse_chain):
7813           Don't remove/re-add source pad if the new caps are the same as
7814           the old caps anyway (#333042). When removing source pad, don't
7815           unref it afterwards - we didn't ref it when adding. Sprinkle some
7816           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7817           after using gst_pad_get_parent(). Return downstream flow return
7818           value in chain function.
7819
7820 2006-03-02  Wim Taymans  <wim@fluendo.com>
7821
7822         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7823         * docs/plugins/gst-plugins-base-plugins.args:
7824         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7825         * docs/plugins/gst-plugins-base-plugins.interfaces:
7826         * docs/plugins/gst-plugins-base-plugins.signals:
7827         Fix hierarchy, added some more elements to the docs.
7828
7829         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7830         (gst_ffmpegcsp_get_type):
7831         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7832         Fix docs for ffmpegcolorspace.
7833
7834 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7835
7836         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7837         (apetag_type_find), (ape_type_find), (plugin_init):
7838           Some typefinding fine-tuning:
7839           - rank ID3/APE tags in order of preference via probabilities, so that
7840             ID3v2 > APEv2 > APEv1 > ID3v1.
7841           - three or four bytes don't really justify MAXIMUM probability,
7842             change those to 'very likely' (musepack and monkeysaudio).
7843
7844 2006-03-01  Wim Taymans  <wim@fluendo.com>
7845
7846         * docs/plugins/Makefile.am:
7847         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7848         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7849         * ext/alsa/gstalsamixer.c:
7850         * ext/alsa/gstalsamixer.h:
7851         * ext/alsa/gstalsamixerelement.c:
7852         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7853         * ext/alsa/gstalsamixerelement.h:
7854         * ext/alsa/gstalsasink.c:
7855         * ext/alsa/gstalsasink.h:
7856         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7857         (gst_alsasrc_init):
7858         * ext/alsa/gstalsasrc.h:
7859         Added alsa docs.
7860         Small code cleanups.
7861
7862 2006-03-01  Wim Taymans  <wim@fluendo.com>
7863
7864         * ext/theora/Makefile.am:
7865         Dist new header too,
7866
7867 2006-03-01  Wim Taymans  <wim@fluendo.com>
7868
7869         * docs/plugins/Makefile.am:
7870         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7871         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7872         * ext/gnomevfs/gstgnomevfssink.h:
7873         * ext/gnomevfs/gstgnomevfssrc.h:
7874         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7875         * ext/vorbis/vorbisdec.h:
7876         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7877         * ext/vorbis/vorbisenc.h:
7878         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7879         (vorbis_parse_chain), (vorbis_parse_change_state):
7880         * ext/vorbis/vorbisparse.h:
7881         * gst/audioconvert/gstaudioconvert.h:
7882         * gst/tcp/gsttcpserversink.h:
7883         * gst/videotestsrc/gstvideotestsrc.c:
7884         * gst/videotestsrc/gstvideotestsrc.h:
7885         * gst/volume/gstvolume.c:
7886         * gst/volume/gstvolume.h:
7887         Fix some more docs.
7888         Added docs for vorbisdec and vorbisparse.
7889         Fix vorbisparse.
7890
7891 2006-03-01  Wim Taymans  <wim@fluendo.com>
7892
7893         * docs/plugins/Makefile.am:
7894         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7895         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7896         * ext/pango/gstclockoverlay.h:
7897         * ext/pango/gsttextoverlay.h:
7898         * ext/pango/gsttextrender.h:
7899         * ext/pango/gsttimeoverlay.h:
7900         * ext/theora/gsttheoradec.h:
7901         * ext/theora/gsttheoraenc.h:
7902         * ext/theora/theoradec.c:
7903         * ext/theora/theoraenc.c:
7904         * gst/audioconvert/gstaudioconvert.h:
7905         * gst/audiotestsrc/gstaudiotestsrc.h:
7906         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7907         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7908         * gst/tcp/gstmultifdsink.h:
7909         Updated/added documentation.
7910
7911         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7912         (gst_text_overlay_halign_get_type),
7913         (gst_text_overlay_wrap_mode_get_type),
7914         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7915         (gst_text_overlay_init), (gst_text_overlay_set_property),
7916         (gst_text_overlay_get_property):
7917         Fix up properties to be enums instead of string to make bindings,
7918         introspection and automatic GUI creation possible.
7919         Add getters for the properties.
7920
7921 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7922
7923         * gst/audiotestsrc/gstaudiotestsrc.c:
7924           added defines of M_PI and M_PI_2
7925         * gst/ffmpegcolorspace/avcodec.h:
7926           removed #include "stdint.h" for win32 as _stdint.h is 
7927           autogenerated to win32/common
7928         * win32/common/libgstaudio.def:
7929         * win32/common/libgsttag.def:
7930           added some exports
7931         * win32/vs6:
7932           some project files bugs corrected
7933         * win32/vs7:
7934           project files are reset to the default vs7 configuration 
7935           (they link to msvcr71.dll using default optimizations)
7936           
7937 2006-02-28  Wim Taymans  <wim@fluendo.com>
7938
7939         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7940         Fix some docs.
7941
7942 2006-02-28  Edward Hervey  <edward@fluendo.com>
7943
7944         * ext/alsa/gstalsasrc.c:
7945         Set proper class on the ElementDetails:
7946         Source/Audio instead of Src/Audio/
7947
7948 2006-02-28  Edward Hervey  <edward@fluendo.com>
7949
7950         * gst/videoscale/vs_scanline.c:
7951         (vs_scanline_resample_nearest_RGBA):
7952         Revert optimization in videoscale. It should go in liboil and have
7953         an appropriate liboil function.
7954
7955 2006-02-28  Wim Taymans  <wim@fluendo.com>
7956
7957         * gst-libs/gst/audio/gstbaseaudiosink.c:
7958         (gst_base_audio_sink_provide_clock):
7959         Don't try to provide a clock in the NULL state.
7960
7961 2006-02-28  Wim Taymans  <wim@fluendo.com>
7962
7963         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7964         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7965         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7966         (gst_ogg_demux_deactivate_current_chain),
7967         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7968         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7969         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7970         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7971         Use GstSegment infrastructure to remove duplicated code
7972         and handle more seek cases correctly.
7973
7974 2006-02-28  Wim Taymans  <wim@fluendo.com>
7975
7976         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7977         (gst_ffmpegcsp_transform):
7978         Don't ignore return code from ffmpeg convert function.
7979
7980         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7981         Split out some long statements to ease debugging.
7982
7983 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7984
7985         * ext/libvisual/visual.c: (gst_visual_init),
7986         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7987         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7988         being able to renegotiate the size. Instead, use the negotiation
7989         algorithm from the goom plugin to pick an initial output caps. 
7990
7991         Also, allow theoretical libvisual plugins that might support non-GL 
7992         output even if they also do GL.
7993
7994 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7995
7996         * ext/libvisual/visual.c: (gst_visual_init),
7997         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7998         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7999         possible negotiation issues.
8000
8001 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8002
8003         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
8004
8005 2006-02-24  Michael Smith  <msmith@fluendo.com>
8006
8007         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
8008         (cmml_type_find), (plugin_init):
8009           Fix CMML type find function to not require a specific minor version
8010           of the CMML header.
8011
8012           Add an MPEG4 video elementary stream typefind function.
8013
8014 2006-02-04  Michael Smith  <msmith@fluendo.com>
8015
8016         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
8017         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
8018         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8019         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8020         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
8021         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
8022           Annodex support in ogg demuxer. Doesn't do very much without the
8023           other annodex patches (to come).
8024
8025 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8026
8027         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
8028
8029         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8030           Pick up palette for MS video v1 (#327028)
8031
8032 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8033
8034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8035         (gst_ffmpegcsp_caps_remove_format_info),
8036         (gst_ffmpegcsp_get_unit_size):
8037           The 'palette_data' field from incoming RGB caps shouldn't be
8038           proxied on outgoing YUV caps; also, restrict unit size
8039           adjustment in case of paletted data only to the unit that
8040           actually has a palette. Fixes #330711.
8041
8042 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8043
8044         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8045         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8046         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8047         (gst_ffmpegcsp_get_unit_size):
8048           Plug some memory leaks.
8049
8050 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8051
8052         * sys/ximage/Makefile.am:
8053         * sys/xvimage/Makefile.am:
8054           Add some _CFLAGS and _LIBS that seem to be missing
8055           and/or required for Cygwin (see #317048).
8056
8057 2006-02-22  Wim Taymans  <wim@fluendo.com>
8058
8059         * ext/alsa/gstalsasrc.c:
8060         Fix description as pointed out by caugier.
8061
8062 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
8063
8064         Reviewed by : Edward Hervey  <edward@fluendo.com>
8065
8066         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8067         (qt_type_find):
8068         Better 3gp typefinding (#331526).
8069
8070 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8071
8072         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8073           Don't send EOS event here, the base class will send one for us.
8074
8075         * gst/playback/gstplaybasebin.c: (prepare_output):
8076           Subpictures without video stream aren't allowed either.
8077         
8078         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8079           Fix debug statement copy'n'paste-o.
8080
8081 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8082
8083         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8084           Fix issues with mixer keeping state when muting/unmuting
8085           and when changing the volume whilst muted (see #331763
8086           and #331765).
8087
8088 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8089
8090         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8091         (parse_subrip), (gst_sub_parse_format_autodetect):
8092           Set right caps given that we send escaped text. Also,
8093           honour <i></i>, <b></b> and <u></u> markers that can be found
8094           in .srt files (fixes #310202).
8095
8096 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8097
8098         * gst-libs/gst/audio/mixerutils.c:
8099         (element_factory_rank_compare_func):
8100           Make order in which elements are tried more determinable.
8101
8102 2006-02-20  Julien MOUTTE  <julien@moutte.net>
8103
8104         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8105         (remove_element_chain), (cleanup_decodebin),
8106         (gst_decode_bin_change_state): Make decodebin reusable by
8107         fixing remove_element_chain first and then introduce a
8108         cleaner in state change to ->NULL. (Closes #331678)
8109
8110 2006-02-19  Wim Taymans  <wim@fluendo.com>
8111
8112         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8113         use 0666 mask when creating files so umask gets applied
8114         correctly. Fixes #331295.
8115
8116 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8117
8118         * gst/subparse/Makefile.am:
8119         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8120         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8121         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8122         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8123         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8124         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8125         * gst/subparse/gstssaparse.h:
8126         * gst/subparse/gstsubparse.c: (plugin_init):
8127           Add very basic parser for SSA subtitle streams (as often
8128           found in matroska files).
8129
8130 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8131
8132         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8133           That should be text/x-pango-markup, not text/x-pango-layout.
8134
8135 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8136
8137         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8138         Polishing.
8139
8140 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8141
8142         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8143         (gst_text_overlay_finalize), (gst_text_overlay_init),
8144         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8145         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8146         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8147         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8148         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8149         Fix state change deadlock.
8150
8151 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8152
8153         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8154         (gst_text_overlay_finalize), (gst_text_overlay_init),
8155         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8156         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8157         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8158         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8159         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8160         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8161         and subtitles files.
8162
8163 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8164
8165         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8166         should be considered as raw.
8167
8168 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8169
8170         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8171         (cb_probe):
8172         * gst/playback/gststreaminfo.h: Introduce language informations.
8173
8174 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
8175
8176         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8177         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8178         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8179         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8180         Set shared memory segments to be deleted as soon as we have attached,
8181         that way they get cleaned up automatically if we crash.
8182
8183 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8184
8185         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
8186         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8187         functions are called with lock held.
8188
8189 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8190
8191         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8192         (gst_text_overlay_finalize), (gst_text_overlay_init),
8193         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8194         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8195         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8196         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8197         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8198         (gst_text_overlay_change_state): Refactoring of textoverlay
8199         without collectpads. This now supports sparse subtitles coming
8200         from a demuxer instead of a sub file. Seeking is still broken 
8201         though. Need to discuss with wtay some more on how to handle
8202         seeking correctly.
8203         * ext/pango/gsttextoverlay.h:
8204         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8205         subtitles coming from the demuxer.
8206
8207 2006-02-17  Wim Taymans  <wim@fluendo.com>
8208
8209         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8210         (gst_vorbisenc_convert_sink):
8211         Use some more scaling functions.
8212
8213 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8214
8215         * ext/cdparanoia/gstcdparanoiasrc.c:
8216         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8217         (gst_cd_paranoia_paranoia_callback),
8218         (gst_cd_paranoia_src_signal_is_being_watched),
8219         (gst_cd_paranoia_src_read_sector):
8220         * ext/cdparanoia/gstcdparanoiasrc.h:
8221           Add back 'transport-error' and 'uncorrected-error' signals and
8222           make them actually be fired when bad stuff happens (#319340).
8223
8224 2006-02-17  Wim Taymans  <wim@fluendo.com>
8225
8226         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8227         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8228         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8229         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8230         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8231         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8232         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8233         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8234         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8235         (gst_ring_buffer_clear):
8236         Small cleanups.
8237         Added some G_LIKELY.
8238
8239 2006-02-17  Wim Taymans  <wim@fluendo.com>
8240
8241         * gst-libs/gst/audio/TODO:
8242         Update TODO
8243
8244         * gst-libs/gst/audio/gstbaseaudiosink.c:
8245         (gst_base_audio_sink_get_offset):
8246         When trying to play samples ASAP and we don't have a
8247         previous sample, try to play at position 0 instead of
8248         an invalid position.
8249
8250 2006-02-17  Wim Taymans  <wim@fluendo.com>
8251
8252         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8253         (gst_alsasink_reset):
8254         Also release lock when we get an error in _reset();
8255         fix an error message.
8256
8257 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8258
8259         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8260         (gst_alsasink_init), (get_channel_free_structure),
8261         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8262         (gst_alsasink_close):
8263         * ext/alsa/gstalsasink.h:
8264           Add support for more than 2 channels (#326720).
8265
8266 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8267
8268         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8269           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8270           with 4 or 6 channels, assume a default channel layout to make things
8271           work (not sure there's anything else we can do in those cases).
8272
8273 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8274
8275         * gst-libs/gst/audio/multichannel.c:
8276           Minor docs fix.
8277
8278         * gst-libs/gst/riff/Makefile.am:
8279         * gst-libs/gst/riff/riff-ids.h:
8280         * gst-libs/gst/riff/riff-media.c:
8281         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8282           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8283           channels and a channel layout map.
8284           
8285 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8286
8287         Reviewed by Edward Hervey  <edward@fluendo.com>
8288
8289         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8290         C-level optimization of the RGBA nearest neighbour function.
8291         Eventually this might end up in liboil with vectorized versions.
8292
8293 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8294
8295         * gst-libs/gst/audio/multichannel.c:
8296         (gst_audio_get_channel_positions):
8297           When we have more than 2 channels, but no channel layout is
8298           specified in the caps, return some default channel layout
8299           to the caller and warn about about a possibly buggy element
8300           (could be buggy filtercaps as well of course) (#317038).
8301
8302 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8303
8304         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8305           Add gst-libs/gst/cdda to list of lib search paths.
8306
8307 2006-02-15  Andy Wingo  <wingo@pobox.com>
8308
8309         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8310         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8311         to the Lord Jesus that I do not have to touch the ogg muxer ever
8312         again.
8313
8314 2006-02-15  Edward Hervey  <edward@fluendo.com>
8315
8316         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8317         quicktime movie files can also contain 'uuid' atoms.
8318
8319 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8320
8321         * gst/audioconvert/plugin.c: (plugin_init):
8322           Register the GstAudioChannelPosition enum type with the type
8323           system in the plugin_init function, so that it is known before
8324           any element actually makes use of multi-channel stuff. This is
8325           required for example if one wants to be able to deserialise/use
8326           a caps string with channel positions before any pipeline has
8327           been setup and started, like with gst-launch.
8328
8329 2006-02-14  Wim Taymans  <wim@fluendo.com>
8330
8331         * gst-libs/gst/audio/gstringbuffer.c:
8332         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8333         (gst_ring_buffer_samples_done), (wait_segment),
8334         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8335         Add some compiler G_(UN_)LIKELY help.
8336         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8337         make sure they can exit their functions. Should fix #330748
8338
8339 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8340
8341         * Makefile.am:
8342         * configure.ac:
8343         * win32/MANIFEST:
8344         * win32/common/_stdint.h:
8345           Windows does not have long long; copy the generated _stdint.h
8346         * win32/common/interfaces-enumtypes.c:
8347         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8348         (gst_mixer_track_flags_get_type),
8349         (gst_tuner_channel_flags_get_type):
8350         * win32/common/multichannel-enumtypes.c:
8351         (gst_audio_channel_position_get_type):
8352           update
8353
8354 2006-02-13  Wim Taymans  <wim@fluendo.com>
8355
8356         * gst-libs/gst/audio/gstbaseaudiosink.c:
8357         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8358         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8359         Always sync on first sample we receive when starting.
8360
8361 2006-02-13  Wim Taymans  <wim@fluendo.com>
8362
8363         * gst/playback/gstplaybin.c: (gen_vis_element):
8364         Update vis bin docs.
8365         Move queue after tee so we don't queue video buffers but
8366         audio samples instead. Fixes problems where the video queue
8367         is filled and the audio queue empty.
8368
8369 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8370
8371         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8372           No need to push an EOS event here, GstBaseSrc will do that for us
8373           when we return FLOW_UNEXPECTED.
8374           
8375 2006-02-12  Wim Taymans  <wim@fluendo.com>
8376
8377         * gst-libs/gst/audio/gstbaseaudiosink.c:
8378         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8379         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8380         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8381         Use scale functions when possible.
8382         Fix error messages.
8383         Free clockid when after waiting for EOS.
8384         Use G_(UN_)LIKLY when it makes sense.
8385         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8386
8387 2006-02-12  Edward Hervey  <edward@fluendo.com>
8388
8389         * gst/playback/gstplaybasebin.c: (prepare_output): 
8390         Remove stray semi-colon (fixes #330888).
8391
8392 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8393
8394         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8396         Fix up the XShm call testing so that we catch errors, and don't
8397         cause new ones by attempting to detach from a segment we failed
8398         to attach to. Fixes #312439.
8399
8400 2006-02-10  Edward Hervey  <edward@fluendo.com>
8401
8402         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8403         Added flv file typefind (video/x-flv).
8404
8405 2006-02-10  Edward Hervey  <edward@fluendo.com>
8406
8407         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8408         (gst_riff_create_video_template_caps):
8409         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8410         Also added the caps to the default set of riff video caps.
8411
8412 2006-02-09  Andy Wingo  <wingo@pobox.com>
8413
8414         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8415         time and the end time of the last packet in the page.
8416         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8417         on the pages in our queue, set the duration as well. Reflow a
8418         debug statement.
8419         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8420         Fixes bad muxing order.
8421
8422 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8423
8424         * gst-libs/gst/rtp/gstbasertppayload.c:
8425         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8426           update seqnum before setting it on the packet; this makes sure
8427           that the timestamp and seqnum properties match after pushing
8428           a buffer
8429
8430 2006-02-09  Andy Wingo  <wingo@pobox.com>
8431
8432         * gst-libs/gst/audio/gstringbuffer.c
8433         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8434         overflow after 13.5 hours of recording. Kapow!
8435
8436         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8437         the buffer size -- we don't care about underrun/overrun reporting
8438         right now, just need to return a useful value.
8439
8440 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8441
8442         * configure.ac:
8443           Back to CVS
8444
8445 === release 0.10.3 ===
8446
8447 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8448
8449         * configure.ac:
8450           releasing 0.10.3, "Under Pressure"
8451
8452 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8453
8454         * configure.ac:
8455         Drat. Bump libtool version number for new API.
8456         Prelease 0.10.2.3 (of 0.10.3)
8457
8458 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8459
8460         * configure.ac:
8461         * win32/common/config.h:
8462         0.10.2.2 prerelease (of 0.10.3).
8463
8464 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8465
8466         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8467           Revert Andy's newsegment change pending a more correct
8468           fix.
8469
8470 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8471
8472         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8473         (qt_type_find), (plugin_init):
8474           detect more files as 3gp
8475           group and reorder the iso file formats
8476
8477 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8478
8479         * ext/vorbis/vorbis.c: (plugin_init):
8480           Register musicbrainz tags, so apps don't have to.
8481
8482 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8483
8484         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8485         (gst_tag_to_vorbis_tag):
8486           Make sure we called gst_tag_register_musicbrainz_tags()
8487           before possibly mapping a vorbiscomment string from/to a
8488           musicbrainz tag.
8489
8490 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8491
8492         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8493           In case we can't find the required number of consecutive
8494           mpeg audio frames to positively identify an MPEG audio
8495           stream, check if there's at least a valid mpeg audio
8496           frame right at offset 0 and if so suggest mpeg/audio
8497           caps with a very low probability (#153004).
8498
8499 2006-02-07  Andy Wingo  <wingo@pobox.com>
8500
8501         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8502         a TIME segment if we get timestamped buffers. Requires recent
8503         fixes in core to work properly.
8504
8505 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8506
8507         * gst/playback/gstplaybasebin.c: (prepare_output):
8508           Don't print the URI as part of the error message, it
8509           makes error dialogs look rather ugly, especially if
8510           the URI is very long or has characters in it that
8511           need escaping.
8512
8513 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8514
8515         * gst/playback/gstplaybasebin.c: (prepare_output):
8516           Error out if we have only text or subtitles, but nothing
8517           else. Also error out if we have subtitles but no video
8518           stream.
8519
8520 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8521
8522         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8523           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8524           Post an error message on the bus when we encounter an
8525           error, which will hopefully be more meaningful than the
8526           'Internal Flow Error' message users get to see if we
8527           just return GST_FLOW_ERROR.
8528
8529 2006-02-07  Andy Wingo  <wingo@pobox.com>
8530
8531         * configure.ac (GST_MAJORMINOR): Update core version req to
8532         0.10.2.2, for the collectpads API addition (#330244).
8533
8534 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8535
8536         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8537           Return FALSE from plugin_init() when GnomeVFS can't
8538           be initialised for some reason (#328423).
8539
8540 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8541
8542         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8543         Stick to seeking theory until i find the bug.
8544         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8545
8546 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8547
8548         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8549         (theora_enc_finalize), (theora_enc_sink_setcaps),
8550         (theora_set_header_on_caps), (theora_enc_chain),
8551         (theora_enc_change_state):
8552         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8553           Make theoraenc and the tests leak free. Like, really.
8554
8555 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8556
8557         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8558         (theora_enc_finalize), (theora_enc_sink_setcaps):
8559           Add a finalize method to ensure we clean up state even if
8560           someone omitted the state change back to NULL.
8561
8562         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8563         (gst_vorbisenc_chain):
8564           Free some more leaked bits.
8565
8566         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8567         (stop_pipeline):
8568           Wait for state changes to happen if they're ASYNC.
8569
8570           This ought to teach those fancy pants buildbots a lesson.
8571
8572 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8573
8574         * gst-libs/gst/tag/gstid3tag.c:
8575           Add mapping for ID3 International Standard Recording Code
8576           tag "TSRC"
8577
8578 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8579
8580         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8581           Don't leak tag names.
8582
8583 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8584
8585         * docs/libs/gst-plugins-base-libs-docs.sgml:
8586         * docs/libs/gst-plugins-base-libs-sections.txt:
8587         * gst-libs/gst/tag/gstid3tag.c:
8588         * gst-libs/gst/tag/gstvorbistag.c:
8589         * gst-libs/gst/tag/tags.c:
8590           Split libgsttag docs into multiple sections.
8591
8592 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         * docs/libs/Makefile.am:
8595         * docs/libs/gst-plugins-base-libs-docs.sgml:
8596         * docs/libs/gst-plugins-base-libs-sections.txt:
8597         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8598         * gst-libs/gst/tag/gstvorbistag.c:
8599         * gst-libs/gst/tag/tag.h:
8600         * gst-libs/gst/tag/tags.c:
8601           Add libgsttag to the docs.
8602
8603 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8604
8605         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8606         (gst_text_overlay_init), (gst_text_overlay_src_event),
8607         (gst_text_overlay_collected): Fix clockoverlay.
8608
8609 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8610
8611         * docs/libs/compiling.sgml:
8612           Fix typo: it's pkg-config, not pkg-gconfig
8613
8614         * docs/libs/gst-plugins-base-libs-docs.sgml:
8615         * docs/libs/gst-plugins-base-libs-sections.txt:
8616         * docs/libs/tmpl/gstgconf.sgml:
8617           There is no libgstgconf in 0.10, remove it
8618           from the docs.
8619
8620 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8621
8622         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8623         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8624         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8625         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8626         (gst_sub_parse_class_init), (gst_sub_parse_init),
8627         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8628         (parse_mpsub), (parser_state_init), (handle_buffer),
8629         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8630         * gst/subparse/gstsubparse.h: Introduce seeking code.
8631
8632 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8633
8634         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8635           Add comment about LANGUAGE tag inconsistency (we want
8636           ISO-639-1, but extract three-letter identifiers?)
8637
8638         * po/POTFILES.in:
8639           Add two translatable files.
8640
8641 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8642
8643         * gst-libs/gst/tag/Makefile.am:
8644         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8645         * gst-libs/gst/tag/tag.h:
8646         * gst-libs/gst/tag/tags.c:
8647         (gst_tag_register_musicbrainz_tags_internal),
8648         (gst_tag_register_musicbrainz_tags):
8649           Forward-port some tags stuff from the 0.8 branch. This is
8650           mostly the addition of musicbrainz tags and their mapping
8651           to vorbistags, and a vorbistag mapping of the language tag.
8652
8653 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8654
8655         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8656         refactoring.
8657
8658 2006-02-04  David Schleef  <ds@schleef.org>
8659
8660         * ext/ogg/gstoggmux.c:
8661         * gst/typefind/gsttypefindfunctions.c:
8662           Add Dirac typefinding and add dirac format to oggmux.
8663
8664 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * gst/playback/gstdecodebin.c: (try_to_link_1):
8667           Don't put essential function call into
8668           g_return_*() macro, otherwise it'll all be
8669           replaced by NOOPs when compiling with
8670           G_DISABLE_CHECKS defined.
8671
8672 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8673
8674         * ext/ogg/gstoggdemux.c:
8675         * ext/ogg/gstoggparse.c:
8676         * gst/tcp/gsttcpserversink.c:
8677         * sys/v4l/v4lsrc_calls.c:
8678         * sys/v4l/v4lsrc_calls.h:
8679         Just make it compile with --disable-gst-debug.
8680
8681 2006-02-03  Wim Taymans  <wim@fluendo.com>
8682
8683         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8684         (gst_alsasink_class_init), (gst_alsasink_init),
8685         (gst_alsasink_write), (gst_alsasink_reset):
8686         * ext/alsa/gstalsasink.h:
8687         Add lock to protect alsa calls.
8688         Implement reset to flush samples ASAP, does not work
8689         with dmix though.
8690
8691 2006-02-02  Wim Taymans  <wim@fluendo.com>
8692
8693         * gst-libs/gst/audio/gstbaseaudiosink.c:
8694         (gst_base_audio_sink_provide_clock):
8695         Ugh.. getting late I guess...
8696
8697 2006-02-02  Wim Taymans  <wim@fluendo.com>
8698
8699         * gst-libs/gst/audio/gstbaseaudiosink.c:
8700         (gst_base_audio_sink_provide_clock),
8701         (gst_base_audio_sink_set_property),
8702         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8703         Don't try to provide a clock when we are not negotiated since
8704         we might not be able to make it run.
8705
8706 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8707
8708         * gst/playback/gstdecodebin.c: (try_to_link_1):
8709           Unlinking two source pads is ... hard.
8710
8711 2006-02-02  Wim Taymans  <wim@fluendo.com>
8712
8713         * gst-libs/gst/audio/TODO:
8714         Updated.
8715
8716         * gst-libs/gst/audio/gstbaseaudiosink.c:
8717         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8718         On EOS, wait till the last sample is played before posting EOS.
8719
8720 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8721
8722         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8723           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8724           setting queue_delay to zero. Also avoid thread being started if
8725           queue_delay is zero.
8726
8727 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8728
8729         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8730           Make test work again by connecting fakesinks to each decoded pad,
8731           which makes the pipeline wait until each fakesink has a buffer
8732           queued before going to PAUSED state. At that point we know the
8733           decodebin pads are negotiated.
8734
8735 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8736
8737         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8738         (gst_cdda_base_src_handle_event):
8739         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8740           Pass unhandled queries to the parent class's query function.
8741
8742 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8743
8744         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8745         (gst_ogg_pad_src_query):
8746         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8747         * ext/theora/theoradec.c: (theora_dec_src_query),
8748         (theora_dec_sink_query):
8749         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8750         (vorbis_dec_sink_query):
8751         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8752         (gst_vorbisenc_sink_query):
8753         * gst/adder/gstadder.c: (gst_adder_query):
8754           Pass unhandled queries upstream instead of just
8755           dropping them (#326447). Also, fix supported
8756           query types list for some elements.
8757
8758 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8759
8760         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8761         (paris_type_find), (ilbc_type_find), (plugin_init):
8762           Fix typefinding for audio/x-au, audio/x-paris and
8763           audio/iLBC-sh. We cannot use the START_WITH macros
8764           here, because there can only be one typefind factory
8765           with the same name (caps), so the second one would
8766           replace the first one and the first one would never
8767           be called when doing typefinding (see #161712).
8768           
8769
8770 2006-01-31  Wim Taymans  <wim@fluendo.com>
8771
8772         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8773         (vorbis_handle_header_packet), (vorbis_dec_push),
8774         (vorbis_handle_data_packet):
8775         Use scale_int when we can, add some more scaling.
8776         Check packettype before parsing it.
8777
8778 2006-01-31  Wim Taymans  <wim@fluendo.com>
8779
8780         * ext/theora/theoradec.c: (_theora_granule_time),
8781         (theora_dec_src_convert), (theora_dec_sink_convert):
8782         Call right _scale functions.
8783         Use parameter instead of some other random value.
8784
8785 2006-01-31  Wim Taymans  <wim@fluendo.com>
8786
8787         * ext/theora/theoradec.c: (_theora_granule_frame),
8788         (_theora_granule_time), (_inc_granulepos),
8789         (theora_dec_src_convert), (theora_dec_sink_convert),
8790         (theora_handle_type_packet), (theora_handle_data_packet),
8791         (theora_dec_chain):
8792         Use higher precision timestamps calculation.
8793         Convert some other conversions to _scale.
8794
8795 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8796
8797         * gst/audiotestsrc/gstaudiotestsrc.c:
8798         (gst_audio_test_src_create_sine_table), (plugin_init):
8799         * gst/volume/gstvolume.c: (plugin_init):
8800           initialize gst_controller before using
8801
8802 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8803
8804         * tests/check/pipelines/theoraenc.c:
8805         * tests/check/pipelines/vorbisenc.c:
8806         Define constant using G_GINT64_CONSTANT to avoid errors when
8807         passing it around - otherwise it gets truncated to 32 bits.
8808
8809         Fixes failing tests.
8810
8811 2006-01-31  Andy Wingo  <wingo@pobox.com>
8812
8813         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8814         caps being set doesn't have a framerate value. Basically a stopgap
8815         measure.
8816
8817         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8818         technically correct enough to put into core though.
8819         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8820         DURATION. Fixes theoraenc ! oggmux.
8821
8822         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8823         fraction, not double.
8824
8825 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8826
8827         * win32/vs7:
8828         add vs7 project files created by Sergey Scobich
8829
8830 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8831
8832         * win32/vs8:
8833         add vs8 project files created by Sergey Scobich
8834         
8835 2006-01-30  Andy Wingo  <wingo@pobox.com>
8836
8837         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8838         timestamp + duration, not just timestamp -- ogg pages should be
8839         ordered by stop time. Necessary fix given the change in vorbis
8840         timestamps.
8841
8842         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8843         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8844         (granulepos_add): New function, handles the messiness of adjusting
8845         granulepos values.
8846         (theora_buffer_from_packet):
8847         (theora_enc_chain):
8848         (theora_enc_sink_event): Use granulepos_add, not +.
8849
8850         * tests/check/pipelines/theoraenc.c
8851         (check_buffer_granulepos_from_starttime): Just check the frame
8852         count, not the actual granulepos -- we can't dictate to the
8853         encoder when it should be placing keyframes.
8854
8855 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8856
8857         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8858           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8859           play an http:// stream from a server that's not serving
8860
8861 2006-01-30  Andy Wingo  <wingo@pobox.com>
8862
8863         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8864         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8865         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8866         available.
8867
8868         * ext/theora/gsttheoraenc.h:
8869         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8870         although theoraenc was timestamping correctly. Added handling of
8871         streams that start with nonzero timestamps.
8872
8873         * tests/check/Makefile.am:
8874         * tests/check/pipelines/theoraenc.c: New file, basically does same
8875         tests as vorbisenc.
8876
8877         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8878
8879 2006-01-30  Wim Taymans  <wim@fluendo.com>
8880
8881         * gst-libs/gst/audio/gstaudiosink.c:
8882         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8883         (gst_audioringbuffer_pause):
8884         Implement pause that does not wait for completion.
8885
8886         * gst-libs/gst/audio/gstbaseaudiosink.c:
8887         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8888         Don't drop buffers when going to PAUSED but perform preroll on
8889         remaining samples now that core base class supports this.
8890
8891         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8892         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8893         (gst_ring_buffer_commit):
8894         Pause should not signal waiters.
8895         Implement return value of _commit correctly.
8896
8897 2006-01-30  Andy Wingo  <wingo@pobox.com>
8898
8899         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8900
8901         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8902         updated to timestamp from the first sample, not the last.
8903         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8904         special care of granulepos and timestamp for header packets.
8905         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8906         when the first buffer has a nonzero timestamp.
8907
8908         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8909         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8910         case when the first audio buffer we get has a nonzero timestamp.
8911         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8912         properly timestamp vorbis buffers with the time of the first
8913         sample, not the last.
8914         
8915         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8916         vorbis_granule_time_copy -- now it takes the granule/subgranule
8917         offset into account.
8918
8919         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8920         timestamps, durations, and granulepos on buffers produced by
8921         vorbisenc.
8922
8923 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8924
8925         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8926         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8927           Patch from Eric Jonas to support conversions to/from UYVY 
8928           (Fixes: #324626)
8929
8930 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8931
8932         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8933         (setup_subtitle), (setup_source), (set_active_source):
8934         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8935         (gen_text_element), (gen_audio_element), (gen_vis_element),
8936         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8937
8938 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8939
8940         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8941         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8942                 use gst_guint64_to_gdouble to be compliant with vs6
8943         * gst/playback/gstdecodebin.c: (try_to_link_1)
8944         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8945                 use G_GINT64_CONSTANT for int64 constants
8946         * win32/common/libgstinterfaces.def:
8947                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8948         * win32/vs6:
8949                 update and add new project files
8950                 
8951 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8952
8953         * Makefile.am:
8954         * win32/MANIFEST:
8955         * win32/common/interfaces-enumtypes.c:
8956         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8957         (gst_mixer_track_flags_get_type),
8958         (gst_tuner_channel_flags_get_type):
8959         * win32/common/interfaces-enumtypes.h:
8960         * win32/common/multichannel-enumtypes.c:
8961         (gst_audio_channel_position_get_type):
8962         * win32/common/multichannel-enumtypes.h:
8963           add a win32-update rule like in core, and copy over enumtypes files
8964
8965 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8966
8967         * win32/MANIFEST:
8968         * win32/common/config.h:
8969         * win32/common/config.h.in:
8970           add config files just like in core
8971
8972 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8973
8974         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8975           Make gcc-4.1 happy (part of #327357).
8976
8977 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8978
8979         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8980         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8981         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8982         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8983         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8984         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8985           Update all error messages.  All of them should either use
8986           the default translated message, or actually provide a
8987           translatable string.
8988           Make the string for channel count problems meaningful.
8989
8990 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8991
8992         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8993           check for and throw RESOURCE_BUSY
8994
8995 2006-01-27  David Schleef  <ds@schleef.org>
8996
8997         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8998           checked in this change -- it requires liboil features not
8999           in 0.3.6.  Revert parts.
9000
9001 2006-01-27  David Schleef  <ds@schleef.org>
9002
9003         * REQUIREMENTS:
9004         * configure.ac: update liboil requirement to 0.3.6
9005         * gst/videoscale/Makefile.am:
9006         * gst/videoscale/vs_scanline.c: liboilify
9007
9008 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9009
9010         * ext/libvisual/visual.c: (get_buffer):
9011           When pad_alloc returns a GstFlowReturn other
9012           than GST_FLOW_OK, make sure it is passed upstream.
9013
9014 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9015
9016         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9017         (gst_alsasink_class_init):
9018           Free the device name string.
9019
9020         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9021         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
9022         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
9023           Don't remove a pad from the collectpads structure until it
9024           is released - it's a request pad, and may receive data again
9025           if the element gets moved back to PLAYING state.
9026
9027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9028           Ensure we turn on double buffering on the Xv port, and
9029           set the colour key to something dark and mysterious that
9030           isn't black.
9031
9032 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9033
9034         * ext/alsa/gstalsaplugin.c: (plugin_init):
9035         * ext/cdparanoia/gstcdparanoiasrc.c:
9036         (gst_cd_paranoia_src_base_init), (plugin_init):
9037         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9039           - a library should not call setlocale. see "Libraries" node in
9040             gettext manual
9041           - make sure all plugins that use translation do bindtextdomain
9042             to point to the localedir
9043         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9044         (setup_sinks), (plugin_init):
9045           all this, and check for NULL when creating sinks
9046
9047 2006-01-27  Julien MOUTTE  <julien@moutte.net>
9048
9049         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9050         (plugin_init): Make typefinding of subtitles work again.
9051
9052 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
9053
9054         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9055         (mp3_type_frame_length_from_header), (mp3_type_find),
9056         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9057         (plugin_init):
9058           Backport a bunch of typefinding fixes from the 0.8 branch.
9059           Also, improve wavpack typefinding: if we can't peek the
9060           entire wavpack block, try to parse the bits we can get and
9061           see if we find what we're looking for in those.
9062
9063 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9064
9065         * sys/ximage/ximagesink.c:
9066         (gst_ximagesink_calculate_pixel_aspect_ratio):
9067         * sys/xvimage/xvimagesink.c:
9068         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9069         more cases of pixel aspect ratio.
9070
9071 2006-01-26  Edward Hervey  <edward@fluendo.com>
9072
9073         * gst/playback/gstdecodebin.c: (pad_probe):
9074         Also consider the flush-start and tag events as unblockers
9075         for the pad probes.
9076
9077 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9078
9079         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9080         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9081         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
9082         On the fly visualisation switch, works disabling, enabling as
9083         well but it won't be able to enable vis in a playbin that was
9084         created with no visualisation.
9085
9086 2006-01-25  Wim Taymans  <wim@fluendo.com>
9087
9088         * gst-libs/gst/audio/gstbaseaudiosink.c:
9089         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9090         Undo previous commit that returned WRONG_STATE sooner, it breaks 
9091         resume after pause.
9092
9093 2006-01-25  Wim Taymans  <wim@fluendo.com>
9094
9095         * gst-libs/gst/audio/gstbaseaudiosink.c:
9096         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9097         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9098         Improve debugging.
9099         Post error when caps cannot be parsed.
9100         Resync on discontinuity in the stream.
9101         Clip samples to segment boundaries.
9102         return WRONG_STATE sooner when we are flushing.
9103
9104         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9105         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9106         Make audiosrc operate in TIME.
9107         Set TIMESTAMP and DURATION on buffers.
9108
9109 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
9110
9111         * tests/examples/seek/seek.c: (main):
9112           Output tag messages as well.
9113
9114 2006-01-23  Edward Hervey  <edward@fluendo.com>
9115
9116         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9117         (free_pad_probes), (remove_fakesink), (pad_probe),
9118         (close_pad_link), (gst_decode_bin_change_state):
9119         Replace GstPadBlockCallback with pad probes that detect
9120         first buffer AND eos before removing fakesink.
9121         Fixes hang with demuxers doing EOS while pre-rolling.
9122         Solves #328279
9123
9124 2006-01-23  Andy Wingo  <wingo@pobox.com>
9125
9126         * ext/alsa/gstalsasink.c:
9127         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9128         (gst_base_rtp_depayload_setcaps),
9129         (gst_base_rtp_depayload_add_to_queue),
9130         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9131         
9132         Patch by: Jens Granseuer <jensgr at gmx dot net>
9133
9134 2006-01-22  Julien MOUTTE  <julien@moutte.net>
9135
9136         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9137         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9138         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
9139         frames. We might get a frame destroyed after changing state to
9140         NULL, adding a safety check on xcontext.
9141
9142 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9143
9144         * gst-libs/gst/interfaces/xoverlay.c:
9145           Fix prepare-xwindow-id code example in the docs - we need to
9146           ignore all messages that aren't element messages as well.
9147           
9148 2006-01-21  Julien MOUTTE  <julien@moutte.net>
9149
9150         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9151           I think one day i'll completely undestand how caps negotiation
9152           is supposed to work. This refactoring handles buffer_alloc
9153           called with caps we can't handle. We definitely don't want a
9154           set_caps with those caps, so we define and allocate a buffer
9155           we would like to receive.
9156
9157 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9158
9159         * gst/playback/gstplaybasebin.c: (setup_source):
9160           Free iterator when done.
9161
9162 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
9163
9164         * gst-libs/gst/audio/gstbaseaudiosink.c:
9165         (gst_base_audio_sink_render):
9166           Fix playback of non-synchronised streams by assuming a rate
9167           of 1.0 instead of a random one.
9168
9169           Makes this work again:
9170
9171           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9172           endianness=(int)4321, signed=(boolean)true, width=(int)16,
9173           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9174           audioresample ! alsasink
9175
9176 === release 0.10.2 ===
9177
9178 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
9179
9180         * configure.ac:
9181           releasing 0.10.2, "Then the devil is six"
9182
9183 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9184
9185         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9186         * gst/playback/gststreamselector.c:
9187         (gst_stream_selector_set_property):
9188           Comment out broken code that connects to the state-changed signal.
9189           At this point, changing current stream selection is broken, but 
9190           stuff like gst-launch playbin current-audio=1 works and filters
9191           to the chosen stream.
9192
9193 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9194
9195         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9196           Fix #327216 (null dereference in vorbisdec)
9197
9198 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9199
9200         * ext/theora/theoradec.c: (theora_handle_comment_packet):
9201           Post taglist actually on bus instead of just freeing it
9202           (fixes #327114 and totem bug #327080).
9203
9204         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9205           Use gst_element_found_tags_for_pad(), so that the tags
9206           are sent downstream as an event as well.
9207
9208 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9209
9210         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9211         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9212         (gst_ximagesink_buffer_alloc):
9213         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9214         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9215         (gst_xvimagesink_buffer_alloc):
9216           move all regularly occurring messages to GST_LOG level
9217           add some more object logs
9218
9219 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9220
9221         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9222           fix a silly segfault
9223
9224 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9225
9226         * docs/libs/gst-plugins-base-libs-docs.sgml:
9227         * docs/libs/gst-plugins-base-libs-sections.txt:
9228         * gst-libs/gst/audio/mixerutils.c:
9229         * gst-libs/gst/audio/mixerutils.h:
9230           Add docs for mixerutils stuff.
9231
9232 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         * gst/playback/gstplaybasebin.c: (setup_source):
9235           Fix playback for sources that emit raw audio or
9236           raw video streams (e.g.: cd audio sources) (#325984).
9237
9238 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9239
9240         * gst-libs/gst/audio/mixerutils.c:
9241         (gst_audio_mixer_filter_do_filter):
9242           actually save the element we create
9243
9244 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9245
9246         * gst-libs/gst/cdda/gstcddabasesrc.c:
9247         (gst_cdda_base_src_handle_track_seek):
9248           No need to post a tag message on the bus when seeking
9249           within the same track, only post it when the current
9250           track changes.
9251
9252 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9253
9254         * gst/playback/gstplaybasebin.c: (group_destroy),
9255         (probe_triggered), (new_decoded_pad), (mute_group_type),
9256         (set_active_source):
9257         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9258         * gst/playback/gststreamselector.c:
9259         (gst_stream_selector_base_init),
9260         (gst_stream_selector_set_property),
9261         (gst_stream_selector_request_new_pad):
9262           Reenable stream selection. These mechanisms need a complete overhaul
9263           in the face of 0.8->0.10 changes though.
9264
9265 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9266
9267         * ext/ogg/gstoggdemux.c:
9268           Change the pad template to src_%d to match the pads that 
9269           are created from it. decodebin needs this information in order
9270           to decide that oggdemux is capable of producing multiple pads
9271           (and hence needs queues inserted).
9272
9273         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9274         (gst_ogg_mux_collected):
9275           Make debug output more useful by using GST_PTR_FORMAT.
9276
9277 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9278
9279         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9280
9281         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9282           Set depth and width for alaw/mulaw (fixes #326601).
9283
9284 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9285
9286         * tests/icles/Makefile.am:
9287           don't build the tests if we don't have the libs
9288
9289 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9290
9291         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9292         (gst_cd_paranoia_paranoia_callback):
9293           Don't try to free NULL pointers.
9294
9295 2006-01-10  Edward Hervey  <edward@fluendo.com>
9296
9297         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9298         (gst_audio_rate_change_state), (plugin_init):
9299         Add debugging category.
9300         Fix type issues.
9301         Add case for incoming buffers without valid offset/offset_end.
9302
9303 2006-01-10  Michael Smith  <msmith@fluendo.com>
9304
9305         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9306           Don't leak GCond in audio sources.
9307
9308 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9309
9310         * gst/playback/gstplaybin.c: (gen_audio_element):
9311           Don't leak an autoaudiosink/alsasink when we generate
9312           a new audio element. (old code, I guess)
9313
9314 2006-01-10  Michael Smith  <msmith@fluendo.com>
9315
9316         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9317           Support float audio in audiorate.
9318           Use width rather than depth for selecting sample width.
9319
9320 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9321
9322         * gst/videotestsrc/videotestsrc.h:
9323           Use GLib types here (that way we don't have to include the
9324           generated _stdint.h header, which makes life easier for win32
9325           folks that don't use autotools for the build) (#325990, patch
9326           by: Sergey Scobich).
9327
9328 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9329
9330         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9331         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9332         (gst_ring_buffer_pause), (wait_segment):
9333         * gst-libs/gst/audio/gstringbuffer.h:
9334           Name (private) union, makes Forte compiler happy (this time
9335           for real) (#324900).
9336
9337 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * gst-libs/gst/audio/Makefile.am:
9340           Link against libgstinterfaces, needed for mixer
9341           and property probe stuff.
9342
9343 2006-01-09  Edward Hervey  <edward@fluendo.com>
9344
9345         * gst-libs/gst/Makefile.am:
9346
9347 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9348
9349         * gst-libs/gst/audio/Makefile.am:
9350         * gst-libs/gst/audio/mixerutils.c:
9351         (gst_audio_mixer_filter_do_filter),
9352         (gst_audio_mixer_filter_check_element),
9353         (gst_audio_mixer_filter_probe_feature),
9354         (element_factory_rank_compare_func),
9355         (gst_audio_default_registry_mixer_filter):
9356         * gst-libs/gst/audio/mixerutils.h:
9357           Add gst_audio_default_registry_mixer_filter() utility
9358           function.
9359
9360 2006-01-03  Michael Smith  <msmith@fluendo.com>
9361
9362         * gst/audioresample/resample.h:
9363           As before, but for o_buf
9364
9365 2006-01-03  Michael Smith  <msmith@fluendo.com>
9366
9367         * gst/audioresample/resample.h:
9368           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9369           since we do arithmetic on it.
9370
9371 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9372
9373         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9374         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9375         (gst_ring_buffer_pause), (wait_segment):
9376         * gst-libs/gst/audio/gstringbuffer.h:
9377           Sun's Forte compiler doesn't seem to like anonymous structs,
9378           so use same setup as in GstBaseSrc (fixes #324900).
9379
9380 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9381
9382         * configure.ac:
9383         * gst/volume/Makefile.am:
9384         * gst/volume/demo.c:
9385           move old example to tests/examples/volume/volune.c
9386         * tests/examples/Makefile.am:
9387         * tests/examples/seek/seek.c: (main):
9388           change window-close event from "delete-event" to "destroy"
9389         * tests/examples/volume/Makefile.am:
9390         * tests/examples/volume/volume.c: (value_changed_callback),
9391         (setup_gui), (message_received), (eos_message_received), (main):
9392           fix event handling and bus usage
9393
9394 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9395
9396         * gst/audiotestsrc/gstaudiotestsrc.c:
9397         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9398         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9399         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9400         (gst_audio_test_src_create_square),
9401         (gst_audio_test_src_create_saw),
9402         (gst_audio_test_src_create_triangle),
9403         (gst_audio_test_src_create_silence),
9404         (gst_audio_test_src_create_white_noise),
9405         (gst_audio_test_src_create_pink_noise),
9406         (gst_audio_test_src_init_sine_table),
9407         (gst_audio_test_src_create_sine_table),
9408         (gst_audio_test_src_change_wave),
9409         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9410         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9411         * gst/audiotestsrc/gstaudiotestsrc.h:
9412           update to basesrc changes, implement segmented seeking and eos
9413           handling, add a 'sine-tab' waveform for performance critical playback
9414
9415 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9416
9417         * po/POTFILES.in:
9418           ... and this time the other modified file that I missed last time.
9419
9420 2005-12-29  Michael Smith  <msmith@fluendo.com>
9421
9422         * gst/playback/gstdecodebin.c: (new_pad):
9423           Fix non-C89 variable declaration not at the start of a block. Should
9424           help some compilers.
9425
9426 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9427
9428         * tests/check/Makefile.am:
9429           And now fix 'make distcheck' (builddir != srcdir)
9430
9431 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9432
9433         * configure.ac:
9434         * ext/cdparanoia/Makefile.am:
9435         * ext/cdparanoia/gstcdparanoia.c:
9436         * ext/cdparanoia/gstcdparanoia.h:
9437         * ext/cdparanoia/gstcdparanoiasrc.c:
9438         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9439         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9440         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9441         (gst_cd_paranoia_paranoia_callback),
9442         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9443         (gst_cd_paranoia_src_set_property),
9444         (gst_cd_paranoia_src_get_property), (plugin_init):
9445         * ext/cdparanoia/gstcdparanoiasrc.h:
9446           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9447           plugin again (there are still fixes required to playbin to make
9448           cdda:// uris work there).
9449
9450 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9451
9452         * tests/check/Makefile.am:
9453           Fix test case compilation.
9454
9455 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9456
9457         * gst-libs/gst/cdda/gstcddabasesrc.c:
9458         (gst_cdda_base_src_update_duration),
9459         (gst_cdda_base_src_calculate_cddb_id):
9460           An integer is not a string. Fix access to uninitialised variable.
9461
9462         * tests/check/Makefile.am:
9463           Add cddabasesrc unit test; also actually enable the vorbis test.
9464
9465         * tests/check/generic/states.c:
9466           Blacklist new cd audio elements as well.
9467
9468         * tests/check/libs/cddabasesrc.c:
9469           Unit test for GstCddaBaseSrc (discid calculation mostly).
9470
9471 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9472
9473         * docs/libs/Makefile.am:
9474         * docs/libs/gst-plugins-base-libs-docs.sgml:
9475         * docs/libs/gst-plugins-base-libs-sections.txt:
9476         * docs/libs/gst-plugins-base-libs.types:
9477           Add docs for libgstcdda/GstCddaBaseSrc.
9478
9479         * gst-libs/gst/interfaces/mixertrack.h:
9480           Do one struct member per line with a semicolon at the end, that way
9481           even gtk-doc might parse it without complaining.
9482
9483 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9484
9485         * configure.ac:
9486         * gst-libs/gst/Makefile.am:
9487         * gst-libs/gst/cdda/Makefile.am:
9488         * gst-libs/gst/cdda/base64.c:
9489         * gst-libs/gst/cdda/base64.h:
9490         * gst-libs/gst/cdda/gstcddabasesrc.c:
9491         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9492         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9493         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9494         (gst_cdda_base_src_get_property),
9495         (gst_cdda_base_src_get_track_from_sector),
9496         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9497         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9498         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9499         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9500         (gst_cdda_base_src_uri_get_protocols),
9501         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9502         (gst_cdda_base_src_uri_handler_init),
9503         (gst_cdda_base_src_setup_interfaces),
9504         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9505         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9506         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9507         (gst_cdda_base_src_add_tags),
9508         (gst_cdda_base_src_add_index_associations),
9509         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9510         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9511         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9512         (gst_cdda_base_src_create):
9513         * gst-libs/gst/cdda/gstcddabasesrc.h:
9514         * gst-libs/gst/cdda/sha1.c:
9515         * gst-libs/gst/cdda/sha1.h:
9516           Add new libgstcdda with GstCddaBaseSrc class.
9517
9518 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9519
9520         * ext/gnomevfs/gstgnomevfssink.h:
9521           Use GstBaseSinkClass as parent_class member for class struct, not
9522           GstBaseSink.
9523
9524 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         Patch by: Michael Benes
9527
9528         * gst/videotestsrc/gstvideotestsrc.c:
9529         (gst_video_test_src_class_init), (gst_video_test_src_start):
9530           Add start method to reset running time and number of frames sent
9531           when starting up (fixes #324696)
9532
9533 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9534
9535         * docs/plugins/Makefile.am:
9536         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9537         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9538         * docs/plugins/gst-plugins-base-plugins.args:
9539         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9540         * docs/plugins/gst-plugins-base-plugins.signals:
9541           Add docs stuff for gnomevfssrc and gnomevfssink.
9542
9543         * ext/gnomevfs/gstgnomevfssrc.c:
9544           Fix example pipeline in gtk-doc blurb.
9545
9546 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9547
9548         * ext/gnomevfs/Makefile.am:
9549         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9550         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9551         (gst_gnome_vfs_handle_get_type), (plugin_init):
9552         * ext/gnomevfs/gstgnomevfs.h:
9553         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9554         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9555         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9556         (gst_gnome_vfs_sink_set_property),
9557         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9558         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9559         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9560         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9561         (gst_gnome_vfs_sink_uri_get_type),
9562         (gst_gnome_vfs_sink_uri_get_protocols),
9563         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9564         (gst_gnome_vfs_sink_uri_handler_init):
9565         * ext/gnomevfs/gstgnomevfssink.h:
9566           Port gnomevfssink; add gtk-doc blurb.
9567
9568         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9569         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9570         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9571         (gst_gnome_vfs_src_uri_get_type),
9572         (gst_gnome_vfs_src_uri_get_protocols),
9573         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9574         (gst_gnome_vfs_src_uri_handler_init),
9575         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9576         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9577         (gst_gnome_vfs_src_send_additional_headers_callback),
9578         (gst_gnome_vfs_src_received_headers_callback),
9579         (gst_gnome_vfs_src_push_callbacks),
9580         (gst_gnome_vfs_src_pop_callbacks),
9581         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9582         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9583         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9584         * ext/gnomevfs/gstgnomevfssrc.h:
9585           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9586           file; add gtk-doc blurb with example pipelines.
9587
9588 === release 0.10.1 ===
9589
9590 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9591
9592         * configure.ac:
9593           releasing 0.10.1, "Dobro Dedek"
9594
9595 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9596
9597         * gst/typefind/gsttypefindfunctions.c:
9598         iLBC30 and iLBC20 added to typefind.
9599
9600 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9601
9602         * gst-libs/gst/audio/gstbaseaudiosink.c:
9603         (gst_base_audio_sink_class_init):
9604         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9605         (gst_base_audio_src_class_init):
9606           update strings, values are in microseconds
9607           change the default sink buffer time to something that is smaller
9608           (to help software volume mixing have a slightly lower delay) but
9609           still be acceptable on Wim's laptop
9610
9611 2005-12-20  Edward Hervey  <edward@fluendo.com>
9612
9613         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9614         Made a quack, forgot to add DUCK to the riff video template.
9615
9616 2005-12-19  Edward Hervey  <edward@fluendo.com>
9617
9618         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9619         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9620         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9621         (gst_ogm_parse_chain):
9622         Make sure pads are initialized correctly.
9623         * gst-libs/gst/riff/riff-ids.h:
9624         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9625         (gst_riff_create_video_template_caps):
9626         Add a whole bunch of FOURCC <=> MimeType.
9627         Extend the riff video pad template to support the newly added fourcc.
9628
9629 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9630
9631         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9632         (gst_ogg_demux_activate_chain):
9633           Extra debug output when activating/deactivating chains.
9634
9635         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9636         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9637         (unlinked):
9638           Remove a queue from our list when it becomes unlinked.
9639           Don't add queues to elements in class 'Demux' if they
9640           can only produce one pad 
9641
9642 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9643
9644         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9645         (gst_video_sink_get_type): Add a debug category.
9646
9647 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9648
9649         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9650         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9651           Handle downstream newsegment by sending our own newsegment before the
9652           next buffer to be released. (#323900)
9653
9654 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9655
9656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9657         (gst_base_rtp_depayload_set_gst_timestamp):
9658           add queue delay to new segment as well (as opposed to just the first
9659           buffer). (bug #322347)
9660
9661 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9662
9663         * ext/libvisual/visual.c: (make_valid_name):
9664           change some char* into char[]
9665         * gst/audiotestsrc/gstaudiotestsrc.c:
9666         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9667         (gst_audio_test_src_create):
9668         * gst/audiotestsrc/gstaudiotestsrc.h:
9669           prepare to handle EOS and SEGMENT_DONE
9670
9671 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9672
9673         * tests/check/generic/states.c: (GST_START_TEST):
9674           Blacklist cdparanoia element in state test.
9675
9676 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9677
9678           Patch by: Benjamin Pineau
9679
9680         * gst/tcp/gsttcp.c:
9681         * gst/tcp/gsttcpclientsink.c:
9682         * gst/tcp/gsttcpserversink.c:
9683         * gst/tcp/gsttcpserversrc.c:
9684           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9685
9686 2005-12-15  Michael Smith  <msmith@fluendo.com>
9687
9688         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9689         (gst_video_rate_chain):
9690           Fix timestamping for videorate when the first buffer it sees has a
9691           non-zero timestamp. Fix some misleading debug output.
9692
9693 2005-12-15  Michael Smith  <msmith@fluendo.com>
9694
9695         * gst/audioresample/gstaudioresample.c:
9696           Don't leak all input buffers to audioresample.
9697
9698 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9699
9700         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9701           Don't operate on empty text buffers. Strip newlines and
9702           tabs only from the end of the text, but leave them intact
9703           in the middle. Fix typo in gtk-doc description.
9704
9705 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9706
9707         * gst/playback/gstplaybasebin.c:
9708         * gst/playback/gstplaybin.c: (handoff):
9709           Make sure the video frame buffer we return to apps via the
9710           "frame" property always has caps set on it. Modify
9711           _gst_gvalue_set_object() macro to handle NULL objects
9712           gracefully too.
9713
9714 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9715
9716         * gst/audiotestsrc/gstaudiotestsrc.c:
9717         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9718         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9719         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9720         (gst_audio_test_src_create):
9721         * gst/audiotestsrc/gstaudiotestsrc.h:
9722         Adjust to some recent api changes and add wtays new cool seeking
9723         capabillities
9724
9725 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9726
9727         * ext/alsa/Makefile.am:
9728         * ext/alsa/gstalsadeviceprobe.c:
9729         * ext/alsa/gstalsadeviceprobe.h:
9730           Helper functions to add device probing via the GstPropertyProbe
9731           interface to a class.
9732
9733         * ext/alsa/gstalsamixer.h:
9734           Comment out GST_ALSA_MIXER, it returns a struct that's not
9735           used.
9736
9737         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9738           Add some debug info. 
9739
9740         * ext/alsa/gstalsamixerelement.c:
9741         (gst_alsa_mixer_element_interface_supported),
9742         (gst_implements_interface_init),
9743         (gst_alsa_mixer_element_init_interfaces),
9744         (gst_alsa_mixer_element_class_init),
9745         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9746         (gst_alsa_mixer_element_set_property),
9747         (gst_alsa_mixer_element_get_property),
9748         (gst_alsa_mixer_element_change_state):
9749         * ext/alsa/gstalsamixerelement.h:
9750           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9751           for device handling (gnome-volume-control will need that).
9752
9753 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9754
9755         * ext/Makefile.am: fix cdparanoia entry
9756         * gst-plugins-base.spec.in: add cdparanoia
9757
9758 2005-12-12  Michael Smith  <msmith@fluendo.com>
9759
9760         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9761           Use the correct function to free list of typefind factories.
9762
9763 2005-12-12  Wim Taymans  <wim@fluendo.com>
9764
9765         * gst/videotestsrc/gstvideotestsrc.c:
9766         (gst_video_test_src_class_init), (gst_video_test_src_init),
9767         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9768         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9769         (gst_video_test_src_create):
9770         * gst/videotestsrc/gstvideotestsrc.h:
9771         Implement seeking in videotestsrc.
9772         Small cleanups.
9773
9774 2005-12-12  Wim Taymans  <wim@fluendo.com>
9775
9776         * ext/cdparanoia/Makefile.am:
9777         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9778         (gst_paranoia_endian_get_type), (_do_init),
9779         (cdparanoia_class_init), (cdparanoia_init),
9780         (cdparanoia_set_property), (cdparanoia_get_property),
9781         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9782         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9783         (cdparanoia_convert), (cdparanoia_get_query_types),
9784         (cdparanoia_query), (cdparanoia_set_index),
9785         (cdparanoia_uri_set_uri):
9786         * ext/cdparanoia/gstcdparanoia.h:
9787         Partially ported cdparanoia now that basesrc can support a
9788         plugin like this..
9789
9790 2005-12-12  Wim Taymans  <wim@fluendo.com>
9791
9792         * tests/examples/seek/scrubby.c: (main):
9793         Set higher priority for bus events so they don't get reordered with
9794         gtk gui events.
9795
9796         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9797         (flush_toggle_cb), (main):
9798         Added checkbox to disable flushing seeks. 
9799         Disable scrubbing when doing non flushing seeks.
9800
9801 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9802
9803         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9804         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9805         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9806         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9807           Implement some sort of event handling that doesn't rely on
9808           g_return_if_fail; make sure we always push the last chunk of an 
9809           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9810           state change function; remove some old cruft. Seeking is still
9811           rather unlikely to work though.
9812
9813         * tools/.cvsignore:
9814           Ignore more.
9815
9816 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9817
9818         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9819         Fixed a leak of the current image reference when cleaning up.
9820         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9821
9822 2005-12-09  Michael Smith  <msmith@fluendo.com>
9823
9824         * tools/Makefile.am:
9825         * tools/gst-launch-ext-m.m:
9826           Remove gst-launch-ext. It doesn't work, and is no longer
9827           particularly useful.
9828
9829 2005-12-08  Luca Ognibene  <luogni@tin.it>
9830
9831         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9832           don't pass random values to ogmparse convert function.
9833           Make seeking possible in the exile1.ogm file.
9834
9835 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9836
9837         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9838         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9839           Work around refcount problem with g_value_set_object() that occur
9840           if the core has been compiled against GLib-2.6 (g_value_set_object()
9841           will only g_object_ref() the element, but the caller will
9842           gst_object_unref() it and bad things will happen due to the way
9843           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9844           totem for people on FC4 using Thomas's 0.10 RPMs.
9845           
9846 2005-12-07  Edward Hervey  <edward@fluendo.com>
9847
9848         Time to welcome ogm to 0.10 :)
9849         
9850         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9851         (gst_ogg_pad_typefind):
9852         Oggdemux can now properly typefind elements with dynamic pads.
9853         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9854         Properly set caps on src pad, and set caps on outgoing buffers.
9855
9856 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9857
9858         * ext/alsa/gstalsamixer.h:
9859         * ext/alsa/gstalsamixerelement.h:
9860         * ext/alsa/gstalsamixeroptions.h:
9861         * ext/alsa/gstalsamixertrack.h:
9862         * ext/alsa/gstalsasink.c:
9863         * ext/alsa/gstalsasink.h:
9864         * ext/alsa/gstalsasrc.c:
9865         * ext/alsa/gstalsasrc.h:
9866         * ext/cdparanoia/gstcdparanoia.h:
9867         * ext/gnomevfs/gstgnomevfsuri.h:
9868         * ext/ogg/gstoggdemux.c:
9869         * ext/ogg/gstoggmux.c:
9870         * ext/pango/gsttextoverlay.h:
9871         * ext/theora/theoradec.c:
9872         * ext/theora/theoraenc.c:
9873         * ext/vorbis/vorbisdec.h:
9874         * ext/vorbis/vorbisenc.c:
9875         * ext/vorbis/vorbisenc.h:
9876         * ext/vorbis/vorbisparse.h:
9877         * gst-libs/gst/audio/gstaudioclock.h:
9878         * gst-libs/gst/audio/gstaudiosink.c:
9879         * gst-libs/gst/audio/gstaudiosink.h:
9880         * gst-libs/gst/audio/gstaudiosrc.c:
9881         * gst-libs/gst/audio/gstaudiosrc.h:
9882         * gst-libs/gst/audio/gstbaseaudiosink.c:
9883         * gst-libs/gst/audio/gstbaseaudiosink.h:
9884         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9885         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9886         * gst-libs/gst/audio/gstringbuffer.h:
9887         * gst-libs/gst/audio/multichannel.h:
9888         * gst-libs/gst/floatcast/floatcast.h:
9889         * gst-libs/gst/interfaces/colorbalance.c:
9890         * gst-libs/gst/interfaces/colorbalance.h:
9891         * gst-libs/gst/interfaces/colorbalancechannel.h:
9892         * gst-libs/gst/interfaces/mixer.h:
9893         * gst-libs/gst/interfaces/mixeroptions.h:
9894         * gst-libs/gst/interfaces/mixertrack.h:
9895         * gst-libs/gst/interfaces/navigation.h:
9896         * gst-libs/gst/interfaces/propertyprobe.h:
9897         * gst-libs/gst/interfaces/tuner.h:
9898         * gst-libs/gst/interfaces/tunerchannel.h:
9899         * gst-libs/gst/interfaces/tunernorm.h:
9900         * gst-libs/gst/interfaces/xoverlay.h:
9901         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9902         * gst-libs/gst/riff/riff-ids.h:
9903         * gst-libs/gst/riff/riff-media.h:
9904         * gst-libs/gst/riff/riff-read.h:
9905         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9906         * gst-libs/gst/rtp/gstbasertppayload.c:
9907         * gst-libs/gst/rtp/gstbasertppayload.h:
9908         * gst-libs/gst/rtp/gstrtpbuffer.c:
9909         * gst-libs/gst/rtp/gstrtpbuffer.h:
9910         * gst-libs/gst/tag/gsttageditingprivate.h:
9911         * gst-libs/gst/tag/gstvorbistag.c:
9912         (gst_tag_list_from_vorbiscomment_buffer):
9913         * gst-libs/gst/tag/tag.h:
9914         * gst-libs/gst/video/video.h:
9915         * gst/adder/gstadder.c:
9916         * gst/adder/gstadder.h:
9917         * gst/audioconvert/audioconvert.c:
9918         * gst/audioconvert/audioconvert.h:
9919         * gst/audioconvert/gstaudioconvert.c:
9920         * gst/audioconvert/gstchannelmix.c:
9921         * gst/audioconvert/gstchannelmix.h:
9922         * gst/audiorate/gstaudiorate.c:
9923         * gst/audioresample/buffer.h:
9924         * gst/audioresample/functable.h:
9925         * gst/audioresample/gstaudioresample.c:
9926         * gst/audioresample/resample.h:
9927         * gst/ffmpegcolorspace/avcodec.h:
9928         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9929         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9930         * gst/ffmpegcolorspace/imgconvert.c:
9931         * gst/ffmpegcolorspace/imgconvert_template.h:
9932         * gst/playback/gstdecodebin.c:
9933         * gst/playback/gstplaybasebin.h:
9934         * gst/playback/gstplaybin.c:
9935         * gst/playback/gststreaminfo.h:
9936         * gst/tcp/gstfdset.c:
9937         * gst/tcp/gstfdset.h:
9938         * gst/tcp/gstmultifdsink.c:
9939         * gst/tcp/gstmultifdsink.h:
9940         * gst/tcp/gsttcp.h:
9941         * gst/tcp/gsttcpclientsrc.c:
9942         * gst/tcp/gsttcpclientsrc.h:
9943         * gst/tcp/gsttcpplugin.h:
9944         * gst/tcp/gsttcpserversink.c:
9945         * gst/tcp/gsttcpserversrc.c:
9946         * gst/typefind/gsttypefindfunctions.c:
9947         * gst/videorate/gstvideorate.c:
9948         * gst/videotestsrc/gstvideotestsrc.h:
9949         * gst/videotestsrc/videotestsrc.h:
9950         * sys/v4l/gstv4lcolorbalance.h:
9951         * sys/v4l/gstv4ltuner.h:
9952         * sys/v4l/gstv4lxoverlay.h:
9953         * sys/v4l/v4l_calls.h:
9954         * sys/v4l/videodev_mjpeg.h:
9955         * tests/check/elements/audioconvert.c:
9956         * tests/check/elements/audioresample.c:
9957         * tests/check/elements/audiotestsrc.c:
9958         * tests/check/elements/videotestsrc.c:
9959         * tests/check/elements/volume.c:
9960         * tests/examples/seek/scrubby.c:
9961         * tests/examples/seek/seek.c:
9962           expand tabs
9963
9964 === release 0.10.0 ===
9965
9966 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9967
9968         * configure.ac:
9969           releasing 0.10.0, "Mont-d'or"
9970
9971 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9972
9973         * tests/examples/seek/Makefile.am:
9974         Build fix for when gtk is not available.
9975
9976 2005-12-05  Andy Wingo  <wingo@pobox.com>
9977
9978         * ext/libvisual/visual.c: (get_buffer):
9979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9980         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9981         * ext/theora/theoradec.c: (theora_handle_data_packet):
9982         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9983         (theora_enc_chain):
9984         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9985         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9986         Update for alloc_buffer changes.
9987
9988 2005-12-05  Andy Wingo  <wingo@pobox.com>
9989
9990         patch by: Kai Vehmanen <kv2004 eca cx>
9991         
9992         * gst-libs/gst/rtp/gstbasertpdepayload.c
9993         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9994
9995 2005-12-04  Andy Wingo  <wingo@pobox.com>
9996
9997         patch by: Sebastien Cote <sebas642 yahoo ca>
9998         
9999         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
10000         Fixes #319172.
10001
10002 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
10003
10004         * docs/plugins/Makefile.am:
10005         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10006         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10007         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10008         * ext/pango/gstclockoverlay.c:
10009         * ext/pango/gsttextoverlay.c: 
10010         * ext/pango/gsttextrender.c:
10011         * ext/pango/gsttimeoverlay.c:
10012           Add gtk-doc blurbs to pango elements.
10013
10014 2005-12-02  Wim Taymans  <wim@fluendo.com>
10015
10016         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
10017         * gst/audioresample/buffer.h:
10018         * gst/audioresample/gstaudioresample.c:
10019         * gst/audioresample/gstaudioresample.h:
10020         * gst/audioresample/resample.c: (resample_input_flush),
10021         (resample_input_pushthrough), (resample_input_eos),
10022         (resample_get_output_size_for_input),
10023         (resample_get_input_size_for_output), (resample_get_output_size),
10024         (resample_get_output_data):
10025         * gst/audioresample/resample.h:
10026         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10027         Fix audioresample, seek torture, new segments, reverse negotiation
10028         etc.. work fine.
10029
10030 2005-12-02  Wim Taymans  <wim@fluendo.com>
10031
10032         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10033         Small cleanups.
10034
10035 2005-12-02  Wim Taymans  <wim@fluendo.com>
10036
10037         * gst/audioconvert/gstaudioconvert.c:
10038         (gst_audio_convert_transform):
10039         Post errors.
10040
10041 === release 0.9.7 ===
10042
10043 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10044
10045         * configure.ac:
10046           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10047
10048 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10049
10050         * Makefile.am:
10051         * po/hu.po:
10052         * win32/MANIFEST:
10053         * win32/gst.sln:
10054           add win32 MANIFEST file
10055           do something to the hungarian translation
10056
10057 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
10058
10059         * ext/Makefile.am:
10060           Add $(PANGO_DIR) to SUBDIRS
10061
10062         * ext/pango/gstclockoverlay.c:
10063         * ext/pango/gsttimeoverlay.c:
10064           Fix and improve element descriptions.
10065
10066 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10067
10068         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10069         * docs/plugins/inspect/plugin-libvisual.xml:
10070         * docs/plugins/inspect/plugin-pango.xml:
10071           add pango plugin to docs
10072
10073 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10074
10075         * configure.ac:
10076         * ext/Makefile.am:
10077           moved pango to base
10078
10079 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10080
10081         * configure.ac:
10082         * tests/Makefile.am:
10083         * tests/icles/.cvsignore:
10084         * tests/icles/Makefile.am:
10085         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10086         (close_display), (resize_window), (move_window), (create_window),
10087         (terminate_playback), (pause_playback), (start_playback), (main):
10088           add stress test for xoverlay from Julien
10089
10090 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10091
10092         * docs/libs/tmpl/gstcolorbalance.sgml:
10093         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10094         * gst-libs/gst/rtp/gstbasertppayload.c:
10095         * gst-libs/gst/rtp/gstrtpbuffer.c:
10096         * gst-libs/gst/rtp/gstrtpbuffer.h:
10097           Do burger's rename for rtp payloaders and depayloaders
10098
10099 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10100
10101         * win32/:
10102           add Visual Studio 6 build files
10103
10104 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10105
10106         * docs/libs/gst-plugins-base-libs-docs.sgml:
10107         * docs/libs/gst-plugins-base-libs-sections.txt:
10108         * docs/libs/tmpl/gstaudio.sgml:
10109         * docs/libs/tmpl/gstringbuffer.sgml:
10110         * gst-libs/gst/interfaces/xoverlay.c:
10111         * gst-libs/gst/video/gstvideofilter.c:
10112         * gst-libs/gst/video/gstvideosink.c:
10113           update documentation
10114
10115 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10116
10117         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10118         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10119         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10120         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10121         (gst_multi_fd_sink_get_stats),
10122         (gst_multi_fd_sink_remove_client_link),
10123         (gst_multi_fd_sink_handle_client_read),
10124         (gst_multi_fd_sink_client_queue_data),
10125         (gst_multi_fd_sink_client_queue_caps),
10126         (gst_multi_fd_sink_client_queue_buffer),
10127         (gst_multi_fd_sink_new_client),
10128         (gst_multi_fd_sink_handle_client_write),
10129         (gst_multi_fd_sink_recover_client),
10130         (gst_multi_fd_sink_queue_buffer),
10131         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10132         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10133         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10134         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10135         * gst/tcp/gstmultifdsink.h:
10136         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10137         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10138         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10139         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10140         (gst_tcp_client_sink_set_property),
10141         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10142         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10143         * gst/tcp/gsttcpclientsink.h:
10144         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10145         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10146         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10147         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10148         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10149         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10150         * gst/tcp/gsttcpclientsrc.h:
10151         * gst/tcp/gsttcpplugin.c: (plugin_init):
10152         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10153         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10154         (gst_tcp_server_sink_finalize),
10155         (gst_tcp_server_sink_handle_server_read),
10156         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10157         (gst_tcp_server_sink_set_property),
10158         (gst_tcp_server_sink_get_property),
10159         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10160         * gst/tcp/gsttcpserversink.h:
10161         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10162         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10163         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10164         (gst_tcp_server_src_set_property),
10165         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10166         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10167         * gst/tcp/gsttcpserversrc.h:
10168           more borgifying
10169
10170 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10171
10172         * docs/plugins/Makefile.am:
10173         * docs/plugins/gst-plugins-base-plugins.args:
10174         * docs/plugins/inspect/plugin-libvisual.xml:
10175         * gst/audioconvert/plugin.h:
10176         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10177         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10178         (gst_audio_rate_setcaps), (gst_audio_rate_init),
10179         (gst_audio_rate_chain), (gst_audio_rate_set_property),
10180         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10181         (plugin_init):
10182         * gst/audiotestsrc/gstaudiotestsrc.c:
10183         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10184         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10185         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10186         (gst_audio_test_src_get_query_types),
10187         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10188         (gst_audio_test_src_create_square),
10189         (gst_audio_test_src_create_saw),
10190         (gst_audio_test_src_create_triangle),
10191         (gst_audio_test_src_create_silence),
10192         (gst_audio_test_src_create_white_noise),
10193         (gst_audio_test_src_init_pink_noise),
10194         (gst_audio_test_src_generate_pink_noise_value),
10195         (gst_audio_test_src_create_pink_noise),
10196         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10197         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10198         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10199         (plugin_init):
10200         * gst/audiotestsrc/gstaudiotestsrc.h:
10201         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10202         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10203         (gst_sub_parse_init), (gst_sub_parse_formats),
10204         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10205         (convert_encoding), (get_next_line),
10206         (gst_sub_parse_data_format_autodetect),
10207         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10208         (gst_sub_parse_loop), (gst_sub_parse_chain),
10209         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10210         (plugin_init):
10211         * gst/subparse/gstsubparse.h:
10212         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10213         (gst_video_rate_base_init), (gst_video_rate_class_init),
10214         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10215         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10216         (gst_video_rate_init), (gst_video_rate_event),
10217         (gst_video_rate_chain), (gst_video_rate_set_property),
10218         (gst_video_rate_get_property), (gst_video_rate_change_state),
10219         (plugin_init):
10220         * gst/videoscale/gstvideoscale.c:
10221         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10222         (gst_video_scale_src_template_factory),
10223         (gst_video_scale_sink_template_factory),
10224         (gst_video_scale_get_type), (gst_video_scale_base_init),
10225         (gst_video_scale_class_init), (gst_video_scale_init),
10226         (gst_video_scale_set_property), (gst_video_scale_get_property),
10227         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10228         (gst_video_scale_prepare_size), (parse_caps),
10229         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10230         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10231         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10232         (plugin_init):
10233         * gst/videoscale/gstvideoscale.h:
10234         * gst/videotestsrc/gstvideotestsrc.c:
10235         (gst_video_test_src_pattern_get_type),
10236         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10237         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10238         (gst_video_test_src_set_pattern),
10239         (gst_video_test_src_set_property),
10240         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10241         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10242         (gst_video_test_src_event), (gst_video_test_src_get_times),
10243         (gst_video_test_src_create), (plugin_init):
10244         * gst/videotestsrc/gstvideotestsrc.h:
10245         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10246         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10247         (gst_video_test_src_black):
10248         * gst/videotestsrc/videotestsrc.h:
10249           borgify further
10250           clean up docs a little
10251
10252 2005-11-30  Wim Taymans  <wim@fluendo.com>
10253
10254         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10255         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10256         (gst_basertppayload_event), (gst_basertppayload_push),
10257         (gst_basertppayload_change_state):
10258         * gst-libs/gst/rtp/gstbasertppayload.h:
10259         closed #320644.
10260
10261 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10262
10263         * docs/libs/gst-plugins-base-libs-docs.sgml:
10264         * docs/libs/gst-plugins-base-libs-sections.txt:
10265         * gst-libs/gst/video/gstvideofilter.c:
10266         * gst-libs/gst/video/gstvideosink.c:
10267         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10268
10269 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10270
10271         * LICENSE:
10272           move
10273         * po/af.po:
10274         * po/az.po:
10275         * po/cs.po:
10276         * po/en_GB.po:
10277         * po/hu.po:
10278         * po/it.po:
10279         * po/nb.po:
10280         * po/nl.po:
10281         * po/or.po:
10282         * po/sq.po:
10283         * po/sr.po:
10284         * po/sv.po:
10285         * po/uk.po:
10286         * po/vi.po:
10287         * Makefile.am:
10288           update
10289         * scripts/autoplugins.sh:
10290           remove
10291
10292 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10293
10294         * Makefile.am:
10295         * configure.ac:
10296         * examples/Makefile.am:
10297         * examples/capsfilter/Makefile.am:
10298         * examples/capsfilter/capsfilter1.c:
10299         * examples/gob/Makefile.am:
10300         * examples/gob/gst-identity2.gob:
10301         * examples/indexing/.cvsignore:
10302         * examples/indexing/Makefile.am:
10303         * examples/indexing/indexmpeg.c:
10304         * examples/seeking/.cvsignore:
10305         * examples/seeking/Makefile.am:
10306         * examples/seeking/cdparanoia.c:
10307         * examples/seeking/cdplayer.c:
10308         * examples/seeking/chained.c:
10309         * examples/seeking/scrubby.c:
10310         * examples/seeking/seek.c:
10311         * examples/stats/Makefile.am:
10312         * examples/stats/mp2ogg.c:
10313         * examples/switch/.cvsignore:
10314         * examples/switch/Makefile.am:
10315         * examples/switch/switcher.c:
10316         * tests/Makefile.am:
10317         * tests/check/generic/.cvsignore:
10318         * tests/check/pipelines/.cvsignore:
10319         * tests/examples/Makefile.am:
10320         * tests/examples/seek/Makefile.am:
10321           reorganize stuff under tests/
10322
10323 2005-11-30  Edward Hervey  <edward@fluendo.com>
10324
10325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10326         Go away you stupid GstStaticPadTemplate memleak.
10327
10328 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10329
10330         * gst-libs/gst/net/Makefile.am:
10331         * gst-libs/gst/net/README:
10332         * gst-libs/gst/net/gstnetbuffer.c:
10333         * gst-libs/gst/net/gstnetbuffer.h:
10334           this was moved to "netbuffer"
10335
10336 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10337
10338         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10339         (gst_video_filter_class_init), (gst_video_filter_init):
10340         * gst-libs/gst/video/gstvideofilter.h:
10341           borgify name to bring in line with other classes
10342
10343 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10344
10345         * gst/audioscale/.cvsignore:
10346         * gst/audioscale/Makefile.am:
10347         * gst/audioscale/README:
10348         * gst/audioscale/audioscale.vcproj:
10349         * gst/audioscale/dtof.c:
10350         * gst/audioscale/dtos.c:
10351         * gst/audioscale/functable.c:
10352         * gst/audioscale/gstaudioscale.c:
10353         * gst/audioscale/gstaudioscale.h:
10354         * gst/audioscale/private.h:
10355         * gst/audioscale/resample.c:
10356         * gst/audioscale/resample.h:
10357         * gst/audioscale/test.c:
10358           remove
10359
10360 2005-11-30  Edward Hervey  <edward@fluendo.com>
10361
10362         * gst-libs/gst/netbuffer/Makefile.am:
10363         really, really tired
10364
10365 2005-11-30  Edward Hervey  <edward@fluendo.com>
10366
10367         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10368         Update for new GstTypeFindFactory _register()
10369
10370 2005-11-30  Edward Hervey  <edward@fluendo.com>
10371
10372         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10373         Let's not override libgstnet from core for no reason...
10374         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10375         Ok, maybe not so quick next time.
10376
10377 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10378
10379         * configure.ac:
10380         * gst-libs/gst/Makefile.am:
10381           moved gst-libs/gst/net to netbuffer through CVS surgery
10382           remove old directory
10383           updating build to accomodate
10384           (#322257)
10385
10386 2005-11-29  Andy Wingo  <wingo@pobox.com>
10387
10388         * pkgconfig/gstreamer-plugins-base.pc.in:
10389         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10390         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10391         (#322257).
10392
10393 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10394
10395         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10396         3rd time's the charm. Correct ref-counting for discarded buffers.
10397
10398 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10399
10400         * gst/playback/gststreamselector.c:
10401         (gst_stream_selector_class_init),
10402         (gst_stream_selector_set_property),
10403         (gst_stream_selector_get_property),
10404         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10405         Fix ref-counting
10406
10407 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10408
10409         * gst/subparse/gstsubparse.c: (feed_textbuf):
10410           Don't access already unref'ed buffer.
10411
10412 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10413
10414         * gst/playback/gststreamselector.c:
10415         (gst_stream_selector_class_init), (gst_stream_selector_init),
10416         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10417         (gst_stream_selector_get_property),
10418         (gst_stream_selector_get_linked_pad),
10419         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10420         * gst/playback/gststreamselector.h:
10421         Add the active-pad property for playbin to use shortly. Ignore buffers
10422         from any other pad, returning GST_FLOW_NOT_LINKED
10423
10424 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10425
10426         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10427         patch from bug #322704 (Alessandro Decina).
10428
10429 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10430
10431         * gst-libs/gst/audio/Makefile.am:
10432           folded audiofilter into the audio library
10433
10434 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10435
10436         * gst/videoscale/gstvideoscale.h:
10437         * gst/videoscale/gstvideoscale.c:
10438           remove unimplemented scale methods
10439
10440 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10441
10442         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10443           Don't leak caps.
10444
10445 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10446
10447         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10448         (gst_ximagesink_setcaps):
10449         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10450         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10451         happens (only visible on ximagesink but bug is in xv too) set_caps was
10452         destroying the internal x[v]image used to memcpy non locally alloced
10453         buffers so that it got renewed on next _chain. The issue is that 
10454         _expose will try to put that image as it reffed it in _put.
10455         Using gst_buffer_unref instead of destroy fixes it !
10456
10457 2005-11-28  Edward Hervey  <edward@fluendo.com>
10458
10459         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10460         (try_to_link_1), (queue_filled_cb):
10461         Better use of the queues. Start with a small size queue and only increase
10462         the size of the queues when the other queues are empty.
10463
10464 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10465
10466         * gst-libs/gst/video/Makefile.am:
10467           compile in copied-over videofilter into the video library
10468         * gst-libs/gst/video/videosink.h:
10469           rename the header to gstvideosink.h since it's a base GstObject class
10470         * sys/ximage/ximagesink.h:
10471         * sys/xvimage/xvimagesink.h:
10472           use the new header
10473
10474 2005-11-28  Wim Taymans  <wim@fluendo.com>
10475
10476         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10477         * gst/playback/gstplaybasebin.h:
10478         Prepare to handle errors betters.
10479
10480         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10481         Set sinks to PAUSED first before adding and linking them so that
10482         we don't interrupt dataflow.
10483
10484 2005-11-28  Wim Taymans  <wim@fluendo.com>
10485
10486         * gst-libs/gst/audio/TODO:
10487         Updated TODO
10488
10489         * gst-libs/gst/audio/gstaudiosink.c:
10490         (gst_audioringbuffer_open_device),
10491         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10492         (gst_audioringbuffer_release):
10493         Small cleanups.
10494
10495         * gst-libs/gst/audio/gstbaseaudiosink.c:
10496         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10497         (gst_base_audio_sink_change_state):
10498         Slave to the master clock when going to PLAYING and unslave when
10499         going to PAUSED.
10500
10501         * gst-libs/gst/audio/gstringbuffer.c:
10502         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10503         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10504         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10505         (gst_ring_buffer_clear_all), (wait_segment),
10506         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10507         (gst_ring_buffer_advance):
10508         * gst-libs/gst/audio/gstringbuffer.h:
10509         Add some docs and cleanups.
10510
10511 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10512
10513         * sys/xvimage/xvimagesink.c:
10514         (gst_xvimagesink_navigation_send_event): Fix navigation events
10515         coordinates translation with pixel aspect ratios.
10516
10517 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10518
10519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10520         Use calculated video geometry from _setcaps instead of buffer
10521         caps to respect pixel aspect ratio. (fixes #322388)
10522
10523 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10524
10525         * docs/libs/tmpl/gstcolorbalance.sgml:
10526         * docs/libs/tmpl/gstmixer.sgml:
10527         * docs/libs/tmpl/gstxoverlay.sgml:
10528         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10529         interface.
10530
10531 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10532
10533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10534         Refuse to create an XvImage if we can't find the format.
10535
10536 2005-11-28  Edward Hervey  <edward@fluendo.com>
10537
10538         * gst-libs/gst/riff/riff-media.c:
10539         (gst_riff_create_audio_template_caps):
10540         Add ATRAC3 to the list of riff-possible audio caps.
10541         I know we still don't have a plugin for atrac3, but it's saner to output
10542         that than a cryptic mimetype.
10543
10544 2005-11-27  Edward Hervey  <edward@fluendo.com>
10545
10546         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10547         Don't try to create a zero-sized subbuffer.
10548
10549 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10550
10551         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10552         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10553         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10554         (gst_ximagesink_expose): Fixed a tricky race.
10555         * sys/ximage/ximagesink.h:
10556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10557         (gst_xvimagesink_expose): Fixed a tricky race.
10558         * sys/xvimage/xvimagesink.h:
10559
10560 2005-11-27  Edward Hervey  <edward@fluendo.com>
10561
10562         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10563         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10564         Remove unused properties, and add queues between demuxers and decoders
10565         so that a lot more files can preroll properly.
10566
10567 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10568
10569         * gst-libs/gst/net/Makefile.am:
10570         * gst-libs/gst/rtp/Makefile.am:
10571         * gst-libs/gst/tag/Makefile.am:
10572           remove silly include
10573         * gst/tags/Makefile.am:
10574         * gst/tags/gsttagediting.c:
10575         * gst/tags/gsttageditingprivate.h:
10576         * gst/tags/tagedit.vcproj:
10577           remove directory, is as good as empty
10578
10579 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10580
10581         * configure.ac:
10582           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10583         * gst-libs/Makefile.am:
10584         * gst-libs/gst/audio/Makefile.am:
10585         * gst-libs/gst/interfaces/Makefile.am:
10586         * gst-libs/gst/net/Makefile.am:
10587         * gst-libs/gst/riff/Makefile.am:
10588         * gst-libs/gst/rtp/Makefile.am:
10589         * gst-libs/gst/tag/Makefile.am:
10590         * gst-libs/gst/video/Makefile.am:
10591           and use them
10592
10593 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10594
10595         * docs/libs/tmpl/gstcolorbalance.sgml:
10596         * docs/libs/tmpl/gstmixer.sgml:
10597         * docs/libs/tmpl/gstxoverlay.sgml:
10598         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10599         * sys/ximage/ximagesink.h:
10600         * sys/xvimage/xvimagesink.h: More and more documentation.
10601
10602 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10603
10604         * docs/libs/gst-plugins-base-libs-docs.sgml:
10605         * docs/libs/gst-plugins-base-libs-sections.txt:
10606         * docs/libs/tmpl/gstcolorbalance.sgml:
10607         * docs/libs/tmpl/gstmixer.sgml:
10608         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10609         to documentation.
10610
10611 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10612
10613         * docs/plugins/Makefile.am:
10614         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10615         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10616         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10617
10618 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10619
10620         * docs/plugins/Makefile.am:
10621         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10622         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10623         * docs/plugins/inspect/plugin-adder.xml:
10624         * docs/plugins/inspect/plugin-alsa.xml:
10625         * docs/plugins/inspect/plugin-audioconvert.xml:
10626         * docs/plugins/inspect/plugin-audiorate.xml:
10627         * docs/plugins/inspect/plugin-audioresample.xml:
10628         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10629         * docs/plugins/inspect/plugin-decodebin.xml:
10630         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10631         * docs/plugins/inspect/plugin-gnomevfs.xml:
10632         * docs/plugins/inspect/plugin-ogg.xml:
10633         * docs/plugins/inspect/plugin-playbin.xml:
10634         * docs/plugins/inspect/plugin-subparse.xml:
10635         * docs/plugins/inspect/plugin-tcp.xml:
10636         * docs/plugins/inspect/plugin-theora.xml:
10637         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10638         * docs/plugins/inspect/plugin-video4linux.xml:
10639         * docs/plugins/inspect/plugin-videorate.xml:
10640         * docs/plugins/inspect/plugin-videoscale.xml:
10641         * docs/plugins/inspect/plugin-videotestsrc.xml:
10642         * docs/plugins/inspect/plugin-volume.xml:
10643         * docs/plugins/inspect/plugin-vorbis.xml:
10644         * docs/plugins/inspect/plugin-ximagesink.xml:
10645         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10646         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10647
10648 2005-11-26  Edward Hervey  <edward@fluendo.com>
10649
10650         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10651         Properly return GstFlowReturn from gst_pad_push in chain functions.
10652
10653 2005-11-25  Michael Smith  <msmith@fluendo.com>
10654
10655         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10656         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10657         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10658         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10659           Handle various conditions better when we don't understand a stream.
10660           Removes a heap of CRITICALs on ogg streams containing unknown data.
10661
10662 2005-11-24  Andy Wingo  <wingo@pobox.com>
10663
10664         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10665         Be threadsafe.
10666
10667 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10668
10669         * configure.ac: back to HEAD
10670
10671 === release 0.9.6 ===
10672
10673 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10674
10675         * configure.ac:
10676           releasing 0.9.6, "White Eight"
10677
10678 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10679
10680         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10681         * docs/plugins/inspect/plugin-sine.xml:
10682           remove sinesrc some more
10683
10684 2005-11-23  Wim Taymans  <wim@fluendo.com>
10685
10686         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10687         If we are reading too slowly, jump forward in the ringbuffer
10688         instead of blocking.
10689
10690 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10691
10692         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10693         (gst_visual_chain):
10694         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10695         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10696         (gst_videorate_chain):
10697         * gst/videotestsrc/gstvideotestsrc.c:
10698         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10699         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10700         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10701         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10702         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10703         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10704           Updates for API changes
10705
10706 2005-11-23  Wim Taymans  <wim@fluendo.com>
10707
10708         * gst-libs/gst/audio/gstbaseaudiosink.c:
10709         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10710         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10711         Fix for calibration API change.
10712
10713 2005-11-23  Michael Smith <msmith@fluendo.com>
10714
10715         * gst-libs/gst/audio/multichannel.c:
10716         (gst_audio_get_channel_positions),
10717         (gst_audio_set_channel_positions),
10718         (gst_audio_set_structure_channel_positions_list),
10719         (gst_audio_fixate_channel_positions):
10720           Use gst_value_array_*() functions on value arrays, not
10721           gst_value_list_*().
10722
10723 2005-11-23  Edward Hervey  <edward@fluendo.com>
10724
10725         * autogen.sh:
10726         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10727         Fixes autogen
10728
10729 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10730
10731         * check/Makefile.am:
10732         * check/elements/videotestsrc.c: (setup_videotestsrc),
10733         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10734         (main):
10735           add a test for videotestsrc
10736
10737 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10738
10739         * gst/sine/.cvsignore:
10740         * gst/sine/Makefile.am:
10741         * gst/sine/gstsinesrc.c:
10742         * gst/sine/gstsinesrc.h:
10743         * gst/sine/sinesrc.vcproj:
10744           and remove sinesrc from the repository.  Closes #321446
10745
10746 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10747
10748         * configure.ac:
10749         * gst-plugins-base.spec.in:
10750           remove sinesrc from the build
10751
10752 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10753
10754         * check/Makefile.am:
10755         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10756         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10757         (main):
10758           add a test for audiotestsrc, testing all waves.  Even seems
10759           leak-free at first glance, nice job Stefan
10760
10761 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10762
10763         * po/af.po:
10764         * po/az.po:
10765         * po/cs.po:
10766         * po/en_GB.po:
10767         * po/hu.po:
10768         * po/it.po:
10769         * po/nb.po:
10770         * po/nl.po:
10771         * po/or.po:
10772         * po/sq.po:
10773         * po/sr.po:
10774         * po/sv.po:
10775         * po/uk.po:
10776         * po/vi.po:
10777           Translation string updates
10778
10779         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10780         (gst_v4lsrc_set_caps):
10781         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10782         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10783         * sys/v4l/v4lsrc_calls.h:
10784           Improve v4lsrc, by making it work again.
10785
10786 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10787
10788         * ext/libvisual/visual.c: (gst_visual_chain):
10789           Fix the fps calculations.
10790
10791         * gst/ffmpegcolorspace/avcodec.h:
10792           Move structure element for clarity
10793
10794         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10795         * gst-libs/gst/interfaces/tunernorm.h:
10796         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10797         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10798         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10799         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10800         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10801         (gst_v4lmjpegsrc_getcaps):
10802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10803         (gst_v4lsrc_set_caps):
10804         * sys/v4l/gstv4lsrc.h:
10805         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10806         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10807         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10808         * sys/v4l/v4lsrc_calls.h:
10809           Fractional framerates...
10810
10811 2005-11-22  Wim Taymans  <wim@fluendo.com>
10812
10813         * gst-libs/gst/audio/gstbaseaudiosink.c:
10814         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10815         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10816         And we provide a clock by default, of course...
10817
10818 2005-11-22  Wim Taymans  <wim@fluendo.com>
10819
10820         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10821         This clock can be slaved to a master clock now.
10822
10823         * gst-libs/gst/audio/gstbaseaudiosink.c:
10824         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10825         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10826         (gst_base_audio_sink_set_clock),
10827         (gst_base_audio_sink_set_property),
10828         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10829         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10830         * gst-libs/gst/audio/gstbaseaudiosink.h:
10831         Handle slaving the internal clock to the clock selected in the
10832         pipeline.
10833         Add property to make the basesink not provide a clock.
10834
10835         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10836         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10837         (gst_base_rtp_depayload_wait):
10838         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10839         We can use the clock in GstElement, no need to store it ourselves.
10840
10841 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10842
10843         * docs/libs/tmpl/gstaudio.sgml:
10844           update
10845         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10846         (gst_paranoia_endian_get_type):
10847         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10848         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10849         * gst/audiotestsrc/gstaudiotestsrc.c:
10850         (gst_audiostestsrc_wave_get_type):
10851         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10852         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10853         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10854         (gst_sync_method_get_type), (gst_unit_type_get_type),
10855         (gst_client_status_get_type), (gst_multifdsink_class_init),
10856         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10857         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10858         (gst_multifdsink_get_property):
10859         * gst/tcp/gstmultifdsink.h:
10860         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10861         * gst/videotestsrc/gstvideotestsrc.c:
10862         (gst_videotestsrc_pattern_get_type):
10863           remove deprecated properties
10864           fix up enums to correctly have short lowercase dashed nicks
10865
10866 2005-11-22  Michael Smith <msmith@fluendo.com>
10867
10868         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10869         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10870           Add underscore.
10871
10872 2005-11-22  Michael Smith <msmith@fluendo.com>
10873
10874         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10875         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10876           Use utility method for scaling clocktime for fractional framerates.
10877
10878 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10879
10880         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10881         (gst_visual_chain):
10882         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10883         * ext/theora/theoradec.c: (theora_handle_type_packet):
10884         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10885         (theora_enc_chain):
10886         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10887         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10888         * gst-libs/gst/video/video.h:
10889         * gst/ffmpegcolorspace/avcodec.h:
10890         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10891         (gst_ffmpeg_caps_to_pixfmt):
10892         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10893         (gst_ffmpegcsp_set_caps):
10894         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10895         (gst_videorate_setcaps), (gst_videorate_blank_data),
10896         (gst_videorate_chain):
10897         * gst/videotestsrc/gstvideotestsrc.c:
10898         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10899         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10900         (gst_videotestsrc_event), (gst_videotestsrc_create):
10901         * gst/videotestsrc/gstvideotestsrc.h:
10902         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10903         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10904         (gst_ximagesink_get_times), (gst_ximagesink_init):
10905         * sys/ximage/ximagesink.h:
10906         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10907         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10908         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10909         * sys/xvimage/xvimagesink.h:
10910           Convert elements to use fractions for their framerate.
10911           V4L elements to come later tonight.
10912
10913 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10914
10915         * gst-libs/gst/audio/audio.c:
10916         * gst-libs/gst/audio/audio.h:
10917           remove some deprecated functions
10918
10919 2005-11-22  Andy Wingo  <wingo@pobox.com>
10920
10921         * Update for gst_tag_setter API changes.
10922
10923 2005-11-22  Andy Wingo  <wingo@pobox.com>
10924
10925         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10926         (gst_ogg_demux_perform_seek):
10927         * ext/theora/theoradec.c (theora_dec_sink_event):
10928         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10929         update-funcnames.
10930
10931 2005-11-22  Wim Taymans  <wim@fluendo.com>
10932
10933         * examples/seeking/seek.c: (main):
10934         Give higher priority to bus signals than the gtk events
10935         to fix a race condition in the segment looping.
10936
10937 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10938
10939         * ext/theora/Makefile.am:
10940         * ext/vorbis/Makefile.am:
10941         * gst-libs/gst/tag/Makefile.am:
10942         * gst-plugins-base.spec.in:
10943           Rename libgsttagedit to libgsttag (#322117).
10944
10945 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10946
10947         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10949           Call gst_x_overlay_prepare_xwindow_id() to give applications
10950           a final chance to set their own xwindow id before the video
10951           sink creates its own window.
10952
10953 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10954
10955         * sys/xvimage/xvimagesink.c:
10956         (gst_xvimagesink_navigation_send_event): Handle navigation
10957         events correcly with borders if applicable.
10958
10959 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10960
10961         Patch by: Luca Ognibene
10962
10963         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10964         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10966         (gst_ffmpegcsp_caps_remove_format_info):
10967         * gst/ffmpegcolorspace/imgconvert.c:
10968         * gst/ffmpegcolorspace/imgconvert_template.h:
10969           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10970           #318353); use gst_structure_has_name().
10971
10972 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10973
10974         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10975         (gst_ximagesink_class_init): Add debug macros on functions.
10976         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10977         (gst_xvimagesink_xwindow_draw_borders),
10978         (gst_xvimagesink_xvimage_put),
10979         (gst_xvimagesink_xwindow_update_geometry),
10980         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10981         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10982         (gst_xvimagesink_xcontext_clear),
10983         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10984         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10985         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10986         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10987         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10988         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10989         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10990         expose while being PAUSED, out of data flow navigation events, etc..
10991
10992 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10993
10994         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10995         * gst-libs/gst/audio/audio.h:
10996           fix prototype - wondering why the test worked regardless
10997
10998 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10999
11000         * check/Makefile.am:
11001         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11002         * gst-libs/gst/audio/audio.h:
11003           add a method that returns a proper GstClockTime
11004
11005 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11006
11007         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
11008         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
11009         * gst-libs/gst/interfaces/xoverlay.h:
11010           Remove everything having to do with the desired size; add 
11011           gst_x_overlay_prepare_xwindow_id() function; remove the
11012           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
11013           post a message on the bus instead (#321816).
11014
11015         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
11016         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
11017         (gst_xvimagesink_xoverlay_init):
11018           Remove desired size stuff (#321816).
11019
11020 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11021
11022         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11023         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11024         (mpeg_video_type_find), (mpeg_video_stream_type_find):
11025           Terminate vararg functions with NULL instead of 0 to 
11026           make gcc4 happy.
11027
11028 2005-11-21  Andy Wingo  <wingo@pobox.com>
11029
11030         patch by: Sebastien Cote <sebas642@yahoo.ca>
11031         
11032         * gst-libs/gst/rtp/gstrtpbuffer.h: 
11033         * gst-libs/gst/rtp/gstrtpbuffer.c
11034         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
11035
11036 2005-11-21  Andy Wingo  <wingo@pobox.com>
11037
11038         * gst/playback/gstplaybin.c (gen_audio_element) 
11039         (gen_video_element): Use the new MISSING_PLUGIN core error
11040         category. Closes #320060.
11041
11042         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
11043         * gst/videorate/gstvideorate.c (gst_videorate_event):
11044         * ext/theora/theoradec.c (theora_dec_sink_event): 
11045         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11046         stream lock.
11047
11048         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11049         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11050         stream lock changes.
11051
11052 2005-11-21  Wim Taymans  <wim@fluendo.com>
11053
11054         * gst-libs/gst/audio/gstbaseaudiosink.c:
11055         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11056         (gst_base_audio_sink_provide_clock),
11057         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11058         (gst_base_audio_sink_change_state):
11059         * gst/audioresample/gstaudioresample.c:
11060         Segment update fix.
11061
11062 2005-11-21  Andy Wingo  <wingo@pobox.com>
11063
11064         * *.h:
11065         * *.c: Ran scripts/update-macros. Oh yes.
11066
11067 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11068
11069         * sys/ximage/Makefile.am:
11070         * sys/ximage/ximage.c:
11071           Rename ximage plugin to ximagesink (#321426) (Don't forget to
11072           remove your old libgstximage.* manually if necessary).
11073
11074 2005-11-21  Michael Smith <msmith@fluendo.com>
11075
11076         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11077           Minimal fix for bug #320200: set the min/max bitrate in the correct
11078           units. A better fix would be to upgrade to the RATEMANAGE2
11079           interface, rather than using the deprecated interface used here, but
11080           that would require an update in our libvorbis dependency (to 1.1),
11081           which is probably undesirable.
11082
11083 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
11084
11085         * ext/libvisual/visual.c: (get_buffer):
11086         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11087         (gst_base_audio_src_fixate):
11088         * gst/audioconvert/gstaudioconvert.c:
11089         (gst_audio_convert_fixate_caps):
11090         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11091         * gst/audiotestsrc/gstaudiotestsrc.c:
11092         (gst_audiotestsrc_src_fixate):
11093         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11094         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11095         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11096         * gst/videotestsrc/gstvideotestsrc.c:
11097         (gst_videotestsrc_src_fixate):
11098         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11099         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11100           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11101           (#322027)
11102
11103
11104 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11105
11106         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11107         (gst_riff_create_iavs_caps):
11108         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11109         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11110         (gst_riff_parse_info):
11111         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11112         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11114           Fixes for GST_FOURCC_FORMAT API change.
11115
11116 2005-11-21  Andy Wingo  <wingo@pobox.com>
11117
11118         patch by: Alessandro Dessina <alessandro nnva org>
11119
11120         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11121         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11122         (gst_ogg_parse_chain):
11123         * ext/theora/theoraenc.c (theora_set_header_on_caps):
11124         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11125         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11126         gst_value_list calls on arrays. Fixes #321962.
11127
11128 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11129
11130         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11131         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11132         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11133         * gst/adder/gstadder.c: (gst_adder_init),
11134         (gst_adder_request_new_pad), (gst_adder_collected),
11135         (gst_adder_change_state):
11136           Update for gst_collectpads_foo() to gst_collect_pads_foo()
11137           API change.
11138
11139 2005-11-21  Michael Smith <msmith@fluendo.com>
11140
11141         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11142         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11143           Properly handle pad_push return values.
11144
11145 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
11146
11147         * gst-libs/gst/tag/Makefile.am:
11148         * gst-libs/gst/tag/gstvorbistag.c:
11149         (gst_tag_list_to_vorbiscomment_buffer):
11150           Remove obsolete vorbistag element and debug category.
11151
11152         * gst/playback/gstplaybasebin.c: (check_queue):
11153           Don't divide by 0 when queue-threshold is 0.
11154
11155         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11156           Don't modify an existing pixel-aspect-ratio if we fail to read
11157           a new one.
11158
11159 2005-11-20  Wim Taymans  <wim@fluendo.com>
11160
11161         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11162         (gst_vorbisenc_push_packet):
11163         GST_PAD_IS_USABLE is gone, use the return value of
11164         the push or pad_alloc_buffer instead.
11165
11166 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11167
11168         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11169         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11170         (gst_ximagesink_ximage_destroy),
11171         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11172         (gst_ximagesink_xwindow_new),
11173         (gst_ximagesink_xwindow_update_geometry),
11174         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11175         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11176         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11177         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11178         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11179         (gst_ximagesink_navigation_send_event),
11180         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11181         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11182         (gst_ximagesink_finalize), (gst_ximagesink_init),
11183         (gst_ximagesink_class_init):
11184         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11185         This new version brings correct software scaling, non flickering
11186         window while resizing, pixel aspect ratio handling, usage of
11187         hardware buffer pools, out of data flow event thread for 
11188         navigation and handling of expose events even when being PAUSED,
11189         a new property to keep video aspect ratio when resizing, etc...
11190
11191 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11192
11193         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11194         (gst_videoscale_fixate_caps): Introduce back caps fixate with
11195         handling of PAR.
11196
11197 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
11198
11199         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
11200         Unsetting IS_SINK flag from the fakesink, so decodebin
11201         never behaves as a sink.
11202
11203 2005-11-17  Wim Taymans  <wim@fluendo.com>
11204
11205         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11206         (gst_base_audio_src_change_state):
11207         Fix the audiosrc base class again, we did not unflush.
11208
11209 2005-11-17  Julien MOUTTE  <julien@moutte.net>
11210
11211         * examples/seeking/seek.c: (make_dv_pipeline),
11212         (make_vorbis_theora_pipeline), (make_avi_pipeline),
11213         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11214         to ogg/vorbis/theora pipeline.
11215
11216 2005-11-17  Wim Taymans  <wim@fluendo.com>
11217
11218         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11219         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11220         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11221         Fix EOS on multiple streams.
11222         More debugging.
11223
11224 2005-11-16  Wim Taymans  <wim@fluendo.com>
11225
11226         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11227         (gst_ogg_demux_perform_seek):
11228         Segment done must include stream time.
11229
11230         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11231         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11232         (gst_ogg_mux_change_state):
11233         Fix ogg muxer again.
11234
11235 2005-11-16  Wim Taymans  <wim@fluendo.com>
11236
11237         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11238         Fix compile again.
11239
11240 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11241
11242         * ext/libvisual/visual.c: (gst_visual_init):
11243         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11244         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11245         (gst_ogg_parse_chain):
11246         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11247         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11248         * ext/theora/theoradec.c: (gst_theora_dec_init):
11249         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11250         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11251         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11252         * gst/adder/gstadder.c: (gst_adder_class_init),
11253         (gst_adder_dispose):
11254         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11255         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11256         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11257           Fix a whole set of pad template leaks
11258
11259 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11260
11261         * check/generic/states.c: (GST_START_TEST):
11262           fix the test so that it only checks for elements that are part of
11263           this source module
11264
11265 2005-11-16  Michael Smith <msmith@fluendo.com>
11266
11267         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11268         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11269         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11270         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11271         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11272         (gst_ogg_mux_change_state):
11273           Fix leaking collectpads.
11274
11275 2005-11-16  Edward Hervey  <edward@fluendo.com>
11276
11277         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11278         (gst_videorate_event), (gst_videorate_chain):
11279         Handle segment seeks
11280
11281 2005-11-16  Wim Taymans  <wim@fluendo.com>
11282
11283         * gst-libs/gst/audio/gstbaseaudiosink.c:
11284         (gst_base_audio_sink_provide_clock),
11285         (gst_base_audio_sink_change_state):
11286         Set ringbuffer to non-flushing when going to PAUSED, set to
11287         flushing again when going to READY.
11288
11289         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11290         (gst_ring_buffer_stop):
11291         Start in flushing mode by default.
11292         Don't set flushing in the _stop method, let the app call
11293         this explicitly.
11294
11295 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11296
11297         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11298         * gst-libs/gst/video/videosink.h: Add helper function needed
11299         for video sinks.
11300
11301 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11302
11303         * gst/videoscale/gstvideoscale.c:
11304         (gst_videoscale_handle_src_event):
11305           Don't leak reference to pad parent.
11306
11307 2005-11-16  Wim Taymans  <wim@fluendo.com>
11308
11309         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11310         Set ringbuffer to flushing when stopping so that we don't
11311         block on wait_segment anymore and livelock.
11312
11313 2005-11-16  Wim Taymans  <wim@fluendo.com>
11314
11315         * examples/seeking/seek.c: (send_event), (do_seek),
11316         (loop_toggle_cb), (segment_done), (main):
11317         Added looping checkbox.
11318
11319 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11320
11321         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11322         (gst_ogg_demux_init):
11323         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11324         (gst_vorbis_dec_init):
11325           revert unrefs, they don't pass make check
11326
11327 2005-11-15  Johan Dahlin  <johan@gnome.org>
11328
11329         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11330         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11331         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11332         (gst_vorbis_dec_init):
11333         Fix pad template leaks. 
11334
11335 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11336
11337         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11338           Make state change function thread safe.
11339
11340 2005-11-15  Edward Hervey  <edward@fluendo.com>
11341
11342         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11343         (gst_ogg_demux_class_init):
11344         Implement GstElement::send_event, so we can send seek events
11345         in GST_STATE_READY
11346
11347 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11348
11349         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11350         Discovered how to take away flickering while resizing the
11351         window. Please don't put that in ximagesink, refactoring in
11352         progress.
11353
11354 2005-11-14  Michael Smith <msmith@fluendo.com>
11355
11356         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11357         (gst_multifdsink_render):
11358           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11359
11360 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11361
11362         * gst/playback/gstplaybin.c: (gen_audio_element):
11363           Use autoaudiosink, it tends to be more widely available than
11364           autoaudiiosink.
11365           
11366 2005-11-14  Andy Wingo  <wingo@pobox.com>
11367
11368         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11369         as well if it is available. Fixes #316442.
11370
11371 2005-11-14  Michael Smith <msmith@fluendo.com>
11372
11373         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11374         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11375         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11376         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11377         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11378         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11379         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11380         (gst_vorbisenc_change_state):
11381           Fix a small memory leak in vorbisenc.
11382           Fix large memory leaks in oggmux, also fix lots of state change
11383           bugs in oggmux.
11384
11385 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11386
11387         * gst/videotestsrc/gstvideotestsrc.c:
11388         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11389         (gst_videotestsrc_src_fixate):
11390           move fixation to a fixate function
11391           remove negotiate function, basesrc's is good enough
11392           fixes a bug for check when using the element alone
11393
11394 2005-11-13  Edward Hervey  <edward@fluendo.com>
11395
11396         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11397         (key_toggle_cb), (main):
11398         Added checkboxes for adding/removing the accurate and key_unit seek
11399         flags.
11400
11401 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11402
11403         * configure.ac: back to HEAD
11404
11405 === release 0.9.5 ===
11406
11407 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11408
11409         * configure.ac:
11410           releasing 0.9.5, "No No Kia"
11411
11412 2005-11-11  Edward Hervey  <edward@fluendo.com>
11413
11414         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11415         Added parse-launch syntax seeking mode for the seeking example.
11416         This should help stress-test even more cases.
11417         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11418
11419 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11420
11421         * sys/xvimage/xvimagesink.c:
11422         (gst_xvimagesink_navigation_send_event):
11423           Check whether peer pad exists before sending navigation events
11424           to it.
11425
11426 2005-11-11  Michael Smith <msmith@fluendo.com>
11427
11428         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11429         (gst_vorbisenc_buffer_from_packet):
11430         * ext/vorbis/vorbisenc.h:
11431           Set duration on encoded buffers. This allows oggmux's
11432           max_page_delay parameter to actually work.
11433
11434 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11435
11436         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11437         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11438         (gst_ffmpegcsp_avpicture_fill):
11439         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11440         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11441           Make palettes work again (see #132341). Use our own macros
11442           for rounding up.
11443
11444 2005-11-10  Andy Wingo  <wingo@pobox.com>
11445
11446         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11447         string doober.
11448
11449 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11450
11451         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11452         (gst_ffmpegcsp_transform_caps):
11453           Prefer passthrough in transform_caps
11454
11455 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11456
11457         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11458           check for ALSA errors properly, instead of relying on ALSA's
11459           error strings to serve to the user.
11460
11461 2005-11-10  Wim Taymans  <wim@fluendo.com>
11462
11463         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11464         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11465         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11466         Modernise the seek code.
11467
11468 2005-11-10  Michael Smith <msmith@fluendo.com>
11469         
11470         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11471         (setup_substreams), (set_active_source):
11472           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11473           trying to go to NULL if we failed to read a file.
11474
11475 2005-11-10  Wim Taymans  <wim@fluendo.com>
11476
11477         * gst/audiotestsrc/gstaudiotestsrc.c:
11478         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11479         (gst_audiotestsrc_create):
11480         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11481         (gst_sinesrc_get_times), (gst_sinesrc_create):
11482         * gst/videotestsrc/gstvideotestsrc.c:
11483         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11484         (gst_videotestsrc_create):
11485         The base class can now sync for us.
11486
11487 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11488
11489         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11490           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11491           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11492           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11493           format=(fourcc)I420" ! xvimagesink
11494
11495 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11496
11497         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11498         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11499         (gst_sinesrc_newsegment):
11500           Send newsegment event in TIME format, set duration if
11501           num-buffers is set, fix duration querying.
11502
11503 2005-11-10  Michael Smith <msmith@fluendo.com>
11504
11505         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11506         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11507         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11508         (gst_ogg_mux_collected):
11509          Fix EOS handling, partially. Now forwarding an EOS event once we have
11510          EOS on all pads works correctly. However, we still don't properly set
11511          EOS on the actual ogg stream pages.
11512
11513 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11514
11515         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11516           Set elements to NULL state before disposing of them.
11517
11518 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11519
11520         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11521
11522         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11523         (gst_base_rtp_depayload_init),
11524         (gst_base_rtp_depayload_set_gst_timestamp):
11525         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11526           We need to send a newsegment event for each instance, not
11527           just for the first instance of this class (get rid of
11528           static variable in function). (#321011).
11529           
11530 2005-11-08  Michael Smith <msmith@fluendo.com>
11531
11532         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11533         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11534         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11535         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11536           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11537           This makes us mux things correctly according to the ogg muxing
11538           rules. Still not handling EOS correctly right now, though.
11539
11540 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11541
11542         * gst/audioconvert/gstaudioconvert.c:
11543           Fix typo in docs. 
11544
11545 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11546
11547         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11548         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11549           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11550           creating a new chain; should fix live streaming. Also
11551           add more debug output and fix a typo.
11552
11553 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11554
11555         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11556
11557         * gst/volume/gstvolume.c: (volume_set_caps):
11558           Fix compilation on Solaris with Forte. (#320923)
11559
11560 2005-11-08  Wim Taymans  <wim@fluendo.com>
11561
11562         * gst-libs/gst/audio/gstbaseaudiosink.c:
11563         (gst_base_audio_sink_render):
11564         No need to do a typecheck.
11565
11566 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11567
11568         * ext/alsa/gstalsa.h:
11569           We register a debug category, so let's use it.
11570
11571 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11572
11573         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11574         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11575         Fixed a small problem.
11576
11577 2005-11-04  Wim Taymans  <wim@fluendo.com>
11578
11579         * examples/seeking/Makefile.am:
11580         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11581         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11582         (make_playerbin_pipeline), (format_value), (update_scale),
11583         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11584         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11585         (print_usage), (main):
11586         Added app for playback speed testing.
11587
11588         * examples/seeking/seek.c: (dynamic_link),
11589         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11590         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11591         (message_received), (main):
11592         Updated seek example.
11593
11594 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11595
11596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11597         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11598         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11599         (gst_base_rtp_depayload_set_clock):
11600         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11601         Don't sleep on the bench (system clock) when you have a nice 
11602         comfortable bed (Gstreamer clock) to sleep on.
11603
11604 2005-11-03  Wim Taymans  <wim@fluendo.com>
11605
11606         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11607         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11608         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11609         Handle the case where a pad_block failed.
11610
11611 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11612
11613         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11614
11615         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11616         (gst_base_rtp_depayload_add_to_queue),
11617         (gst_base_rtp_depayload_push),
11618         (gst_base_rtp_depayload_set_gst_timestamp),
11619         (gst_base_rtp_depayload_queue_release):
11620           Fixes some bugs in the depayloader's queuing/de-queueing code.
11621
11622 2005-10-31  Michael Smith <msmith@fluendo.com>
11623
11624         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11625         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11626         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11627           Patch from Alessandro Decina <alessandro@nnva.org>.
11628           Make oggdemux only find the final time in a chain, not per-pad,
11629           since the per-pad information can be very expensive to locate, and
11630           it isn't used anywhere. This makes reading a file containing
11631           OggSkeleton reasonably fast.
11632           Also, make chain finding work when there are logical bitstreams that
11633           can't be decoded. Fixes #319110.
11634
11635 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11636
11637         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11638         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11639         (gst_base_rtp_depayload_chain),
11640         (gst_base_rtp_depayload_add_to_queue),
11641         (gst_base_rtp_depayload_push),
11642         (gst_base_rtp_depayload_set_gst_timestamp),
11643         (gst_base_rtp_depayload_queue_release),
11644         (gst_base_rtp_depayload_start_thread),
11645         (gst_base_rtp_depayload_set_property),
11646         (gst_base_rtp_depayload_get_property):
11647         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11648         Some random fixes, to fullfill the desires of thomas.
11649
11650 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11651
11652         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11653         (gst_base_rtp_depayload_add_to_queue),
11654         (gst_base_rtp_depayload_push):
11655         Fixed the queueing algorithm.
11656
11657 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11658
11659         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11660         (gst_base_rtp_depayload_push):
11661         A small fix
11662
11663 2005-10-31  Wim Taymans  <wim@fluendo.com>
11664
11665         * gst-libs/gst/audio/gstringbuffer.h:
11666         Don't break ABI.
11667
11668         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11669         (gst_ffmpeg_caps_to_pixfmt):
11670         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11671         (gst_ffmpegcsp_set_caps):
11672         Some more comments.
11673         Handle missing required caps fields better.
11674
11675 2005-10-31  Wim Taymans  <wim@fluendo.com>
11676
11677         * gst-libs/gst/audio/gstbaseaudiosink.c:
11678         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11679         (gst_base_audio_sink_render):
11680         * gst-libs/gst/audio/gstringbuffer.c:
11681         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11682         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11683         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11684         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11685         (gst_ring_buffer_read):
11686         * gst-libs/gst/audio/gstringbuffer.h:
11687         Add flushing mode to the ringbuffer so that it in all cases does
11688         not try to handle more audio. This makes sure it does not try to
11689         block anymore when flushing and fixes a livelock.
11690
11691 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11692
11693         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11694         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11695         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11696           Explicitly check for -1 values before doing a conversion
11697           and always map them to -1. (#315545)
11698
11699 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11700
11701         * gst/playback/gstplaybin.c: (gen_video_element):
11702           first try autovideosink, then xvimagesink, then error out
11703         * po/POTFILES.in:
11704           add translatable file
11705         * po/af.po:
11706         * po/az.po:
11707         * po/cs.po:
11708         * po/en_GB.po:
11709         * po/hu.po:
11710         * po/it.po:
11711         * po/nb.po:
11712         * po/nl.po:
11713         * po/or.po:
11714         * po/sq.po:
11715         * po/sr.po:
11716         * po/sv.po:
11717         * po/uk.po:
11718         * po/vi.po:
11719           update translations
11720
11721 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11722
11723         * gst-libs/gst/rtp/gstbasedepayload.c:
11724         * gst-libs/gst/rtp/gstbasedepayload.h:
11725           Minor cleanups
11726
11727 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11728
11729         * gst/playback/.cvsignore:
11730         * gst/playback/decodetest.c:
11731         * gst/playback/test3.c:
11732           Port these two tests as well.
11733
11734 2005-10-27  Wim Taymans  <wim@fluendo.com>
11735
11736         * ext/theora/theoradec.c: (theora_dec_src_query),
11737         (theora_dec_sink_event):
11738         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11739         (theora_enc_change_state):
11740         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11741         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11742         Take proper locks when handling events.
11743
11744 2005-10-27  Wim Taymans  <wim@fluendo.com>
11745
11746         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11747         (gst_adder_change_state):
11748         Fix timestamps and fix deadlock when stopping the collectpads.
11749
11750 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11751
11752         * gst-libs/gst/rtp/gstrtpbuffer.h:
11753         Declaring the payload types as strings too so that they can be used
11754         in the padtemplate inialization.
11755
11756 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11757
11758         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11759
11760         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11761         (gst_base_rtp_depayload_class_init):
11762         Fixes a small but nasty bug. The derived elements no longer segfaults
11763         on finalization.
11764
11765 2005-10-26  Michael Smith <msmith@fluendo.com>
11766
11767         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11768           When clearing an audioconvert context, set tmpbufsize to zero, so
11769           we'll allocate it again later if required.
11770           This fixes audioconvert re-negotiating formats, which previously
11771           segfaulted with a NULL destination buffer.
11772
11773 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11774
11775         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11776         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11777         (gst_base_rtp_depayload_set_gst_timestamp),
11778         (gst_base_rtp_depayload_queue_release):
11779         Fixed a smalll memleak.
11780
11781 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11782         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11783         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11784         (gst_base_rtp_depayload_finalize),
11785         (gst_base_rtp_depayload_setcaps),
11786         (gst_base_rtp_depayload_add_to_queue),
11787         (gst_base_rtp_depayload_push),
11788         (gst_base_rtp_depayload_set_gst_timestamp),
11789         (gst_base_rtp_depayload_queue_release),
11790         (gst_base_rtp_depayload_thread),
11791         (gst_base_rtp_depayload_change_state):
11792         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11793         Changed the C++ comments to C comments
11794
11795 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11796
11797         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11798         * gst/tcp/gsttcpclientsrc.h:
11799         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11800         * gst/tcp/gsttcpserversrc.h:
11801           Remove unused 'curoffset' structure member.
11802
11803 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11804
11805         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11806         (gst_base_rtp_depayload_base_init),
11807         (gst_base_rtp_depayload_finalize):
11808         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11809         * gst-libs/gst/rtp/gstbasertppayload.h:
11810           The pad-template on the sinkpad should be set by the derived classes.
11811           Also added some useful macros.
11812
11813 2005-10-24  Wim Taymans  <wim@fluendo.com>
11814
11815         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11816         Correctly flush decoder samples even if we could not
11817         copy them to an output buffer. Fixes #319618.
11818
11819 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11820
11821         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11823         the caps against our xcontext caps.
11824
11825 2005-10-24  Wim Taymans  <wim@fluendo.com>
11826
11827         * gst-libs/gst/audio/gstbaseaudiosink.c:
11828         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11829         Remove g_print
11830         Use sync property from baseclass to disable sync.
11831
11832 2005-10-24  Wim Taymans  <wim@fluendo.com>
11833
11834         * gst-libs/gst/audio/gstbaseaudiosink.c:
11835         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11836         Buffers with no timestamps get aligned with previous buffers or
11837         on underrun, played ASAP.
11838
11839 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11840
11841         * gst-libs/gst/video/video.h:
11842         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11843         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11845         here comes my change on caps for framerate and geometry range.
11846         We are now accepting 1 to MAXINT for width and height, and from
11847         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11848         to be blended correctly in videomixer.
11849
11850 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11851
11852         * configure.ac:
11853           back to HEAD
11854
11855 === release 0.9.4 ===
11856
11857 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11858
11859         * NEWS:
11860         * RELEASE:
11861         * configure.ac:
11862           releasing 0.9.4, "Velociraptor"
11863
11864 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11865
11866         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11867         * po/POTFILES.in:
11868           STOPPED -> FAILED
11869
11870 2005-10-21  Wim Taymans  <wim@fluendo.com>
11871
11872         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11873         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11874         (pad_blocked), (close_pad_link), (new_pad):
11875         Don't try to remove elements twice.
11876
11877 2005-10-21  Wim Taymans  <wim@fluendo.com>
11878
11879         * ext/theora/theoradec.c: (theora_dec_src_query),
11880         (theora_dec_sink_event):
11881         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11882         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11883         (vorbis_handle_data_packet):
11884         * ext/vorbis/vorbisdec.h:
11885         Fix old naming.
11886
11887         * gst-libs/gst/audio/gstbaseaudiosink.c:
11888         (gst_base_audio_sink_render):
11889         Don't try to sync on buffers without a timestamp.
11890
11891 2005-10-21  Wim Taymans  <wim@fluendo.com>
11892
11893         * ext/theora/theoradec.c: (theora_dec_src_query),
11894         (theora_dec_sink_event):
11895         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11896         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11897         (vorbis_handle_data_packet):
11898         * ext/vorbis/vorbisdec.h:
11899         Fix old naming.
11900
11901 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11902
11903         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11904         (gst_vorbisenc_src_query):
11905           Implement position and duration queries.
11906
11907         * gst/playback/test3.c: (update_scale), (main):
11908           Fix for async state changes and print nicer output.
11909
11910 2005-10-20  Wim Taymans  <wim@fluendo.com>
11911
11912         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11913         (dump_element_stats), (main):
11914         * gst/playback/test6.c: (main):
11915         Fix tests again
11916
11917 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11918
11919         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11920         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11921           Don't use functions for position queries when handling
11922           duration queries.
11923
11924 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11925
11926         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11927         (vorbis_handle_data_packet), (vorbis_dec_chain),
11928         (vorbis_dec_change_state):
11929         * ext/vorbis/vorbisdec.h:
11930           Vorbis streams can be embedded in other container formats
11931           than ogg, container formats where the demuxer might set 
11932           timestamps on encoded vorbis buffers instead of those silly 
11933           granulepos thingies. In short: make vorbisdec handle 
11934           timestamps on incoming buffers as well.
11935
11936 2005-10-20  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst/playback/gstplaybasebin.c: (group_destroy),
11939         (gst_play_base_bin_change_state):
11940         Fix leak.
11941         Handle case where playbasebin is now ASYNC because
11942         decodebin is.
11943
11944 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11945
11946         * gst/audioconvert/Makefile.am:
11947         * gst/audioconvert/bufferframesconvert.c:
11948         * gst/audioconvert/plugin.c: (plugin_init):
11949         * gst/audioconvert/plugin.h:
11950           And bye bye buffer-frames-convert
11951
11952 2005-10-19  Wim Taymans  <wim@fluendo.com>
11953
11954         * check/elements/audioconvert.c:
11955         * docs/libs/tmpl/gstaudio.sgml:
11956         * docs/libs/tmpl/gstcolorbalance.sgml:
11957         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11958         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11959         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11960         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11961         * gst-libs/gst/audio/audio.h:
11962         * gst/audioconvert/audioconvert.h:
11963         * gst/audioconvert/gstaudioconvert.c:
11964         (gst_audio_convert_parse_caps):
11965         * gst/volume/gstvolume.c:
11966         Bye bye buffer-frames.
11967
11968 2005-10-19  Wim Taymans  <wim@fluendo.com>
11969
11970         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11971         (query_positions_elems), (query_positions_pads), (update_scale),
11972         (do_seek), (set_update_scale), (message_received), (main):
11973         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11974         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11975         (gst_ogg_demux_loop):
11976         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11977         * ext/theora/theoradec.c: (theora_dec_src_query),
11978         (theora_dec_sink_event):
11979         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11980         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11981         * gst/adder/gstadder.c: (gst_adder_query):
11982         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11983         * gst/playback/test3.c: (update_scale):
11984         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11985         (dump_element_stats), (main):
11986         * gst/playback/test6.c: (main):
11987         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11988         Query API update.
11989
11990 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11991
11992         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11993         (xml_check_first_element), (xml_type_find), (smil_type_find),
11994         (plugin_init):
11995           Add typefinding for SMIL and for generic XML. Based on patch by
11996           Akos Maroy (#308663).
11997
11998 2005-10-18  Wim Taymans  <wim@fluendo.com>
11999
12000         * gst/playback/Makefile.am:
12001         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12002         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
12003         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
12004         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
12005         (gst_decode_bin_change_state):
12006         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12007         (gst_play_bin_send_event_to_sink):
12008         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12009         (dump_element_stats), (main):
12010         * gst/playback/test6.c: (main):
12011         Make playbin async, it'll commit state to paused when all streams
12012         are detected.
12013         Remove ugly hack.
12014         Added test6.c to show async behaviour.
12015
12016 2005-10-18  Wim Taymans  <wim@fluendo.com>
12017
12018         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12019         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
12020         Fix for segment-start/stop API change.
12021
12022 2005-10-18  Wim Taymans  <wim@fluendo.com>
12023
12024         * check/Makefile.am:
12025         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
12026         (main):
12027         Add future test for clock selection.
12028
12029 2005-10-18  Wim Taymans  <wim@fluendo.com>
12030
12031         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
12032         (gst_alsasink_close):
12033         Set handle to NULL.
12034
12035         * gst-libs/gst/audio/gstringbuffer.c:
12036         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12037         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12038         (gst_ring_buffer_start), (gst_ring_buffer_pause),
12039         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12040         (gst_ring_buffer_read):
12041         More debug info.
12042
12043 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
12044
12045         * gst/audiotestsrc/Makefile.am:
12046         * gst/sine/Makefile.am:
12047         * gst/volume/Makefile.am:
12048           fix broken build of controllerized plugins
12049
12050 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12051
12052         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12053
12054         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12055         (gst_riff_create_video_template_caps):
12056           Add support for Indeo-3 (IV32).
12057
12058 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12059
12060         * configure.ac:
12061           rewrite
12062
12063 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12064
12065         * gst-libs/gst/video/video.c: (gst_video_get_size):
12066         * gst/audiotestsrc/gstaudiotestsrc.c:
12067           doc updates
12068
12069 2005-10-17  Andy Wingo  <wingo@pobox.com>
12070
12071         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12072         with the collectpads change.
12073         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12074
12075         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12076
12077         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12078
12079         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12080         alloc_buffer flow return to callers.
12081         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12082         change. Fix some memleaks in theoraenc.
12083
12084         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12085         in strange circumstance.
12086
12087 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12088
12089         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12090         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12091         from caps, let's use the caps...
12092
12093 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12094
12095         * configure.ac:
12096           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12097
12098 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12099
12100         * gst-libs/gst/interfaces/Makefile.am:
12101           fix silly typo
12102
12103 2005-10-16  Andy Wingo  <wingo@pobox.com>
12104
12105         * gst/playback/gstdecodebin.c
12106         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12107         function!
12108         (try_to_link_1): Increase kraziness level.
12109
12110 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12111
12112         * configure.ac:
12113           restructure like the core one
12114         * gst-libs/gst/audio/Makefile.am:
12115         * gst-libs/gst/interfaces/Makefile.am:
12116         * gst-libs/gst/net/Makefile.am:
12117         * gst-libs/gst/riff/Makefile.am:
12118         * gst-libs/gst/rtp/Makefile.am:
12119         * gst-libs/gst/tag/Makefile.am:
12120         * gst-libs/gst/video/Makefile.am:
12121           use correct linker flags, now the libs are properly versioned
12122         * check/elements/audioconvert.c: (verify_convert):
12123         * ext/alsa/gstalsaplugin.c:
12124         * ext/cdparanoia/gstcdparanoia.c:
12125         * ext/gnomevfs/gstgnomevfs.c:
12126         * ext/libvisual/visual.c:
12127         * ext/ogg/gstogg.c:
12128         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12129         * ext/theora/theora.c:
12130         * ext/vorbis/vorbis.c:
12131         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12132         * gst-libs/gst/tag/gsttagediting.c:
12133         * gst-libs/gst/video/video.c:
12134         * gst/adder/gstadder.c:
12135         * gst/audioconvert/plugin.c:
12136         * gst/audiorate/gstaudiorate.c:
12137         * gst/audioresample/gstaudioresample.c:
12138         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12139         * gst/audioscale/gstaudioscale.c:
12140         * gst/audioscale/resample.c:
12141         * gst/audiotestsrc/gstaudiotestsrc.c:
12142         * gst/ffmpegcolorspace/gstffmpeg.c:
12143         * gst/playback/gstdecodebin.c: (close_pad_link):
12144         * gst/playback/gstplaybin.c: (gen_video_element),
12145         (gen_audio_element):
12146         * gst/sine/gstsinesrc.c:
12147         * gst/subparse/gstsubparse.c:
12148         * gst/tags/gsttagediting.c:
12149         * gst/tcp/gsttcpplugin.c:
12150         * gst/typefind/gsttypefindfunctions.c:
12151         * gst/videorate/gstvideorate.c:
12152         * gst/videoscale/gstvideoscale.c:
12153         * gst/videotestsrc/gstvideotestsrc.c:
12154         * gst/volume/gstvolume.c:
12155         * sys/v4l/gstv4l.c:
12156         * sys/ximage/ximage.c:
12157         * sys/xvimage/xvimagesink.c:
12158           fix up defines
12159
12160 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12161
12162         * ext/vorbis/vorbisenc.c:
12163         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12164         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12165         (gst_tag_to_vorbis_comments):
12166           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12167
12168 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12169
12170         * examples/stats/mp2ogg.c:
12171         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12172           typo fixes
12173
12174 2005-10-13  Michael Smith <msmith@fluendo.com>
12175
12176         * ext/ogg/gstoggmux.c:
12177           Use magic glib macros to define constants as 64 bit, to ensure
12178           appropriate vararg passing.
12179
12180 2005-10-13  Michael Smith <msmith@fluendo.com>
12181
12182         * ext/ogg/gstoggmux.c:
12183         * gst/audioconvert/audioconvert.c: (float):
12184           Don't use LL suffix, as it's not portable, and neither of these
12185           uses required it anyway.
12186
12187 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12188
12189         * examples/indexing/indexmpeg.c: (main):
12190         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12191         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12192         (cdparanoia_convert), (cdparanoia_query):
12193         * ext/cdparanoia/gstcdparanoia.h:
12194         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12195         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12196         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12197         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12198         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12199         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12200         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12201         (gst_multifdsink_render), (gst_multifdsink_start),
12202         (gst_multifdsink_stop):
12203         * gst/tcp/gstmultifdsink.h:
12204         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12205         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12206         (gst_tcpclientsink_stop):
12207         * gst/tcp/gsttcpclientsink.h:
12208         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12209         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12210         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12211         * gst/tcp/gsttcpclientsrc.h:
12212         * gst/tcp/gsttcpserversink.h:
12213         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12214         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12215         (gst_tcpserversrc_stop):
12216         * gst/tcp/gsttcpserversrc.h:
12217         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12218         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12219         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12220           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12221           moved bitshift from macro to enum definition
12222
12223 2005-10-12  Wim Taymans  <wim@fluendo.com>
12224
12225         * examples/seeking/Makefile.am:
12226         Oops.
12227
12228 2005-10-12  Wim Taymans  <wim@fluendo.com>
12229
12230         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12231         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12232         Don't assert on normal stuff.
12233
12234         * gst/playback/gstplaybin.c: (do_playbin_seek):
12235         API fix.
12236
12237 2005-10-12  Wim Taymans  <wim@fluendo.com>
12238
12239         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12240         * examples/seeking/Makefile.am:
12241         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12242         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12243         (do_seek), (set_update_scale), (message_received), (main):
12244         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12245         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12246         Update for _get_state() API change.
12247
12248 2005-10-11  Wim Taymans  <wim@fluendo.com>
12249
12250         * gst-libs/gst/audio/gstbaseaudiosink.c:
12251         (gst_base_audio_sink_render):
12252         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12253         (gst_base_audio_src_create):
12254         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12255         (gst_ring_buffer_read):
12256         Cleanups.
12257         Commit and read from ringbuffer in samples rather than bytes.
12258
12259 2005-10-11  Wim Taymans  <wim@fluendo.com>
12260
12261         * gst-libs/gst/audio/gstbaseaudiosink.c:
12262         (gst_base_audio_sink_render):
12263         Respect segment rate and accum when scheduling samples.
12264
12265 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12266
12267         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12268         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12269         EOS correctly, that needs more work.
12270
12271 2005-10-11  Wim Taymans  <wim@fluendo.com>
12272
12273         * check/generic/states.c: (GST_START_TEST):
12274         remove old property.
12275
12276         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12277         (gst_ogg_demux_perform_seek):
12278         * ext/theora/theoradec.c: (theora_dec_sink_event):
12279         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12280         (vorbis_handle_data_packet):
12281         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12282         (gst_base_rtp_depayload_set_gst_timestamp):
12283         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12284         Update for newsegment API change.
12285
12286 2005-10-11  Michael Smith <msmith@fluendo.com>
12287
12288         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12289         (do_playbin_seek), (gst_play_bin_send_event):
12290           Override send_event differently, so that we can takes bits of
12291           functionality from GstPipeline (special handling for seeks,
12292           including pausing/resuming, and resetting stream time) and still get
12293           the appropriate behaviour of only forwarding event to a single sink,
12294           rather than all of them.
12295           Unfortunately requires a lot of code duplication, but the
12296           alternatives are equally ugly in the end.
12297
12298 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12299
12300         * check/elements/audioconvert.c: (setup_audioconvert),
12301         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12302         (GST_START_TEST), (audioconvert_suite):
12303           clean up tests a little, fix some leaks.
12304
12305 2005-10-10  Wim Taymans  <wim@fluendo.com>
12306
12307         * ext/alsa/gstalsasink.c:
12308         Also allow unsigned int.
12309
12310         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12311         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12312         Small cleanup
12313
12314 2005-10-10  Wim Taymans  <wim@fluendo.com>
12315
12316         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12317         Small update, use API as stated in design docs.
12318
12319         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12320         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12321         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12322         (message_received), (main):
12323         Updated seek example for GOption. Some usability improvements.
12324
12325 2005-10-10  Wim Taymans  <wim@fluendo.com>
12326
12327         * gst/audioconvert/audioconvert.h:
12328         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12329         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12330         Alloc temp storage somewhere else where we can do it more
12331         portable.
12332
12333 2005-10-10  Wim Taymans  <wim@fluendo.com>
12334
12335         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12336         (gst_tcpserversrc_start):
12337         Don't block in accept while doing the state change, move
12338         to poll and make cancellable.
12339
12340 2005-10-09  Philippe Khalaf <burger@speedy.org>
12341
12342         * gst-libs/gst/rtp/rtpbasedepayload.c:
12343         Set timestamp and add queue delay to timestamp
12344         * gst-libs/gst/rtp/rtpbuffer.h:
12345         Set correct payload type for h263
12346
12347 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12348
12349         * gst/audiotestsrc/gstaudiotestsrc.c:
12350         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12351         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12352         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12353         (gst_audiotestsrc_create_triangle),
12354         (gst_audiotestsrc_create_silence),
12355         (gst_audiotestsrc_create_white_noise),
12356         (gst_audiotestsrc_init_pink_noise),
12357         (gst_audiotestsrc_generate_pink_noise_value),
12358         (gst_audiotestsrc_create_pink_noise),
12359         (gst_audiotestsrc_change_wave):
12360         * gst/audiotestsrc/gstaudiotestsrc.h:
12361           fixed typo, added pink noise
12362
12363 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12364
12365         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12366         (plugin_init):
12367           Add wavpack and spc typefind functions from 0.8 branch.
12368
12369 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12370
12371         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12372         (ar_type_find), (msdos_type_find), (plugin_init):
12373           Add typefind functions for tar archives, ar archives,
12374           RAR archives, and msdos-executables (dlls, exe, etc.).
12375           Some of those would be wrongly identified as mpeg
12376           streams of some sort before (#315550).
12377
12378 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12379
12380         * configure.ac:
12381         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12382         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12383         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12384         * gst/audiotestsrc/Makefile.am:
12385         * gst/audiotestsrc/gstaudiotestsrc.c:
12386         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12387         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12388         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12389         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12390         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12391         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12392         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12393         (gst_audiotestsrc_create_silence),
12394         (gst_audiotestsrc_create_white_noise),
12395         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12396         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12397         (gst_audiotestsrc_start), (plugin_init):
12398         * gst/audiotestsrc/gstaudiotestsrc.h:
12399           add new plugin and element
12400         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12401           use gobject_class
12402
12403 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12404
12405         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12406         (gst_adder_init), (gst_adder_request_new_pad),
12407         (gst_adder_change_state):
12408           Add query function to source pad, so adder reports the correct
12409           time/sample position when queried (#315457); fix state change
12410           function; use GST_DEBUG_FUNCPTR() for pad functions.
12411
12412 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12413
12414         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12415           Fix leaks in typefind registration
12416           Clean up the gratuitous commenting and whitespacing a little
12417
12418 2005-10-08  Wim Taymans  <wim@fluendo.com>
12419
12420         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12421         Only actually wait for the thread to be stopped if it's 
12422         running.
12423
12424 2005-10-08  Wim Taymans  <wim@fluendo.com>
12425
12426         * gst-libs/gst/audio/gstbaseaudiosink.c:
12427         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12428         If we receive EOS we can start playback of what we had.
12429
12430 2005-10-08  Wim Taymans  <wim@fluendo.com>
12431
12432         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12433         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12434         (gst_multifdsink_stop):
12435         Fix crasher when going to NULL multiple times.
12436
12437 2005-10-06  Wim Taymans  <wim@fluendo.com>
12438
12439         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12440         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12441         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12442         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12443         patch from Edgard Lima <edgard.lima@indt.org.br>
12444         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12445
12446 2005-10-06  Wim Taymans  <wim@fluendo.com>
12447
12448         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12449         Report the FLOW_RETURN as string in the error message.
12450
12451         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12452         Don't assert when clearing an unnegotiated buffer.
12453
12454 2005-10-04  Michael Smith <msmith@fluendo.com>
12455
12456         * gst/playback/gstplaybasebin.c: (group_destroy),
12457         (gen_preroll_element), (remove_groups), (setup_source):
12458         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12459         (setup_sinks), (gst_play_bin_send_event),
12460         (gst_play_bin_change_state):
12461           Set state to NULL before removing from bin. Fix refcounting.
12462
12463 2005-10-04  Michael Smith <msmith@fluendo.com>
12464
12465         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12466           Correct refcounting in send_event() function. Previously was wrong
12467           if the first sink was unable to handle the event.
12468
12469 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12470
12471         * configure.ac:
12472           back to development
12473
12474 === release 0.9.3 ===
12475
12476 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12477
12478         * configure.ac:
12479           Releasing 0.9.3, "De Facto"
12480
12481 2005-10-03  Andy Wingo  <wingo@pobox.com>
12482
12483         * gst/playback/gstdecodebin.c (try_to_link_1)
12484         (remove_element_chain): set element to NULL before removing it.
12485
12486 2005-10-02  Johan Dahlin  <johan@gnome.org>
12487
12488         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12489         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12490         MT safe.
12491
12492 2005-10-02  Andy Wingo  <wingo@pobox.com>
12493
12494         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12495         (gst_ring_buffer_prepare_read): 
12496         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12497         Demote to LOG.
12498
12499 2005-09-29  Wim Taymans  <wim@fluendo.com>
12500
12501         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12502         * ext/theora/theoradec.c: (theora_handle_data_packet):
12503         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12504         Propagate error codes from alloc_buffer too.
12505
12506 2005-09-29  Wim Taymans  <wim@fluendo.com>
12507
12508         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12509         We use fixed caps.
12510
12511         * gst/playback/Makefile.am:
12512         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12513         (dump_element_stats), (main):
12514         Added example stream introspection code.
12515
12516 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12517
12518         * gst/adder/gstadder.c: (gst_adder_collected):
12519           fix adder for float elements
12520
12521 2005-09-28  Wim Taymans  <wim@fluendo.com>
12522
12523         * gst-libs/gst/audio/gstbaseaudiosink.c:
12524         (gst_base_audio_sink_class_init),
12525         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12526         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12527         (gst_base_audio_src_class_init),
12528         (gst_base_audio_src_provide_clock):
12529         get_clock -> provide_clock
12530
12531 2005-09-28  Andy Wingo  <wingo@pobox.com>
12532
12533         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12534         and unlocking.
12535
12536         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12537         unlocking.
12538
12539         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12540         Actually add the pad template.
12541         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12542
12543         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12544         I'm at it...
12545
12546         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12547         from fdsrc. Get caps in create() instead of start() so it can be
12548         interrupted. Interruption somewhat untested.
12549
12550         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12551         Proper EOS handling.
12552
12553 2005-09-27  Andy Wingo  <wingo@pobox.com>
12554
12555         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12556
12557         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12558
12559         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12560
12561         * gst/tcp/gsttcp.h: 
12562         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12563         out of tcpclientsrc.c. Cancellable.
12564         (gst_tcp_socket_read): Made private, cancellable, with better
12565         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12566         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12567         whole buffer, and better diagnostics.
12568         (gst_tcp_gdp_read_caps): Same.
12569
12570         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12571
12572 2005-09-26  Andy Wingo  <wingo@pobox.com>
12573
12574         * gst/sine/gstsinesrc.h:
12575         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12576         change the 'sync' property to 'is-live' and implement it halfway,
12577         update for controller api change.
12578
12579         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12580         controller api change.
12581
12582 2005-09-24  Wim Taymans  <wim@fluendo.com>
12583
12584         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12585         * gst-libs/gst/audio/gstaudiosink.c:
12586         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12587         (gst_audioringbuffer_stop):
12588         * gst-libs/gst/audio/gstbaseaudiosink.c:
12589         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12590         (gst_base_audio_sink_change_state):
12591         * gst-libs/gst/audio/gstbaseaudiosink.h:
12592         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12593         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12594         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12595         * gst-libs/gst/audio/gstringbuffer.h:
12596         Fix sync again. Moved sample alignment to basesink.
12597
12598 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12599
12600         * docs/plugins/Makefile.am:
12601         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12602         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12603         * gst/volume/gstvolume.c:
12604           add/fix docs
12605         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12606         * gst-libs/gst/audio/audio.h:
12607           add conversion macros for frames <-> clocktime
12608
12609 2005-09-23  David Schleef  <ds@schleef.org>
12610
12611         * gst/audioresample/Makefile.am:
12612         * gst/audioresample/debug.h:
12613         * gst/audioresample/gstaudioresample.c:
12614         * gst/audioresample/resample.c: Convert to using gst debugging
12615
12616 2005-09-22  Wim Taymans  <wim@fluendo.com>
12617
12618         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12619         (gst_play_bin_send_event):
12620         Only seek on one sink, the first one that succeeds.
12621
12622 2005-09-22  Michael Smith <msmith@fluendo.com>
12623
12624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12625         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12626         Don't flush encoder state unless we have an initialised encoder.
12627         Clear out encoder state on PAUSED_TO_READY.
12628
12629 2005-09-22  Wim Taymans  <wim@fluendo.com>
12630
12631         * gst-libs/gst/rtp/gstbasertppayload.c:
12632         (gst_basertppayload_class_init), (gst_basertppayload_init),
12633         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12634         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12635         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12636         (gst_basertppayload_set_property),
12637         (gst_basertppayload_get_property),
12638         (gst_basertppayload_change_state):
12639         * gst-libs/gst/rtp/gstbasertppayload.h:
12640         Added max-ptime to control amount of data in the rtp packets.
12641
12642 2005-09-21  Andy Wingo  <wingo@pobox.com>
12643
12644         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12645         thingies.
12646
12647         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12648         can be called multiple times, dogs.
12649
12650 2005-09-21  Wim Taymans  <wim@fluendo.com>
12651
12652         * gst-libs/gst/rtp/gstbasertppayload.c:
12653         (gst_basertppayload_class_init), (gst_basertppayload_init),
12654         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12655         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12656         (gst_basertppayload_push), (gst_basertppayload_get_property),
12657         (gst_basertppayload_change_state):
12658         Allow 0 ssrc too.
12659
12660 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12661
12662         * docs/libs/compiling.sgml:
12663           fixing typos
12664
12665 2005-09-20  Wim Taymans  <wim@fluendo.com>
12666
12667         * gst-libs/gst/rtp/gstbasertppayload.c:
12668         (gst_basertppayload_class_init), (gst_basertppayload_init),
12669         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12670         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12671         (gst_basertppayload_push), (gst_basertppayload_set_property),
12672         (gst_basertppayload_get_property),
12673         (gst_basertppayload_change_state):
12674         * gst-libs/gst/rtp/gstbasertppayload.h:
12675         Added property to configure sequence number offsets.
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         Make timestamp offset configurable.
12688
12689 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12690
12691         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12692           fix wrong pop/unref
12693
12694 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12695
12696         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12697
12698         * gst-libs/gst/interfaces/propertyprobe.c:
12699         (gst_property_probe_probe_property_name),
12700         (gst_property_probe_needs_probe_name),
12701         (gst_property_probe_get_values_name),
12702         (gst_property_probe_probe_and_get_values_name):
12703           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12704           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12705
12706 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12707
12708         * check/Makefile.am:
12709           have some tests be disabled for valgrinding
12710         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12711         (GST_START_TEST):
12712         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12713           Fix A Leak.  Chain To Parent Finalize.
12714
12715 2005-09-19  Wim Taymans  <wim@fluendo.com>
12716
12717         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12718         Fixed wav pipeline.
12719
12720 2005-09-19  Wim Taymans  <wim@fluendo.com>
12721
12722         * gst-libs/gst/rtp/gstbasertppayload.c:
12723         (gst_basertppayload_class_init), (gst_basertppayload_init),
12724         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12725         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12726         (gst_basertppayload_push), (gst_basertppayload_get_property),
12727         (gst_basertppayload_change_state):
12728         Posting ERROR and WARNING messages is good.
12729
12730 2005-09-19  Wim Taymans  <wim@fluendo.com>
12731
12732         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12733         (gst_base_rtp_depayload_add_to_queue),
12734         (gst_base_rtp_depayload_push),
12735         (gst_base_rtp_depayload_set_gst_timestamp),
12736         (gst_base_rtp_depayload_queue_release):
12737         This one was not supposed to go in.
12738
12739 2005-09-19  Wim Taymans  <wim@fluendo.com>
12740
12741         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12742         Fix for bus API.
12743
12744         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12745         (gst_base_rtp_depayload_chain),
12746         (gst_base_rtp_depayload_add_to_queue),
12747         (gst_base_rtp_depayload_push),
12748         (gst_base_rtp_depayload_set_gst_timestamp),
12749         (gst_base_rtp_depayload_queue_release):
12750         Some cleanups.
12751
12752         * gst-libs/gst/rtp/gstbasertppayload.c:
12753         (gst_basertppayload_class_init), (gst_basertppayload_init),
12754         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12755         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12756         (gst_basertppayload_get_property),
12757         (gst_basertppayload_change_state):
12758         Added debugging category.
12759
12760 2005-09-18  David Schleef  <ds@schleef.org>
12761
12762         * gst/playback/gstdecodebin.c: free plugin list correctly
12763         * gst/playback/gstplaybin.c: emit warning if autovideosink
12764           and autoaudiosink can't be found (instead of segfaulting)
12765
12766 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12767
12768         * check/elements/audioconvert.c: (GST_START_TEST):
12769           try out 24 bit conversion
12770
12771 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12772
12773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12774         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12775         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12776         * ext/vorbis/vorbisenc.h:
12777           Fix EOS handling.  Still needs a fix in the ogg muxer to
12778           mark the last page as eos.
12779
12780 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12781
12782         * common/gtk-doc-plugins.mak:
12783         * docs/plugins/Makefile.am:
12784         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12785         * gst/ffmpegcolorspace/Makefile.am:
12786         * gst/ffmpegcolorspace/avcodec.h:
12787         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12788         * gst/tcp/gstmultifdsink.c:
12789           fix up ffmpegcolorspace docs; extract header
12790
12791 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12792
12793         * common/gtk-doc-plugins.mak:
12794         * docs/plugins/Makefile.am:
12795         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12796         * ext/theora/Makefile.am:
12797         * ext/theora/gsttheoraenc.h:
12798         * ext/theora/theoraenc.c:
12799         * ext/vorbis/vorbisenc.c:
12800           pick up signals and args for vorbis; add some docs for vorbis
12801
12802 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12803
12804         * common/gstdoc-scangobj:
12805         * common/gtk-doc-plugins.mak:
12806         * docs/libs/Makefile.am:
12807         * docs/plugins/gst-plugins-base-plugins.args:
12808         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12809         * docs/plugins/gst-plugins-base-plugins.interfaces:
12810         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12811         * docs/plugins/gst-plugins-base-plugins.signals:
12812           only scanobj stuff from our source module.  Not sure yet
12813           if that's correct, given the hierarchy stuff :)
12814
12815 2005-09-15  Wim Taymans  <wim@fluendo.com>
12816
12817         * gst/audioconvert/gstaudioconvert.c:
12818         And enable 24 bits mode as well..
12819
12820 2005-09-15  Wim Taymans  <wim@fluendo.com>
12821
12822         * gst-libs/gst/rtp/Makefile.am:
12823         * gst-libs/gst/rtp/gstbasertppayload.c:
12824         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12825         (gst_basertppayload_class_init), (gst_basertppayload_init),
12826         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12827         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12828         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12829         (gst_basertppayload_set_property),
12830         (gst_basertppayload_get_property),
12831         (gst_basertppayload_change_state):
12832         * gst-libs/gst/rtp/gstbasertppayload.h:
12833         Added rtp payloader base class.
12834
12835 2005-09-15  Andy Wingo  <wingo@pobox.com>
12836
12837         * configure.ac (plugindir): Remove the EOL matcher from the
12838         regexp, as it causes me problems. Libtool? Make? Who knows?
12839
12840 2005-09-14  David Schleef  <ds@schleef.org>
12841
12842         * check/generic/states.c: 
12843         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12844         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12845           Fixes for changes in registry API.
12846
12847         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12848           to GST_PLUGIN_LDFLAGS.
12849         * ext/libvisual/visual.c: Make the library shut up.
12850         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12851         * gst-libs/gst/audio/gstaudiofilter.c: same
12852
12853 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12854
12855         * docs/plugins/Makefile.am:
12856         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12857         * docs/plugins/inspect/plugin-libvisual.xml:
12858         * docs/plugins/tmpl/element-tcpserversink.sgml:
12859         * ext/theora/theoraenc.c:
12860           add libvisual plugin and theoraenc element to docs
12861
12862 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12863
12864         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12865         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12866         * ext/theora/theoraenc.c:
12867           add theoraenc
12868
12869 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12870
12871         * gst/audioconvert/Makefile.am:
12872           Audioconvert derives from GstBaseTransform and should
12873           link to the library with our base elements to avoid
12874           unresolved symbols. Makes things work with MinGW (#316160)
12875
12876         * gst/playback/test4.c: (main):
12877           Fix MinGW build problem and use g_usleep() instead of 
12878           sleep() (#316162)
12879
12880 2005-09-12  Wim Taymans  <wim@fluendo.com>
12881
12882         * gst/audioconvert/audioconvert.c: (float),
12883         (audio_convert_prepare_context), (audio_convert_convert):
12884         * gst/audioconvert/audioconvert.h:
12885         Cleanups, speedups, simplifications, added back support
12886         for 24 bits.
12887
12888 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12889
12890         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12891         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12892         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12893         * docs/plugins/tmpl/element-tcpserversink.sgml:
12894         * gst/ffmpegcolorspace/gstffmpeg.c:
12895         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12896         * gst/videotestsrc/gstvideotestsrc.c:
12897         * gst/volume/gstvolume.c:
12898           add more elements to the docs
12899
12900 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12901
12902         * check/Makefile.am:
12903         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12904         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12905           Add extra tests for basetransform based components. 
12906           Comment out the test_element_negotiation test until we decide
12907           if it's testing correct behaviour.
12908         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12909         (gst_visual_chain), (gst_visual_change_state):
12910           Slightly more correct but still bogus timestamping.
12911           Fix state change function.
12912         * gst/audioconvert/gstaudioconvert.c:
12913         (gst_audio_convert_class_init):
12914         * gst/audioresample/gstaudioresample.c:
12915         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12916         (gst_ffmpegcsp_class_init):
12917         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12918         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12919         (gst_videoscale_prepare_image):
12920         * gst/volume/gstvolume.c: (gst_volume_class_init),
12921         (volume_transform_ip):
12922           Basetransform updates. Enable passthrough modes.
12923         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12924         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12925         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12926           Negotiation fix that allows the window to return to the original
12927           size and renegotiate passthrough upstream. Extra debug output.
12928
12929 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12930
12931         * gst/sine/gstsinesrc.c:
12932         * gst/volume/gstvolume.c:
12933           fix up header include
12934
12935 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12936
12937         * gst-libs/gst/audio/gstbaseaudiosink.c:
12938         (gst_base_audio_sink_render):
12939         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12940         * gst/volume/gstvolume.c: (gst_volume_class_init),
12941         (volume_transform):
12942           fixing lost sync, some more debugging
12943
12944 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12945
12946         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12947         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12948         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12949         (gst_xvimagesink_check_xshm_calls):
12950           Fix compilation when XShm is not available.
12951
12952 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12953
12954         * ext/libvisual/visual.c: (gst_visual_dispose),
12955         (gst_visual_getcaps), (gst_visual_src_setcaps),
12956         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12957         (gst_visual_change_state):
12958           Finish fixing up libvisual plugin so that it runs. 
12959
12960 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12961
12962         * ext/vorbis/vorbisenc.c:
12963         * gst-libs/gst/tag/gstvorbistag.c:
12964           gsttaginterface.h -> gsttagsetter.h
12965
12966 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12967
12968         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12969           added another test that failes for me (test is not active by default)
12970
12971 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12972
12973         * configure.ac:
12974           v4l2 is no longer in gst-plugins-base
12975
12976 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12977
12978         * configure.ac:
12979           In the output at the end, don't show the first plugin on the same
12980           line as "Core plug-ins, always built:".
12981           Indent the output as for other plugin categories
12982         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12983           #define that can be used to not use peer buffer_alloc functions for
12984           test purposes.
12985         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12986         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12987         (gst_ximagesink_show_frame):
12988         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12989         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12990         (gst_xvimagesink_show_frame):
12991           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12992           fails gracefully instead of XError aborting or deadlocking.
12993
12994 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12995
12996         * ext/libvisual/Makefile.am:
12997           link against gst-base-libs
12998
12999 2005-09-06  David Schleef  <ds@schleef.org>
13000
13001         * configure.ac: Enable libvisual plugin.
13002         * ext/libvisual/Makefile.am:
13003         * ext/libvisual/visual.c: Fixes to make it compile.
13004
13005 === release 0.9.2 ===
13006
13007 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13008
13009         * NEWS:
13010         * RELEASE:
13011         * configure.ac:
13012         * docs/random/ChangeLog-0.8:
13013           releasing 0.9.2, "Spoon"
13014
13015 2005-09-05  Michael Smith <msmith@fluendo.com>
13016
13017         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13018           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
13019           that in the vorbisenc element.
13020
13021 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13022
13023         * common/gtk-doc-plugins.mak:
13024         * docs/plugins/Makefile.am:
13025           fix distcheck
13026         * gst/audioresample/resample.c:
13027           fix wrong docstring
13028
13029 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13030
13031         * common/gst-xmlinspect.py:
13032         * common/gtk-doc-plugins.mak:
13033           only inspect plugins for this given package
13034           require gst-python 0.9
13035
13036 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13037
13038         * Makefile.am:
13039         * autogen.sh:
13040         * common/gst-xmlinspect.py:
13041         * configure.ac:
13042         * docs/Makefile.am:
13043         * docs/plugins/inspect/plugin-alsa.xml:
13044         * docs/plugins/inspect/plugin-audioresample.xml:
13045         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13046         * docs/plugins/inspect/plugin-ogg.xml:
13047         * docs/plugins/tmpl/element-gnomevfssink.sgml:
13048         * docs/plugins/tmpl/element-multifdsink.sgml:
13049         * docs/plugins/tmpl/element-tcpserversink.sgml:
13050         * docs/plugins/tmpl/element-vorbisenc.sgml:
13051         * gst-plugins-base.spec.in:
13052           various doc-related updates
13053
13054 2005-08-31  Wim Taymans  <wim@fluendo.com>
13055
13056         * gst-libs/gst/audio/gstbaseaudiosink.c:
13057         (gst_base_audio_sink_render):
13058         Resync if the buffer timestamps drift more than a 10th 
13059         of a second.
13060
13061 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13062
13063         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13064         (gst_v4lsrc_get_property):
13065           The 'timestamp-offset' property is registered as an int64, so
13066           let's use g_value_{set|get}_int64() in our setter and getter
13067           functions (makes it work and fixes warnings with gst-inspect).
13068
13069 2005-08-30  Wim Taymans  <wim@fluendo.com>
13070
13071         * check/elements/audioconvert.c: (setup_audioconvert):
13072         * check/elements/audioresample.c: (setup_audioresample):
13073         * check/elements/volume.c: (setup_volume):
13074         Fix checks.
13075
13076 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13077
13078         * common/gtk-doc-plugins.mak:
13079         * common/plugins.xsl:
13080         * docs/plugins/Makefile.am:
13081           make module a param
13082
13083 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13084
13085         * examples/seeking/seek.c: (make_mp3_pipeline),
13086         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13087         (play_cb), (pause_cb), (stop_cb):
13088           update the example
13089
13090 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13091
13092         * gst/volume/gstvolume.c: (gst_volume_class_init),
13093         (volume_transform):
13094           do not update controlled params, if buffer has no timestamp
13095
13096 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13097
13098         * configure.ac:
13099         * gst/sine/Makefile.am:
13100         * gst/volume/Makefile.am:
13101           controllerized elements also need to link against controller-libs ;)
13102
13103 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13104
13105         * docs/libs/tmpl/gstcolorbalance.sgml:
13106         * docs/libs/tmpl/gstgconf.sgml:
13107         * docs/libs/tmpl/gstmixer.sgml:
13108         * docs/libs/tmpl/gstringbuffer.sgml:
13109         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13110         (gst_sinesrc_create):
13111         * gst/volume/gstvolume.c: (gst_volume_class_init),
13112         (volume_transform):
13113           controllerized two audio plugins
13114
13115 2005-08-29  Andy Wingo  <wingo@pobox.com>
13116
13117         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
13118         (vorbis_handle_data_packet): Fix some int overflow errors.
13119
13120         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13121         -1.
13122         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13123         valid.
13124         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13125         if it's valid. Fixed streaming-mode playback.
13126
13127         * check/elements/volume.c (cleanup_volume): Fix for running
13128         CK_FORK=no.
13129
13130         * check/elements/audioconvert.c: Convert from native endian, not
13131         little endian.
13132
13133 2005-08-29  Michael Smith <msmith@fluendo.com>
13134
13135         * ext/ogg/Makefile.am:
13136         * ext/ogg/gstogg.c: (plugin_init):
13137         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13138         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13139         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13140         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13141         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13142         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13143         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13144         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13145         Add an ogg parser element.
13146
13147 2005-08-28  Andy Wingo  <wingo@pobox.com>
13148
13149         * Updates for two-arg init from GST_BOILERPLATE_FULL.
13150
13151 2005-08-26  Wim Taymans  <wim@fluendo.com>
13152
13153         * gst/audioconvert/audioconvert.c: (if), (float),
13154         (audio_convert_get_func_index), (check_default),
13155         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13156         (audio_convert_clean_context), (audio_convert_get_sizes),
13157         (audio_convert_convert):
13158         Cleanups.
13159
13160 2005-08-26  Wim Taymans  <wim@fluendo.com>
13161
13162         * gst/audioconvert/audioconvert.c: (if), (float),
13163         (audio_convert_get_func_index), (check_default),
13164         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13165         (audio_convert_clean_context), (audio_convert_get_sizes),
13166         (audio_convert_convert):
13167         More elegant and working temp buffer selection algo.
13168
13169 2005-08-26  Wim Taymans  <wim@fluendo.com>
13170
13171         * gst/audioconvert/audioconvert.c: (if), (float),
13172         (audio_convert_get_func_index), (check_default),
13173         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13174         (audio_convert_clean_context), (audio_convert_get_sizes),
13175         (get_temp_buffer), (audio_convert_convert):
13176         Use realloc else we lose our original data.
13177
13178 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13179
13180         * gst/audioresample/gstaudioresample.c:
13181           use base class' newsegment to properly timestamp
13182
13183 2005-08-26  Wim Taymans  <wim@fluendo.com>
13184
13185         * gst/audioconvert/audioconvert.c: (if), (float),
13186         (audio_convert_get_func_index), (check_default),
13187         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13188         (audio_convert_clean_context), (audio_convert_get_sizes),
13189         (get_temp_buffer), (audio_convert_convert):
13190         * gst/audioconvert/gstaudioconvert.c:
13191         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13192         (gst_audio_convert_transform_caps),
13193         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13194         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13195         Oops, allocate enough space to perform the channel mix.
13196
13197 2005-08-26  Wim Taymans  <wim@fluendo.com>
13198
13199         * gst/audioconvert/Makefile.am:
13200         * gst/audioconvert/audioconvert.c: (if), (float),
13201         (audio_convert_get_func_index), (check_default),
13202         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13203         (audio_convert_clean_context), (audio_convert_get_sizes),
13204         (get_temp_buffer), (audio_convert_convert):
13205         * gst/audioconvert/audioconvert.h:
13206         * gst/audioconvert/gstaudioconvert.c:
13207         (gst_audio_convert_class_init), (gst_audio_convert_init),
13208         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13209         (gst_audio_convert_get_unit_size),
13210         (gst_audio_convert_transform_caps),
13211         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13212         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13213         * gst/audioconvert/gstaudioconvert.h:
13214         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13215         (gst_channel_mix_fill_identical),
13216         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13217         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13218         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13219         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13220         (gst_channel_mix_mix):
13221         * gst/audioconvert/gstchannelmix.h:
13222         Cleanups, librarify a bit, optimize, better negotiation and more.
13223
13224 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13225
13226         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13227         Another from MikeS:
13228         During typefinding, don't support negative offsets
13229         (offsets from the end of the stream) in our typefind->peek() function
13230         - nothing embedded in ogg ever needs them. However, we need to recognise
13231         those requests and reject them, otherwise we return invalid pointers.
13232
13233 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13234
13235         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13236         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13237         (vorbisdec_finalize), (vorbis_handle_type_packet):
13238           Big shout-out to MikeS for fixing this giant memory leak.
13239           Huzzah!
13240
13241 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13242
13243         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13244         (audio_convert_get_unit_size):
13245           plug some leaks
13246
13247 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13248
13249         * check/Makefile.am:
13250         * check/elements/audioconvert.c: (setup_audioconvert),
13251         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13252         (GST_START_TEST), (audioconvert_suite), (main):
13253           add a test for audioconvert
13254         * gst/audioresample/gstaudioresample.c:
13255         * gst/audioresample/gstaudioresample.h:
13256           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13257           note that for buffers of 1/3 sec this means DURATION(c) is 
13258           one nanosecond more than for a and b
13259
13260 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13261
13262         * check/Makefile.am:
13263         * check/elements/audioresample.c: (setup_audioresample),
13264         (cleanup_audioresample), (fail_unless_perfect_stream),
13265         (test_perfect_stream_instance), (GST_START_TEST),
13266           add a check for audioresample
13267         (audioresample_suite), (main):
13268         * check/elements/volume.c: (GST_START_TEST):
13269           remove unused method
13270         * gst/audioresample/gstaudioresample.c:
13271           set correct buffer parameters since we're changing them
13272         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13273           add some debug
13274
13275 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13276
13277         * gst/audioresample/debug.c:
13278         * gst/audioresample/gstaudioresample.c:
13279           add room for extra overlap samples when asked to transform size
13280           protect against possible mem corruption and check for discrepancies
13281           between written size and outbuffer's size so we can warn for
13282           potential problems
13283         * gst/audioresample/resample.c: (resample_init),
13284         (resample_get_output_size_for_input), (resample_get_output_size),
13285         (resample_set_n_channels), (resample_set_format):
13286           set debug level based on RESAMPLE_DEBUG env var
13287           make sure that get_output_size* returns a whole number of
13288           sample_size
13289           set sample_size each time either channel or format is set
13290         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13291         * gst/audioresample/resample_functable.c:
13292         (resample_scale_functable):
13293         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13294           remove r->sample_size, it's done in resample.c now
13295           add some debugging to the ref implementation
13296           make sure we only give back bytes that are wholes of the sample
13297           size
13298
13299 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13300         * gst/playback/gstplaybasebin.c: (fill_buffer):
13301         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13302
13303 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13304
13305         * gst/volume/gstvolume.c:
13306           made set_caps function static
13307
13308 2005-08-24  Wim Taymans  <wim@fluendo.com>
13309
13310         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13311         (gst_vorbisenc_change_state):
13312         Stop leaking taglists.
13313
13314 2005-08-24  Wim Taymans  <wim@fluendo.com>
13315
13316         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13317         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13318         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13319         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13320         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13321         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13322         Parse seeking events better.
13323         Unref static caps.
13324         Generate correct newsegment events, fixes seeking in live oggs.
13325
13326         * ext/theora/theoradec.c: (theora_dec_src_query),
13327         (theora_dec_src_event), (theora_dec_src_getcaps),
13328         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13329         Use newsegment values to report correct play time.
13330
13331         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13332         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13333         * ext/vorbis/vorbisdec.h:
13334         Parse and use newsegment values to report correct play time.
13335
13336         * gst-libs/gst/audio/gstbaseaudiosink.c:
13337         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13338         Clear ringbuffer on flush.
13339         Use newsegment values to calculate playback time.
13340
13341         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13342         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13343         Basesink does newsegment calculations for us now.
13344
13345 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13346
13347         * check/Makefile.am:
13348         * configure.ac:
13349           add core's plugins to the mix so that playbin works
13350         * check/generic/states.c: (GST_START_TEST):
13351           set a 0 timeout on pipelines, so they don't force the next
13352           state change
13353         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13354         (gst_play_base_bin_change_state):
13355           remove the crappy error handling and do GST error handling
13356
13357 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13358
13359         * check/Makefile.am:
13360         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13361           add same test as to core, it bitches out on playbin atm.
13362
13363 2005-08-24  Wim Taymans  <wim@fluendo.com>
13364
13365         * configure.ac:
13366         Remove audioscale.
13367
13368 2005-08-24  Wim Taymans  <wim@fluendo.com>
13369
13370         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13371         (gst_videoscale_prepare_size), (parse_caps),
13372         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13373         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13374         (gst_videoscale_transform):
13375         * gst/videoscale/gstvideoscale.h:
13376         Refactor, make use of BaseTranform really well.
13377
13378 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13379
13380         * configure.ac:
13381           compile audioresample
13382         * gst/audioresample/Makefile.am:
13383         * gst/audioresample/buffer.c:
13384         * gst/audioresample/functable.c:
13385         * gst/audioresample/gstaudioresample.c:
13386         * gst/audioresample/gstaudioresample.h:
13387         * gst/audioresample/resample.c:
13388         (resample_get_output_size_for_input):
13389         * gst/audioresample/resample.h:
13390         * gst/audioresample/resample_chunk.c:
13391         * gst/audioresample/resample_functable.c:
13392         * gst/audioresample/resample_ref.c:
13393           port to use basetransform; doesn't work in all cases yet
13394
13395 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13396
13397         * gst/audioconvert/gstaudioconvert.c:
13398         (gst_audio_convert_class_init), (gst_audio_convert_init),
13399         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13400         (audio_convert_fixate_caps), (audio_convert_set_caps),
13401         (audio_convert_transform),
13402         (gst_audio_convert_buffer_to_default_format),
13403         (gst_audio_convert_buffer_from_default_format),
13404         (gst_audio_convert_channels):
13405         * gst/audioconvert/gstchannelmix.c:
13406         * gst/audioconvert/gstchannelmix.h:
13407           port to basetransform
13408         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13409         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13410         (gst_ffmpegcsp_get_unit_size):
13411         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13412         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13413           fix for basetransform changes
13414
13415 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13416
13417         * check/Makefile.am:
13418           Add CHECK_CFLAGS and LDFLAGS
13419
13420         * gst/playback/gstplaybasebin.c: (fill_buffer):
13421           GST_MESSAGE_SRC became a GObject
13422
13423 2005-08-24  Wim Taymans  <wim@fluendo.com>
13424
13425         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13426         (gst_ring_buffer_clear_all):
13427         * gst-libs/gst/audio/gstringbuffer.h:
13428         Added function to clear the ringbuffer.
13429
13430 2005-08-24  Andy Wingo  <wingo@pobox.com>
13431
13432         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13433         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13434         of _open and _close.
13435
13436         * sys/v4l/gstv4lxoverlay.h:
13437         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13438         an Xv connection here, instead of all the time. Make Xv only be
13439         loaded if you axe for it. Kindof a workaround for buggy behaviour
13440         of Xv when using remote xservers (XvQueryExtension would block).
13441         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13442         replace the _open and _close public API. Only start the xv
13443         connection if necessary.
13444         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13445
13446 2005-08-23  David Schleef  <ds@schleef.org>
13447
13448         * gst/audioresample/Makefile.am: Leet audioresampling code
13449         * gst/audioresample/buffer.c:
13450         * gst/audioresample/buffer.h:
13451         * gst/audioresample/debug.c:
13452         * gst/audioresample/debug.h:
13453         * gst/audioresample/functable.c:
13454         * gst/audioresample/functable.h:
13455         * gst/audioresample/gstaudioresample.c:
13456         * gst/audioresample/gstaudioresample.h:
13457         * gst/audioresample/resample.c:
13458         * gst/audioresample/resample.h:
13459         * gst/audioresample/resample_chunk.c:
13460         * gst/audioresample/resample_functable.c:
13461         * gst/audioresample/resample_ref.c:
13462
13463 2005-08-23  Wim Taymans  <wim@fluendo.com>
13464
13465         * examples/seeking/seek.c: (make_vorbis_pipeline),
13466         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13467         Small seek updates.
13468
13469 2005-08-23  Andy Wingo  <wingo@pobox.com>
13470
13471         * gst-libs/gst/audio/gstbaseaudiosrc.c
13472         (gst_base_audio_src_fixate): Only fixate endianness if it is
13473         present in the caps.
13474
13475 2005-08-22  Andy Wingo  <wingo@pobox.com>
13476
13477         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13478         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13479         device-name property.
13480
13481         * gst-libs/gst/audio/gstaudiosrc.h:
13482         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13483         close_device in the ring buffer, like gstaudiosink.
13484
13485         * ext/alsa/gstalsamixer.h:
13486         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13487         macro to implement the interface without much code. Cleanups. 
13488
13489         * ext/alsa/gstalsasrc.h:
13490         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13491         READY.
13492
13493         * ext/alsa/Makefile.am: Add new files.
13494         * ext/alsa/gstalsamixerelement.c: 
13495         * ext/alsa/gstalsamixerelement.c: Split element code out from
13496         mixer code so that alsasrc can be a mixer too.
13497
13498 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13499
13500         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13501         (GST_START_TEST):
13502         * check/elements/vorbisdec.c: (setup_vorbisdec),
13503         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13504         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13505         (vorbis_handle_identification_packet),
13506         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13507         (vorbis_handle_header_packet), (vorbis_dec_push),
13508         (vorbis_dec_chain):
13509           use the setup/teardown methods to save code.  save code is good.
13510
13511 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13512
13513         * check/Makefile.am:
13514           add ext dir for plugins
13515           add vorbisdec test conditionally
13516         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13517         (GST_START_TEST), (volume_suite):
13518           add a test with wrong caps
13519         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13520         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13521           add a vorbisdec test
13522         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13523         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13524           clean up debug output
13525         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13526           yay, fix a segfault/security issue in vorbisdec
13527           gst-launch fakesrc ! vorbisdec wasn't happy
13528         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13529         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13530         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13531         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13532         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13533         (gst_vorbisenc_set_metadata), (get_constraints_string),
13534         (update_start_message), (gst_vorbisenc_setup),
13535         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13536         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13537         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13538         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13539         * ext/vorbis/vorbisenc.h:
13540           march in line
13541         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13542         (gst_ffmpegcsp_transform):
13543           have the kow come home
13544         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13545           debug my func ptr
13546         * gst/volume/gstvolume.c: (volume_set_caps):
13547           add a debug
13548
13549 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13550
13551         * Makefile.am:
13552         * check/.cvsignore:
13553         * check/Makefile.am:
13554         * check/elements/.cvsignore:
13555         * check/elements/volume.c: (chain_func), (event_func),
13556         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13557         (main):
13558         * configure.ac:
13559           add unit test structure for gst-plugins-base
13560           add a test for volume
13561         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13562         (gst_volume_set_volume), (gst_volume_get_volume),
13563         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13564         (volume_funcfind), (volume_process_float), (volume_process_int16),
13565         (volume_set_caps), (volume_transform), (volume_update_mute),
13566         (volume_update_volume), (volume_set_property),
13567         (volume_get_property):
13568           document a little; use basetransform vmethod _set_caps
13569
13570 2005-08-19  Andy Wingo  <wingo@pobox.com>
13571
13572         * ext/alsa/gstalsamixertrack.h:
13573         * ext/alsa/gstalsamixertrack.c:
13574         * ext/alsa/gstalsamixeroptions.h:
13575         * ext/alsa/gstalsamixeroptions.c:
13576         * ext/alsa/gstalsamixer.h:
13577         * ext/alsa/gstalsamixer.c: Port to 0.9.
13578
13579         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13580         Remove gstalsa.c and alsaclock. No more cruft here.
13581         
13582 2005-08-18  Wim Taymans  <wim@fluendo.com>
13583
13584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13585         (gst_base_rtp_depayload_chain),
13586         (gst_base_rtp_depayload_add_to_queue),
13587         (gst_base_rtp_depayload_push),
13588         (gst_base_rtp_depayload_queue_release):
13589         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13590         Fix for RTPBuffer changes.
13591
13592         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13593         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13594         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13595         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13596         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13597         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13598         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13599         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13600         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13601         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13602         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13603         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13604         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13605         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13606         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13607         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13608         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13609         (gst_rtpbuffer_get_payload):
13610         * gst-libs/gst/rtp/gstrtpbuffer.h:
13611         Don't subclass GstBuffer but add methods and helper functions
13612         to construct and manipulate RTP packets in regular GstBuffers.
13613
13614 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13615
13616         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13617           moved statement below switch
13618         * gst/volume/gstvolume.c: (gst_volume_class_init):
13619           added debug ptr
13620
13621 2005-08-16  Wim Taymans  <wim@fluendo.com>
13622
13623         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13624         (gst_base_audio_src_change_state):
13625         Open and close device in READY<->NULL state change.
13626
13627 2005-08-16  Andy Wingo  <wingo@pobox.com>
13628
13629         * examples/seeking/Makefile.am: Don't compile non-compiling
13630         compiled objects with the compiler.
13631
13632         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13633         elements.
13634
13635 2005-08-12  Philippe Khalaf <burger@speedy.org>
13636         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13637         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13638           Made a thread to release the queue.
13639           Removed timestamp conversion for now.
13640
13641 2005-08-10  Philippe Khalaf <burger@speedy.org>
13642         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13643         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13644           Added rtp timestamp -> gst timestamp conversion.
13645           Fixed several problems with queue.
13646
13647 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13648
13649         * gst-libs/gst/audio/gstaudioclock.h:
13650         * gst-libs/gst/audio/gstaudiofilter.h:
13651         * gst-libs/gst/audio/gstaudiosink.h:
13652         * gst-libs/gst/audio/gstaudiosrc.h:
13653         * gst-libs/gst/audio/gstbaseaudiosink.h:
13654         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13655         * gst-libs/gst/audio/gstringbuffer.h:
13656         * gst-libs/gst/net/gstnetbuffer.h:
13657         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13658         * gst-libs/gst/rtp/gstrtpbuffer.h:
13659           Add padding (you will need to rebuild gst-plugins-base,
13660           gst-plugins and all applications afterwards!)
13661
13662 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13663
13664         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13665         (gst_riff_parse_chunk):
13666           Fix bug in debug message and add some more debug messages.
13667
13668 2005-08-08  Edward Hervey  <edward@fluendo.com>
13669
13670         * gst-libs/gst/riff/riff-media.c:
13671         backported updates since branch
13672
13673 2005-08-08  Andy Wingo  <wingo@pobox.com>
13674
13675         * gst-libs/gst/audio/gstbaseaudiosink.c
13676         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13677         like good elements should. Close on READY->NULL too.
13678
13679         * gst-libs/gst/audio/gstaudiosink.c
13680         (gst_audioringbuffer_open_device,
13681         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13682         (gst_audioringbuffer_release): Updates for new ring buffer API,
13683         hook into the new audio sink api.
13684
13685         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13686         (GstAudioSinkClass.close): Just open and close the device -- no
13687         resource allocation or configuration.
13688         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13689         vmethods, handle device setup and resource allocation.
13690
13691         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13692         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13693         base class API.
13694
13695         * gst-libs/gst/audio/gstringbuffer.h
13696         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13697         New vmethods.
13698
13699         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13700         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13701         New API functions. The device should be opened before acquiring
13702         and closed after releasing.
13703
13704 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13705
13706         * gst-libs/gst/interfaces/mixer.h:
13707           Reset padding to GST_PADDING.
13708
13709 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13710
13711         * gst/playback/gstplaybin.c: (remove_sinks):
13712           Remove visualization from parent explicitely; works around some
13713           apparent refcount issue that I haven't tracked down yet.
13714
13715 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13716
13717         * ext/alsa/gstalsasink.c: (set_hwparams):
13718           Assign debug category, add negotiation debug msgs.
13719
13720 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13721
13722         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13723           Fix error code for file-not-found to NOT_FOUND.
13724
13725 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13726
13727         * common/gtk-doc-plugins.mak:
13728         * docs/plugins/Makefile.am:
13729         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13730         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13731           renamed to actual element names, so much nicer to look at
13732         * docs/plugins/tmpl/gstmultifdsink.sgml:
13733           remove
13734         * docs/plugins/tmpl/multifdsink.sgml:
13735         * docs/plugins/tmpl/tcpserversink.sgml:
13736           add
13737         * ext/alsa/gstalsa.c:
13738         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13739         * ext/ogg/gstoggmux.c:
13740         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13741         * gst/playback/gstdecodebin.c:
13742         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13743         * gst/tcp/gsttcpserversink.c:
13744           various fixes and documentation additions
13745
13746 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13747
13748         * common/Makefile.am:
13749         * common/gstdoc-scangobj:
13750         * common/gtk-doc-plugins.mak:
13751         * common/gtk-doc.mak:
13752           add a custom scangobj that uses the registry
13753           add a custom gtk-doc-plugins.mak that uses it
13754           some doc build fixes
13755         * configure.ac:
13756         * docs/Makefile.am:
13757         * docs/plugins/Makefile.am:
13758         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13759         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13760         * docs/plugins/gst-plugins-base-plugins.types:
13761         * docs/plugins/tmpl/gstmultifdsink.sgml:
13762           add docs for one element, multifdsink
13763         * gst/adder/gstadder.h:
13764         * gst/volume/gstvolume.h:
13765           don't privatize enum
13766         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13767         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13768         (gst_sync_method_get_type), (gst_client_status_get_type),
13769         (gst_multifdsink_class_init),
13770         (gst_multifdsink_client_queue_buffer),
13771         (gst_multifdsink_handle_client_write):
13772         * gst/tcp/gstmultifdsink.h:
13773         * gst/tcp/gsttcp.h:
13774         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13775         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13776         (gst_tcpclientsink_render):
13777         * gst/tcp/gsttcpclientsink.h:
13778         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13779         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13780         (gst_tcpclientsrc_start):
13781         * gst/tcp/gsttcpclientsrc.h:
13782         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13783         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13784         * gst/tcp/gsttcpserversrc.h:
13785         * gst/typefind/gsttypefindfunctions.c:
13786           remove superfluous Type stuff
13787
13788 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13789
13790         * gst/playback/gstplaybin.c: (gen_video_element):
13791           Enable videoscale.
13792
13793 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13794
13795         * gst-libs/gst/gconf/gconf.c:
13796         * gst-libs/gst/gconf/gconf.h:
13797           Fix some Andy Problem [tm].
13798
13799 2005-08-04  Andy Wingo  <wingo@pobox.com>
13800
13801         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13803         (gst_ffmpegcsp_get_size): Adapt to API changes.
13804
13805         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13806         Implement an in-place do-nothing transform.
13807
13808 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13809
13810         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13811         (gst_ximagesink_renegotiate_size):
13812           Do not set new window sizes yet if we prepare a new buffer size
13813           for upstream renegotiation (software scaling) at some point in the
13814           future, because this new size waqs not actually accepted yet. Once
13815           accepted, renegotiation later on will set the new sizes just fine.
13816           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13817           embedding testcase.
13818
13819 2005-08-03  Andy Wingo  <wingo@pobox.com>
13820
13821         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13822         (gst_ximagesink_buffer_alloc): 
13823         Protect the height, width, and desired_caps with the pool_lock.
13824         Fixes videotestsrc ! queue ! ximagesink.
13825
13826 2005-08-02  Edward Hervey  <edward@fluendo.com>
13827
13828         * gst/volume/gstvolume.c:
13829         include left from controller cleanup
13830
13831 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13833           Stop collectpads before calling the parent state
13834           change function on PAUSED->READY.
13835
13836 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13837         * configure.ac:
13838           When testing for X libs, use the X CFlags 
13839         * gst/adder/gstadder.c: (gst_adder_change_state):
13840           Stop the collectpads before calling parent state change function
13841           on PAUSED->READY, otherwise we deadlock deactivating pads.
13842
13843 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13844
13845         * configure.ac:
13846         * docs/libs/tmpl/gstcolorbalance.sgml:
13847         * docs/libs/tmpl/gstmixer.sgml:
13848         * examples/Makefile.am:
13849         * gst/sine/Makefile.am:
13850         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13851         (gst_sinesrc_set_property), (plugin_init):
13852         * gst/sine/gstsinesrc.h:
13853         * gst/volume/Makefile.am:
13854         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13855         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13856         (volume_process_float), (volume_process_int16),
13857         (volume_set_property), (plugin_init):
13858         * gst/volume/gstvolume.h:
13859           deactivate and remove dparams (libgstcontrol)
13860
13861 2005-07-29  Wim Taymans  <wim@fluendo.com>
13862
13863         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13864         Convert me to BaseTransform!! help..
13865
13866 2005-07-29  Andy Wingo  <wingo@pobox.com>
13867
13868         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13869         sinks.
13870
13871         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13872         support of both endiannesses.
13873
13874 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13875
13876         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13877           Fix confusing debug message (s/event/query/)
13878
13879 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13880
13881         * gst/videotestsrc/videotestsrc.h:
13882           Use "_stdint.h" instead of <stdint.h>
13883
13884 2005-07-27  Wim Taymans  <wim@fluendo.com>
13885
13886         * ext/vorbis/Makefile.am:
13887         Revert wrong commit.
13888
13889 2005-07-27  Wim Taymans  <wim@fluendo.com>
13890
13891         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13892         More compilation fixen.
13893
13894 2005-07-27  Wim Taymans  <wim@fluendo.com>
13895
13896         * gst-libs/gst/audio/gstbaseaudiosink.c:
13897         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13898         (gst_base_audio_sink_create_ringbuffer),
13899         (gst_base_audio_sink_change_state):
13900         Fix compilation.
13901
13902 2005-07-27  Wim Taymans  <wim@fluendo.com>
13903
13904         * examples/seeking/seek.c: (setup_dynamic_link),
13905         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13906         (query_positions_elems), (query_positions_pads), (do_seek):
13907         Update seek example.
13908
13909         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13910         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13911         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13912         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13913         (gst_ogg_demux_handle_event),
13914         (gst_ogg_demux_deactivate_current_chain),
13915         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13916         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13917         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13918         (gst_ogg_demux_loop):
13919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13920         * ext/theora/theoradec.c: (theora_dec_src_event),
13921         (theora_dec_src_getcaps), (theora_dec_sink_event),
13922         (theora_dec_push), (theora_dec_chain):
13923         * ext/vorbis/Makefile.am:
13924         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13925         (vorbis_dec_sink_event), (vorbis_dec_push),
13926         (vorbis_handle_data_packet):
13927         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13928         (gst_vorbisenc_chain):
13929         * gst/playback/gststreaminfo.c: (cb_probe):
13930         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13931         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13932         * gst/videoscale/gstvideoscale.c:
13933         (gst_videoscale_handle_src_event):
13934         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13935         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13936         (gst_ximagesink_navigation_send_event):
13937         * sys/xvimage/xvimagesink.c:
13938         (gst_xvimagesink_navigation_send_event):
13939         Various event updates and cleanups
13940
13941 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13942
13943         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13944           Fix segfault for I420/YV12.
13945
13946 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13947
13948         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13949           Report bitrate.
13950
13951 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13952
13953         * gst/playback/gstplaybin.c: (gen_video_element),
13954         (gen_audio_element):
13955           Switch to auto*sink elements as default sinks; add volume element
13956           so that volume control in totem works.
13957
13958 2005-07-21  Wim Taymans  <wim@fluendo.com>
13959
13960         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13961         * gst/playback/gstplaybin.c: (setup_sinks),
13962         (gst_play_bin_change_state):
13963         Refcount fix and more comments.
13964
13965 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13966
13967         * sys/ximage/Makefile.am:
13968         * sys/ximage/ximage.c: (plugin_init):
13969         * sys/ximage/ximagesink.c:
13970         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13971         
13972
13973 2005-07-21  Wim Taymans  <wim@fluendo.com>
13974
13975         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13976         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13977         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13978         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13979         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13980         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13981         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13982         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13983         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13984         Generate correct disconts for live chained oggs.
13985
13986         * gst-libs/gst/audio/gstbaseaudiosink.c:
13987         (gst_base_audio_sink_render),
13988         (gst_base_audio_sink_create_ringbuffer),
13989         (gst_base_audio_sink_change_state):
13990         Handle discont math correctly.
13991
13992         * gst/playback/gstplaybin.c: (add_sink):
13993         Some small debug cleanup.
13994
13995 2005-07-21  Wim Taymans  <wim@fluendo.com>
13996
13997         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13998         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13999         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14000         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14001         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14002         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
14003         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14004         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
14005         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14006         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
14007         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
14008         (gst_ogg_demux_change_state), (gst_ogg_print):
14009         Reorganize code to send the right disconts when in streaming
14010         mode.
14011
14012 2005-07-20  Andy Wingo  <wingo@pobox.com>
14013
14014         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
14015         fix (?), fixes a seggie mcfalterson (#310894).
14016
14017 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14018
14019         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
14020         (gst_ogg_mux_set_header_on_caps):
14021         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14022         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14023         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14024         * gst-libs/gst/audio/multichannel.c:
14025         (gst_audio_set_channel_positions),
14026         (gst_audio_set_structure_channel_positions_list):
14027         * gst/playback/gstdecodebin.c: (dynamic_create):
14028         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
14029         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14030           Fixes for API changes in core.
14031
14032 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14033
14034         * gst/playback/gstplaybasebin.c: (fill_buffer):
14035           Use _new_custom() so we can set custom message types for buffering
14036           messages.
14037
14038 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14039
14040         * configure.ac:
14041         * gst-libs/gst/Makefile.am:
14042         * gst-libs/gst/gconf/.cvsignore:
14043         * gst-libs/gst/gconf/Makefile.am:
14044         * gst-libs/gst/gconf/test-gconf.c:
14045         * pkgconfig/Makefile.am:
14046         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14047         * pkgconfig/gstreamer-gconf.pc.in:
14048           Remove gconf stuff, use gconf elements instead from now on.
14049
14050 2005-07-20  Wim Taymans  <wim@fluendo.com>
14051
14052         * gst-libs/gst/audio/TODO:
14053         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14054         (gst_audio_clock_get_internal_time):
14055         * gst-libs/gst/audio/gstaudioclock.h:
14056         * gst-libs/gst/audio/gstbaseaudiosink.c:
14057         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14058         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14059         (gst_base_audio_sink_render),
14060         (gst_base_audio_sink_create_ringbuffer),
14061         (gst_base_audio_sink_change_state):
14062         Make sure the audio clock always returns an increasing value.
14063
14064 2005-07-19  Andy Wingo  <wingo@pobox.com>
14065
14066         * gst/videotestsrc/: Cleanups.
14067
14068 2005-07-19  Wim Taymans  <wim@fluendo.com>
14069
14070         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14071         Better debugging.
14072
14073 2005-07-19  Wim Taymans  <wim@fluendo.com>
14074
14075         * examples/seeking/seek.c: (make_dv_pipeline),
14076         (make_vorbis_theora_pipeline), (query_rates),
14077         (query_positions_elems), (query_positions_pads), (do_seek):
14078         Make correct DV pipeline.
14079
14080 2005-07-18  Andy Wingo  <wingo@pobox.com>
14081
14082         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14083         default. Also because it's the only thing that really works. (This
14084         is used in the GConf elements).
14085         Use AS_LIBTOOL_TAGS.
14086
14087 2005-07-18  Wim Taymans  <wim@fluendo.com>
14088
14089         * gst/playback/gstdecodebin.c: (remove_element_chain):
14090         * gst/playback/gstplaybin.c: (add_sink):
14091         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14092         (gst_stream_info_set_mute):
14093         * gst/playback/gststreamselector.c:
14094         (gst_stream_selector_get_linked_pad),
14095         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14096         More leak and compile fixes.
14097
14098 2005-07-18  Wim Taymans  <wim@fluendo.com>
14099
14100         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14101         (query_rates), (query_positions_elems), (query_positions_pads),
14102         (do_seek), (seek_cb), (stop_seek):
14103         Updated seek example. 
14104
14105         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14106         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14107         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14108         * gst/playback/gstplaybin.c: (add_sink):
14109         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14110         (gst_stream_info_set_mute):
14111         Some refcount leak fixes.
14112
14113 2005-07-16  Wim Taymans  <wim@fluendo.com>
14114
14115         * gst-libs/gst/audio/gstbaseaudiosink.c:
14116         (gst_base_audio_sink_render):
14117         Align samples even if we have roundoff errors in the 
14118         timestamp conversion.
14119
14120 2005-07-16  Wim Taymans  <wim@fluendo.com>
14121
14122         * docs/libs/tmpl/gstringbuffer.sgml:
14123         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14124         (query_rates), (query_positions_elems), (query_positions_pads),
14125         (update_scale), (do_seek):
14126         Updated seek example.
14127
14128         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14129         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14130         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14131         (gst_ogg_demux_loop):
14132         Push out correct discont values.
14133
14134         * ext/theora/theoradec.c: (theora_dec_src_convert),
14135         (theora_dec_sink_convert), (theora_dec_src_getcaps),
14136         (theora_dec_sink_event), (theora_handle_type_packet),
14137         (theora_handle_header_packet), (theora_dec_push),
14138         (theora_handle_data_packet), (theora_dec_chain),
14139         (theora_dec_change_state):
14140         Better timestamping.
14141
14142         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14143         (vorbis_dec_sink_event), (vorbis_dec_push),
14144         (vorbis_handle_data_packet), (vorbis_dec_chain):
14145         * ext/vorbis/vorbisdec.h:
14146         Better timestamping.
14147
14148         * gst-libs/gst/audio/gstbaseaudiosink.c:
14149         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14150         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14151         Handle syncing on timestamps instead of sample offsets. Make
14152         use of DISCONT values as described in design docs.
14153
14154         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14155         (gst_base_audio_src_get_time):
14156         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14157         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14158         (gst_ring_buffer_read):
14159         * gst-libs/gst/audio/gstringbuffer.h:
14160         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14161         (gst_ximagesink_show_frame):
14162         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14163         Correcly convert buffer timestamp to stream time.
14164
14165 2005-07-16  Wim Taymans  <wim@fluendo.com>
14166
14167         * gst/audioconvert/gstaudioconvert.c:
14168         (gst_audio_convert_get_buffer):
14169         Timestamp buffers correctly.
14170
14171         * gst/playback/gstplaybin.c: (gen_video_element):
14172         Make internal fakesink silent.
14173
14174 2005-07-15  Wim Taymans  <wim@fluendo.com>
14175
14176         * gst/ffmpegcolorspace/Makefile.am:
14177         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14178         (gst_ffmpegcsp_caps_remove_format_info),
14179         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14180         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14181         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14182         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14183         Ported ffmpegcolorspace to basetransform.
14184
14185         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14186         * gst/volume/gstvolume.c: (volume_transform):
14187         Ported to new API.
14188
14189 2005-07-14  Wim Taymans  <wim@fluendo.com>
14190
14191         * gst/videotestsrc/Makefile.am:
14192         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14193         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14194         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14195         (gst_videotestsrc_init), (gst_videotestsrc_event),
14196         (gst_videotestsrc_create), (gst_videotestsrc_start),
14197         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14198         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14199         (gst_videotestsrc_get_property):
14200         * gst/videotestsrc/gstvideotestsrc.h:
14201         Make videotestsrc a pushsrc.
14202
14203 2005-07-14  Wim Taymans  <wim@fluendo.com>
14204
14205         * gst/tcp/gstfdset.c: (gst_fdset_free):
14206         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14207         (gst_multifdsink_add), (gst_multifdsink_remove),
14208         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14209         (gst_multifdsink_remove_client_link),
14210         (gst_multifdsink_client_queue_data),
14211         (gst_multifdsink_client_queue_caps),
14212         (gst_multifdsink_client_queue_buffer),
14213         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14214         (gst_multifdsink_stop):
14215         * gst/tcp/gstmultifdsink.h:
14216         0.8 backporting.
14217
14218         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14219         Also draw image when not from a pool.
14220
14221 2005-07-14  Wim Taymans  <wim@fluendo.com>
14222
14223         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14224         (mute_stream), (silence_stream):
14225         Small debug additions.
14226
14227 2005-07-14  Wim Taymans  <wim@fluendo.com>
14228
14229         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14230         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14231         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14232         Better error recovery, ignore unconnected pads and
14233         non-fatal errors.
14234
14235 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14236
14237         * docs/libs/tmpl/gstaudio.sgml:
14238         * docs/libs/tmpl/gstcolorbalance.sgml:
14239         * docs/libs/tmpl/gstgconf.sgml:
14240         * docs/libs/tmpl/gstmixer.sgml:
14241         * docs/libs/tmpl/gstringbuffer.sgml:
14242         * docs/libs/tmpl/gsttuner.sgml:
14243         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14244         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14245         (gst_tcpclientsrc_class_init):
14246         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14247         (gst_tcpserversrc_class_init):
14248         * sys/v4l/gstv4lelement.c:
14249           more autistic cleanliness in functions/names/defines
14250
14251 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14252
14253         * configure.ac:
14254           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14255           added manually to each Makefile.am so we are sure it goes
14256           *last* and doesn't add -L flags before linking in libs of our
14257           own, like, say, internal .la libs, that then accidentally pick
14258           up the installed copy.
14259         * docs/libs/Makefile.am:
14260         * ext/alsa/Makefile.am:
14261         * ext/cdparanoia/Makefile.am:
14262         * ext/gnomevfs/Makefile.am:
14263         * ext/libvisual/Makefile.am:
14264         * ext/ogg/Makefile.am:
14265         * ext/theora/Makefile.am:
14266         * ext/vorbis/Makefile.am:
14267         * gst-libs/gst/video/Makefile.am:
14268         * gst/adder/Makefile.am:
14269         * gst/audioconvert/Makefile.am:
14270         * gst/audiorate/Makefile.am:
14271         * gst/audioscale/Makefile.am:
14272         * gst/ffmpegcolorspace/Makefile.am:
14273         * gst/playback/Makefile.am:
14274         * gst/sine/Makefile.am:
14275         * gst/subparse/Makefile.am:
14276         * gst/tags/Makefile.am:
14277         * gst/tcp/Makefile.am:
14278         * gst/typefind/Makefile.am:
14279         * gst/videorate/Makefile.am:
14280         * gst/videoscale/Makefile.am:
14281         * gst/videotestsrc/Makefile.am:
14282         * gst/volume/Makefile.am:
14283         * sys/v4l/Makefile.am:
14284         * sys/ximage/Makefile.am:
14285         * sys/xvimage/Makefile.am:
14286           adapt properly to this change. This should make sure that
14287           plugins and libs properly link to the as-yet-uninstalled
14288           copies of stuff like libgstinterfaces and libgstvideo
14289
14290 2005-07-13  Andy Wingo  <wingo@pobox.com>
14291
14292         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14293         (gst_v4lsrc_fixate): Fixate on format as well.
14294
14295         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14296         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14297         buffer points to it.
14298         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14299         rather just doing X calls ourselves. Also fixes a memleak.
14300
14301 2005-07-12  Andy Wingo  <wingo@pobox.com>
14302
14303         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14304         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14305         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14306         TRUE to avoid deadlocks if an element holds on to our buffers.
14307
14308 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14309
14310         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14311         (gst_sinesrc_init), (gst_sinesrc_create),
14312         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14313         (gst_sinesrc_start):
14314         * gst/sine/gstsinesrc.h:
14315           removing num-buffers property before moving it
14316
14317 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14318
14319         * configure.ac:
14320           use overridable ERROR_CFLAGS
14321         * docs/libs/gst-plugins-base-libs.types:
14322         * docs/libs/tmpl/gstringbuffer.sgml:
14323         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14324         (gst_alsasink_class_init):
14325         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14326         (gst_alsasrc_class_init):
14327         * gst-libs/gst/audio/audio.h:
14328         * gst-libs/gst/audio/gstaudioclock.h:
14329         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14330         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14331         (gst_audio_filter_link), (gst_audio_filter_init),
14332         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14333         (gst_audio_filter_get_property),
14334         (gst_audio_filter_class_add_pad_templates):
14335         * gst-libs/gst/audio/gstaudiofilter.h:
14336         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14337         (gst_audio_filter_template_get_type),
14338         (gst_audio_filter_template_base_init),
14339         (gst_audio_filter_template_class_init),
14340         (gst_audio_filter_template_init),
14341         (gst_audio_filter_template_set_property),
14342         (gst_audio_filter_template_get_property), (plugin_init),
14343         (gst_audio_filter_template_setup),
14344         (gst_audio_filter_template_filter),
14345         (gst_audio_filter_template_filter_inplace):
14346         * gst-libs/gst/audio/gstaudiosink.c:
14347         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14348         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14349         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14350         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14351         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14352         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14353         * gst-libs/gst/audio/gstaudiosink.h:
14354         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14355         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14356         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14357         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14358         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14359         (gst_audio_src_class_init), (gst_audio_src_init),
14360         (gst_audio_src_create_ringbuffer):
14361         * gst-libs/gst/audio/gstaudiosrc.h:
14362         * gst-libs/gst/audio/gstbaseaudiosink.c:
14363         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14364         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14365         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14366         (gst_base_audio_sink_set_property),
14367         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14368         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14369         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14370         (gst_base_audio_sink_create_ringbuffer),
14371         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14372         * gst-libs/gst/audio/gstbaseaudiosink.h:
14373         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14374         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14375         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14376         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14377         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14378         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14379         (gst_base_audio_src_event), (gst_base_audio_src_create),
14380         (gst_base_audio_src_create_ringbuffer),
14381         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14382         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14383         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14384         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14385         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14386         (gst_ring_buffer_debug_spec_caps),
14387         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14388         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14389         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14390         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14391         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14392         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14393         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14394         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14395         (gst_ring_buffer_clear):
14396         * gst-libs/gst/audio/gstringbuffer.h:
14397         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14398         (gst_video_sink_class_init), (gst_video_sink_get_type):
14399         * gst-libs/gst/video/videosink.h:
14400         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14401         (gst_multifdsink_class_init),
14402         (gst_multifdsink_handle_client_write),
14403         (gst_multifdsink_change_state):
14404         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14405         (gst_tcpclientsink_setcaps):
14406         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14407         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14408         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14409         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14410         (gst_ximagesink_send_pending_navigation),
14411         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14412         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14414         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14415         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14416         (gst_xvimagesink_send_pending_navigation),
14417         (gst_xvimagesink_navigation_send_event),
14418         (gst_xvimagesink_set_xwindow_id),
14419         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14420         (gst_xvimagesink_get_type):
14421         more macro splitting
14422
14423 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14424
14425         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14426           plug a memleak, allows me to import 1479 albums in one go
14427           in jamboree
14428         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14429         (vorbis_handle_type_packet), (vorbis_dec_chain),
14430         (vorbis_dec_change_state):
14431           fix some format strings
14432
14433 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14434
14435         * docs/libs/tmpl/gstcolorbalance.sgml:
14436         * docs/libs/tmpl/gstmixer.sgml:
14437         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14438         (gst_alsasink_set_property), (gst_alsasink_get_property):
14439         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14440         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14441           add device property
14442
14443 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14444
14445         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14446         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14447         (audiocast_register_listener), (audiocast_thread_run),
14448         (gst_gnomevfssrc_send_additional_headers_callback),
14449         (gst_gnomevfssrc_received_headers_callback),
14450         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14451         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14452         (gst_gnomevfssrc_get_size):
14453           add/clean up debugging
14454         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14455           cleanups
14456
14457 2005-07-07  Andy Wingo  <wingo@pobox.com>
14458
14459         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14460         framerate. Need to get a handle on when exactly this function is
14461         called, tho.
14462
14463         * sys/v4l/v4lsrc_calls.h:
14464         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14465         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14466         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14467
14468         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14469         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14470         v4lelements are sources.
14471
14472         * sys/v4l/gstv4lxoverlay.h:
14473         * sys/v4l/gstv4lxoverlay.c:
14474         * sys/v4l/gstv4ltuner.h:
14475         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14476         
14477         * sys/v4l/gstv4lsrc.h:
14478         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14479         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14480         or something should handle that. Made a live source.
14481
14482         * sys/v4l/gstv4lelement.h:
14483         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14484         signals. Some cleanups.
14485
14486         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14487
14488         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14489         stuff.
14490
14491         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14492         stuff.
14493
14494         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14495
14496 2005-07-07  Wim Taymans  <wim@fluendo.com>
14497
14498         * ext/theora/theoradec.c: (theora_get_query_types),
14499         (theora_dec_src_getcaps), (theora_dec_push):
14500         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14501         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14502         Remove deprecated/unused query types.
14503
14504 2005-07-06  Wim Taymans  <wim@fluendo.com>
14505
14506         * ext/alsa/Makefile.am:
14507         * ext/alsa/gstalsaplugin.c: (plugin_init):
14508         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14509         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14510         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14511         (gst_alsasrc_class_init), (gst_alsasrc_init),
14512         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14513         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14514         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14515         (gst_alsasrc_reset):
14516         * ext/alsa/gstalsasrc.h:
14517         * gst-libs/gst/audio/Makefile.am:
14518         * gst-libs/gst/audio/gstaudiosink.c:
14519         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14520         (gst_audioringbuffer_start):
14521         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14522         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14523         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14524         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14525         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14526         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14527         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14528         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14529         * gst-libs/gst/audio/gstaudiosrc.h:
14530         * gst-libs/gst/audio/gstbaseaudiosink.c:
14531         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14532         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14533         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14534         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14535         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14536         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14537         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14538         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14539         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14540         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14541         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14542         (gst_baseaudiosrc_change_state):
14543         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14544         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14545         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14546         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14547         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14548         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14549         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14550         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14551         * gst-libs/gst/audio/gstringbuffer.h:
14552         Added audiosource base classes.
14553         Ported alsasrc, still very basic.
14554
14555 2005-07-06  Wim Taymans  <wim@fluendo.com>
14556
14557         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14558         (theora_dec_push), (theora_handle_data_packet):
14559         Prepare for better timestamp fix later.
14560
14561         * gst/audioconvert/gstaudioconvert.c:
14562         List most accurate caps first
14563
14564         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14565         Use proper pad task function.
14566
14567         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14568         (gst_xvimagesink_show_frame):
14569         Fix deadlock when alloc failed.
14570
14571 2005-07-05  Andy Wingo  <wingo@pobox.com>
14572
14573         * ext/gnomevfs/gstgnomevfssrc.c:
14574         * gst/sine/gstsinesrc.c:
14575         * gst/tcp/gsttcpserversrc.c:
14576         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14577
14578         * sys/v4l/: Port from 0.8.
14579
14580         * Many files: Null if we got it....
14581
14582 2005-07-05  Andy Wingo  <wingo@pobox.com>
14583
14584         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14585         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14586         Signedness fixes.
14587
14588 2005-07-05  Wim Taymans  <wim@fluendo.com>
14589
14590         * configure.ac:
14591         * gst/tcp/Makefile.am:
14592         * gst/tcp/README:
14593         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14594         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14595         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14596         (is_sync_frame), (gst_multifdsink_handle_client_write),
14597         (gst_multifdsink_render), (gst_multifdsink_start),
14598         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14599         * gst/tcp/gstmultifdsink.h:
14600         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14601         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14602         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14603         * gst/tcp/gsttcp.h:
14604         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14605         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14606         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14607         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14608         * gst/tcp/gsttcpclientsink.h:
14609         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14610         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14611         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14612         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14613         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14614         * gst/tcp/gsttcpclientsrc.h:
14615         * gst/tcp/gsttcpplugin.c: (plugin_init):
14616         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14617         * gst/tcp/gsttcpserversink.h:
14618         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14619         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14620         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14621         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14622         (gst_tcpserversrc_stop):
14623         * gst/tcp/gsttcpserversrc.h:
14624         * gst/tcp/gsttcpsink.c:
14625         * gst/tcp/gsttcpsink.h:
14626         * gst/tcp/gsttcpsrc.c:
14627         * gst/tcp/gsttcpsrc.h:
14628         Ported tcp plugins to 0.9. 
14629         
14630
14631 2005-07-05  Andy Wingo  <wingo@pobox.com>
14632
14633         * gst/playback/gstplaybasebin.c (fill_buffer):
14634         message_new_application fixen.
14635
14636         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14637         Style fix.
14638
14639 2005-07-04  Wim Taymans  <wim@fluendo.com>
14640
14641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14642         Set caps on output buffer.
14643
14644 2005-07-04  Andy Wingo  <wingo@pobox.com>
14645
14646         * ext/gnomevfs/gstgnomevfssrc.c
14647         (gst_gnomevfssrc_received_headers_callback) 
14648         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14649         hopefully.
14650
14651         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14652         No refcount leakage.
14653
14654         * configure.ac: Enable -Werror.
14655         
14656         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14657         * gst/audioconvert/bufferframesconvert.c
14658         (buffer_frames_convert_fixate):
14659         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14660         (gst_audio_convert_fixate):
14661         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14662         (gst_sinesrc_create): Fixate func changes.
14663         
14664         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14665         (gst_ximagesink_buffer_alloc): Unused var.
14666
14667 2005-07-01  Andy Wingo  <wingo@pobox.com>
14668
14669         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14670         getcaps to do explicit caps. Needs to be done in all decoders,
14671         possibly via a base class.
14672
14673         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14674
14675         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14676         caps on the sink pad, just rely on the pad template. Also, setting
14677         ANY caps on a pad is not valid because the caps are not fixed.
14678
14679         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14680         caps on the buffer, and get the width from the desired_caps if
14681         they're set.
14682         (gst_ximagesink_renegotiate_size): Implement via setting the
14683         desired_caps on the ximagesink.
14684         (gst_ximagesink_setcaps): Only reset the width of the player if it
14685         wasn't already set. Not sure if this is right.
14686         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14687
14688         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14689         that the user wants. NULL unless the window has been resized.
14690
14691         * gst/volume/gstvolume.c (volume_transform): Adapt to
14692         basetransform refcount changes.
14693         
14694 2005-07-01  Andy Wingo  <wingo@pobox.com>
14695
14696         * gst/videoscale/gstvideoscale.c:
14697         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14698         from BaseTransform, implements a transform_caps. Removed dead code
14699         including some PAR stuff that was never reached -- should probably
14700         be added back somehow.
14701
14702 2005-07-01  Andy Wingo  <wingo@pobox.com>
14703
14704         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14705         come later.
14706
14707 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14708
14709         * configure.ac:
14710         * docs/libs/Makefile.am:
14711         * docs/libs/gst-plugins-libs.types:
14712         * ext/alsa/Makefile.am:
14713         * ext/alsa/gstalsamixer.h:
14714         * ext/alsa/gstalsamixeroptions.h:
14715         * ext/alsa/gstalsamixertrack.h:
14716         * gst-libs/gst/Makefile.am:
14717         * gst-libs/gst/colorbalance/.cvsignore:
14718         * gst-libs/gst/colorbalance/Makefile.am:
14719         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14720         * gst-libs/gst/colorbalance/colorbalance.c:
14721         * gst-libs/gst/colorbalance/colorbalance.h:
14722         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14723         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14724         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14725         * gst-libs/gst/interfaces/Makefile.am:
14726         * gst-libs/gst/interfaces/colorbalance.c:
14727         (gst_color_balance_class_init):
14728         * gst-libs/gst/interfaces/colorbalance.h:
14729         * gst-libs/gst/interfaces/interfaces-marshal.list:
14730         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14731         * gst-libs/gst/interfaces/mixer.h:
14732         * gst-libs/gst/interfaces/mixeroptions.h:
14733         * gst-libs/gst/interfaces/navigation.c:
14734         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14735         * gst-libs/gst/interfaces/tuner.h:
14736         * gst/volume/Makefile.am:
14737         * gst/volume/gstvolume.c:
14738         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14739         * sys/ximage/Makefile.am:
14740         * sys/ximage/ximagesink.c:
14741         * sys/xvimage/Makefile.am:
14742         * sys/xvimage/xvimagesink.c:
14743           fold in all interfaces into an interfaces dir, preserving CVS
14744           history
14745
14746 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14747
14748         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14749           Fix build after riff changes.
14750
14751 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14752
14753         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14754         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14755         (gst_riff_create_video_template_caps),
14756         (gst_riff_create_audio_template_caps),
14757         (gst_riff_create_iavs_template_caps):
14758         * gst-libs/gst/riff/riff-media.h:
14759         * gst-libs/gst/riff/riff-read.h:
14760         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14761           Add gst_riff_init() to initialize the debug category, instead
14762           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14763
14764 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14765
14766         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14767           Oops, I shouldn't apply hacks.
14768
14769 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14770
14771         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14772           Remove pad_loop function which doesn't work.
14773
14774 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14775
14776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14777           Send EOS when deactivating.
14778         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14779         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14780         (gen_preroll_element), (probe_triggered), (mute_stream),
14781         (silence_stream), (new_decoded_pad), (setup_substreams),
14782         (set_active_source):
14783         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14784         (remove_sinks), (add_sink):
14785         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14786           Change for new probe API.
14787
14788 2005-06-29  Wim Taymans  <wim@fluendo.com>
14789
14790         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14791         * gst-libs/gst/audio/gstbaseaudiosink.c:
14792         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14793         (gst_baseaudiosink_change_state):
14794         * gst-libs/gst/audio/gstbaseaudiosink.h:
14795         * gst-libs/gst/audio/gstringbuffer.c:
14796         (gst_ringbuffer_set_callback):
14797         Fix compilation error.
14798         Ringbuffer starts out as not running.
14799         Free our clock in dispose.
14800         When releasing the ringbuffer we need to renegotiate so
14801         clear the pad caps.
14802
14803 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14804
14805         * autogen.sh:
14806         * configure.ac:
14807         * docs/Makefile.am:
14808         * docs/libs/Makefile.am:
14809         * docs/libs/gst-plugins-libs-docs.sgml:
14810         * docs/libs/gst-plugins-libs-sections.txt:
14811         * docs/libs/gst-plugins-libs.types:
14812         * docs/libs/tmpl/gstaudio.sgml:
14813         * docs/libs/tmpl/gstcolorbalance.sgml:
14814         * docs/libs/tmpl/gstringbuffer.sgml:
14815         * gst-libs/gst/audio/gstringbuffer.c:
14816         (gst_ringbuffer_set_callback):
14817           reinstate gtk-doc docs for plugin libs
14818
14819 2005-06-28  Wim Taymans  <wim@fluendo.com>
14820
14821         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14822         (gst_ogg_demux_init):
14823         Removed pad loop function.
14824
14825 2005-06-28  Wim Taymans  <wim@fluendo.com>
14826
14827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14828         If we're building a chain we are not in an error case
14829         when we queue a buffer.
14830
14831 2005-06-28  Andy Wingo  <wingo@pobox.com>
14832
14833         * *.c: Don't cast to GstObject before reffing/unreffing.
14834
14835 2005-06-27  Andy Wingo  <wingo@pobox.com>
14836
14837         * gst/videotestsrc/gstvideotestsrc.c
14838         (gst_videotestsrc_activate_push): Activation API changes.
14839
14840         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14841         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14842         they have refs on the decodebin.
14843
14844         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14845         parent class.
14846         (gst_ogg_pad_typefind): Don't leak a pad ref.
14847         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14848         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14849         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14850
14851 2005-06-27  Edward Hervey  <edward@fluendo.com>
14852
14853         * ext/theora/theoradec.c: (theora_dec_change_state): 
14854         re-arranged call to parent's state change in order to avoid locks (or
14855         worse).
14856
14857 2005-06-26  Edward Hervey  <edward@fluendo.com>
14858
14859         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14860         2nd argument of 'unknow-type' signal is a GstCaps and not a
14861         GstMiniObject
14862
14863 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14864         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14865           Set the worker thread's running flag to TRUE before starting the
14866           thread.
14867         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14868           Catch a failure to add typefind to the bin.
14869
14870 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14871
14872         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14873         (gst_sinesrc_init), (gst_sinesrc_create),
14874         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14875         (gst_sinesrc_start):
14876         * gst/sine/gstsinesrc.h:
14877           add num-buffers and timestamp-offset properties
14878         * gst/videotestsrc/gstvideotestsrc.c:
14879         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14880         (gst_videotestsrc_get_property):
14881           add timestamp-offset property
14882
14883 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14884
14885         * configure.ac: add videorate
14886         * gst-plugins-base.spec.in: add videorate
14887
14888 2005-06-23  Wim Taymans  <wim@fluendo.com>
14889
14890         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14891         (gst_videorate_getcaps), (gst_videorate_setcaps),
14892         (gst_videorate_event), (gst_videorate_chain):
14893         Fixed videorate, fixating an already fixated caps is not
14894         an error.
14895
14896 2005-06-23  Wim Taymans  <wim@fluendo.com>
14897
14898         * ext/ogg/README:
14899         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14900         Buffer on caps is not boxed anymore.
14901
14902 2005-06-22  Wim Taymans  <wim@fluendo.com>
14903
14904         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14905         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14906         Set buffers on caps as miniobjects and not as boxed.
14907
14908 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14909
14910         * configure.ac:
14911           back to HEAD
14912
14913 === release 0.9.1 ===
14914
14915 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14916
14917         * .cvsignore:
14918         * NEWS:
14919         * README:
14920         * RELEASE:
14921         * configure.ac:
14922         * po/af.po:
14923         * po/az.po:
14924         * po/cs.po:
14925         * po/en_GB.po:
14926         * po/hu.po:
14927         * po/it.po:
14928         * po/nb.po:
14929         * po/nl.po:
14930         * po/or.po:
14931         * po/sq.po:
14932         * po/sr.po:
14933         * po/sv.po:
14934         * po/uk.po:
14935         * po/vi.po:
14936           updates for release
14937
14938 2005-06-09  Andy Wingo  <wingo@pobox.com>
14939
14940         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14941         
14942 2005-06-09  Andy Wingo  <wingo@pobox.com>
14943
14944         * configure.ac:
14945         * gst-libs/gst/Makefile.am:
14946         * gst-libs/gst/net/Makefile.am:
14947         Add gstnet to build.
14948
14949 2005-06-09  Andy Wingo  <wingo@pobox.com>
14950
14951         * gst-libs/gst/gconf/gconf.c:
14952         * gst/playback/test.c:
14953         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14954         fixes.
14955
14956         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14957
14958         * ext/theora/theoraenc.c (theora_enc_chain): 
14959         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14960
14961         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14962         RealPad.
14963
14964 2005-06-02  Wim Taymans  <wim@fluendo.com>
14965
14966         * gst-libs/gst/net/Makefile.am:
14967         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14968         * pkgconfig/gstreamer-libs.pc.in:
14969         Added net stuff, version net lib.
14970
14971 2005-06-02  Wim Taymans  <wim@fluendo.com>
14972
14973         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14974         (query_rates), (query_positions_elems), (query_positions_pads),
14975         (do_seek):
14976         Updated seek example.
14977
14978 2005-06-02  Andy Wingo  <wingo@pobox.com>
14979
14980         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14981         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14982         list.
14983
14984         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14985         remove the typefind, the bin dispose will do it for us. When it's
14986         removed and unreffed, the signal handler will be disconnected,
14987         too.
14988         (unlinked): It's too difficult to disconnect from unlinked
14989         handlers, as they are on pads not elements. Just punt if the pads
14990         aren't grandkids of the bin.
14991
14992 2005-06-02  Wim Taymans  <wim@fluendo.com>
14993
14994         * ext/ogg/README:
14995         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14996         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14997         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14998         * ext/theora/theoradec.c: (theora_dec_src_query),
14999         (theora_handle_data_packet):
15000         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15001         (theora_enc_chain):
15002         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15003         (vorbis_handle_data_packet):
15004         * gst/audioconvert/bufferframesconvert.c:
15005         (buffer_frames_convert_chain):
15006         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15007         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15008         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15009         (gst_ffmpegcsp_chain):
15010         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15011         (gst_videorate_getcaps), (gst_videorate_setcaps),
15012         (gst_videorate_event), (gst_videorate_chain):
15013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
15014         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
15015         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15016         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15017         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15018         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15019         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15020         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15021         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15022         Cleanups and buffer alloc.
15023
15024 2005-05-31  Wim Taymans  <wim@fluendo.com>
15025
15026         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
15027         Don't try to call the delay method when the device is not
15028         opened.
15029
15030 2005-05-31  Wim Taymans  <wim@fluendo.com>
15031
15032         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
15033         Get actual segment size and buffer size after opening
15034         the device.
15035
15036 2005-05-30  Wim Taymans  <wim@fluendo.com>
15037
15038         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15039         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15040         Also FLUSH upstream, makes the loop function exit faster.
15041         
15042         * ext/theora/theoradec.c: (theora_dec_src_query):
15043         Some more debug info in the query.
15044         
15045         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15046         (gst_ximagesink_setcaps):
15047         Release lock on par error, better error reporting.
15048
15049 2005-05-26  Wim Taymans  <wim@fluendo.com>
15050
15051         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15052         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15053         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15054         Clear chains in READY
15055         Queue packets until the chain is activated.
15056
15057 2005-05-25  Wim Taymans  <wim@fluendo.com>
15058
15059         * gst-libs/gst/audio/gstaudiosink.c:
15060         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15061         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15062         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15063         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15064         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15065         (gst_audiosink_create_ringbuffer):
15066         * gst-libs/gst/audio/gstbaseaudiosink.c:
15067         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15068         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15069         (gst_baseaudiosink_set_property), (build_linear_format),
15070         (debug_spec_caps), (debug_spec_buffer),
15071         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15072         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15073         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15074         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15075         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15076         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15077         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15078         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15079         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15080         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15081         (wait_segment), (gst_ringbuffer_commit),
15082         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15083         (gst_ringbuffer_clear):
15084         Various small cleanups.
15085
15086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15087         (gst_audio_convert_change_state):
15088         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15089         No need to take the locks anymore.
15090
15091 2005-05-25  Wim Taymans  <wim@fluendo.com>
15092
15093         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15094         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15095         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15096         (type_found):
15097         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15098         (group_destroy), (group_commit), (queue_overrun),
15099         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15100         (mute_stream), (new_decoded_pad), (setup_substreams),
15101         (setup_source), (mute_group_type), (set_active_source),
15102         (gst_play_base_bin_change_state):
15103         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15104         (gen_video_element), (gen_text_element), (gen_audio_element),
15105         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15106         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15107         (gst_stream_info_dispose), (gst_stream_info_set_mute):
15108         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15109         Some playbin cleanups mostly refcounting sloppyness.
15110
15111 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15112
15113         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15114           Work with streaming input.
15115
15116 2005-05-25  Wim Taymans  <wim@fluendo.com>
15117
15118         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15119         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15120         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15121         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15122         No need to take the STREAM lock anymore.
15123
15124 2005-05-25  Wim Taymans  <wim@fluendo.com>
15125
15126         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15127         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15128         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15129         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15130         (gst_ogg_demux_sink_activate):
15131         * ext/theora/theoradec.c: (theora_dec_src_event),
15132         (theora_handle_comment_packet), (theora_dec_chain),
15133         (theora_dec_change_state):
15134         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15135         (vorbis_handle_data_packet), (vorbis_dec_chain),
15136         (vorbis_dec_change_state):
15137         Remove STREAM locks as they are taken in core now.
15138         Never set bogus granulepos on vorbis/theora.
15139         Fix leaks in theoradec tag parsing.
15140
15141 2005-05-25  Wim Taymans  <wim@fluendo.com>
15142
15143         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15144         Fix memleaks, GST_BUFFER_DATA() is not freed.
15145
15146 2005-05-25  Wim Taymans  <wim@fluendo.com>
15147
15148         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15149         Open non-blocking, set to blocking mode afterwards to avoid
15150         lockups when audio device is busy.
15151
15152 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15153
15154         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15155           This can't be good.
15156
15157 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15158
15159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15160         (gst_audio_convert_chain), (gst_audio_convert_link_src),
15161         (gst_audio_convert_setcaps):
15162           Implement instant setup switching.
15163
15164 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15165
15166         * gst/playback/gstplaybasebin.c: (probe_triggered):
15167           Fix missing unlock.
15168         * gst/playback/gstplaybin.c: (add_sink):
15169           First add, then link (otherwise pad link fails).
15170
15171 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15172
15173         * examples/Makefile.am:
15174         fix buildbot (make distcheck)
15175
15176 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15177
15178         * gst/playback/gstplaybin.c: (gen_vis_element):
15179           Remove some wrong code. Doesn't work yet.
15180
15181 2005-05-19  Wim Taymans  <wim@fluendo.com>
15182
15183         * gst-libs/gst/net/Makefile.am:
15184         * gst-libs/gst/net/README:
15185         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15186         (gst_netbuffer_class_init), (gst_netbuffer_init),
15187         (gst_netbuffer_finalize), (gst_netbuffer_copy),
15188         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15189         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15190         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15191         * gst-libs/gst/net/gstnetbuffer.h:
15192         Added buffer subclass to store extra to/from addresses for
15193         network sources/sinks.
15194
15195 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15196
15197         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15198           Don't lock an unassigned variable.
15199
15200 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15201
15202         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15203           Increase buffer for video, decrease buffer for other media types.
15204         * gst/playback/gstplaybin.c: (gen_video_element),
15205         (gen_audio_element):
15206           Change names for debugging purposes.
15207
15208 2005-05-18  Wim Taymans  <wim@fluendo.com>
15209
15210         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15211         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15212         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15213         (gst_ffmpegcsp_chain):
15214         Enable buffer alloc passthrough if the source and dest
15215         formats are the same.
15216
15217 2005-05-17  Wim Taymans  <wim@fluendo.com>
15218
15219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15220         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15221         (gst_ogg_demux_chain_unlocked):
15222         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15223         (gst_audio_convert_caps_remove_format_info),
15224         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15225         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15226         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15227         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15228         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15229         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15230         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15231         (gst_ffmpegcsp_get_property):
15232         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15233         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15234         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15235         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15236         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15237         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15238         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15239         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15240         Leak fixes in oggdemux.
15241         Some cleanups in audioconvert.
15242         Make passthrough work along with buffer_alloc etc.
15243         Make buffer_alloc and buffer recycling actually work in
15244         xvimagesink.
15245
15246 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15247
15248         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15249           make the compiler happy
15250
15251 2005-05-17  Wim Taymans  <wim@fluendo.com>
15252
15253         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15254         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15255         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15256         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15257         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15258         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15259         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15260         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15261         (gst_xvimagesink_set_xwindow_id):
15262         * sys/xvimage/xvimagesink.h:
15263         Port xvimagesink to new MiniObject.
15264
15265 2005-05-17  Wim Taymans  <wim@fluendo.com>
15266
15267         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15268         (gst_audiofilter_chain):
15269         * gst-libs/gst/audio/gstaudiosink.c:
15270         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15271         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15272         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15273         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15274         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15275         (gst_audiosink_create_ringbuffer):
15276         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15277         (gst_audio_convert_caps_remove_format_info),
15278         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15279         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15280         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15281         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15282         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15283         Fix passthrough in ffmpegcolorspace.
15284         Fix memset in audiosink on wrong memory.
15285
15286 2005-05-16  David Schleef  <ds@schleef.org>
15287
15288         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15289         to GstMiniObject.
15290
15291 2005-05-16  David Schleef  <ds@schleef.org>
15292
15293         Port from GstData to GstMiniObject.
15294         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15295         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15296         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15297         (gst_ogg_mux_collected):
15298         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15299         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15300         (theora_handle_data_packet):
15301         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15302         (theora_set_header_on_caps), (theora_enc_chain):
15303         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15304         (vorbis_handle_comment_packet):
15305         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15306         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15307         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15308         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15309         * gst/audioconvert/gstaudioconvert.c:
15310         (gst_audio_convert_get_buffer):
15311         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15312         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15313         (mute_stream), (silence_stream):
15314         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15315         * gst/volume/gstvolume.c: (volume_transform):
15316         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15317         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15318         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15319         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15320         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15321         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15322         (gst_ximagesink_buffer_alloc):
15323         * sys/ximage/ximagesink.h:
15324
15325 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15326
15327         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15328         (fill_buffer), (check_queue), (queue_threshold_reached),
15329         (queue_out_of_data):
15330         * gst/playback/gstplaybasebin.h:
15331           Post buffer-fullness on the bus.
15332
15333 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15334
15335         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15336         (try_to_link_1):
15337         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15338         (group_commit), (probe_triggered), (setup_source),
15339         (gst_play_base_bin_change_state):
15340         * gst/playback/gstplaybasebin.h:
15341         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15342         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15343         (gst_play_bin_change_state):
15344           Move setup_output_pads into a virtual function, remove
15345           group-switch (no longer needed) and redirect (handled by bus
15346           now) signals.
15347
15348 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15349
15350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15351         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15352         (get_active_group), (get_building_group), (group_destroy),
15353         (group_commit), (check_queue), (queue_overrun),
15354         (queue_threshold_reached), (queue_out_of_data),
15355         (gen_preroll_element), (remove_groups), (unknown_type),
15356         (add_element_stream), (no_more_pads), (probe_triggered),
15357         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15358         (setup_substreams), (setup_source), (finish_source),
15359         (prepare_output), (muted_group_change_state),
15360         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15361         (gst_play_base_bin_change_state):
15362         * gst/playback/gstplaybasebin.h:
15363         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15364         (gst_play_bin_init), (gst_play_bin_set_property),
15365         (gen_video_element), (gen_text_element), (gen_audio_element),
15366         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15367         (gst_play_bin_change_state):
15368         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15369         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15370         (stream_info_change_state), (gst_stream_info_set_mute),
15371         (gst_stream_info_get_property):
15372         * gst/playback/gststreaminfo.h:
15373         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15374         (gst_stream_selector_get_linked_pad),
15375         (gst_stream_selector_getcaps),
15376         (gst_stream_selector_get_linked_pads),
15377         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15378         * gst/playback/gststreamselector.h:
15379           Rough port of playbin. Needs some more work, but is mostly done,
15380           and uses a few locks in important places, which should make stuff
15381           like chain-switches clean. Still uses GST_STATE() in a few places,
15382           which isn't all that good an idea, subtitles/elements disabled
15383           because no elements to test with and thus probably broken, query
15384           and event handling moved to GstBin, internal thread removed
15385           alltogether because the pipeline does that for us now. Can play
15386           Ogg/Vorbis files. Haven't tested anything else yet.
15387
15388 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15389
15390         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15391           Do no-more-pads (needed for autoplugging).
15392
15393 2005-05-10  Andy Wingo  <wingo@pobox.com>
15394
15395         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15396         message to the bus with the tags. Still not sent downstream tho.
15397
15398         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15399         get_parent.
15400         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15401         avoid refcounting hassles.
15402
15403 2005-05-09  Andy Wingo  <wingo@pobox.com>
15404
15405         * gst/volume/Makefile.am:
15406         * gst/volume/demo.c
15407         * gst/volume/gstvolume.h
15408         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15409         basetransform. Probably need an audio filter base class.
15410
15411 2005-05-09  Wim Taymans  <wim@fluendo.com>
15412
15413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15414         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15415         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15416         (gst_vorbisenc_chain):
15417         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15418         (gst_audio_convert_caps_remove_format_info),
15419         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15420         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15421         Make caps writable before writing to it.
15422         Fix negotiation in audioconvert some more.
15423
15424 2005-05-09  Wim Taymans  <wim@fluendo.com>
15425
15426         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15427         (gst_videorate_getcaps), (gst_videorate_setcaps),
15428         (gst_videorate_event), (gst_videorate_chain):
15429         Better negotiation.
15430
15431 2005-05-09  Wim Taymans  <wim@fluendo.com>
15432
15433         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15434         (gst_videorate_getcaps), (gst_videorate_setcaps),
15435         (gst_videorate_blank_data), (gst_videorate_init),
15436         (gst_videorate_event), (gst_videorate_chain),
15437         (gst_videorate_change_state):
15438         Port videorate, do a better job at negotiation while we're at
15439         it.
15440
15441 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15442
15443         * configure.ac:
15444           Disable libvisual
15445
15446         * examples/Makefile.am:
15447         * gst-libs/gst/audio/Makefile.am:
15448         * gst-libs/gst/riff/Makefile.am:
15449         * gst-libs/gst/tag/Makefile.am:
15450         * gst-libs/gst/video/Makefile.am:
15451           Fixups for missing variables.
15452
15453 2005-05-09  Wim Taymans  <wim@fluendo.com>
15454
15455         * examples/seeking/seek.c: (make_theora_pipeline),
15456         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15457         (query_rates), (query_positions_elems), (query_positions_pads),
15458         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15459         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15460         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15461         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15462         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15463         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15464         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15465         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15466         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15467         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15468         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15469         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15470         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15471         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15472         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15473         (theora_dec_src_convert), (theora_dec_sink_convert),
15474         (theora_dec_src_query), (theora_dec_sink_query),
15475         (theora_dec_src_event), (theora_dec_sink_event),
15476         (theora_handle_comment_packet), (theora_handle_type_packet),
15477         (theora_handle_header_packet), (theora_handle_data_packet),
15478         (theora_dec_chain):
15479         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15480         (vorbis_dec_convert), (vorbis_dec_src_query),
15481         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15482         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15483         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15484         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15485         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15486         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15487         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15488         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15489         (gst_play_bin_query):
15490         * gst/playback/test3.c: (update_scale):
15491         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15492         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15493         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15494         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15495         (gst_videotestsrc_src_query):
15496         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15497         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15498         (paint_hline_YUV9):
15499         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15500         Port to new query API.
15501         Updated seek.
15502         Cleanups in x[v]imagesink
15503
15504 2005-05-09  Andy Wingo  <wingo@pobox.com>
15505
15506         * ext/alsa/gstalsasink.h:
15507         * ext/gnomevfs/gstgnomevfssrc.c:
15508         (gst_gnomevfssrc_get_icy_metadata):
15509         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15510         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15511         * ext/theora/theoradec.c (theora_dec_src_query)
15512         (theora_dec_src_event, theora_dec_sink_event)
15513         (theora_handle_comment_packet, theora_handle_data_packet):
15514         * ext/theora/theoraenc.c (theora_enc_chain):
15515         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15516         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15517         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15518         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15519         (qt_type_find):
15520         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15521         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15522         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15523         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15524         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15525         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15526         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15527         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15528         (paint_setup_RGB565, paint_setup_xRGB1555):
15529         * gst/videotestsrc/videotestsrc.h:
15530         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15531         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15532         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15533         GCC4 fixes.
15534         
15535         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15536         gst_pad_query_position. Fixes oggdemux.
15537
15538 2005-05-08  David Schleef  <ds@schleef.org>
15539
15540         * configure.ac: Require liboil.
15541         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15542         a few more.
15543         * gst/videotestsrc/videotestsrc.c:
15544         * gst/videotestsrc/videotestsrc.h:
15545
15546 2005-05-06  Wim Taymans  <wim@fluendo.com>
15547
15548         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15549         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15550         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15551         Well, unreffing a buffer right before pushing it is asking
15552         for trouble..
15553
15554 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15555
15556         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15557
15558 2005-05-06  Wim Taymans  <wim@fluendo.com>
15559
15560         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15561         (gst_audio_convert_caps_remove_format_info),
15562         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15563         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15564         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15565         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15566         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15567         * gst/sine/Makefile.am:
15568         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15569         (gst_sinesrc_class_init), (gst_sinesrc_init),
15570         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15571         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15572         (gst_sinesrc_update_freq):
15573         * gst/sine/gstsinesrc.h:
15574         * gst/tcp/gstmultifdsink.c:
15575         * sys/xvimage/xvimagesink.c:
15576         Fixed negotiation wrt _peer_get_caps()
15577         Some cleanups.
15578
15579
15580 2005-05-06  Wim Taymans  <wim@fluendo.com>
15581
15582         * gst-libs/gst/audio/gstaudiosink.c:
15583         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15584         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15585         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15586         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15587         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15588         (gst_audiosink_create_ringbuffer):
15589         * gst-libs/gst/audio/gstbaseaudiosink.c:
15590         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15591         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15592         (gst_baseaudiosink_set_property), (build_linear_format),
15593         (debug_spec_caps), (debug_spec_buffer),
15594         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15595         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15596         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15597         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15598         * gst-libs/gst/audio/gstbaseaudiosink.h:
15599         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15600         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15601         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15602         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15603         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15604         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15605         (wait_segment), (gst_ringbuffer_commit),
15606         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15607         (gst_ringbuffer_clear):
15608         * gst-libs/gst/audio/gstringbuffer.h:
15609         Make the base audiosink return an error when there is no
15610         audiobuffer negotiated.
15611
15612 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15613
15614         * ext/Makefile.am:
15615         Disable cdparanoia until someone ports it!
15616
15617 2005-05-06  Wim Taymans  <wim@fluendo.com>
15618
15619         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15620         (gst_ogg_demux_sink_activate):
15621         And revert after wingo's revert.. sigh..
15622
15623 2005-05-05  Andy Wingo  <wingo@pobox.com>
15624
15625         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15626         GObject.
15627         * configure.ac: Return audiorate and subparse from the ghetto.
15628         Re-enable -Wall -Werror.
15629         * gst/subparse/gstsubparse.c:
15630         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15631         or chain-based. Cleaned up a bit. Not tested.
15632         
15633 2005-05-05  Christian Schaller <christian@fluendo.com> 
15634
15635         * Makefile.am: remove stuff that is not building
15636         * configure.ac: remove stuff that is not building
15637         * examples/Makefile.am: remove stuff that is not building
15638         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15639         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15640         * sys/Makefile.am: remove stuff that is not building
15641         * testsuite/Makefile.am: remove stuff that is not building
15642
15643 2005-05-05  Andy Wingo  <wingo@pobox.com>
15644
15645         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15646         * gst-libs/gst/tag/gstvorbistag.c:
15647         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15648         * gst/adder/gstadder.h:
15649         * gst/audioconvert/gstchannelmix.c:
15650         (gst_audio_convert_fill_one_other):
15651         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15652         (gst_audiorate_init), (gst_audiorate_chain):
15653         * gst/playback/gstplaybasebin.c: (setup_source):
15654         * gst/playback/test3.c: (update_scale):
15655         Some GCC4 fixes
15656         
15657         * po/af.po:
15658         * po/az.po:
15659         * po/cs.po:
15660         * po/en_GB.po:
15661         * po/hu.po:
15662         * po/it.po:
15663         * po/nb.po:
15664         * po/nl.po:
15665         * po/or.po:
15666         * po/sq.po:
15667         * po/sr.po:
15668         * po/sv.po:
15669         * po/uk.po:
15670         * po/vi.po: Foo
15671
15672 2005-05-05  Wim Taymans  <wim@fluendo.com>
15673
15674         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15675         (gst_audio_convert_caps_remove_format_info),
15676         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15677         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15678         * gst/videotestsrc/gstvideotestsrc.c:
15679         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15680         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15681         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15682         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15683         Don't ignore _push() return values.
15684         Make sure no processing is done when shutting down.
15685         Videotestsrc pad activation fix.
15686
15687 2005-05-05  Wim Taymans  <wim@fluendo.com>
15688
15689         * gst/adder/Makefile.am:
15690         * gst/adder/gstadder.c: (gst_adder_setcaps),
15691         (gst_adder_class_init), (gst_adder_init),
15692         (gst_adder_request_new_pad), (gst_adder_collected),
15693         (gst_adder_change_state):
15694         * gst/adder/gstadder.h:
15695         Ported adder as an example of a mixer element using
15696         collect pads. Needs more negotiation work.
15697
15698 2005-05-05  Wim Taymans  <wim@fluendo.com>
15699
15700         * ext/theora/theoradec.c: (_inc_granulepos),
15701         (theora_dec_src_event), (theora_dec_sink_event),
15702         (theora_handle_comment_packet), (theora_handle_type_packet),
15703         (theora_handle_header_packet), (theora_handle_data_packet),
15704         (theora_dec_chain):
15705         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15706         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15707         (theora_push_buffer), (theora_push_packet),
15708         (theora_enc_sink_event), (theora_enc_chain),
15709         (theora_enc_change_state), (theora_enc_set_property),
15710         (theora_enc_get_property):
15711         Added stream lock to decoder so that we can serialize
15712         the discont event.
15713         More theoraenc porting, recover from errors, do clean
15714         shutdown.
15715
15716 2005-05-05  Wim Taymans  <wim@fluendo.com>
15717
15718         * ext/ogg/Makefile.am:
15719         * ext/ogg/README:
15720         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15721         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15722         (gst_ogg_print):
15723         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15724         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15725         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15726         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15727         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15728         (gst_ogg_mux_change_state):
15729         Ported ogg muxer.
15730
15731 2005-05-05  Wim Taymans  <wim@fluendo.com>
15732
15733         * docs/design-audiosinks.txt:
15734         * gst-libs/gst/audio/TODO:
15735         * gst-libs/gst/audio/gstaudiosink.c:
15736         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15737         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15738         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15739         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15740         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15741         (gst_audiosink_create_ringbuffer):
15742         * gst-libs/gst/audio/gstbaseaudiosink.c:
15743         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15744         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15745         (gst_baseaudiosink_set_property), (build_linear_format),
15746         (debug_spec_caps), (debug_spec_buffer),
15747         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15748         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15749         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15750         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15751         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15752         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15753         (gst_ringbuffer_release), (gst_ringbuffer_play),
15754         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15755         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15756         (gst_ringbuffer_set_sample), (wait_segment),
15757         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15758         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15759         More work on the audiosink, mostly debugging and a race in
15760         shutdown.
15761
15762 2005-04-28  Wim Taymans  <wim@fluendo.com>
15763
15764         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15765         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15766         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15767         (vorbis_dec_src_query), (vorbis_dec_src_event),
15768         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15769         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15770         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15771         Don't crap out when seeking back to position 0.
15772
15773 2005-04-28  Wim Taymans  <wim@fluendo.com>
15774
15775         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15776         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15777         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15778         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15779         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15780         Make audio sink configurable, use alsasink as default.
15781
15782 2005-04-28  Wim Taymans  <wim@fluendo.com>
15783
15784         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15785         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15786         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15787         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15788         (vorbis_dec_change_state):
15789         * ext/vorbis/vorbisdec.h:
15790         Refactor, use STREAM_LOCK.
15791
15792 2005-04-28  Wim Taymans  <wim@fluendo.com>
15793
15794         * ext/theora/theoradec.c: (_inc_granulepos),
15795         (theora_dec_sink_event), (theora_handle_comment_packet),
15796         (theora_handle_type_packet), (theora_handle_header_packet),
15797         (theora_handle_data_packet), (theora_dec_chain),
15798         (theora_dec_change_state):
15799         Refactor a bit, use STREAM_LOCK.
15800
15801 2005-04-28  Wim Taymans  <wim@fluendo.com>
15802
15803         * ext/alsa/Makefile.am:
15804         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15805         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15806         (gst_alsa_link), (gst_alsa_close_audio):
15807         * ext/alsa/gstalsaplugin.c: (plugin_init):
15808         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15809         (gst_alsasink_dispose), (gst_alsasink_base_init),
15810         (gst_alsasink_class_init), (gst_alsasink_init),
15811         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15812         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15813         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15814         (gst_alsasink_reset):
15815         * ext/alsa/gstalsasink.h:
15816         Implement alsasink with simple open/write/close API. 
15817         Make alsa dir build by disabling compilation of code.
15818
15819 2005-04-28  Wim Taymans  <wim@fluendo.com>
15820
15821         * gst-libs/gst/audio/Makefile.am:
15822         * gst-libs/gst/audio/audio.h:
15823         * gst-libs/gst/audio/audioclock.c:
15824         * gst-libs/gst/audio/audioclock.h:
15825         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15826         (gst_audio_clock_class_init), (gst_audio_clock_init),
15827         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15828         * gst-libs/gst/audio/gstaudioclock.h:
15829         * gst-libs/gst/audio/gstaudiosink.c:
15830         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15831         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15832         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15833         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15834         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15835         (gst_audiosink_create_ringbuffer):
15836         * gst-libs/gst/audio/gstbaseaudiosink.c:
15837         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15838         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15839         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15840         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15841         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15842         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15843         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15844         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15845         * gst-libs/gst/audio/gstbaseaudiosink.h:
15846         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15847         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15848         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15849         (gst_ringbuffer_release), (gst_ringbuffer_play),
15850         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15851         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15852         (gst_ringbuffer_set_sample), (wait_segment),
15853         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15854         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15855         * gst-libs/gst/audio/gstringbuffer.h:
15856         Make ringbuffer faster and more simple by removing the locks
15857         in the playback thread.
15858         Add sample accurate playback based on buffer sample offsets.
15859         Make the baseaudiosink provide a clock.
15860         Parse caps in the base class.
15861         Correctly handle seeking, flushing and state changes.
15862
15863 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15864
15865         * configure.ac:
15866         * gst/audioconvert/Makefile.am:
15867         * gst/audioscale/Makefile.am:
15868           Fix part of the build.  Come on guys, autogen didn't even work :)
15869
15870 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15871
15872         * configure.ac:
15873         * gst-libs/gst/Makefile.am:
15874         * gst-libs/gst/media-info/.cvsignore:
15875         * gst-libs/gst/media-info/Makefile.am:
15876         * gst-libs/gst/media-info/README:
15877         * gst-libs/gst/media-info/media-info-priv.c:
15878         * gst-libs/gst/media-info/media-info-priv.h:
15879         * gst-libs/gst/media-info/media-info-test.c:
15880         * gst-libs/gst/media-info/media-info.c:
15881         * gst-libs/gst/media-info/media-info.h:
15882         * gst-libs/gst/media-info/media-info.vcproj:
15883         * pkgconfig/Makefile.am:
15884         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15885         * pkgconfig/gstreamer-media-info.pc.in:
15886           Remove media-info, which is also successed by playbin (see Totem
15887           implementation).
15888
15889 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15890
15891         * configure.ac:
15892         * examples/Makefile.am:
15893         * examples/gstplay/.cvsignore:
15894         * examples/gstplay/Makefile.am:
15895         * examples/gstplay/player.c:
15896         * gst-libs/gst/Makefile.am:
15897         * gst-libs/gst/play/.cvsignore:
15898         * gst-libs/gst/play/Makefile.am:
15899         * gst-libs/gst/play/play.c:
15900         * gst-libs/gst/play/play.h:
15901         * gst-libs/gst/play/play.vcproj:
15902         * pkgconfig/Makefile.am:
15903         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15904         * pkgconfig/gstreamer-play.pc.in:
15905           Remove libgstplay, playbin is now the official successor.
15906
15907 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15908
15909         * configure.ac:
15910         * gst-libs/gst/Makefile.am:
15911         * gst-libs/gst/xwindowlistener/Makefile.am:
15912         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15913         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15914           Remove deprecated xwindowlistener (I've moved xwindowlistening
15915           in the v4l/v4l2 plugins over to serverside).
15916
15917 2005-04-25  David Schleef  <ds@schleef.org>
15918
15919         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15920         to examples/dynparams.  Examples do not belong interspersed with
15921         source code.
15922         * examples/dynparams/demo-dparams.c:
15923         * gst/sine/Makefile.am:
15924         * gst/sine/demo-dparams.c:
15925
15926 2005-04-25  David Schleef  <ds@schleef.org>
15927
15928         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15929         * gst-libs/gst/audio/Makefile.am:
15930         * gst-libs/gst/riff/Makefile.am:
15931         * gst-libs/gst/tag/Makefile.am:
15932         * gst-libs/gst/video/Makefile.am:
15933         * gst-libs/gst/xwindowlistener/Makefile.am:
15934
15935         Convert to 0.9 API, seems to work:
15936         * sys/ximage/Makefile.am:
15937         * sys/ximage/ximagesink.c:
15938
15939 2005-04-24  David Schleef  <ds@schleef.org>
15940
15941         Link plugins against libraries:
15942         * ext/alsa/Makefile.am:
15943         * gst/tcp/Makefile.am:
15944
15945         Remove asm code that should be in liboil
15946         * gst/videoscale/Makefile.am:
15947         * gst/videoscale/videoscale_x86_asm.s:
15948
15949         gettext wants these checked in:
15950         * po/af.po:
15951         * po/az.po:
15952         * po/cs.po:
15953         * po/en_GB.po:
15954         * po/hu.po:
15955         * po/it.po:
15956         * po/nb.po:
15957         * po/nl.po:
15958         * po/or.po:
15959         * po/sq.po:
15960         * po/sr.po:
15961         * po/sv.po:
15962         * po/uk.po:
15963         * po/vi.po:
15964
15965 2005-04-24  David Schleef  <ds@schleef.org>
15966
15967         Convert gst_main() to g_main_loop_run()
15968         * gst/playback/decodetest.c: (main):
15969         * gst/playback/test2.c: (main):
15970         * gst/playback/test3.c: (main):
15971         * gst/playback/test4.c: (main):
15972
15973         Link plugins against libraries:
15974         * ext/libvisual/Makefile.am:
15975         * sys/xvimage/Makefile.am:
15976
15977 2005-04-24  David Schleef  <ds@schleef.org>
15978
15979         * configure.ac: Remove idct and resample libs
15980         * gst-libs/gst/Makefile.am: same
15981
15982         Remove usage of gst_library_load():
15983         * ext/alsa/gstalsaplugin.c: (plugin_init):
15984         * ext/libvisual/visual.c: (plugin_init):
15985         * ext/ogg/gstogg.c: (plugin_init):
15986         * ext/theora/theora.c: (plugin_init):
15987         * ext/vorbis/vorbis.c: (plugin_init):
15988         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15989         * gst/audioscale/gstaudioscale.c:
15990         * gst/adder/gstadder.c: (plugin_init):
15991         * gst/audioconvert/plugin.c: (plugin_init):
15992         * sys/ximage/ximagesink.c: (plugin_init):
15993         * sys/xvimage/xvimagesink.c: (plugin_init):
15994         * gst/tcp/gsttcpplugin.c: (plugin_init):
15995
15996         Link plugins against libraries:
15997         * ext/ogg/Makefile.am:
15998         * ext/theora/Makefile.am:
15999         * ext/vorbis/Makefile.am:
16000         * gst/audioconvert/Makefile.am:
16001
16002         Create proper libraries:
16003         * gst-libs/gst/riff/Makefile.am:
16004         * gst-libs/gst/audio/Makefile.am:
16005         * gst-libs/gst/video/Makefile.am:
16006
16007         Move resample library to audioscale plugin directory:
16008         * gst-libs/gst/resample/Makefile.am:
16009         * gst-libs/gst/resample/README:
16010         * gst-libs/gst/resample/dtof.c:
16011         * gst-libs/gst/resample/dtos.c:
16012         * gst-libs/gst/resample/functable.c:
16013         * gst-libs/gst/resample/private.h:
16014         * gst-libs/gst/resample/resample.c:
16015         * gst-libs/gst/resample/resample.h:
16016         * gst-libs/gst/resample/resample.vcproj:
16017         * gst-libs/gst/resample/test.c:
16018         * gst/audioscale/Makefile.am:
16019         * gst/audioscale/README:
16020         * gst/audioscale/dtof.c:
16021         * gst/audioscale/dtos.c:
16022         * gst/audioscale/functable.c:
16023         * gst/audioscale/private.h:
16024         * gst/audioscale/resample.c:
16025         * gst/audioscale/resample.h:
16026         * gst/audioscale/test.c:
16027
16028         Move tagedit library to gst-libs:
16029         * gst-libs/gst/tag/Makefile.am:
16030         * gst-libs/gst/tag/gstid3tag.c:
16031         * gst-libs/gst/tag/gsttagediting.c:
16032         * gst-libs/gst/tag/gsttageditingprivate.h:
16033         * gst-libs/gst/tag/gstvorbistag.c:
16034         * gst/tags/Makefile.am:
16035         * gst/tags/gstid3tag.c:
16036         * gst/tags/gstvorbistag.c:
16037
16038         Fix for core changes:
16039         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16040         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16041         (gst_sinesrc_getrange):
16042
16043 2005-04-23  David Schleef  <ds@schleef.org>
16044
16045         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
16046         in gst-plugins in a long time, and properly belongs in liboil.
16047         * gst-libs/gst/idct/Makefile.am:
16048         * gst-libs/gst/idct/README:
16049         * gst-libs/gst/idct/dct.h:
16050         * gst-libs/gst/idct/doieee:
16051         * gst-libs/gst/idct/fastintidct.c:
16052         * gst-libs/gst/idct/floatidct.c:
16053         * gst-libs/gst/idct/idct.c:
16054         * gst-libs/gst/idct/idct.h:
16055         * gst-libs/gst/idct/idtc.vcproj:
16056         * gst-libs/gst/idct/ieeetest.c:
16057         * gst-libs/gst/idct/intidct.c:
16058
16059 2005-04-20  Wim Taymans  <wim@fluendo.com>
16060
16061         * docs/design-audiosinks.txt:
16062         * gst-libs/gst/audio/Makefile.am:
16063         * gst-libs/gst/audio/TODO:
16064         * gst-libs/gst/audio/gstaudiosink.c:
16065         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16066         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16067         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16068         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16069         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16070         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16071         (gst_audiosink_class_init), (gst_audiosink_init),
16072         (gst_audiosink_create_ringbuffer):
16073         * gst-libs/gst/audio/gstaudiosink.h:
16074         * gst-libs/gst/audio/gstbaseaudiosink.c:
16075         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16076         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16077         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16078         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16079         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16080         (gst_baseaudiosink_create_ringbuffer),
16081         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16082         * gst-libs/gst/audio/gstbaseaudiosink.h:
16083         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16084         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16085         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16086         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16087         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16088         (gst_ringbuffer_play), (gst_ringbuffer_pause),
16089         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16090         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16091         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16092         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16093         * gst-libs/gst/audio/gstringbuffer.h:
16094         An attempt at a set of audio base classes together with some
16095         design docs.
16096
16097 2005-04-20  Wim Taymans  <wim@fluendo.com>
16098
16099         * gst/audioconvert/Makefile.am:
16100         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16101         (gst_audio_convert_caps_remove_format_info),
16102         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16103         (gst_audio_convert_channels):
16104         Link against audio libs.
16105         Fix audio convert plugin.
16106
16107 2005-04-20  Wim Taymans  <wim@fluendo.com>
16108
16109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16110         (gst_ogg_demux_sink_activate):
16111         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16112         (theora_set_header_on_caps), (theora_enc_sink_event),
16113         (theora_enc_chain):
16114         Fix theora encoder.
16115
16116 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16117
16118         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16119         * gst/playback/gstdecodebin.c: (find_compatibles):
16120           Work with staticpadtemplates in elementfactories.
16121
16122 2005-04-12  Wim Taymans  <wim@fluendo.com>
16123
16124         * gst/playback/README:
16125         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16126         (compare_ranks), (print_feature), (gst_decode_bin_init),
16127         (dynamic_create), (dynamic_free), (find_compatibles),
16128         (mimetype_is_raw), (close_pad_link), (got_redirect),
16129         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16130         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16131         (gst_decode_bin_change_state):
16132         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16133         (gst_play_base_bin_init), (group_destroy), (group_commit),
16134         (check_queue), (queue_overrun), (queue_threshold_reached),
16135         (queue_out_of_data), (gen_preroll_element), (unknown_type),
16136         (new_decoded_pad), (setup_subtitle), (gen_source_element),
16137         (got_redirect), (setup_source), (play_base_eos),
16138         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16139         (gst_play_base_bin_remove_element):
16140         * gst/playback/gstplaybasebin.h:
16141         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16142         (gst_play_bin_init), (gst_play_bin_dispose),
16143         (gst_play_bin_set_property), (gen_video_element),
16144         (gen_text_element), (gen_audio_element), (remove_sinks),
16145         (gst_play_bin_send_event):
16146         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16147         (stream_info_change_state), (gst_stream_info_set_mute):
16148         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16149         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16150         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16151         (gst_stream_selector_chain):
16152         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16153         (main):
16154         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16155         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16156         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16157         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16158         Raw and crude port of decodebin. 
16159         Make playbin compile.
16160
16161 2005-04-06  Wim Taymans  <wim@fluendo.com>
16162
16163         * ext/gnomevfs/Makefile.am:
16164         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16165         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16166         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16167         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16168         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16169         (gst_gnomevfssrc_stop):
16170         * ext/ogg/Makefile.am:
16171         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16172         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16173         * ext/theora/Makefile.am:
16174         * ext/theora/theoradec.c: (_inc_granulepos),
16175         (theora_dec_sink_event), (theora_dec_chain):
16176         * ext/vorbis/Makefile.am:
16177         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16178         (vorbis_dec_sink_event), (vorbis_dec_chain):
16179         * gst-libs/gst/audio/Makefile.am:
16180         * sys/xvimage/Makefile.am:
16181         Make gnomevfssrc extend the source base class.
16182         Fix linking against libs in various plugins.
16183
16184 2005-04-06  Andy Wingo  <wingo@pobox.com>
16185
16186         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16187         GST_BASE_LIBS.
16188
16189         * configure.ac: Add check and AC_SUBST for libgstbase.
16190
16191 2005-03-31  Wim Taymans  <wim@fluendo.com>
16192
16193         * examples/seeking/Makefile.am:
16194         * examples/seeking/cdparanoia.c: (main):
16195         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16196         (play_cb), (pause_cb), (stop_cb), (main):
16197         * examples/seeking/playbin.c:
16198         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16199         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16200         (make_sid_pipeline), (make_vorbis_pipeline),
16201         (make_theora_pipeline), (make_vorbis_theora_pipeline),
16202         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16203         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16204         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16205         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16206         (stop_cb), (main):
16207         * examples/seeking/spider_seek.c:
16208         * examples/seeking/vorbisfile.c:
16209         * ext/gnomevfs/Makefile.am:
16210         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16211         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16212         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16213         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16214         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16215         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16216         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16217         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16218         * ext/ogg/README:
16219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16220         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16221         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16222         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16223         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16224         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16225         (gst_ogg_pad_event), (gst_ogg_pad_reset),
16226         (gst_ogg_demux_factory_filter), (compare_ranks),
16227         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16228         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16229         (gst_ogg_chain_new), (gst_ogg_chain_free),
16230         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16231         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16232         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16233         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16234         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16235         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16236         (gst_ogg_demux_get_prev_page),
16237         (gst_ogg_demux_deactivate_current_chain),
16238         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16239         (gst_ogg_demux_bisect_forward_serialno),
16240         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16241         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16242         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16243         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16244         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16245         (gst_ogg_demux_change_state), (gst_ogg_print):
16246         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16247         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16248         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16249         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16250         (gst_ogg_mux_loop):
16251         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16252         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16253         (theora_dec_src_convert), (theora_dec_sink_convert),
16254         (theora_dec_src_query), (theora_dec_src_event),
16255         (theora_dec_sink_event), (theora_dec_chain),
16256         (theora_dec_change_state):
16257         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16258         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16259         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16260         (theora_enc_change_state):
16261         * ext/vorbis/Makefile.am:
16262         * ext/vorbis/oggvorbisenc.c:
16263         * ext/vorbis/oggvorbisenc.h:
16264         * ext/vorbis/vorbis.c: (plugin_init):
16265         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16266         (vorbis_dec_src_query), (vorbis_dec_src_event),
16267         (vorbis_dec_sink_event), (vorbis_dec_chain),
16268         (vorbis_dec_change_state):
16269         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16270         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16271         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16272         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16273         (gst_vorbisenc_change_state):
16274         * ext/vorbis/vorbisenc.h:
16275         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16276         * gst-libs/gst/audio/audioclock.c:
16277         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16278         (gst_audiofilter_init), (gst_audiofilter_chain):
16279         * gst-libs/gst/audio/testchannels.c: (main):
16280         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16281         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16282         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16283         (gmip_find_track_streaminfo), (gmip_find_track_format):
16284         * gst-libs/gst/media-info/media-info.c:
16285         (gst_media_info_read_idler):
16286         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16287         (gst_play_get_all_by_interface):
16288         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16289         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16290         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16291         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16292         (gst_riff_parse_info):
16293         * gst-libs/gst/riff/riff-read.h:
16294         * gst-libs/gst/riff/riff.c: (plugin_init):
16295         * gst-libs/gst/video/Makefile.am:
16296         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16297         (gst_videosink_class_init), (gst_videosink_get_type):
16298         * gst-libs/gst/video/videosink.h:
16299         * gst/audioconvert/bufferframesconvert.c:
16300         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16301         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16302         * gst/audioconvert/channelmixtest.c: (main):
16303         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16304         (gst_audio_convert_chain),
16305         (gst_audio_convert_caps_remove_format_info),
16306         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16307         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16308         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16309         (gst_audio_convert_buffer_to_default_format),
16310         (gst_audio_convert_buffer_from_default_format),
16311         (gst_audio_convert_channels):
16312         * gst/audioconvert/gstchannelmix.h:
16313         * gst/ffmpegcolorspace/avcodec.h:
16314         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16315         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16316         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16317         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16318         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16319         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16320         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16321         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16322         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16323         (dv_type_find):
16324         * gst/videotestsrc/gstvideotestsrc.c:
16325         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16326         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16327         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16328         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16329         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16330         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16331         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16332         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16333         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16334         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16335         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16336         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16337         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16338         (gst_xvimagesink_navigation_send_event),
16339         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16340         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16341         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16342         * sys/xvimage/xvimagesink.h:
16343         Plugin port to 0.9, ogg/theora playback should work in the seek
16344         example now.
16345         Removed old examples.
16346         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16347         explained in 0.9 TODO doc.
16348
16349
16350 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16351
16352         * autogen.sh:
16353         * configure.ac:
16354         * ext/Makefile.am:
16355         * gst/Makefile.am:
16356         * po/POTFILES.in:
16357         * po/af.po:
16358         * po/az.po:
16359         * po/cs.po:
16360         * po/en_GB.po:
16361         * po/hu.po:
16362         * po/it.po:
16363         * po/nb.po:
16364         * po/nl.po:
16365         * po/or.po:
16366         * po/sq.po:
16367         * po/sr.po:
16368         * po/sv.po:
16369         * po/uk.po:
16370         * po/vi.po:
16371         * sys/Makefile.am:
16372         * testsuite/Makefile.am:
16373           remove a whole bunch of plugins.  This module now contains a set
16374           of free reference plugins/elements as agreed.
16375
16376 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16377
16378         * configure.ac:
16379           hunting season on 0.9 is now OPEN
16380
16381 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16382
16383         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16384           Kick the hell out of gcc for not warning me about a symbol conflict.
16385
16386 2005-02-22  Luca Ognibene  <luogni@tin.it>
16387
16388         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16389
16390         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16391           Don't leak caps string (fixes #168134)
16392
16393         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16394         (gst_jpegenc_init), (gst_jpegenc_finalize),
16395         (gst_jpegenc_change_state):
16396           Don't leak line buffers and context struct (fixes #168133).
16397
16398 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16399
16400         * configure.ac:
16401         * ext/dirac/gstdiracdec.cc:
16402         (gst_diracdec_chain):
16403           Since dirac 0.5.0 the framerate in dirac is expressed as a
16404           rational number. Fix build and up requirement to 0.5.0, and
16405           also pass parameters to gst_diracdec_link in the right order
16406           (fixes #167959).
16407
16408 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16409
16410         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16411         * ext/faad/gstfaad.h:
16412         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16413         certain invalid muxed streams, where some packets will contain 
16414         junk after decoder data. Partially fixes #149158.
16415
16416 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16417         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16418           Make sure we only write to writable buffers
16419
16420 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16421
16422         * gst-libs/gst/riff/riff-media.c:
16423         (gst_riff_create_audio_caps_with_data):
16424           Do actually fix invalid RIFF fmt header values for alaw
16425           and mulaw audio instead of just saying so.
16426
16427         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16428           Give gst_riff_create_audio_caps_with_data() a chance to
16429           fix up broken format header fields before extracting any
16430           parameters from the header. (fixes #167633)
16431
16432 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16433
16434         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16435
16436         * gst/audioconvert/bufferframesconvert.c:
16437         (buffer_frames_convert_link):
16438           Don't leak othercaps. (fixes #167878)
16439
16440 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16441
16442         * configure.ac:
16443         * ext/libvisual/visual.c: (gst_visual_srclink),
16444         (gst_visual_change_state):
16445           Support libvisual 0.2.0.
16446
16447 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16448
16449         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16450         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16451           Use same rowstrides for I420 as used everywhere else.
16452
16453 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16454
16455         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16456           Declare variables at beginning of block and make gcc-2.95 happy
16457           (fixes # 167482, patch by Gergely Nagy).
16458           
16459         * gst/tcp/gsttcpclientsrc.c:
16460         * gst/tcp/gsttcpclientsrc.h:
16461           Move some includes into the header, so that struct sockaddr_in is
16462           defined when it should be defined on FreeBSD as well (fixes
16463           #167483).
16464           
16465         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16466           Don't pass uninitialised values to setsockopt() here either.
16467
16468 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16469
16470         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16471
16472         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16473           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16474
16475 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16476
16477         * gst/playback/gstplaybin.c: (add_sink):
16478           Invert bin_add/link order to workaround deadlock in opt.
16479
16480 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16481
16482         * gst/modplug/gstmodplug.cc:
16483           Add missing break causing position queries to fail.
16484
16485 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16486
16487         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16488           Granpos can apparently be -1, which screws up calculations...
16489
16490 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16491
16492         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16493         (gst_ximagesink_send_pending_navigation),
16494         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16495         (gst_ximagesink_init):
16496         * sys/ximage/ximagesink.h:
16497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16498         (gst_xvimagesink_send_pending_navigation),
16499         (gst_xvimagesink_navigation_send_event),
16500         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16501         * sys/xvimage/xvimagesink.h:
16502           Use a mutex protected list to marshal navigation
16503           events into the stream thread from whichever thread
16504           sends them.
16505
16506 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16507
16508         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16509           Display current position and track length; misc. clean-ups.
16510           
16511         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16512         (speed_init), (speed_chain):
16513           Add query function, so that the stream length and current position
16514           get adjusted when queried (note that current position queries may
16515           still be wrong if the audio sink returns values based on buffer
16516           timestamps instead of passing on the query).
16517
16518 2005-02-13  Benjamin Otte  <otte@gnome.org>
16519
16520         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16521         (gst_audio_convert_channels):
16522           create channel conversion matrix when linking
16523         * gst/audioconvert/.cvsignore:
16524         * gst/audioconvert/Makefile.am:
16525         * gst/audioconvert/channelmixtest.c: (main):
16526           add (ugly) test that ensures stereo <=> mono conversion works
16527           correctly
16528
16529 2005-02-13  Benjamin Otte  <otte@gnome.org>
16530
16531         * gst/audioconvert/gstchannelmix.h:
16532           include missing header file
16533         * gst/audioconvert/gstchannelmix.c:
16534         (gst_audio_convert_fill_compatible):
16535           use same sign for both channels when converting to/from compatible
16536           channel. Previously used different signs made the signals cancel
16537           each other out and appear like silence. (fixes #167269)
16538
16539 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16540
16541         * gst/ffmpegcolorspace/avcodec.h:
16542         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16543         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16544         (gst_ffmpegcsp_avpicture_fill):
16545         * gst/ffmpegcolorspace/imgconvert.c:
16546           Convert to and from YV12 (fixes #156379).
16547
16548 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16549
16550         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16551         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16552         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16553         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16554         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16555         methods from chain and negotiation and vice versa (Fixes #166142).
16556         * sys/ximage/ximagesink.h: Add stream_lock.
16557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16558         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16559         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16560         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16561
16562 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16563
16564         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16565           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16566           error message when we can't open the DVD device (when dvdnav_open()
16567           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16568           the above). Send something more useful instead (fixes #167117).
16569
16570 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16571
16572         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16573         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16574         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16575         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16576         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16577         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16578         methods from chain and negotiation and vice versa (Fixes #166142).
16579         Fix a possible bug of images in the buffer pool being discarded because
16580         we are looking at the wrong geometry.
16581         * sys/xvimage/xvimagesink.h: Add stream_lock.
16582
16583 2005-02-11  David Schleef  <ds@schleef.org>
16584
16585         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16586         unsigned int. (fixes #167128)
16587
16588 2005-02-11  David Schleef  <ds@schleef.org>
16589
16590         * gst/librfb/Makefile.am: Testing stuff before committing is
16591           for wimps... and people with fast machines.  Fix stupid
16592           mistake.
16593
16594 2005-02-11  David Schleef  <ds@schleef.org>
16595
16596         * configure.ac: Pull in librfb from my CVS tree, because it is
16597           too small and annoying to be separate.  Move rfbsrc plugin
16598           to gst/.
16599         * ext/Makefile.am:
16600         * ext/librfb/Makefile.am:
16601         * ext/librfb/gstrfbsrc.c:
16602         * gst/librfb/Makefile.am:
16603         * gst/librfb/gstrfbsrc.c:
16604         * gst/librfb/rfb.c:
16605         * gst/librfb/rfb.h:
16606         * gst/librfb/rfbbuffer.c:
16607         * gst/librfb/rfbbuffer.h:
16608         * gst/librfb/rfbbytestream.c:
16609         * gst/librfb/rfbbytestream.h:
16610         * gst/librfb/rfbcontext.h:
16611         * gst/librfb/rfbdecoder.c:
16612         * gst/librfb/rfbdecoder.h:
16613         * gst/librfb/rfbutil.h:
16614
16615 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16616
16617         * gst/speed/Makefile.am:
16618         * gst/speed/demo-mp3.c: (main):
16619         * gst/speed/filter.func:
16620         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16621         (speed_class_init), (speed_init), (speed_chain_int16),
16622         (speed_chain_float32), (speed_chain), (speed_set_property),
16623         (speed_get_property), (speed_change_state):
16624         * gst/speed/gstspeed.h:
16625           Fix speed element and make it chain-based (fixes #156467),
16626           and make it handle more than one channel.
16627
16628 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16629
16630         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16631         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16632         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16633         * ext/dts/gstdtsdec.h:
16634           Don't clobber the stack constructing the channels array.
16635           Make the element chain-based. DTS tracks can now be played.
16636           
16637 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16638
16639         * gst-libs/gst/audio/multichannel.h:
16640         * gst-libs/gst/gconf/gconf.h:
16641         * gst-libs/gst/idct/idct.h:
16642         * gst-libs/gst/media-info/media-info-priv.h:
16643         * gst-libs/gst/play/play.h:
16644         * gst-libs/gst/resample/private.h:
16645         * gst-libs/gst/resample/resample.h:
16646         * gst-libs/gst/riff/riff-ids.h:
16647         * gst-libs/gst/video/video.h:
16648         * gst-libs/gst/video/videosink.h:
16649           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16650           missing, so that they work when included from C++ code.
16651
16652 2005-02-09  David Schleef  <ds@schleef.org>
16653
16654         * testsuite/gst-lint: Check for non-statically scoped
16655           parent_class variables.  This won't be a problem once
16656           plugins are loaded with RTLD_LOCAL.
16657
16658 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16659
16660         * ext/mplex/gstmplexibitstream.cc:
16661           gcc madness.
16662
16663 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16664
16665         * ext/ogg/gstogmparse.c:
16666         * gst/debug/gstnavigationtest.c:
16667           Die, thou faulty symbol pollutors (non-static parent_class).
16668
16669 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16670
16671         * ext/mplex/gstmplexibitstream.cc:
16672           Fix event handling (#165525).
16673
16674 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16675
16676         * ext/mikmod/gstmikmod.c:
16677         * gst/modplug/gstmodplug.cc:
16678           Add missing endianness to template (fixes #165509).
16679
16680 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16681
16682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16683           Fix wrong order of reading of optional bytes (#165290).
16684
16685 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16686
16687         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16688           Implement FILLER event awareness.
16689
16690 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16691
16692         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16693           Fix track calculations (#166208).
16694
16695 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16696
16697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16698
16699         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16700         * ext/libpng/gstpngenc.c:
16701           Fix byte-order, use proper fixed caps. Fixes #164197.
16702
16703 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16704
16705         * configure.ac:
16706           Add dvdlpcmdec 
16707
16708         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16709         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16710           Don't push buffers if the src pad isn't negotiated yet.
16711           
16712         * gst/audioconvert/gstaudioconvert.c:
16713         (gst_audio_convert_buffer_to_default_format),
16714         (gst_audio_convert_buffer_from_default_format):
16715           Add support for 24-bit width.
16716
16717         * gst/dvdlpcmdec/.cvsignore:
16718         * gst/dvdlpcmdec/Makefile.am:
16719         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16720         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16721         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16722         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16723         (plugin_init):
16724         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16725           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16726           format. Needs support for the channels maps if someone can find 
16727           a DVD LPCM track with > 2 channels.
16728
16729         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16730         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16731         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16732         * gst/mpegstream/gstdvddemux.h:
16733         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16734         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16735         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16736         * gst/mpegstream/gstmpegdemux.h:
16737         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16738         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16739         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16740         (gst_mpeg_parse_handle_src_query),
16741         (gst_mpeg_parse_handle_src_event):
16742           Use audio/x-dvd-lpcm for LPCM output.
16743           Add DTS output.
16744
16745 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16746
16747         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16748
16749         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16750         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16751           Add BGRA handling (#165736).
16752
16753 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16754
16755         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16756
16757         * gst/law/alaw-decode.c: (alawdec_link):
16758         * gst/law/alaw-encode.c: (alawenc_link):
16759         * gst/law/mulaw-decode.c: (mulawdec_link):
16760         * gst/law/mulaw-encode.c: (mulawenc_link):
16761           Fix caps memleaks (#166600).
16762
16763 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16764
16765         * ext/tarkin/mem.h:
16766         * ext/tarkin/wavelet.h:
16767         * ext/tarkin/yuv.h:
16768         * gst/ffmpegcolorspace/avcodec.h:
16769           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16770           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16771
16772 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16773
16774         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16775         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16776         (gst_xvimagesink_change_state):
16777           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16778           Xv video (and thereby regenerate Xv colourkey) in clear() so
16779           that PLAY -> READY -> PLAY works (fixes #162504).
16780
16781 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16782
16783         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16784           Switch to list instead of range, since MJPEG-devices really just
16785           support decimations, not any size.
16786
16787 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16788         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16789         (gst_mpeg2dec_reset), (free_all_buffers),
16790         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16791         * ext/mpeg2dec/gstmpeg2dec.h:
16792           The libmpeg2 user-allocated buffer management is awkward, 
16793           to say the least. Hopefully this fixes things.
16794
16795 2005-02-04  Andy Wingo  <wingo@pobox.com>
16796
16797         * gst/audioconvert/bufferframesconvert.c
16798         (buffer_frames_convert_fixate): New function, fixates to 256
16799         frames per buffer by default. (Much better than 1.)
16800         (buffer_frames_convert_init): Set the fixate function for both src
16801         and sink pad.
16802         (buffer_frames_convert_link): After success setting nonfixed caps,
16803         get the negotiated caps so we can know how many buffer-frames it
16804         will be. No idea how this worked at all before.
16805
16806 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16807
16808         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16809         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16810         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16811         (handle_sequence), (handle_picture):
16812         * ext/mpeg2dec/gstmpeg2dec.h:
16813           Rearrange buffer tracking and refcounting and refactor
16814           a little for readability. 
16815
16816 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16817         * sys/v4l/gstv4l.c: (plugin_init):
16818         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16819         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16820         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16821         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16822         * sys/v4l/gstv4ljpegsrc.h:
16823         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16824         * sys/v4l/v4l_calls.h:
16825         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16826         (gst_v4lsrc_get_fps):
16827         * sys/v4l/v4lsrc_calls.h:
16828           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16829           you jpeg inside rgb frames" driver.
16830           Don't error in the v4lsrc link function, just return 
16831           REFUSED.
16832
16833 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16834
16835         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16836         (gst_qcamsrc_open):
16837           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16838
16839 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16840
16841         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16842           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16843
16844 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16845
16846         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16847           Reset negotiated state on PAUSED->READY.
16848
16849 2005-02-02  David Schleef  <ds@schleef.org>
16850
16851         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16852         whereever possible.  (Fixes #165997)
16853         * examples/capsfilter/capsfilter1.c: (main):
16854         * examples/dynparams/filter.c: (create_ui):
16855         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16856         * examples/seeking/chained.c: (main):
16857         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16858         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16859         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16860         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16861         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16862         * examples/switch/switcher.c: (main):
16863         * ext/dv/demo-play.c: (main):
16864         * ext/faad/gstfaad.c: (gst_faad_change_state):
16865         * ext/mad/gstmad.c: (gst_mad_chain):
16866         * ext/smoothwave/demo-osssrc.c: (main):
16867         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16868         (gst_gconf_render_bin_from_description),
16869         (gst_gconf_get_default_audio_sink),
16870         (gst_gconf_get_default_video_sink),
16871         (gst_gconf_get_default_audio_src),
16872         (gst_gconf_get_default_video_src),
16873         (gst_gconf_get_default_visualization_element):
16874         * gst/level/demo.c: (main):
16875         * gst/level/plot.c: (main):
16876         * gst/playback/gstplaybin.c: (gen_video_element),
16877         (gen_audio_element):
16878         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16879         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16880         * gst/sine/demo-dparams.c: (main):
16881         * gst/spectrum/demo-osssrc.c: (main):
16882         * gst/speed/demo-mp3.c: (main):
16883         * gst/volume/demo.c: (main):
16884         * testsuite/embed/embed.c: (main):
16885
16886 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16887
16888         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16889         (gst_tcpclientsink_finalize):
16890         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16891         (gst_tcpclientsrc_finalize):
16892         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16893         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16894         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16895         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16896           Don't leak the hostname when shutting down.
16897           In tcpserversrc, take a copy of the default hostname.
16898
16899 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16900
16901         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16902           Set caps to systemstream=TRUE.
16903
16904 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16905
16906         * testsuite/Makefile.am:
16907           Fix more OSX buildbots.
16908
16909 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16910
16911         * ext/mpeg2dec/gstmpeg2dec.c:
16912           Don't send things to NULL PAD_PEERs
16913
16914         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16915           Copy-on-write the incoming buffer.
16916
16917         * gst/mpegstream/gstdvddemux.h:
16918         * gst/mpegstream/gstmpegclock.h:
16919         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16920         (normal_seek), (gst_mpeg_demux_handle_src_event):
16921         * gst/mpegstream/gstmpegdemux.h:
16922         * gst/mpegstream/gstmpegpacketize.h:
16923         * gst/mpegstream/gstmpegparse.c:
16924         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16925         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16926         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16927         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16928         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16929         * gst/mpegstream/gstmpegparse.h:
16930         * gst/mpegstream/gstrfc2250enc.h:
16931           Various changes to the way time is computed that make seeking and
16932           total time estimation much better here.
16933           Use G_BEGIN/END_DECLS instead of __cplusplus
16934
16935         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16936           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16937
16938 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16939
16940         * gst/subparse/gstsubparse.c:
16941           Fix OSX buildbot.
16942
16943 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16944
16945         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16946         (theora_enc_chain), (theora_enc_change_state):
16947         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16948         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16949         (gst_vorbisenc_change_state):
16950         * ext/vorbis/vorbisenc.h:
16951           Set granulepos and timestamp correctly for streams not
16952           starting at 0, taking into account the initial delay.
16953
16954 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16955
16956         * gst/mpegstream/gstdvddemux.c:
16957           Add audio/x-dts to audio pad template caps
16958
16959 2005-01-30  David Schleef  <ds@schleef.org>
16960
16961         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16962         (create_context), (gst_polypsink_link): Fix silly endianness
16963         bug.  Add some debugging.  Remove float from caps; it doesn't
16964         work.  Attempt to get remote audio working.
16965
16966 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16967
16968         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16969           Add 3IV2 fourcc.
16970
16971 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16972
16973         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16974         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16975         (gst_avi_demux_stream_data):
16976         * gst/avi/gstavidemux.h:
16977           Invert DIB images. Fixes #132341.
16978
16979 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16980
16981         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16982         (gst_ffmpegcsp_chain):
16983           D'oh, reference the palette data, not the palette structure.
16984           Fixes color distortion in #132341.
16985
16986 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16987
16988         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16989           PAR can be non-fixed when not provided as argument (#162626).
16990
16991 2005-01-29  David Moore  <dcm@acm.org>
16992
16993         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16994
16995         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16996         (gst_qtdemux_loop_header):
16997           Re-apply patch from #142272 that allows non-seekable sources,
16998           re-proposed by Daniel Drake <dsd@gentoo.org>.
16999
17000 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17001
17002         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
17003           Use the src template for creating the src pad (#162330).
17004
17005 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17006
17007         * configure.ac:
17008         * ext/musepack/Makefile.am:
17009         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
17010         (gst_musepackdec_init), (gst_musepackdec_dispose),
17011         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
17012         (gst_musepack_stream_init), (gst_musepackdec_loop),
17013         (gst_musepackdec_change_state):
17014         * ext/musepack/gstmusepackdec.cpp:
17015         * ext/musepack/gstmusepackdec.h:
17016         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
17017         (gst_musepack_reader_read), (gst_musepack_reader_seek),
17018         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
17019         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
17020         * ext/musepack/gstmusepackreader.cpp:
17021         * ext/musepack/gstmusepackreader.h:
17022           Update to 1.1 API (#165446).
17023
17024 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17025
17026         * ext/Makefile.am:
17027           Unbreak buildbot.
17028
17029 2005-01-28  Andy Wingo  <wingo@pobox.com>
17030
17031         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
17032         to reflect a different dubious internet source. Add a reference
17033         and some commentary.
17034
17035 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17036
17037         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17038         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17039         * gst/playback/gststreamselector.h:
17040           Be more selective when we're redoing caps negotiation from
17041           within the chain function on a stream change.
17042
17043 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17044
17045         * configure.ac:
17046         * ext/Makefile.am:
17047         * ext/amrnb/Makefile.am:
17048         * ext/amrnb/amrnb.c: (plugin_init):
17049         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17050         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17051         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17052         (gst_amrnbdec_state_change):
17053         * ext/amrnb/amrnbdec.h:
17054         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17055         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17056         (gst_amrnbparse_init), (gst_amrnbparse_formats),
17057         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17058         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17059         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17060         * ext/amrnb/amrnbparse.h:
17061           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17062         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17063           Add AMR-NB/-WB raw formats.
17064         * ext/alsa/gstalsa.c: (gst_alsa_link):
17065           Keep valid time when changing format.
17066         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17067         (qtdemux_parse_trak):
17068           Add some more format-specific options (#140141, #143555, #155163).
17069
17070 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17071
17072         * gst/matroska/matroska-demux.c:
17073         (gst_matroska_demux_parse_blockgroup):
17074           Fix logic error in timing of subtitle stream synchronization.
17075         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17076           Add skip-chunk, which is found in kodak-camera streams.
17077
17078 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17079
17080         * po/LINGUAS:
17081         * po/vi.po:
17082           Adding Vietnamese translation (submitted by Clytie Siddall)
17083
17084 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17085
17086         * gst/playback/gstdecodebin.c: (try_to_link_1):
17087           Use realpad for signal.
17088
17089 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17090
17091         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17092           Fix category so decodebin picks it up.
17093
17094 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17095
17096         * ext/mad/Makefile.am:
17097         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17098         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17099         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17100         (found_type), (gst_id3demux_bin_change_state):
17101         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17102         (gst_id3_tag_init), (gst_id3_tag_handle_event),
17103         (gst_id3_tag_src_link), (gst_id3_tag_chain),
17104         (gst_id3_tag_change_state), (plugin_init):
17105         * ext/mad/gstmad.h:
17106           Add id3demuxbin (which is a simple bin consisting of id3demux
17107           and typefind), take over rank from id3demux, remove typefind
17108           code from id3demux. Makes all broken mp3s that I know of work,
17109           and thereby fixes #152688.
17110
17111 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
17112
17113         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17114
17115         * ext/mad/gstmad.c: (gst_mad_src_event):
17116         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17117           Allow seeks on audio pad, make mad forward those (#164826).
17118         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17119           Set duration (#165335).
17120
17121 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17122
17123         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17124         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17125         (gst_asf_demux_process_ext_content_desc),
17126         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17127         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17128         * gst/asfdemux/gstasfdemux.h:
17129           Improve metadata display, e.g. if the metadata comes before the
17130           streams are loaded (which is perfectly valid).
17131
17132 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17133
17134         * tools/gst-launch-ext-m.m:
17135           Fix AVI/ASF pipelines (#165340).
17136
17137 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
17138         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
17139         build failure on amd64
17140
17141 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17142
17143         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17144         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17145           Check environment variables GST_ID3V2_TAG_ENCODING,
17146           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17147           list of character encodings to force interpretation of non-unicode
17148           strings stored in an ID3v2 tag to a particular encoding. If none
17149           is specified, try to use current locale's encoding, then fall back
17150           to ISO-8859-1 (which will always succeed). (Resolves #149274)
17151         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17152         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17153           Check environment variables GST_ID3V1_TAG_ENCODING,
17154           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17155           list of character encodings to use in case a string encountered
17156           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17157           specified, try to use the current locale's encoding, then fall
17158           back to ISO-8859-1 (which will always succeed).
17159
17160 2005-01-25  Benjamin Otte  <otte@gnome.org>
17161
17162         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17163           - on half framerate, compute the rate in advance so the comparisons
17164             don't compare wrong values
17165           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17166             behaviour
17167           - don't use mad_header_decode anymore, mad_frame_decode does that
17168             automatically
17169           - when getting rid of consumed bytes, reset the stream's skiplen
17170           (fixes #163867)
17171
17172 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17173
17174         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17175           Use 1/2 a second for default max_discont, as PES streams from DVB
17176           seem to have larger spacings in the SCR. 
17177           Fix a typo.
17178
17179 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17180
17181         * gst/playback/gstplaybasebin.c: (group_commit):
17182           Notify delayed stream-info availability.
17183
17184 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17185         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17186         (gst_a52dec_handle_event), (gst_a52dec_chain):
17187         Add some debug output. Check that a discont has a valid
17188         time associated.
17189         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17190         (gst_alsa_sink_loop):
17191         Ignore TAG events. A little extra debug for broken timestamps.
17192         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17193         (dvdnavsrc_change_state):
17194         Ensure we send a discont to engage the link before we send any
17195         other events.
17196         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17197         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17198         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17199         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17200         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17201         dvd://title works in totem because typefinding sends a seek that ends
17202         up going back to chapter 1 regardless.
17203         * ext/mpeg2dec/gstmpeg2dec.c:
17204         * ext/mpeg2dec/gstmpeg2dec.h:
17205         Output correct timestamps and handle disconts.
17206         * ext/ogg/gstoggdemux.c: (get_relative):
17207         Small guard against a null dereference.
17208         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17209         (gst_textoverlay_set_property):
17210         Free memory when done. Don't call gst_event_filler_get_duration on
17211         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17212         g_warning.
17213         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17214         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17215         (gst_sw_srclink), (gst_smoothwave_chain):
17216         Draw solid lines, prettier colours.
17217         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17218         Add a default palette that'll work for some movies.
17219         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17220         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17221         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17222         * gst/mpegstream/gstdvddemux.h:
17223         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17224         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17225         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17226         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17227         * gst/mpegstream/gstmpegparse.h:
17228         Use PTM/NAV events when for timestamp adjustment when connected to 
17229         dvdnavsrc. Don't use many discont events where one suffices.
17230         * gst/playback/gstplaybasebin.c: (group_destroy),
17231         (gen_preroll_element), (gst_play_base_bin_add_element):
17232         * gst/playback/gstplaybasebin.h:
17233         Make sure we remove subtitles from the same bin we put them in.
17234         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17235         (gst_subparse_buffer_format_autodetect),
17236         (gst_subparse_change_state):
17237         Fix some memleaks and invalid accesses.
17238         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17239         (oggskel_type_find), (cmml_type_find), (plugin_init):
17240         Some typefind functions for Annodex v3.0 files
17241         * gst/wavparse/gstwavparse.h:
17242         GstRiffReadClass is the correct parent class.
17243
17244 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17245
17246         * gst-libs/gst/riff/riff-media.c:
17247         (gst_riff_create_video_caps_with_data):
17248           Add extradata to huffyuv (fixes #165013).
17249         * gst-libs/gst/riff/riff-read.c:
17250         (gst_riff_read_strf_vids_with_data):
17251           Fix extradata extraction if it is in the chunk size.
17252
17253 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17254
17255         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17256
17257         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17258         (gst_quarktv_change_state), (gst_quarktv_dispose):
17259           Memory free'ing location fix (#164708).
17260
17261 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17262
17263         * gst/playback/gstplaybasebin.c: (group_commit),
17264         (gen_preroll_element), (probe_triggered), (gen_source_element),
17265         (setup_source), (gst_play_base_bin_change_state),
17266         (gst_play_base_bin_add_element):
17267           Don't block for streams.
17268         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17269         (gst_stream_info_set_mute):
17270           Use gst_pad_set_active_recursive.
17271
17272 2005-01-25  Andy Wingo  <wingo@pobox.com>
17273
17274         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17275         for #ifndef HAVE_XVIDEO.
17276
17277 2005-01-24  Jeffrey C. Ollie
17278
17279         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17280
17281         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17282         * ext/gsm/gstgsmdec.h:
17283         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17284         * ext/gsm/gstgsmenc.h:
17285         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17286         was given by property. Add proper buffer timestamps and offsets.
17287
17288 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17289
17290         * gst-libs/gst/riff/riff-media.c:
17291         (gst_riff_create_audio_caps_with_data):
17292           Audio can be <8000Hz.
17293
17294 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17295
17296         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17297           Explicit state change to workaround refcount bugs.
17298
17299 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17300
17301         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17302         (gst_avimux_riff_get_avi_header):
17303           Fix...
17304
17305 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17306
17307         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17308         (gst_riff_read_element_data):
17309         * gst-libs/gst/riff/riff-read.h:
17310           Add _peek version (req'ed in CDXA).
17311         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17312         (gst_cdxaparse_loop):
17313           Fix parsing in playbin.
17314         * gst/playback/gstdecodebin.c: (close_pad_link):
17315           Ignore current_ pads, they cause major annoyance.
17316
17317 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17318
17319         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17320           Safety guard.
17321
17322 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17323
17324         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17325           Fix padding...
17326
17327 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17328
17329         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17330           Allow for 0-sized buffers. Fixes length query problems in
17331           starwars.mkv from the testsuite.
17332
17333 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17336         (gst_video_box_i420), (gst_video_box_chain):
17337           Fix row strides for I420 (fixes #163159)
17338           
17339 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17340
17341         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17342           MPEG2 has a useful rate property, so we can actually use that.
17343           For MPEG-1, continue using the bytes/time properties.
17344
17345 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17346
17347         * gst-libs/gst/riff/riff-media.c:
17348         (gst_riff_create_video_caps_with_data),
17349         (gst_riff_create_video_template_caps):
17350           Add intel-h263.
17351
17352 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17353
17354         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17355           Fail if caps negotiation fails. Should fix #162184, and should
17356           definately be in there regardless of it fixing the actual bug.
17357         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17358         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17359         (gst_avimux_riff_get_avix_header),
17360         (gst_avimux_riff_get_video_header),
17361         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17362         (gst_avimux_start_file), (gst_avimux_handle_event),
17363         (gst_avimux_change_state):
17364         * gst/avi/gstavimux.h:
17365           Refactor structure writing to use GST_WRITE_UINT macros, add
17366           metadata writing support.
17367
17368 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17369
17370         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17371           Elements may already be destroyed when this function is called.
17372
17373 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17374
17375         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17376         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17377           More memory leak fixes (#149162).
17378
17379 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17380
17381         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17382         (gst_qtdemux_add_stream):
17383           Fix two memleaks.
17384
17385 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17386
17387         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17388           Argh...
17389
17390 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17391
17392         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17393           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17394           when fixating to six channels in Totem.
17395
17396 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17397
17398         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17399           Fix compile warnings on Solaris 10 buildbot
17400
17401 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17402
17403         * ext/dvdread/dvdreadsrc.c: (_read):
17404           Don't read beyond the last cell in a chapter (fixes 
17405           invalid memory access)
17406
17407 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17408
17409         * ext/dvdread/stream_labels.c:
17410         (dvdreadsrc_get_audio_stream_labels):
17411           Use NULL for an empty GList instead of g_list_alloc(); fix 
17412           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17413           of GString (easier to bulk free later)
17414
17415 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17416
17417         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17418
17419         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17420         (gst_ffmpeg_pixfmt_to_caps):
17421           Fix BGRA32 caps (#164209).
17422
17423 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17424
17425         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17426
17427         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17428         (gst_ffmpeg_caps_to_pixfmt):
17429           alpha_mask can be RGBA/ABGR. Fixes #164265.
17430
17431 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17432
17433         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17434
17435         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17436         (gst_mpeg2dec_alloc_buffer):
17437         * ext/mpeg2dec/gstmpeg2dec.h:
17438           Crop if decoding size is not the actual image size (#163676).
17439
17440 2005-01-17  Steve Baker  <steve@stevebaker.org>
17441
17442         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17443
17444         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17445         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17446           Add libsndfile typefind functions (#163309).
17447
17448 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17449
17450         * tools/gst-launch-ext-m.m:
17451           Add .aac, fix .m1v/.m2v (#163891).
17452
17453 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17454
17455         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17456           Sanity check, don't wait endlessly since the clock might not
17457           actually run at this point (which is a deadlock). Fixes #164069.
17458
17459 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17460
17461         * gst/playback/gstplaybasebin.c: (probe_triggered):
17462           Of course, only pause if group is done...
17463
17464 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17465
17466         * gst/playback/gstplaybasebin.c: (probe_triggered):
17467           Thread safety.
17468
17469 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17470
17471         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17472           Don't return state change success when the parent
17473           failed.
17474
17475 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17476
17477         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17478           Free events (fix memleak in #162905).
17479
17480 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17481
17482         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17483
17484         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17485         (gst_ffmpeg_caps_to_pixfmt):
17486           Fix for depth = 15. Fixes #161675.
17487
17488 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17489
17490         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17491           Set FPS correctly, even for webcams and the like.
17492         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17493           Don error on setting while capturing.
17494
17495 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17496
17497         * ext/dv/gstdvdec.c:
17498         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17499         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17500           I'm a bad boy. using /1001. to force C to do float division
17501           and not integer division (as it did in my last commit)
17502           Thanks to David I. Lehn for pointing this mistake.
17503
17504 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17505
17506         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17507           Revert Johan's 1.35->1.36 since it breaks compat.
17508
17509 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17510
17511         * ext/dv/gstdvdec.c:
17512         * ext/libfame/gstlibfame.c:
17513         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17514         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17515           replace framerate aproximations by their real value
17516           (24000/1001, 30000/1001, 60000/1001)
17517           Finish fixing bug #164049
17518
17519 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17520
17521         * ext/ogg/gstoggmux.c:
17522           eos/bos debugging
17523         * gst/tcp/gstmultifdsink.c:
17524         * gst/tcp/gstmultifdsink.h:
17525         * gst/tcp/gsttcp.c:
17526         * gst/tcp/gsttcp.h:
17527         * gst/tcp/gsttcpclientsink.c:
17528         * gst/tcp/gsttcpclientsrc.c:
17529         * gst/tcp/gsttcpserversink.c:
17530         * gst/tcp/gsttcpserversrc.c:
17531           improve reusability of elements after state changes and errors
17532           make multifdsink throw away streamheaders when receiving new ones
17533
17534 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17535
17536         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17537           Fix for if items are already in list...
17538
17539 2005-01-12  Benjamin Otte  <otte@gnome.org>
17540
17541         * gst/adder/gstadder.c: (gst_adder_loop):
17542           fix adder a bit so it doesn't screw up with events as much anymore
17543
17544 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17545
17546         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17547         (pixbufscale_scale), (gst_pixbufscale_chain):
17548         * ext/gdk_pixbuf/pixbufscale.h:
17549           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17550           to ensure rowstrides are calculated the same way as 
17551           ffmpegcolorspace
17552           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17553           that we pick up duration and offset also.
17554
17555 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17556
17557         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17558         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17559           Reusability fixes.
17560
17561 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17562
17563         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17564         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17565         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17566         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17567           Update flags when requested.
17568
17569 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17570
17571         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17572           Fix dmix.
17573
17574 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17575
17576         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17577         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17578         (probe_triggered), (new_decoded_pad), (gen_source_element),
17579         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17580         * gst/playback/gstplaybasebin.h:
17581         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17582         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17583         (gst_play_bin_change_state):
17584           Implement group-switch signal for use in apps to clear metadata
17585           cache, clean up subtitle, add suburi property instead of # hack,
17586           some error-out fixes.
17587
17588 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17589
17590         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17591           Debug.
17592         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17593           If we got a state change in the _get handler, don't return success.
17594
17595 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17596
17597         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17598         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17599           Make jpegdec quiet on MJPEG decoding
17600         * gst/asfdemux/README:
17601           Fix mimetypes for MJPEG and H263
17602
17603 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17604
17605         * ext/theora/theoradec.c: (theora_dec_chain):
17606           Fix broken code generation by gcc by swapping arguments.
17607         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17608           Fix \n in debug.
17609
17610 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17611
17612         * TODO:
17613           delete this file, it is by far outdated
17614         * ext/alsa/gstalsa.1: remove
17615         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17616         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17617         (gst_alsa_get_caps):
17618           Add HW probing for supported sample rates. Fixes #161704
17619
17620 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17621
17622         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17623           Don't crash, biatch! :).
17624
17625 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17626
17627         * ext/musepack/gstmusepackreader.cpp:
17628         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17629           Some work on tags - still doesn't work in playbin...
17630         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17631           Handle events...
17632
17633 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17634
17635         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17636           Also shove tags on kid pads.
17637
17638 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17639
17640         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17641           Don't bail on unknown events.
17642         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17643           Don't crash on events before negotiation.
17644         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17645           Send tags on pads, too.
17646         * gst/playback/gststreamselector.c:
17647         (gst_stream_selector_request_new_pad):
17648           Forward events on first pad if no input was selected yet.
17649
17650 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17651
17652         * gst/playback/gstplaybasebin.c: (setup_substreams):
17653           Don't disable streamtype if the stream doesn't exist, since
17654           then playing a video after audio will disable both and nothing
17655           will happen. Fixes the testsuite.
17656
17657 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17658
17659         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17660         (gst_v4l_xoverlay_set_xwindow_id):
17661         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17662         (gst_v4l2_xoverlay_set_xwindow_id):
17663           Add debug categories, fix overlay disabling.
17664
17665 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17666
17667         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17668         * ext/alsa/gstalsa.h:
17669           Add HW probing for period_count/size and buffer_size MIX/MAX
17670           Adjust default/user defined value if out of bounds
17671           Should fix bug #162024
17672
17673 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17674
17675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17676           Fix warning (#161191).
17677
17678 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17679
17680         * ext/dvdread/stream_labels.c:
17681         (dvdreadsrc_get_audio_stream_labels):
17682           Fix warning (init the good variable in switch default)
17683
17684 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17685
17686         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17687
17688         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17689           Fix gcc-2.95 compile (#163485).
17690
17691 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17692
17693         * configure.ac:
17694         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17695         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17696         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17697         (gst_flacenc_change_state):
17698         * ext/flac/gstflacenc.h:
17699           Update for API change in flac-1.1.1. Update requirement in
17700           configure.ac. Fixes #162974.
17701
17702 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17703
17704         * gst/playback/gstplaybasebin.c: (group_destroy):
17705           Remove hack to get rid of assert and get rid of unlinked
17706           signals properly.
17707
17708 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17709
17710         * gst/playback/gstplaybasebin.c: (setup_source):
17711           Set source to NULL so that resources are free'ed. Fixes issues
17712           with playback of CDDA and similar device-accessing things.
17713
17714 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17715
17716         * testsuite/embed/Makefile.am:
17717           test->noinst, fix make test in buildbot.
17718
17719 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17720
17721         * ext/dvdread/stream_labels.c: new file
17722         * ext/dvdread/stream_labels.h: new file
17723         * ext/dvdread/Makefile.am:
17724         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17725           Extract audio stream label from DVD IFO files.
17726           It only dump them on the console for now, still have to
17727           make playbin aware of them.
17728
17729 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17730
17731         * gst/playback/gstplaybasebin.c: (setup_source):
17732           Fix hanging subs.
17733
17734 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17735
17736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17737         (gen_preroll_element), (remove_groups), (setup_subtitle),
17738         (gen_source_element), (setup_source):
17739         * gst/playback/gstplaybasebin.h:
17740           Multiple .sub files is just a stupid idea... Fix some threading
17741           mistakes. Interestingly, external .sub files cause playbin to
17742           hang, I don't know why... Parsing fixes contributed by Fran??ois
17743           Kooman <fkooman@tuxed.net>.
17744
17745 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17746
17747         * testsuite/embed/Makefile.am:
17748           Fix buildbot.
17749
17750 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17751
17752         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17753
17754         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17755         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17756         (gst_pngenc_set_property):
17757         * ext/libpng/gstpngenc.h:
17758           Add compression level property (#163323).
17759
17760 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17761
17762         * configure.ac:
17763         * examples/capsfilter/capsfilter1.c: (main):
17764         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17765         * ext/dvdread/Makefile.am:
17766         * ext/dvdread/demo-play:
17767         * ext/dvdread/demo-play.c:
17768         * gconf/gstreamer.schemas.in:
17769         * gst-libs/gst/gconf/gconf.c:
17770         * sys/v4l/TODO:
17771         * testsuite/Makefile.am:
17772         * testsuite/embed/Makefile.am:
17773         * testsuite/embed/embed.c: (cb_expose), (main):
17774           Remove all references to xvideosink, fix examples (#140845).
17775         * gst/playback/gstplaybasebin.c: (group_destroy):
17776           Apparently, disposal does not unlink - so do explicitely.
17777         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17778           Add debug.
17779
17780 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17781
17782         * README: fix PKG_CONFIG_PATH instructions, what was there
17783         previously was breaking default search path, not nice. 
17784         Fixes #163358
17785
17786 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17787
17788         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17789         (gst_audioscale_chain):
17790           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17791           when resampling - how the ^@$^!@^! is this possible?!?
17792
17793 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17794
17795         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17796           Reset variables on READY.
17797         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17798         (gst_matroska_mux_loop):
17799           Require data before writing header.
17800
17801 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17802
17803         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17804
17805         * ext/mad/gstmad.c: (gst_mad_chain):
17806           Don't call mad_stream_sync() directly after recovering sync.
17807           Fixes #151661.
17808
17809 2005-01-09  Martin Eikermann  <meiker@upb.de>
17810
17811         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17812
17813         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17814         (snapshot_handler), (gst_snapshot_sinkconnect),
17815         (gst_snapshot_chain):
17816           Allocate resources when required, fix recursive signal emission
17817           and fix caps. Fixes #161667.
17818
17819 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17820
17821         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17822
17823         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17824         (gst_pngdec_chain):
17825           Handle only 8-bppc (bits-per-pixel-component) images, better
17826           error handling and correct strides. Fixes #163177.
17827         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17828         (gst_pngenc_chain):
17829           Better error handling. Fixes #163348.
17830
17831 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17832
17833         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17834         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17835         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17836         (dvdnavsrc_uri_handler_init):
17837           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17838         * gst/playback/gstplaybasebin.c: (gen_source_element):
17839           Add MMS to streaming URIs.
17840
17841 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17842
17843         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17844         * sys/xvimage/xvimagesink.c:
17845         (gst_xvimagesink_navigation_send_event):
17846           Check for pad availability before sending event.
17847
17848 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17849
17850         * gst-plugins.spec.in:
17851           Add subparse.
17852
17853 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17854
17855         * configure.ac:
17856           Since we use functions from CVS, up requirement.
17857
17858 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17859
17860         * gst/playback/Makefile.am:
17861         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17862         (group_destroy), (group_commit), (group_is_muted),
17863         (gen_preroll_element), (add_stream), (unknown_type),
17864         (probe_triggered), (preroll_unlinked), (mute_stream),
17865         (silence_stream), (new_decoded_pad), (setup_substreams),
17866         (setup_source), (get_active_source), (mute_group_type),
17867         (muted_group_change_state), (set_active_source),
17868         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17869         (play_base_eos), (gst_play_base_bin_change_state):
17870         * gst/playback/gstplaybasebin.h:
17871         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17872         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17873         (gst_stream_info_dispose), (stream_info_mute_pad),
17874         (stream_info_change_state), (gst_stream_info_set_mute):
17875         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17876         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17877         (gst_stream_selector_init), (gst_stream_selector_dispose),
17878         (gst_stream_selector_get_linked_pad),
17879         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17880         (gst_stream_selector_get_linked_pads),
17881         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17882         * gst/playback/gststreamselector.h:
17883           Adding stream selection support plus required properties for
17884           applications to use this. Fully fixes #100931.
17885
17886 2005-01-08  Benjamin Otte  <otte@gnome.org>
17887
17888         * gst/games/gstpuzzle.c: (nav_event_handler):
17889           - handle nav events differently: forward every event no matter if it
17890             was handled or not.
17891           - translate events
17892           You can now cheat by using navigationtest ! puzzle and moving the
17893           mouse close to the edge of a tile. ;)
17894
17895 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17896
17897         * configure.ac:
17898         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17899         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17900         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17901         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17902         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17903         (gst_ogm_parse_plugin_init):
17904         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17905         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17906         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17907         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17908         * ext/pango/gsttextoverlay.h:
17909         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17910         (gst_matroska_demux_handle_seek_event),
17911         (gst_matroska_demux_sync_streams),
17912         (gst_matroska_demux_parse_blockgroup),
17913         (gst_matroska_demux_subtitle_caps),
17914         (gst_matroska_demux_plugin_init):
17915         * gst/matroska/matroska-ids.h:
17916         * gst/playback/gstdecodebin.c: (close_pad_link):
17917         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17918         (gen_preroll_element), (remove_groups), (add_stream),
17919         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17920         (setup_source):
17921         * gst/playback/gstplaybasebin.h:
17922         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17923         * gst/subparse/Makefile.am:
17924         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17925         (gst_subparse_base_init), (gst_subparse_class_init),
17926         (gst_subparse_init), (gst_subparse_formats),
17927         (gst_subparse_eventmask), (gst_subparse_event),
17928         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17929         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17930         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17931         (parse_mpsub_deinit), (parse_mpsub_init),
17932         (gst_subparse_buffer_format_autodetect),
17933         (gst_subparse_format_autodetect), (gst_subparse_loop),
17934         (gst_subparse_change_state), (gst_subparse_type_find),
17935         (plugin_init):
17936         * gst/subparse/gstsubparse.h:
17937         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17938         (plugin_init):
17939           Add subtitle support, .sub parser (supports SRT and MPsub),
17940           OGM text support, Matroska UTF-8 text support, deadlock fixes
17941           all over the place, subtitle awareness in decodebin/playbin
17942           and some fixes to textoverlay to handle subtitles in a stream
17943           correctly. Fixes #100931.
17944
17945 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17946
17947         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17948           Check for pad availability before doing a query on it.
17949
17950 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17951
17952         * ext/dv/gstdvdec.c:
17953           really fix bpp24/32 dvdec caps (classic rgba indeed)
17954         * gst/asfdemux/gstasfdemux.c:
17955         (gst_asf_demux_process_ext_content_desc):
17956           don't send text tags if they are empty (bis repetita)
17957
17958 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17959
17960         * ext/dv/gstdvdec.c:
17961          remove unneeded comment from dvdec
17962           (related to DV 4CC codes in AVI files)
17963           moved them in gstreamer/docs/random/mimetypes
17964         * gst/asfdemux/gstasfdemux.c:
17965         (gst_asf_demux_process_ext_content_desc):
17966          don't send text tags if they are empty
17967          fix mem leak on error path
17968         * gst/ffmpegcolorspace/avcodec.h:
17969         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17970         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17971         (gst_ffmpegcsp_avpicture_fill):
17972         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17973         * gst/ffmpegcolorspace/imgconvert_template.h:
17974          adds BGR32 and BGRA32 to ffmpegcolorspace
17975           (still bad colors, fixing it on next commit)
17976           helps with dvdec outputing BGR32
17977
17978 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17979
17980         * ext/dv/gstdvdec.c:
17981          Fix audio caps i just broke (missing ',')
17982         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17983         (gst_matroska_mux_reset):
17984          Fix typo + add FIXME about old "x-gst-metadata" crap
17985
17986 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17987
17988         * ext/dv/demo-play.c: (main):
17989          xvideosink -> xvimagesink
17990         * ext/dv/gstdvdec.c:
17991          change rgb 32/32 caps to 24/32 (no alpha)
17992          change nb of channels to be a list (2 or 4, not 2)
17993          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17994         * gst/asfdemux/gstasfdemux.c:
17995         (gst_asf_demux_process_ext_content_desc):
17996          Add 'date/year' to extracted metadata list
17997
17998 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17999
18000         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18001           The return value of fixate_to does not imply that the requested
18002           value was set, so don't assume.
18003
18004 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
18005
18006         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18007
18008         * ext/libpng/gstpngdec.c:
18009         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
18010         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
18011         * ext/libpng/gstpngenc.h:
18012           Alpha support (encoder; #163161), mime fixage.
18013
18014 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
18015
18016         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18017
18018         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
18019         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
18020         (gst_faac_set_property), (gst_faac_get_property):
18021         * ext/faac/gstfaac.h:
18022           Allow for ADTS output (#153434).
18023
18024 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18025
18026         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18027           Fix against template (#150576).
18028
18029 2005-01-06  Benjamin Otte  <otte@gnome.org>
18030
18031         * gst/games/gstpuzzle.c: (draw_puzzle):
18032           don't draw a puzzle if either width or height of tiles would be 0.
18033
18034 2005-01-06  Benjamin Otte  <otte@gnome.org>
18035
18036         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
18037         (gst_puzzle_class_init), (gst_puzzle_finalize):
18038           no memleaks, please
18039         (gst_puzzle_create), (gst_puzzle_init),
18040         (gst_puzzle_set_property), (gst_puzzle_setup):
18041           change initialization code around so we don't reshuffle on resize
18042         (draw_puzzle):
18043           fix another stupid typo
18044
18045 2005-01-06  Benjamin Otte  <otte@gnome.org>
18046
18047         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18048           fix stupid typo that borked copying on YUY2
18049
18050 2005-01-06  Benjamin Otte  <otte@gnome.org>
18051
18052         * gst/games/gstpuzzle.c: (draw_puzzle):
18053           fix edges when image sizes aren't multiples of tile sizes
18054
18055 2005-01-06  Benjamin Otte  <otte@gnome.org>
18056
18057         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18058           make RGB endianness work correctly
18059         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18060           refactor and fix race with initial shuffling
18061         (nav_event_handler):
18062           allow using the mouse to puzzle
18063         (draw_puzzle):
18064           insist on tiles having width and height as multiples of 4 to get
18065           clean YUV image handling
18066         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18067         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18068           s/DEBUG/LOG/ for common messages
18069         (gst_xvimagesink_navigation_send_event):
18070           fix mouse event translation to not include screen PAR
18071         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18072           fix mouse event translation to actually work
18073
18074 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18075
18076         * gst/asfdemux/gstasfdemux.c:
18077         (gst_asf_demux_process_ext_content_desc):
18078          Extract TrackNumber metadata + clean up code
18079         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18080          Hope this is the good fix (var used unitialised)
18081
18082 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18083
18084         * ext/faad/gstfaad.c: (gst_faad_chain):
18085           Only increment timestamp if it's valid. Fixes raw AAC streams.
18086
18087 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18088
18089         * configure.ac:
18090         * gst/games/Makefile.am:
18091         * gst/games/gstpuzzle.c:
18092           add a puzzle game with...
18093         * gst/games/gstvideoimage.c:
18094         * gst/games/gstvideoimage.h:
18095           ... full colorspace support (that includes YUV9 and RGB16)) stolen
18096           from videotestsrc and made into something that would be a nice
18097           library for a lot of other plugins.
18098
18099 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18100
18101         * configure.ac:
18102          don't compile faad plugin if a RC of 2.0 is found
18103          Fixes #155346 (and FC1 buildbot)
18104         * gst/asfdemux/gstasfdemux.c:
18105         (gst_asf_demux_process_ext_content_desc):
18106          try to make Solaris compiler happier
18107
18108 2005-01-06  Paul Jack  <pjack@sfaf.org>
18109
18110         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18111
18112         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18113           Fix segfault (#161667).
18114
18115 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18116
18117         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18118           Fix framerate reporting.
18119
18120 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18121
18122         * gst-libs/gst/riff/riff-ids.h:
18123         * gst/wavenc/riff.h:
18124          Add AMR (VBR and CBR) ids to riff.h audio codec list
18125         * gst/asfdemux/gstasfdemux.c:
18126         (gst_asf_demux_process_ext_content_desc),
18127         (gst_asf_demux_process_object):
18128           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18129
18130 2005-01-05  Martin Eikermann  <meiker@upb.de>
18131
18132         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18133
18134         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18135         (gst_dvd_demux_handle_discont):
18136         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18137         (gst_mpeg_demux_handle_discont):
18138           Recreate pads on new-media (#160730).
18139         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18140           Send discont even if manager changes timestamps (#161929).
18141
18142 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
18143
18144         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18145
18146         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18147           Fix invalid memory access (#159211).
18148
18149 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18150
18151         * examples/gstplay/player.c: (main):
18152           Don't iterate.
18153         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18154           Add visualizations.
18155         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18156         (gst_a52dec_handle_frame):
18157           Set duration.
18158         * ext/dvdnav/gst-dvd:
18159           Add audioconvert. Fixes #161325.
18160         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18161           Explicitely case to gint64. Possible valgrind error.
18162         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18163         (gst_play_tick_callback), (gst_play_change_state),
18164         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18165         (gst_play_set_location), (gst_play_get_location),
18166         (gst_play_seek_to_time), (gst_play_set_data_src),
18167         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18168         (gst_play_set_visualization), (gst_play_connect_visualization),
18169         (gst_play_get_framerate), (gst_play_get_all_by_interface),
18170         (gst_play_new):
18171           Use playbin. Fixes #139749 and #147744.
18172         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18173           Add genre tag.
18174         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18175         (audioscale_get_type), (gst_audioscale_base_init),
18176         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18177         (gst_audioscale_getcaps), (gst_audioscale_fixate),
18178         (gst_audioscale_link), (gst_audioscale_get_buffer),
18179         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18180         (gst_audioscale_init), (gst_audioscale_dispose),
18181         (gst_audioscale_chain), (gst_audioscale_set_property),
18182         (gst_audioscale_get_property), (plugin_init):
18183           Indent properly.
18184         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18185           Fix LPCM.
18186         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18187         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18188         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18189           Add more metadata (fixes #162656).
18190
18191 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18192
18193         * configure.ac:
18194           back to cvs
18195
18196 === release 0.8.7 ===
18197
18198 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18199
18200         * NEWS:
18201         * RELEASE:
18202         * configure.ac:
18203           releasing 0.8.7, "Hyperspace"
18204
18205 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18206
18207         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
18208
18209         * gst/playback/gstplaybasebin.c:
18210          Fix for #162924 - free caps after use, not before
18211
18212 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18213
18214         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18215
18216         * gst/playback/gstplaybasebin.c:
18217         * gst/wavparse/gstwavparse.c:
18218           Fix for #154773 - fixes playback of small .wav files
18219
18220 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18221
18222         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18223
18224         * gst/audioscale/gstaudioscale.c:
18225           Fix for #162819 - make audioscale reusable
18226           Fixes playback of more than one file with playbin/totem
18227
18228 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18229
18230         * gst/ffmpegcolorspace/avcodec.h:
18231         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18232         * gst/ffmpegcolorspace/imgconvert.c:
18233           clean up the mess that made me cry and avoid needless duplication
18234
18235 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18236
18237         * gst/ffmpegcolorspace/imgconvert.c:
18238           give some indication of why we're segfaulting
18239
18240 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18241
18242         * configure.ac:
18243           Fix indentation, fix v4l2 plugin detection.
18244         * ext/Makefile.am:
18245           Fix libmms location (Maciej, use diff -u!).
18246         * ext/alsa/gstalsa.c: (gst_alsa_init):
18247           Initialize caps cache to NULL.
18248         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18249           Only change state on audiosink if it exists.
18250
18251 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18252
18253         * gst/matroska/matroska-demux.c:
18254         * gst/matroska/matroska-ids.h:
18255         * gst/matroska/matroska-demux.h:
18256         Fix Vorbis streams failing to decode in some files, where cluster_time
18257         isn't 0, because then it doesn't send codec_priv before actual data.
18258         Remove time-based test and replace it with marker set on beginning of
18259         new stream
18260
18261 2004-12-28  David Schleef  <ds@schleef.org>
18262
18263         Merge patch from Ronald fixing problems with streaming
18264         text.
18265         * ext/cairo/gstcairo.c: (plugin_init):
18266         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18267         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18268         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18269         (gst_textoverlay_font_init), (gst_textoverlay_init),
18270         (gst_textoverlay_set_property):
18271         * ext/cairo/gsttextoverlay.h:
18272
18273 2004-12-27  David Schleef  <ds@schleef.org>
18274
18275         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18276         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18277         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18278         (gst_textoverlay_font_init), (gst_textoverlay_init),
18279         (gst_textoverlay_set_property): Improvements to actually
18280         render text as white on black outline on video, including
18281         font selection and horizontal/vertical alignment.  (Ronald's
18282         christmas present)
18283         * ext/cairo/gsttextoverlay.h:
18284
18285 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18286
18287         * ext/ogg/gstogg.c:
18288         * ext/ogg/gstogmparse.c:
18289           fix ogm[audio/video]parse plugin registration
18290           (riff won't load if bytestream is already loaded)
18291
18292 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18293
18294         * gst/audioconvert/gstchannelmix.c:
18295           fix for GLIB < 2.4
18296
18297 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18298
18299         * Makefile.am:
18300         * configure.ac:
18301           disable docs again until it actually passes make distcheck.
18302
18303 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18304
18305         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18306         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18307         (plugin_init):
18308           Add 3GP (variables name Q3GP because they can't start with a
18309           number). Add samr audio fourcc (used in .3gp files), decoder
18310           is work in progress. Also do a GST_WARNING instead of ERROR
18311           in case of unknown nodes, to decrease output.
18312
18313 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18314
18315         * Makefile.am:
18316           really fix dist
18317
18318 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18319
18320         * configure.ac:
18321         * ext/speex/gstspeexdec.h:
18322         * ext/speex/gstspeexenc.h:
18323           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18324           Fix detection code in configure.ac
18325
18326 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18327
18328         * gst/matroska/matroska-demux.c:
18329         (gst_matroska_demux_parse_blockgroup):
18330           Save position, so that queries give proper return values. Don't
18331           know how this could ever have worked before...
18332
18333 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18334
18335         * configure.ac:
18336           Put additional LAME check inside the conditional.  Fixes #152339
18337
18338 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18339
18340         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18341         (gst_avi_demux_stream_scan):
18342           Add some more debug. Fix logic error when setting movi offset
18343           while reading index.
18344
18345 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18346
18347         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18348         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18349         (gst_avi_demux_process_next_entry):
18350           Add some debugging. Better detection of broken indexes and the
18351           accompanying index recovery. No infinite loops on state changes
18352           when we're still in our loopfunction.
18353
18354 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18355
18356         * configure.ac:
18357           Fix up.
18358
18359 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18360
18361         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18362
18363         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18364           Normalizing the value before setting
18365         (gst_sunaudiomixer_get_volume):
18366           Normalizing the value after getting. Fixes bug# 161980
18367
18368 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18369
18370         * Makefile.am: Make sure docs gets disted
18371         * docs/Makefile.am: Make sure all needed files get disted
18372         * gst-plugins.spec.in: latest updates
18373
18374 2004-12-22  Wim Taymans  <wim@fluendo.com>
18375
18376         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18377         Revert patch 1.38 as clock distribution over schedulers does
18378         not work correcly in the core yet.
18379
18380 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18381
18382         * sys/oss/README: remove this file, which predates my birth
18383           (and which content is by far outdated)
18384
18385 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18386
18387         * Makefile.am:
18388         * configure.ac:
18389         * docs/Makefile.am:
18390         * docs/libs/Makefile.am:
18391         * docs/libs/gst-plugins-libs-docs.sgml:
18392         * docs/libs/gst-plugins-libs-sections.txt:
18393         * docs/libs/tmpl/gstgconf.sgml:
18394         * docs/upload.mak:
18395         * docs/version.entities.in:
18396           Added boilerplate gtk-doc files for plugin-libs documentation.
18397
18398 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18399
18400         * gst/auparse/gstauparse.c: fix int and float audio caps
18401
18402 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18403
18404         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18405         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18406           g_assert() can be a macro, don't use #ifdef inside it.
18407
18408 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18409
18410         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18411
18412         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18413         (gst_videorate_init), (gst_videorate_chain),
18414         (gst_videorate_change_state):
18415           Event handling (fixes #159986).
18416
18417 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18418
18419         * gst-libs/gst/riff/riff-media.c:
18420         (gst_riff_create_video_caps_with_data):
18421           Add BLZ0 (Blizzard's version of DivX) fourcc.
18422
18423 2004-12-18  David Schleef  <ds@schleef.org>
18424
18425         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18426         portability fix.
18427
18428 2004-12-18  David Schleef  <ds@schleef.org>
18429
18430         * gst/tta/ttadec.h: Disable some header code that isn't used
18431         and clearly isn't portable.
18432
18433 2004-12-18  David Schleef  <ds@schleef.org>
18434
18435         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18436         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18437         (avcodec_get_pix_fmt), (avpicture_layout),
18438         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18439         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18440         Fix code to not use GCC extensions (and c99 extensions that
18441         Forte does not like.)
18442
18443 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18444
18445         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18446
18447         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18448         (gst_deinterlace_chain):
18449           Rowstride fixes. Fixes #161039.
18450         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18451         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18452         (gst_video_crop_getcaps), (gst_video_crop_link),
18453         (gst_video_crop_i420), (gst_video_crop_chain),
18454         (gst_video_crop_change_state):
18455           Rework of negotiation. Actually works now. Fixes #158650.
18456
18457 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18458
18459         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18460           That was very stupid.
18461
18462 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18463
18464         * gst/matroska/matroska-demux.c:
18465         (gst_matroska_demux_parse_blockgroup):
18466           Fix possible crasher.
18467
18468 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18469
18470         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18471         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18472           Lace sizes can be zero.
18473
18474 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18475
18476         * ext/musepack/gstmusepackdec.cpp:
18477           Fetch error return values. Fixes #161624.
18478         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18479           Really EOS.
18480
18481 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18482
18483         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18484           Work for truncated (unfinished download etc.) files. Fixes #160514.
18485
18486 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18487
18488         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18489           Fix for integer overflow. Makes #156001 not crash. Probably masks
18490           the real bug.
18491
18492 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18493
18494         * gst/ac3parse/gstac3parse.c: (plugin_init):
18495           Parsers never have ranks. Fixes #159651.
18496
18497 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18498
18499         * gst/playback/gstdecodebin.c: (compare_ranks):
18500           make sure the facotries are ordered the same every time even if they
18501           have the same rank by using the name
18502         * gst/playback/gstdecodebin.c: (find_compatibles):
18503           make sure we don't add factories to the list twice
18504
18505 2004-12-16  David Schleef  <ds@schleef.org>
18506
18507         * configure.ac: look for musepack headers as musepack/*.h
18508         (fixes #159847)
18509         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18510         * ext/musepack/gstmusepackreader.h: same
18511
18512 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18513
18514         * gst-libs/gst/riff/riff-read.c:
18515         (gst_riff_read_strf_auds_with_data):
18516           Read extradata correctly (fixes #155879).
18517
18518 2004-12-16  David Schleef  <ds@schleef.org>
18519
18520         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18521         audio.  does _not_ attempt or allow conversion unless channels
18522         is 1 or 2.
18523
18524 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18525
18526         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18527
18528 2004-12-16  David Schleef  <ds@schleef.org>
18529
18530         * gst/audioscale/gstaudioscale.c: the resample library only
18531         handles 1 or 2 channels.  Change caps to compensate.
18532
18533 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18534
18535         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18536         (gst_matroska_demux_audio_caps):
18537           Some MPEG-AAC hacks, because else it doesn't work...
18538
18539 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18540
18541         * gst-libs/gst/riff/riff-media.c:
18542         (gst_riff_create_video_caps_with_data),
18543         (gst_riff_create_video_template_caps):
18544           Add h264.
18545
18546 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18547
18548         * gst-libs/gst/audio/Makefile.am:
18549           Try to fix buildbot.
18550
18551 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18552
18553         * gst/tcp/gstmultifdsink.c:
18554           Clean up and uniformize debugging.
18555
18556 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18557
18558         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18559
18560         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18561         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18562         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18563         (gst_mpeg_demux_change_state):
18564           Reset on ready. Fixes 160276.
18565
18566 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18567
18568         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18569
18570         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18571         (gst_ffmpegcsp_pad_link):
18572           Fix memleak (#154815).
18573
18574 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18575
18576         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18577
18578         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18579         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18580         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18581         * ext/musicbrainz/gsttrm.h:
18582           Add support for using a proxy server when getting a trm id from
18583           the MusicBrainz database (#149613).
18584
18585 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18586
18587         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18588
18589         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18590         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18591           Fix memleaks (#157233).
18592
18593 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18594
18595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18596
18597         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18598         * gst-libs/gst/resample/resample.h:
18599         * gst/audioscale/gstaudioscale.c:
18600           Fix memleak (#159215).
18601
18602 2004-12-16  Toni Willberg  <toniw@iki.fi>
18603
18604         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18605
18606         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18607         * sys/oss/oss_probe.c: (main):
18608           Check for mono/stereo support (similar to samplerate probing),
18609           fixes #159433. Also add missing copyright header to oss_probe.c.
18610
18611 2004-12-15  David Schleef  <ds@schleef.org>
18612
18613         * configure.ac: add audioresample and cairo plugins.  Remove
18614         HAVE_MMX stuff, because it's not used.
18615         * ext/Makefile.am: same
18616         * ext/audioresample/Makefile.am: You are not ready for an
18617         audio resampling element based on audioresample.
18618         * ext/audioresample/gstaudioresample.c:
18619         * ext/audioresample/gstaudioresample.h:
18620         * ext/cairo/Makefile.am: You are not ready for overlay elements
18621         based on cairo.  Don't look too closely, these elements kinda
18622         suck right now.
18623         * ext/cairo/gstcairo.c: new
18624         * ext/cairo/gsttextoverlay.c: new
18625         * ext/cairo/gsttextoverlay.h: new
18626         * ext/cairo/gsttimeoverlay.c: new
18627         * ext/cairo/gsttimeoverlay.h: new
18628         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18629         problem with compilers that don't support variadic macros.
18630
18631 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18632
18633         Reviewed by:  David Schleef  <ds@schleef.org>
18634
18635         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18636         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18637         bit.  Also ran indent-gst.
18638         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18639         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18640         (gst_sunaudiosrc_setparams):
18641
18642 2004-12-14  David Schleef  <ds@schleef.org>
18643
18644         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18645         output rate to 16000.  Should fix #160235.
18646
18647 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18648
18649         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18650         Add typefinding for mpeg2 pes streams
18651
18652 2004-12-13  David Schleef  <ds@schleef.org>
18653
18654         * configure.ac:  Applied patch from bug #143659, making default
18655         sources and sinks OS-dependent (for Solaris), and added code
18656         for OS/X.
18657         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18658
18659 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18660
18661         * gst-libs/gst/riff/riff-media.c:
18662           forgot to add h2.64 to avidemux template caps
18663
18664 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18665
18666         * gst/wavenc/riff.h:
18667         * gst-libs/gst/riff/riff-media.c:
18668         * gst-libs/gst/riff/riff-ids.h:
18669         * gst/avi/gstavimux.c
18670         add 4CC code for VideoSoft h264 in AVI (VSSH)
18671           fixes bug #160655
18672         remove s323 from riff, it's quicktime specific :(
18673
18674 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18675
18676         * gst/asfdemux/README
18677         * gst/wavenc/riff.h
18678         * gst-libs/gst/riff/riff-ids.h
18679         * gst-libs/gst/riff/riff-media.c
18680         * gst/qtdemux/qtdemux.c:
18681           add new 4CC codes for h263 related codecs
18682           fixes partially bug #155163
18683
18684 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18685
18686         * configure.ac: Update polyaudio requirement to 0.7
18687         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18688
18689 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18690
18691         * gst/interleave/deinterleave.c:
18692         fix my name's spelling! :)
18693
18694 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18695
18696         * AUTHORS ChangeLog
18697         * gst/auparse/gstauparse.c
18698         * gst/interleave/deinterleave.c
18699         * gst/law/:
18700                 alaw-decode.c alaw-encode.c
18701                 mulaw-decode.c mulaw-encode.c
18702         * gst/oneton/gstoneton.c
18703         * sys/osxaudio/:
18704                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18705         * sys/osxvideo/:
18706                 cocoawindow.h cocoawindow.m
18707                 osxvideosink.h osxvideosink.m
18708
18709         put the same mail address for Zaheer Abbas Merali everywhere
18710
18711 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18712
18713         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18714           Align by packetsize, and assert that we a packet available before
18715           playing. The first makes webstreams work (they often include
18716           trailing padding data in a packet), the second allows pausing a
18717           ASF stream in totem without getting demux errors afterwards.
18718
18719 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18720
18721         * ext/ogg/gstoggdemux.c: (get_relative):
18722           Check for non-NULL before accessing member (end-of-chain).
18723
18724 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18725
18726         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18727         (cdparanoia_set_property), (cdparanoia_get_property):
18728         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18729         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18730         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18731         (dvdreadsrc_init), (dvdreadsrc_set_property),
18732         (dvdreadsrc_get_property):
18733         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18734         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18735           Synchronize property names where not yet the case. Devices are
18736           now device=X, other versions are deprecated (but still exist).
18737           Also use g_free() unconditionally.
18738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18739         (setup_source), (gst_play_base_bin_get_property):
18740           Expose source.
18741
18742 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18743
18744         * configure.ac: move GCONF macro outside conditional for the am
18745           conditional. Fixes #160439
18746
18747 2004-12-08  David Schleef  <ds@schleef.org>
18748
18749         * tools/gst-visualise-m.m: Switch to elements that currently
18750         exist.
18751
18752 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18753
18754         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18755           We love wrong commas.
18756
18757 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18758
18759         * gst/matroska/matroska-demux.c:
18760         (gst_matroska_demux_handle_src_query):
18761           Don't set DEFAULT, unsupported - makes length display incorrectly
18762           in some cases.
18763
18764 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18765
18766         * gst/monoscope/README: remove blurb about files being GPL
18767         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18768         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18769           monoscope is now effectively LGPL licensed
18770
18771 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18772
18773         * gst/monoscope/README: Update information to be more correct
18774         * gst/monoscope/convolve.c: Relicense to LGPL
18775         * gst/monoscope/convolve.h: Relicense to LGPL
18776
18777 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18778
18779         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18780           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18781         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18782           set default_duration for mpeg1 audio
18783
18784 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18785
18786         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18787         * ext/alsa/gstalsa.h:
18788           refactor big chunks of the core caps negotiation code to make it
18789           a lot faster, because people claim it's really slow
18790           (actually, just cache the getcaps when the device is opened)
18791
18792 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18793
18794         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18795         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18796         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18797         (gst_a52dec_change_state), (plugin_init):
18798         * ext/a52dec/gsta52dec.h:
18799           Do something useful with timestamps. Make chain-based (since
18800           there's really no reason to be loopbased).
18801         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18802           Update current_byte/frame correctly.
18803
18804 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18805
18806         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18807         (gst_ape_demux_stream_init):
18808           Forward tags, too.
18809
18810 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18811
18812         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18813           Let's make sure we're done typefinding when detecting tags.
18814
18815 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18816
18817         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18818         (gst_ebml_read_init), (gst_ebml_read_use_event),
18819         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18820         (gst_ebml_read_seek), (gst_ebml_read_skip),
18821         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18822         (gst_ebml_read_master):
18823         * gst/matroska/ebml-read.h:
18824         * gst/matroska/matroska-demux.c:
18825         (gst_matroska_demux_parse_contents),
18826         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18827           Disgustingly evil hack for working around INTERRUPT events and
18828           their extremely annoying habit of being a pain in the ass. We
18829           simply peek a cluster before reading any of it.
18830
18831 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18832
18833         * ext/musepack/gstmusepackdec.cpp:
18834           There's also floating point libmusepacks.
18835
18836 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18837
18838         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18839         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18840           Set DURATION even if source buffer didn't. Also use increasing
18841           timestamps.
18842         * gst-libs/gst/riff/riff-media.c:
18843         (gst_riff_create_audio_caps_with_data):
18844           Block_align can have larger values than 8192.
18845
18846 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18847
18848         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18849         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18850         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18851         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18852           Fix caps.
18853
18854 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18855
18856         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18857           Fix logic bug.
18858
18859 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18860
18861         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18862           Yay, another one.
18863
18864 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18865
18866         * ext/esd/esdsink.c: (gst_esdsink_chain):
18867           Make error actually say something useful (fixes #156798).
18868         * gst-libs/gst/riff/riff-media.c:
18869         (gst_riff_create_video_caps_with_data),
18870         (gst_riff_create_video_template_caps):
18871           Add Intel Video 5.0 fourcc (IV50).
18872
18873 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18874
18875         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18876         detection on mono and stereo mp3 files.
18877
18878 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18879
18880         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18881           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18882           the contained stream).
18883
18884 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18885
18886         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18887           Oops, remove debug.
18888
18889 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18890
18891         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18892
18893         * gst/law/alaw-decode.c: (alawdec_getcaps):
18894         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18895           Prevent warnings when negotiating caps (fixes #159338).
18896
18897 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18898
18899         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18900         (gst_ffmpegcsp_chain):
18901           Remove old leftover that shouldn't be there...
18902
18903 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18904
18905         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18906
18907         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18908           Don't forward DISCONT events (fixes #159684).
18909
18910 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18911
18912         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18913           Unlink manually since sometimes bin disposal (and therefore
18914           pad unlinking) is delayed, which will cause a new media file
18915           to not be able to start playing instantly.
18916
18917 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18918
18919         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18920           On mute of an unlinked stream, check for pad availability so
18921           we don't crash on unlinked pad.
18922
18923 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18924
18925         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18926         (gst_avi_demux_massage_index):
18927           Fix quite humiliating bug in omitting 0-sized index chunks but
18928           forgetting to count them for timestamps.
18929
18930 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18931
18932         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18933           Actually leave the loop if we failed to sync. Don't crash.
18934
18935 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18936
18937         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18938         (gst_dvd_demux_process_private):
18939         * gst/mpegstream/gstdvddemux.h:
18940           Fix crash (#159759). Doesn't work, though. :-(.
18941
18942 2004-11-28  Benjamin Otte  <otte@gnome.org>
18943
18944         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18945           more overwriting protection due to modifying channels one by one
18946           instead of all at once
18947
18948 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18949
18950         * gst/audioconvert/gstchannelmix.c:
18951         (gst_audio_convert_fill_normalize):
18952           Normalize using absolute values.
18953
18954 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18955
18956         * configure.ac:
18957         * ext/Makefile.am:
18958         * ext/directfb/Makefile.am:
18959         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18960         (gst_directfbvideosink_get_pixel_format),
18961         (gst_directfbvideosink_get_format_from_fourcc),
18962         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18963         (gst_directfbvideosink_sink_link),
18964         (gst_directfbvideosink_change_state),
18965         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18966         (gst_directfbvideosink_buffer_alloc),
18967         (gst_directfbvideosink_interface_supported),
18968         (gst_directfbvideosink_interface_init),
18969         (gst_directfbvideosink_navigation_send_event),
18970         (gst_directfbvideosink_navigation_init),
18971         (gst_directfbvideosink_set_property),
18972         (gst_directfbvideosink_get_property),
18973         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18974         (gst_directfbvideosink_base_init),
18975         (gst_directfbvideosink_class_init),
18976         (gst_directfbvideosink_get_type), (plugin_init):
18977         * ext/directfb/directfbvideosink.h: Adding a first version of
18978         directfbvideosink.
18979         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18980         more.
18981
18982 2004-11-28  Benjamin Otte  <otte@gnome.org>
18983
18984         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18985           walk the samples backwards if out_channels > in_channels so we don't
18986           overwrite data
18987
18988 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18989
18990         * gst/audioconvert/Makefile.am:
18991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18992         (gst_audio_convert_link), (gst_audio_convert_change_state),
18993         (gst_audio_convert_channels):
18994         * gst/audioconvert/gstchannelmix.c:
18995         (gst_audio_convert_unset_matrix),
18996         (gst_audio_convert_fill_identical),
18997         (gst_audio_convert_fill_compatible),
18998         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18999         (gst_audio_convert_fill_others),
19000         (gst_audio_convert_fill_normalize),
19001         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
19002         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
19003         * gst/audioconvert/gstchannelmix.h:
19004           Implement a channel mixer.
19005
19006 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
19007
19008         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
19009         * ext/alsa/gstalsa.h:
19010         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
19011         Make alsasink actually honor gst_element_set_clock and use that
19012         clock instead of its internal one.
19013
19014 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19015
19016         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
19017         (gst_play_base_bin_change_state): nullify source and decoder when
19018         going from READY to NULL so that we don't try to do weird stuff with
19019         them when going from NULL to READY
19020         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
19021         instead of g_object_unref
19022         (gen_video_element), (gen_audio_element): more refcounting fixes, now
19023         it should be correct
19024         (gst_play_bin_change_state): don't call remove_sinks if we are
19025         currently disposing the object
19026
19027 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19028
19029         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19030           Don't forget bass if it's there. Else left channel is silent...
19031
19032 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19033
19034         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
19035         (gst_a52dec_change_state):
19036           Don't do sample adjusting anymore, we use float audio now.
19037         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19038           Don't fixate to non-existing properties.
19039
19040 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19041
19042         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19043         (gst_a52dec_change_state):
19044           Advertise that we can do surround sound.
19045
19046 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19047
19048         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19049           Add buffer-frames=0.
19050         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19051         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19052         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19053         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19054         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19055         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19056         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19057         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19058         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19059         * ext/dvdread/dvdreadsrc.h:
19060           Add seeking, querying for bytes, sectors, title, angle and
19061           chapter. Handle multiple chapters. Relicense to LGPL because
19062           Billy agreed on that (thanks Billy!).
19063
19064 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19065
19066         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19067         call parent dispose method
19068
19069 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
19070
19071         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19072         (gst_audio_clock_get_internal_time):
19073         Fix active <-> inactive transitions: ensure time value always
19074         grows and avoid abrupt value changes.
19075
19076 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
19077
19078         * configure.ac:
19079         * gst/tta/Makefile.am:
19080         * gst/tta/crc32.h:
19081         * gst/tta/filters.h:
19082         * gst/tta/gsttta.c:
19083         * gst/tta/gstttadec.c:
19084         * gst/tta/gstttadec.h:
19085         * gst/tta/gstttaparse.c:
19086         * gst/tta/gstttaparse.h:
19087         * gst/tta/ttadec.h:
19088           added TTA parser and decoder
19089
19090 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19091
19092         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19093         (probe_triggered), (check_queue), (buffer_underrun),
19094         (buffer_running), (buffer_overrun), (gen_source_element),
19095         (setup_source):
19096         * gst/playback/gstplaybasebin.h:
19097           Implement buffering. Needs some more work.
19098
19099 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19100
19101         * ext/theora/theoradec.c: (theora_dec_chain):
19102           Fix ilog mask range overflow.
19103
19104 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19105
19106         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19107           Don't omit the last (which in case of dmix is the only :) )
19108           channel count. Don't set channels if <= 2.
19109
19110 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
19111
19112         * gst/playback/gstplaybin.c: (gen_video_element),
19113         (gen_audio_element): Removed 2 obsolete comments
19114
19115 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19116
19117         * ext/vorbis/oggvorbisenc.c
19118         * ext/vorbis/vorbisenc.c :
19119           change description fields of those plugins to differentiate them
19120           (pitivi show Encoders by description, they had the same one)
19121
19122 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
19123
19124         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19125
19126         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19127         (gst_play_bin_set_property), (gen_video_element),
19128         (gen_audio_element):
19129           Refcounting fixes for provided audio-/videosinks.
19130
19131 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19132
19133         * gst/playback/gstplaybin.c: (gen_video_element),
19134         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19135           Don't reference all sinks, but only the video- and audiosinks.
19136           The vis. element should be disposed when we're done with it.
19137           We don't have any reason to keep it around. This fixes warnings
19138           when reusing playbin for playing multiple audio files with
19139           vis. enabled. Also release audio device on pause - idea stolen
19140           from Rhythmbox.
19141
19142 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19143
19144         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19145         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19146         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19147         * ext/alsa/gstalsaplugin.c: (plugin_init):
19148         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19149         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19150         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19151         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19152         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19153         (gst_faad_change_state), (plugin_init):
19154         * ext/faad/gstfaad.h:
19155         * ext/vorbis/vorbis.c: (plugin_init):
19156         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19157         * gst-libs/gst/audio/Makefile.am:
19158         * gst-libs/gst/audio/audio.c: (plugin_init):
19159         * gst-libs/gst/audio/multichannel.c:
19160         (gst_audio_check_channel_positions),
19161         (gst_audio_get_channel_positions),
19162         (gst_audio_set_channel_positions),
19163         (gst_audio_set_structure_channel_positions_list),
19164         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19165         (gst_audio_fixate_channel_positions):
19166         * gst-libs/gst/audio/multichannel.h:
19167         * gst-libs/gst/audio/testchannels.c: (main):
19168         * gst/audioconvert/gstaudioconvert.c:
19169         (gst_audio_convert_class_init), (gst_audio_convert_init),
19170         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19171         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19172         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19173         * gst/audioconvert/plugin.c: (plugin_init):
19174           Surround sound support.
19175
19176 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19177
19178         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19179           Fix position for discont if we're close as well. Nitpicking, but
19180           saves a few milliseconds of extra waiting or skipping.
19181
19182 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19183
19184         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19185           We sometimes need parsers for playback, so add those too.
19186
19187 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19188
19189         * configure.ac:
19190         * gst/apetag/Makefile.am:
19191         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19192         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19193         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19194         (gst_ape_demux_get_src_query_types),
19195         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19196         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19197         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19198         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19199         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19200         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19201         (gst_ape_demux_change_state):
19202         * gst/apetag/apedemux.h:
19203         * gst/apetag/apetag.c: (plugin_init):
19204         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19205         (plugin_init):
19206           APE v1/2 tag reader plus typefind function.
19207
19208 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19209
19210         * configure.ac:
19211         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19212         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19213           Remove hacks for older core. Require newer core version
19214           accordingly.
19215
19216 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19217
19218         * gst/cdxaparse/Makefile.am:
19219         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19220         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19221         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19222         * gst/cdxaparse/gstcdxaparse.h:
19223         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19224         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19225         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19226         (gst_cdxastrip_get_src_query_types),
19227         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19228         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19229         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19230         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19231         * gst/cdxaparse/gstcdxastrip.h:
19232           SVCD/VCD header stripping separated from CDXA image parsing.
19233         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19234         (plugin_init):
19235           Add VCD/SVCD header typefinding for VCD/SVCD.
19236         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19237         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19238         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19239         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19240         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19241         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19242         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19243         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19244         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19245         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19246         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19247         * sys/vcd/vcdsrc.h:
19248           Fix up, add seeking, querying, URI interface. Works in totem now.
19249
19250 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19251
19252         * configure.ac:
19253           back to CVS
19254
19255 === release 0.8.6 ===
19256
19257 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19258
19259         * NEWS:
19260         * RELEASE:
19261         * configure.ac:
19262         * po/af.po:
19263         * po/az.po:
19264         * po/cs.po:
19265         * po/en_GB.po:
19266         * po/hu.po:
19267         * po/it.po:
19268         * po/nb.po:
19269         * po/nl.po:
19270         * po/or.po:
19271         * po/sq.po:
19272         * po/sr.po:
19273         * po/sv.po:
19274         * po/uk.po:
19275           releasing 0.8.6, "IOU Love"
19276
19277 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19278
19279         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19280
19281         * gst/playback/gstplaybasebin.c:
19282           Fix unplayable files error handling.  Fixes #158365
19283
19284 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19285
19286         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19287
19288         * gst/typefind/gsttypefindfunctions.c:
19289           Fix broken mp3 typefinding.  Fixes #158375
19290
19291 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19292
19293         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19294
19295         * ext/ogg/gstoggdemux.c:
19296           Fix sync on broken files.  Fixes #158976
19297
19298 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19299
19300         patch by: Edward Hervey <bilboed@bilboed.com>
19301
19302         * ext/libpng/gstpngenc.c:
19303           Copy over buffer properties.  Fixes #158832
19304
19305 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19306
19307         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19308
19309         * ext/dvdread/dvdreadsrc.c:
19310           Fixes invalid reads (#158462)
19311
19312 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19313
19314         * sys/v4l/gstv4lsrc.c:
19315         * sys/v4l/gstv4lsrc.h:
19316         * sys/v4l/v4lsrc_calls.c:
19317           Probe less and cache it.  Fixes #159187.
19318
19319 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19320
19321         * gst/videorate/gstvideorate.c:
19322           Handle all video formats. Fixes #159186.
19323
19324 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19325         * gst/synaesthesia/gstsynaesthesia.c:
19326         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19327         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19328         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19329         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19330         (gst_synaesthesia_change_state), (plugin_init):
19331         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19332         Force 320x200 output, as that's the only thing the underlying
19333         synaesthesia implementation supports. Still needs to be made
19334         re-entrant.
19335
19336 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19337
19338         * configure.ac:
19339           Fix mpeg2enc configure check (similar to mplex check below).
19340
19341 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19342
19343         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19344
19345         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19346           Fix for gcc-2.95 (fixes #158221).
19347
19348 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19349
19350         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19351           Re-add clock distribution hack (until new core is released).
19352           Fixes #158125.
19353
19354 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19355         * configure.ac:
19356           fix mplex configure check segfaulting on some systems (bug #140994)
19357
19358 2004-11-13  Benjamin Otte  <otte@gnome.org>
19359
19360         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19361           add debugging
19362         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19363           do a wait when we enter the loop func with no data available to
19364           write instead of getting into an 100% CPU loop by just returning and
19365           being called again by the scheduler
19366
19367 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19368
19369         * configure.ac:
19370         * ext/libvisual/visual.c: (gst_visual_get_type),
19371         (libvisual_log_handler), (gst_visual_getcaps),
19372         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19373         (plugin_init):
19374           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19375         * ext/smoothwave/Makefile.am:
19376         * ext/smoothwave/demo-osssrc.c: (main):
19377         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19378         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19379         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19380         (plugin_init):
19381         * ext/smoothwave/gstsmoothwave.h:
19382           Make gstsmoothwave a working element in the 20th century.
19383
19384         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19385           Fix incorrect link function
19386
19387 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19388
19389         * gst/volume/gstvolume.c:
19390           Allow buffer-frames=0.
19391
19392 2004-11-12 Iain <iaingnome@gmail.com>
19393
19394         * configure.ac: Check for polypaudio
19395
19396         * ext/Makefile.am: Build the polyp dir
19397
19398         * ext/polyp: The polypsink sources.
19399
19400 2004-10-30 Iain <iaingnome@gmail.com>
19401
19402         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19403         caps to reflect the new number of channels.
19404
19405 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19406
19407         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19408           Fix for negotiation order problem. This would show when the
19409           ALSA loopfuction was called before any other function. ALSA
19410           wouldn't do anything because we're not negotiated yet, leading
19411           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19412
19413 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19414
19415         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19416
19417         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19418           No warnings (#157986).
19419
19420 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19421
19422         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19423           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19424
19425 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19426
19427         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19428           Signal no-more-pads (so it works in playbin).
19429
19430 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19431
19432         * ext/musepack/gstmusepackreader.cpp:
19433           Workaround for older core.
19434
19435 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19436
19437         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19438           Actually test for odd width/height rather than testing whether
19439           a temporary variable that was 0 before we subtracted 1 is now
19440           not equal to zero (which it always is).
19441
19442 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19443
19444         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19445         Fix compilation if HAVE_XVIDEO is not defined
19446
19447 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19448
19449         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19450         Fix compilation if HAVE_XVIDEO is not defined
19451
19452 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19453
19454         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19455         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19456         (gst_goom_change_state), (plugin_init):
19457         Use the bytestream adapter so goom doesn't depend on the input
19458         buffer size.
19459         Add a debug category
19460
19461 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19462
19463         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19464           Only set hardware parameters *after* negotiation. Before
19465           negotiation, it will set ANY and that seems to cause crashes
19466           (see e.g. #151288, #153227).
19467
19468 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19469
19470         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19471           This seems to be antique leftover. It needs to pass error
19472           checking.
19473         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19474         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19475         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19476         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19477           Fix GstXOverlay implementation (#151059).
19478
19479 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19480
19481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19482           Don't assert (#157853).
19483
19484 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19485
19486         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19487           Fix bytes/samples confustion.
19488         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19489           Fix for underrun (#144389).
19490
19491 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19492
19493         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19494           Disable halfway-seek for pending release (since it needs a new
19495           core release).
19496
19497 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19498
19499         * sys/v4l/gstv4lsrc.c:
19500         * sys/v4l/gstv4lsrc.h:
19501         * sys/v4l/v4lsrc_calls.c:
19502           add autoprobe-fps property so we can separate autoprobing parts
19503
19504 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19505
19506         * sys/v4l/gstv4lsrc.c:
19507         * sys/v4l/v4lsrc_calls.c:
19508         initialise fourcc to catch unset fourcc's, and debug
19509
19510 2004-11-09  Wim Taymans  <wim@fluendo.com>
19511
19512         * gst/playback/README:
19513         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19514         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19515         (gst_play_bin_dispose), (gst_play_bin_set_property),
19516         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19517         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19518         (gst_play_bin_get_formats), (gst_play_bin_convert),
19519         (gst_play_bin_get_query_types), (gst_play_bin_query):
19520         Cleanups and some more documentation.
19521
19522 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19523
19524         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19525         (gst_cacasink_init), (gst_cacasink_chain):
19526         * ext/libcaca/gstcacasink.h:
19527         Cacasink inherits from VideoSink, so let that store the clock.
19528
19529 2004-11-09  Wim Taymans  <wim@fluendo.com>
19530
19531         * gst/playback/README:
19532         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19533         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19534         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19535         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19536         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19537         (setup_sinks):
19538         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19539         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19540         * gst/playback/gststreaminfo.h:
19541         Updated README.
19542         Only switch groups if all streams have muted (EOSed).
19543         Send Tags in sync with the stream playback instead of in
19544         the playback/preroll phase.
19545         Some cleanups, free the fakesrc elements.
19546
19547 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19548
19549         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19550           buffer-frames property was missing
19551         * ext/arts/gst_arts.c:
19552           rate missing from sinkcaps
19553         * ext/audiofile/gstafparse.c:
19554         * ext/audiofile/gstafsink.c:
19555         * ext/audiofile/gstafsrc.c:
19556         * ext/swfdec/gstswfdec.c:
19557           int audio doesn't know buffer-frames
19558         * ext/cdparanoia/gstcdparanoia.c:
19559           int audio doesn't know chunksize either
19560         * ext/nas/nassink.c:
19561           it's endianness, not endianess
19562         * gst-libs/gst/audio/audio.h:
19563           make float standard pad template caps really describe float
19564         * gst/law/mulaw.c: (linear_factory):
19565           signed only, please
19566         * gst/mpegstream/gstdvddemux.c:
19567           widths of 20 are not valid
19568
19569 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19570
19571         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19572
19573         * po/LINGUAS:
19574         * po/it.po:
19575           Add Italian
19576
19577 2004-11-08  Wim Taymans  <wim@fluendo.com>
19578
19579         * gst/playback/README:
19580         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19581         * gst/playback/gstplaybasebin.c: (probe_triggered),
19582         (gst_play_base_bin_change_state):
19583         Updated README, added more comments for fixmes etc..
19584
19585 2004-11-08  Wim Taymans  <wim@fluendo.com>
19586
19587         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19588         We can remove this hack now.
19589
19590 2004-11-08  Wim Taymans  <wim@fluendo.com>
19591
19592         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19593         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19594         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19595         Only mix AYUV for maximum quality.
19596
19597 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19598
19599         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19600         (gst_ogg_demux_push), (gst_ogg_pad_push):
19601           Let's act as if we're synchronized now! :).
19602         * ext/theora/theoradec.c: (theora_dec_chain):
19603           Add some debug.
19604
19605 2004-11-08  Wim Taymans  <wim@fluendo.com>
19606
19607         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19608         (gst_alpha_set_property), (gst_alpha_sink_link),
19609         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19610         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19611         (gst_alpha_init_params), (gst_alpha_chain):
19612         Implement alpha functions for AYUV too, this increases
19613         accuracy quite a bit.
19614
19615 2004-11-08  Wim Taymans  <wim@fluendo.com>
19616
19617         * gst/ffmpegcolorspace/avcodec.h:
19618         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19619         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19620         (gst_ffmpegcsp_avpicture_fill):
19621         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19622         (gst_ffmpegcsp_caps_remove_format_info):
19623         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19624         (shrink12), (img_get_alpha_info), (deinterlace_line),
19625         (deinterlace_line_inplace):
19626         * gst/ffmpegcolorspace/imgconvert_template.h:
19627         Added AYUV colorspace and handle RGBA a bit more respectful.
19628
19629 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19630
19631         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19632           Actually always send a discont (cornercase when resending the
19633           same serial-tagged chain twice).
19634
19635 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19636
19637         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19638         (gst_ximagesink_finalize):
19639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19640         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19641
19642 2004-11-08  Wim Taymans  <wim@fluendo.com>
19643
19644         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19645         Don't segfault on NULL data.
19646
19647 2004-11-08  Wim Taymans  <wim@fluendo.com>
19648
19649         * gst/playback/gstdecodebin.c: (unlinked):
19650         * gst/playback/gstplay-marshal.list:
19651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19652         (gst_play_base_bin_init), (group_create), (get_active_group),
19653         (get_building_group), (group_destroy), (group_commit),
19654         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19655         (add_element_stream), (no_more_pads), (probe_triggered),
19656         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19657         (state_change), (setup_source), (gst_play_base_bin_get_property),
19658         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19659         (gst_play_base_bin_link_stream),
19660         (gst_play_base_bin_get_streaminfo):
19661         * gst/playback/gstplaybasebin.h:
19662         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19663         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19664         Add support for chained ogg files. Prepare for playlist
19665         support. This patch introduces the concept of pad groups, which
19666         together compose one playable media file.
19667
19668 2004-11-07  David Schleef  <ds@schleef.org>
19669
19670         * testsuite/gst-lint: Check for pad templates that aren't statically
19671         scoped.
19672
19673 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19674
19675         * configure.ac:
19676         * ext/Makefile.am:
19677         * ext/musepack/Makefile.am:
19678         * ext/musepack/gstmusepackdec.cpp:
19679         * ext/musepack/gstmusepackdec.h:
19680         * ext/musepack/gstmusepackreader.cpp:
19681         * ext/musepack/gstmusepackreader.h:
19682           Add musepack decoder.
19683         * ext/faad/gstfaad.c: (gst_faad_base_init):
19684           Make pad templates static.
19685         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19686         (plugin_init):
19687           Add musepack typefinder, make mp3 typefinding work halfway stream,
19688           which doesn't actually work yet because id3demux doesn't implement
19689           _get_length().
19690
19691 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19692
19693         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19694         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19695           Fix interrupt event handling (#144436).
19696
19697 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19698
19699         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19700           Hide unused glory.
19701
19702 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19703
19704         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19705
19706         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19707           Fix weird caps (#157548).
19708
19709 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19710
19711         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19712
19713         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19714           Add missing NULL terminator (#157543).
19715
19716 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19717
19718         * gst/tcp/gsttcp.h:
19719         * gst/tcp/gsttcpclientsink.c:
19720         * gst/tcp/gsttcpclientsrc.c:
19721         * gst/tcp/gsttcpserversink.c:
19722         * gst/tcp/gsttcpserversrc.c:
19723           ports can go up to 65535.  Move common defines to gsttcp.h
19724
19725 2004-11-05  Wim Taymans  <wim@fluendo.com>
19726
19727         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19728         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19729         Added two more colorspaces.
19730
19731 2004-11-05  Wim Taymans  <wim@fluendo.com>
19732
19733         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19734         (gst_ffmpegcsp_avpicture_fill):
19735         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19736         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19737         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19738         More stride fixes.
19739
19740 2004-11-05  Wim Taymans  <wim@fluendo.com>
19741
19742         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19743         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19744         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19745         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19746         (gst_videomixer_loop):
19747         More stride fixes.
19748
19749 2004-11-05  Benjamin Otte  <otte@gnome.org>
19750
19751         * ext/mad/gstmad.c: (gst_mad_chain):
19752           don't overflow data buffer. Flush not needed sync data when syncing
19753           failed.
19754
19755 2004-11-04  Wim Taymans  <wim@fluendo.com>
19756
19757         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19758         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19759         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19760         (gst_alpha_init_params), (gst_alpha_chain),
19761         (gst_alpha_change_state):
19762         Updated the chroma keying algorithm with something more
19763         sophisticated.
19764
19765 2004-11-03  Wim Taymans  <wim@fluendo.com>
19766
19767         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19768         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19769         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19770         Fix stride issues. Does not completely work for odd
19771         heights.
19772
19773 2004-11-03  Wim Taymans  <wim@fluendo.com>
19774
19775         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19776         (gst_alpha_chroma_key), (gst_alpha_chain):
19777         Fix stride issues. Does not completely work for odd
19778         heights.
19779
19780 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19781
19782         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19783         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19784         leak fixes
19785
19786 2004-11-03  Wim Taymans  <wim@fluendo.com>
19787
19788         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19789         (gst_ffmpegcsp_avpicture_fill):
19790         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19791         (avpicture_alloc):
19792         * gst/ffmpegcolorspace/imgconvert_template.h:
19793         Use correct _fill function to get correct strides.
19794
19795 2004-11-02  David Schleef  <ds@schleef.org>
19796
19797         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19798         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19799         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19800         Change all g_print()s to debugging.  Add a bunch of consistency
19801         checks.
19802
19803 2004-11-02  Wim Taymans  <wim@fluendo.com>
19804
19805         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19806         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19807         (unlinked), (no_more_pads), (close_link):
19808         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19809         (unknown_type), (add_element_stream), (new_decoded_pad),
19810         (removed_decoded_pad), (setup_source):
19811         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19812         (gst_stream_info_class_init), (gst_stream_info_init),
19813         (gst_stream_info_new), (gst_stream_info_dispose),
19814         (stream_info_mute_pad), (gst_stream_info_set_property),
19815         (gst_stream_info_get_property):
19816         * gst/playback/gststreaminfo.h:
19817         Fix playback of multiple files.
19818         a slightly different approach to handling dynamic pad removals.
19819         This one only looks at pads that we have linked.
19820
19821 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19822
19823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19824         free" warning from libc.
19825
19826 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19827
19828         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19829         (get_unconnected_element), (remove_starting_from), (pad_removed),
19830         (close_link):
19831           Implement support for dynamic pad changing. We listen to "live"
19832           pad removals (i.e. while playing) and re-setup autoplugging
19833           after that. Playbasebin/playbin need some more work for this
19834           to finally work, but decodebin supports (and replugs) chained
19835           ogg now.
19836
19837 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19838
19839         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19840         (gst_alsa_finalize):
19841         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19842         (gst_cdaudio_finalize):
19843         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19844         (cdparanoia_finalize):
19845         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19846         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19847         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19848         (dvdreadsrc_finalize):
19849         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19850         (gst_flacdec_finalize):
19851         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19852         (gst_flacenc_finalize):
19853         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19854         (gst_gnomevfssink_finalize):
19855         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19856         (gst_gnomevfssrc_finalize):
19857         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19858         (gst_fameenc_finalize):
19859         * ext/nas/nassink.c: (gst_nassink_class_init),
19860         (gst_nassink_finalize):
19861         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19862         (gst_sdlvideosink_class_init):
19863         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19864         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19865         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19866         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19867         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19868         (gst_x_window_listener_dispose):
19869         * gst/audioscale/gstaudioscale.c:
19870         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19871         (play_on_demand_finalize):
19872         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19873         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19874         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19875         (cdplayer_finalize):
19876         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19877         (gst_glimagesink_class_init):
19878         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19879         (gst_osselement_finalize):
19880         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19881         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19882         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19883           Fixes a bunch of problems with finalize and dispose functions,
19884           either assumptions that dispose is only called once, or not calling
19885           the parent class dispose/finalize function
19886
19887 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19888
19889         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19890           added two api precondition guards
19891           use g_strdup with getenv to fix crash when using ENVVAR
19892
19893 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19894         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19895         (gst_esdsink_finalize):
19896         Use a finalize function, not dispose, and more importantly,
19897         call the parent class finalize function too
19898
19899 2004-11-01  Johan Dahlin  <johan@gnome.org>
19900
19901         * ext/ogg/gstoggdemux.c:
19902         * gst/tags/gstvorbistag.c:
19903         Plug leaks.
19904
19905 2004-10-31  Benjamin Otte  <otte@gnome.org>
19906
19907         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19908           lotsa memleaks today. But they're all small...
19909
19910 2004-10-31  Benjamin Otte  <otte@gnome.org>
19911
19912         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19913           another memleak crushed
19914
19915 2004-10-31  Benjamin Otte  <otte@gnome.org>
19916
19917         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19918           fix memleak
19919
19920 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19921
19922         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19923           Hack to prevent crash when going to READY inside signal handler
19924           while this function is active.
19925
19926 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19927
19928         * gst/ffmpegcolorspace/Makefile.am:
19929         * gst/ffmpegcolorspace/avcodec.h:
19930         * gst/ffmpegcolorspace/common.h:
19931         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19932         * gst/ffmpegcolorspace/dsputil.h:
19933         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19934         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19935         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19936         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19937         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19938         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19939         (gst_ffmpegcsp_avpicture_fill):
19940         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19941         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19942         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19943         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19944         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19945         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19946         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19947         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19948         * gst/ffmpegcolorspace/imgconvert.c:
19949         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19950         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19951         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19952         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19953         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19954         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19955         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19956         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19957         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19958         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19959         (grow21), (grow22), (grow41), (grow44), (conv411),
19960         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19961         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19962         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19963         (avpicture_free), (is_yuv_planar), (img_convert),
19964         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19965         (deinterlace_line_inplace), (deinterlace_bottom_field),
19966         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19967         * gst/ffmpegcolorspace/imgconvert_template.h:
19968         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19969         * gst/ffmpegcolorspace/mmx.h:
19970         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19971         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19972         (av_freep), (avcodec_get_context_defaults),
19973         (avcodec_alloc_context), (avcodec_init):
19974           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19975           handling plus update from ffmpeg CVS. Large clean-up.
19976
19977 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19978
19979         * gst/playback/Makefile.am:
19980           We need the marshallers for decodebin, too.
19981
19982 2004-10-30  David Schleef  <ds@schleef.org>
19983
19984         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19985           quicktime typefinding work with 64-bit offsets.
19986
19987 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19988
19989         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19990           Set EOS on the element when processing an EOS event.
19991         * ext/speex/gstspeexdec.h:
19992         * ext/speex/gstspeexenc.h:
19993           Only keep a const ptr to the mode
19994         * gst-libs/gst/riff/riff-media.c:
19995         (gst_riff_create_audio_caps_with_data),
19996         (gst_riff_create_audio_template_caps):
19997           Allow WMAV3, with up to 6 channels.
19998         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19999           Don't call gst_pad_set_event_function on a sink pad.
20000         * gst/mpegstream/gstdvddemux.c:
20001         (gst_dvd_demux_get_subpicture_stream),
20002         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
20003           Copy the explicit caps that were set across to the cur_* pads,
20004           instead of trying to use a possibly non-existent negotiated caps.
20005           Reset the type of subpicture pads to UNKNOWN after calling
20006           init_stream, so that the caps get set.
20007
20008 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
20009
20010         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20011
20012         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20013           Don't touch buffer if it is of size 0 (fixes #151064).
20014
20015 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20016
20017         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
20018           Synchronized discont handling.
20019
20020 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20021
20022         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20023         (gst_ogg_demux_push):
20024           Make seeking sort-of exact again (fixes #156387).
20025
20026 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20027
20028         * gst/playback/gstplaybasebin.c: (unknown_type),
20029         (add_element_stream), (new_decoded_pad),
20030         (gst_play_base_bin_change_state):
20031         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20032         (gst_stream_info_init), (gst_stream_info_new),
20033         (gst_stream_info_dispose), (gst_stream_info_get_property):
20034         * gst/playback/gststreaminfo.h:
20035           Make caps explicitely available. Makes testing for unsupported
20036           types possible. Improves error reporting.
20037
20038 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20039
20040         * gst/audioconvert/gstaudioconvert.c:
20041         (gst_audio_convert_buffer_to_default_format):
20042           Really don't touch read-only buffers (#156563).
20043
20044 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
20045
20046         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20047
20048         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20049           Fix memleak (#155223).
20050
20051 2004-10-29  Wim Taymans  <wim@fluendo.com>
20052
20053         * gst/tcp/.cvsignore:
20054         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20055         (gst_multifdsink_class_init), (gst_multifdsink_init),
20056         (gst_multifdsink_add), (gst_multifdsink_remove),
20057         (gst_multifdsink_remove_client_link), (is_sync_frame),
20058         (gst_multifdsink_new_client),
20059         (gst_multifdsink_handle_client_write),
20060         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20061         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20062         (gst_multifdsink_get_property):
20063         * gst/tcp/gstmultifdsink.h:
20064         Added burst on connect sync_method, deprecated sync_clients,
20065         streamlined the sync code some more.
20066
20067 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20068
20069         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20070         (gst_play_base_bin_change_state):
20071           Improve error reporting.
20072
20073 2004-10-28  Wim Taymans  <wim@fluendo.com>
20074
20075         * gst/tcp/Makefile.am:
20076         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20077         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20078         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20079         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20080         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20081         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20082         (gst_fdset_wait):
20083         Added more locks around fdset structures. Fixed/reworked
20084         the poll array resizing code.
20085         Added stress test for fdset.
20086
20087 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20088
20089         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20090         fix build
20091
20092 2004-10-28  Benjamin Otte  <otte@gnome.org>
20093
20094         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20095           fix link function to always query channels and query width for
20096           floats
20097         * configure.ac:
20098           add equalizer dir
20099         * gst/equalizer/Makefile.am:
20100         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20101         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20102         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20103         (arg_to_scale), (setup_filter),
20104         (gst_iir_equalizer_compute_frequencies),
20105         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20106         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20107         (plugin_init):
20108           add an equalizer
20109
20110 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20111
20112         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20113
20114         * po/LINGUAS:
20115         * po/nb.po:
20116           Added Norwegian Bokmaal translation
20117
20118 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20119
20120         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20121           Don't break on options (fixes #156488).
20122
20123 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20124
20125         * configure.ac:
20126         * ext/cdaudio/Makefile.am:
20127         * sys/Makefile.am:
20128           fix build on older automake
20129
20130 2004-10-26  Wim Taymans  <wim@fluendo.com>
20131
20132         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20133         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20134         Allow a little margin when negotiating the framerate.
20135
20136 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
20137
20138         * gst/level/gstlevel.c:
20139           synchonised naming of pads and pad-templates
20140
20141 2004-10-26  Wim Taymans  <wim@fluendo.com>
20142
20143         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20144         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20145         (_find_streams_check), (gst_ogg_demux_push):
20146         Fix EOS again. Needs to be done in a better way. We should not
20147         remove the pad if there is no new chained stream.
20148
20149 2004-10-26 Iain <iaingnome@gmail.com>
20150
20151         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20152         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20153         of the caps.
20154         * gst/interleave/interleave.c (interleave_class_init): Hook up release
20155         pad.
20156         (interleave_release_pad): Remove the pad.
20157         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20158         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20159         the set device.
20160         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20161         attrs
20162         (gst_xvimagesink_xcontext_clear): Free the xcontext.
20163         (gst_xvimagesink_finalize): Free the par.
20164
20165 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20166
20167         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20168         (gst_avimux_stop_file):
20169           First calculate the rate, and only then use it. Hdr.rate is a
20170           multiple and not a derivative of hdr.scale. Scale is not the
20171           same as blockalign but is solely related to rate.
20172
20173 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20174
20175         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20176         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20177           Implement seeking.
20178
20179 2004-10-25  James Henstridge  <james@jamesh.id.au>
20180
20181         Reviewed by:  David Schleef  <ds@schleef.org>
20182
20183         * examples/gstplay/player.c: (got_stream_length), (main):
20184         * examples/seeking/cdplayer.c: (update_scale):
20185         * examples/seeking/seek.c: (format_value), (update_scale):
20186         * examples/seeking/spider_seek.c: (format_value), (update_scale),
20187         (stop_seek):
20188         Build fixes on AMD64.
20189
20190 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20191
20192         reviewed by: Ronald Bultje <rbultje at gnome dot org>
20193
20194         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20195         Fix for some v4l cards which hang in v4lsrc
20196
20197 2004-10-25  Wim Taymans  <wim@fluendo.com>
20198
20199         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20200         (gst_ogg_demux_push), (gst_ogg_chains_clear):
20201         Make sure to remove the pad when a new chain is
20202         encountered. Set some vars to NULL so we don't try
20203         to reference freed memory.
20204
20205 2004-10-25  Wim Taymans  <wim@fluendo.com>
20206
20207         * examples/seeking/Makefile.am:
20208         * examples/seeking/cdplayer.c: (update_scale):
20209         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20210         * examples/seeking/playbin.c: (make_playerbin_pipeline),
20211         (format_value), (update_scale), (iterate), (start_seek),
20212         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20213         (print_usage), (main):
20214         Added some more examples, update others.
20215
20216 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20217
20218         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20219         * ext/speex/gstspeexdec.c: (speex_dec_chain):
20220         * ext/theora/theoradec.c: (theora_dec_chain):
20221         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20222           Add codec-name metadata.
20223
20224 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
20225
20226         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20227
20228         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20229         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20230         * ext/alsa/gstalsamixertrack.h:
20231         * po/POTFILES.in:
20232           ALSA mixer track label internationalization (#154054).
20233
20234 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20235
20236         * ext/theora/theoradec.c: (theora_dec_chain):
20237           Export bitrate as metadata.
20238
20239 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20240
20241         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20242         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20243         * ext/alsa/gstalsamixertrack.h:
20244           Fix names, fix loop.
20245
20246 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20247
20248         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20249         (speex_dec_convert):
20250           sinkconvert function so oggdemux can get the file length (totem).
20251
20252 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20253
20254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20255
20256         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20257           Don't push incomplete packets.
20258         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20259           Fix MPEG-4 audio typefinding.
20260
20261 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20262
20263         * sys/v4l/Makefile.am:
20264         * sys/v4l/gstv4l.c: (plugin_init):
20265         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20266         (gst_v4lelement_init), (gst_v4lelement_dispose),
20267         (gst_v4lelement_change_state):
20268         * sys/v4l/gstv4lelement.h:
20269         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20270         (gst_v4l_xoverlay_close), (idle_refresh),
20271         (gst_v4l_xoverlay_set_xwindow_id):
20272         * sys/v4l/gstv4lxoverlay.h:
20273         * sys/v4l/v4l-overlay_calls.c:
20274         * sys/v4l/v4l_calls.h:
20275         * sys/v4l2/Makefile.am:
20276         * sys/v4l2/gstv4l2.c: (plugin_init):
20277         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20278         (gst_v4l2element_init), (gst_v4l2element_dispose),
20279         (gst_v4l2element_change_state):
20280         * sys/v4l2/gstv4l2element.h:
20281         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20282         (gst_v4l2_xoverlay_close), (idle_refresh),
20283         (gst_v4l2_xoverlay_set_xwindow_id):
20284         * sys/v4l2/gstv4l2xoverlay.h:
20285         * sys/v4l2/v4l2-overlay_calls.c:
20286         * sys/v4l2/v4l2_calls.h:
20287           Remove client-side overlay handling, use the X-server v4l plugin
20288           for that. Nicer overlay, less code. Also make the plugin
20289           compileable without X (but then without overlay, obviously).
20290           Makes xwindowlistener obsolete, should we remove that?
20291
20292 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20293
20294         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20295         (gst_osssrc_src_query):
20296         * sys/oss/gstosssrc.h:
20297           OK, so people want offset in DEFAULT. This time, actually fix all
20298           cases.
20299         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20300           Add FPS properly.
20301
20302 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20303
20304         * gst/asfdemux/gstasfmux.c:
20305         * gst/avi/gstavimux.c:
20306           Framerate.
20307
20308 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20309
20310         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20311           Fix properties (channel, norm, frequency).
20312
20313 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20314
20315         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20316           Flag typo.
20317         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20318           No warnings.
20319
20320 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20321
20322         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20323           Fix hang.
20324
20325 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20326
20327         * sys/v4l2/gstv4l2element.h:
20328           Yet Another Hack (tm) for kernel header borkedness.
20329         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20330         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20331         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20332         (gst_v4l2src_change_state):
20333         * sys/v4l2/gstv4l2src.h:
20334         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20335         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20336           Fix caps, keep track of state, work.
20337
20338 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20339
20340         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20341           Quiet.
20342
20343 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20344
20345         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20346           Don't mix bytes and samples.
20347
20348 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20349
20350         * ext/ogg/gstoggmux.c:
20351           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20352           and theora. Any is incorrect.
20353         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20354           Fix caps.
20355         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20356         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20357         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20358         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20359         * sys/v4l/gstv4lmjpegsrc.h:
20360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20361         (gst_v4lsrc_change_state):
20362         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20363         (gst_v4lmjpegsrc_capture_stop):
20364           Fix caps. Keep track of internal state. Work.
20365
20366 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20367
20368         * ext/Makefile.am:
20369           Fix the build fixes.
20370
20371 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20372
20373         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20374         (gst_ogg_demux_src_event), (_find_chain_seek),
20375         (gst_ogg_pad_push):
20376           Check for pad availability before using it.
20377         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20378           Fix parsing of chained ogg. Needs more work on the decoder side.
20379
20380 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20381
20382         * gst/spectrum/Makefile.am:
20383         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20384         (idle_func):
20385           Fix demo and reenable it. Yes, I'm currently playing with audio
20386           analysis tools
20387
20388 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20389
20390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20391           We love it if files that start at zero work too...
20392
20393 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20394
20395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20396           Handle files with missing EOS headers.
20397
20398 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20399
20400         * gst/tcp/gsttcpserversink.c:
20401         (gst_tcpserversink_handle_server_read),
20402         (gst_tcpserversink_init_send):
20403         Zero some variables first (need for accept not to return EINVAL)
20404
20405 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20406
20407         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20408         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20409         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20410         (theora_dec_chain):
20411         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20412         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20413           Seeking and querying finetune.
20414
20415 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20416
20417         * configure.ac:
20418         * ext/Makefile.am:
20419         * ext/raw1394/Makefile.am:
20420           fix the build
20421
20422 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20423
20424         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20425           Wrong return.
20426         * gst/playback/Makefile.am:
20427         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20428         * gst/playback/gstplay-marshal.list:
20429         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20430           Fix marshallers.
20431
20432 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20433
20434         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20435           Silence.
20436
20437 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20438
20439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20440         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20441         (gst_ogg_pad_push):
20442           Yay for non-lineair granulepos in theora.
20443
20444 2004-10-18  Wim Taymans  <wim@fluendo.com>
20445
20446         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20447         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20448         * ext/dv/gstdvdec.h:
20449         Make sure we renegotiate aspect ratio when the camera switches.
20450
20451 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20452
20453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20454         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20455           Start at zero.
20456         * ext/theora/theoradec.c: (theora_dec_chain):
20457           Skip headers. Bad idea for chained ogg, but fixes seeking.
20458
20459 2004-10-18  Wim Taymans  <wim@fluendo.com>
20460
20461         * configure.ac:
20462         I swear, this is the last time I touch this.
20463
20464 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20465
20466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20467         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20468         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20469           Faster seeking.
20470         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20471           Time-to-default conversion.
20472         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20473           Don't error on unknown packets, just skip. We should probably
20474           read them if we want to support chained ogg.
20475
20476 2004-10-18  Wim Taymans  <wim@fluendo.com>
20477
20478         * configure.ac:
20479         Added cdaudio to wrong list.
20480
20481 2004-10-18  Wim Taymans  <wim@fluendo.com>
20482
20483         * configure.ac:
20484         Revive cdaudio.
20485
20486 2004-10-18  Wim Taymans  <wim@fluendo.com>
20487
20488         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20489         (gst_dvdec_video_link), (gst_dvdec_push):
20490         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20491         (gst_smokeenc_resync), (gst_smokeenc_chain):
20492         Fix mimetype on smoke encoder.
20493         Add aspect ratio to dvdec. Not sure if these
20494         values are correct though....
20495
20496 2004-10-18  Wim Taymans  <wim@fluendo.com>
20497
20498         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20499         Fix vorbis property descriptions and ranges.
20500
20501 2004-10-18  Wim Taymans  <wim@fluendo.com>
20502
20503         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20504         Really do nothing when no data is available.
20505         Go to the playing state when the stream is not seekable
20506         instead of failing.
20507
20508 2004-10-18  Wim Taymans  <wim@fluendo.com>
20509
20510         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20511         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20512         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20513         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20514         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20515         Added uri handler for cd://
20516         Port to new API.
20517
20518 2004-10-18  Wim Taymans  <wim@fluendo.com>
20519
20520         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20521         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20522         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20523         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20524         (remove_prerolls), (unknown_type), (add_element_stream),
20525         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20526         (gst_play_base_bin_remove_element),
20527         (gst_play_base_bin_link_stream):
20528         * gst/playback/gstplaybin.c: (gen_video_element),
20529         (gen_vis_element), (remove_sinks), (setup_sinks):
20530         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20531         (gst_stream_info_get_type), (gst_stream_info_class_init),
20532         (gst_stream_info_init), (gst_stream_info_new),
20533         (gst_stream_info_dispose), (stream_info_mute_pad),
20534         (gst_stream_info_set_property), (gst_stream_info_get_property):
20535         * gst/playback/gststreaminfo.h:
20536         Add sink padtemplate to decodebin.
20537         Added some more comments.
20538         Make queue size configurable in playbasebin.
20539         Added possibility to use elements as sinks (ex cdaudio).
20540
20541 2004-10-15  Wim Taymans  <wim@fluendo.com>
20542
20543         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20544         (gst_speexenc_chain):
20545         Fix speex timestamps so that it gets muxed properly.
20546
20547 2004-10-15  Wim Taymans  <wim@fluendo.com>
20548
20549         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20550         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20551         (gst_dv1394src_init), (gst_dv1394src_dispose),
20552         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20553         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20554         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20555         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20556         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20557         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20558         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20559         * ext/raw1394/gstdv1394src.h:
20560         Added conversion/query functions.
20561         Update buffer timestamps,
20562         Added signals.
20563         Added uri dv:// so it might play from the firewire in playbin.
20564         Fix a possible leak.
20565         Added debugging.
20566
20567 2004-10-15  Wim Taymans  <wim@fluendo.com>
20568
20569         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20570         (gst_dv1394src_init), (gst_dv1394src_set_property),
20571         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20572         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20573         * ext/raw1394/gstdv1394src.h:
20574         Added AV/C VTR control support needed for some cameras.
20575         Added automatic port detection.
20576         Added properties for selecting the channel.
20577         The configure.ac script is not yet updated to reflect the
20578         new libavc1394 and librom1394 dependencies.
20579
20580 2004-10-15  Wim Taymans  <wim@fluendo.com>
20581
20582         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20583         (qtdemux_parse), (gst_qtdemux_handle_esds):
20584         An esds box is not a container.
20585         Fix parsing of mp4v boxes.
20586         Do not try to renegotiate fps for each frame. Need to
20587         find a better method. This should fix mp4 playback.
20588
20589 2004-10-14  David Schleef  <ds@schleef.org>
20590
20591         * configure.ac: update for swfdec-0.3 and liboil-0.2
20592         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20593         * ext/swfdec/gstswfdec.h: same
20594         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20595         * gst/videotestsrc/videotestsrc.c: same
20596
20597 2004-10-14  Wim Taymans  <wim@fluendo.com>
20598
20599         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20600         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20601         (is_sync_frame), (gst_multifdsink_new_client),
20602         (gst_multifdsink_handle_client_write),
20603         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20604         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20605         Turn warnings into info.
20606         Don't allow a state change in the streaming thread.
20607
20608 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20609
20610         * ext/vorbis/oggvorbisenc.c:
20611         * ext/vorbis/vorbisdec.c:
20612           fix template sample rate
20613
20614 2004-10-13  Wim Taymans  <wim@fluendo.com>
20615
20616         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20617         Decoding the header first fixes some problems in resyncing
20618         in more mp3s.
20619
20620 2004-10-12  Wim Taymans  <wim@fluendo.com>
20621
20622         * gst/playback/gstplaybin.c: (gen_video_element),
20623         (gen_vis_element), (remove_sinks), (setup_sinks):
20624         Added vis plugin support, need to configure the vis
20625         element to activate it.
20626
20627 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20628
20629         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20630         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20631           Some debug.
20632         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20633         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20634         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20635         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20636         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20637         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20638         * gst/avi/gstavidemux.h:
20639           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20640           recovery (where, if part of the index is broken, we will still read
20641           the rest of the index and recover the broken part by stream
20642           scanning). More broken media support. EOS workarounds. General AVI
20643           braindamage headache recovery. Aspirin included.
20644
20645 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20646
20647         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20648         (cdparanoia_event), (cdparanoia_query):
20649           Get rid of hideous lead-in.
20650
20651 2004-10-11  Wim Taymans  <wim@fluendo.com>
20652
20653         * gst/playback/gstplaybasebin.c: (setup_source):
20654         Wrong var used to get g_list_next.
20655
20656 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20657
20658         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20659         (cdparanoia_get), (cdparanoia_open):
20660           Report discid as metadata, add duration.
20661
20662 2004-10-11  Wim Taymans  <wim@fluendo.com>
20663
20664         * gst/playback/gstplaybasebin.c: (setup_source):
20665         Cleanup the previous pipeline a little earlier for the
20666         case that a source element provides raw data.
20667
20668 2004-10-11  Benjamin Otte  <otte@gnome.org>
20669
20670         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20671           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20672           consuming the last 128 bytes, even though it was valid mp3 data.
20673
20674 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20675
20676         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20677         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20678         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20679         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20680
20681 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20682
20683         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20684         Fix for webcams that support only specific width or height
20685
20686 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20687
20688         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20689
20690         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20691           Fix wrong discont event setup (fixes #154967).
20692
20693 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20694
20695         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20696
20697         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20698           Error out on invalid data (fixes #154807).
20699
20700 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20701
20702         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20703
20704         * ext/dvdread/dvdreadsrc.c: (_read):
20705           Make titles > 0 work again (fixes #154834).
20706
20707 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20708
20709         * gst-libs/gst/riff/riff-media.c:
20710         (gst_riff_create_video_template_caps):
20711           WMV3 missing in template caps.
20712
20713 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20714
20715         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20716           OK, so the original code was too strict. It makes random AVI files
20717           hang for seconds upon opening, which is unacceptable and is far
20718           beyond the original goal of getting multiple chunks for one-chunk
20719           sounc stream files. So now do just that.
20720
20721 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20722
20723         * gst/playback/gstplaybasebin.c: (setup_source),
20724         (gst_play_base_bin_change_state):
20725           Actually clean up streaminfo if output fails. This would trigger
20726           if, for example, there was no CD in the drive. No preroll, so
20727           a streaminfo structure is created, but the subsequent state change
20728           of the thread fails.
20729         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20730           Don't change state if parent failed.
20731
20732 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20733
20734         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20735         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20736         (gen_video_element), (remove_sinks):
20737           Add small bits of code for screenshot handling.
20738
20739 2004-10-08  Wim Taymans  <wim@fluendo.com>
20740
20741         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20742         (gen_video_element), (gen_audio_element), (setup_sinks):
20743         Don't assume the user provided sinks are named "sink"...
20744
20745 2004-10-08  Wim Taymans  <wim@fluendo.com>
20746
20747         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20748         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20749         (gst_play_base_bin_link_stream):
20750         Do not try to autoplug sources that generate raw streams like
20751         cdparanoia.
20752         disconnect the preroll overrun signal when we don't need it anymore.
20753
20754 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20755
20756         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20757         Added reworked patch from #154903 from milosz derezynski (deadchip).
20758
20759 2004-10-08  Wim Taymans  <wim@fluendo.com>
20760
20761         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20762         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20763         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20764         (cdparanoia_convert), (cdparanoia_uri_get_type),
20765         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20766         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20767         * ext/cdparanoia/gstcdparanoia.h:
20768         This adds the cdda://<tracknum> uri.
20769
20770 2004-10-08  Wim Taymans  <wim@fluendo.com>
20771
20772         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20773         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20774         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20775         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20776         (unknown_type), (gst_play_base_bin_remove_element),
20777         (gst_play_base_bin_link_stream):
20778         * gst/playback/gstplaybasebin.h:
20779         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20780         (gst_play_bin_set_property), (gen_video_element),
20781         (gen_audio_element), (setup_sinks):
20782         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20783         (gst_stream_info_get_type), (gst_stream_info_class_init),
20784         (gst_stream_info_init), (gst_stream_info_new),
20785         (gst_stream_info_dispose), (stream_info_mute_pad),
20786         (gst_stream_info_set_property), (gst_stream_info_get_property):
20787         * gst/playback/gststreaminfo.h:
20788         Reuse the audio and video bins.
20789         Some internal cleanups in the stream selection code.
20790
20791 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20792
20793         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20794         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20795         * sys/ximage/ximagesink.h:
20796         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20797         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20798         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20799         not coming from those elements. Moreover these elements should not keep
20800         the xid they have been given when in NULL state.
20801
20802 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20803
20804         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20805         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20806         * sys/ximage/ximagesink.h:
20807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20808         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20809         * sys/xvimage/xvimagesink.h:
20810           Actually only create a new toplevel window if we're not gonna
20811           embed it right after.
20812
20813 2004-10-07  Wim Taymans  <wim@fluendo.com>
20814
20815         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20816         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20817         * gst/playback/gstplaybin.c: (setup_sinks):
20818         Implement muting/unmuting of streams, mute streams that are not
20819         used.
20820
20821 2004-10-07  Wim Taymans  <wim@fluendo.com>
20822
20823         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20824         (plugin_init):
20825         Added lame audio/x-ac3 typefind function.
20826
20827 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20828
20829         * configure.ac:
20830           bump nano to cvs
20831
20832 === release 0.8.5 ===
20833
20834 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20835
20836         * NEWS:
20837         * RELEASE:
20838         * configure.ac:
20839           releasing 0.8.5, "Take You On"
20840
20841 2004-10-06  Wim Taymans  <wim@fluendo.com>
20842
20843         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20844         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20845         (no_more_pads), (close_link), (type_found):
20846         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20847         * gst/playback/gstplaybin.c: (gen_video_element):
20848         Do not signal the no_more_pads after the first pad when
20849         we are plugging a non dynamic element with multiple
20850         output pads (like swfdec, dvdec, ...).
20851
20852 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20853
20854         * configure.ac:
20855           bump for prerelease
20856
20857 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20858
20859         * gst/wavparse/gstwavparse.c:
20860           add ATRAC3 to STATIC CAPS to fix a warning
20861
20862         * gst/matroska/ebml-read.c:
20863         * gst-libs/gst/riff/riff-read.c:
20864           fix typos
20865
20866 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20867
20868         * gst-libs/gst/riff/riff-media.c:
20869           generate caps for ATRAC3 audio streams
20870
20871         * gst/realmedia/rmdemux.c:
20872           generate caps for ATRAC3 audio streams
20873
20874 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20875
20876         * gst/wavparse/Makefile.am
20877         * gst/wavparse/riff.h
20878         * gst/wavparse/wavparse.vcproj
20879           riff.h removal (unused and duplication with riff-ids.h)
20880
20881 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20882
20883         * gst/wavparse/gstwavparse.h
20884           remove duplicated defines for audio codec codes
20885
20886         * gst-libs/gst/riff/riff-ids.h
20887         * gst/wavenc/riff.h:
20888           add "4CC" code for ATRAC3 audio streams
20889           add "4CC" code for ITU_G721_ADPCM (unused for now)
20890
20891 2004-10-06  Wim Taymans  <wim@fluendo.com>
20892
20893         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20894         Actually _do_ negotiation. Pass gdouble as arg instead
20895         of guint64 for the framerate.
20896
20897 2004-10-06  Wim Taymans  <wim@fluendo.com>
20898
20899         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20900         (find_compatibles), (close_pad_link), (try_to_link_1),
20901         (no_more_pads), (close_link), (type_found):
20902         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20903         * gst/playback/gstplaybin.c: (gen_video_element),
20904         (gen_audio_element):
20905         Set state on newly added element to READY so that negotiation
20906         can happen ASAP.
20907         Addes some more debug info.
20908         Do not try to plug pads with multiple caps structures or ANY
20909         because it is too dangerous since we do not do dynamic
20910         replugging.
20911
20912 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20913
20914         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20915
20916         * po/LINGUAS:
20917         * po/or.po:
20918           add Oriya translation
20919
20920 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20921
20922         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20923           Prevent overwrite of size member. Makes audio sound crappy.
20924
20925 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20926
20927         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20928         Add rmvb to the list of known RealMedia extensions
20929
20930 2004-10-05  Wim Taymans  <wim@fluendo.com>
20931
20932         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20933         (mngdec_openstream), (mngdec_closestream),
20934         (mngdec_handle_sink_event), (mngdec_readdata),
20935         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20936         (mngdec_getcanvasline), (mngdec_refresh),
20937         (gst_mngdec_change_state):
20938         Set the framerate correctly.
20939
20940 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20941
20942         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20943           There was something wrong with the index massaging.
20944
20945 2004-10-04  Wim Taymans  <wim@fluendo.com>
20946
20947         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20948         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20949         (gst_smokedec_chain):
20950         * ext/jpeg/gstsmokedec.h:
20951         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20952         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20953         * ext/jpeg/gstsmokeenc.h:
20954         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20955         (smokecodec_decode_new), (smokecodec_info_free),
20956         (smokecodec_set_quality), (smokecodec_get_quality),
20957         (smokecodec_set_threshold), (smokecodec_get_threshold),
20958         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20959         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20960         (smokecodec_encode), (smokecodec_parse_id),
20961         (smokecodec_parse_header), (smokecodec_decode):
20962         * ext/jpeg/smokecodec.h:
20963         * ext/jpeg/smokeformat.h:
20964         Updated smoke, new bitstream, allows embedding in ogg.
20965
20966 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20967
20968         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20969           Fix seeking in some files. All this code is no longer needed (and
20970           actually breaks stuff) because we now synchronize the full index
20971           right when reading the header.
20972
20973 2004-10-04  Wim Taymans  <wim@fluendo.com>
20974
20975         * configure.ac:
20976         configure update for libmng.
20977
20978 2004-10-04  Wim Taymans  <wim@fluendo.com>
20979
20980         * ext/libmng/Makefile.am:
20981         * ext/libmng/gstmng.c: (plugin_init):
20982         * ext/libmng/gstmng.h:
20983         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20984         (gst_mngdec_base_init), (gst_mngdec_class_init),
20985         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20986         (gst_mngdec_loop), (gst_mngdec_get_property),
20987         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20988         (mngdec_closestream), (mngdec_handle_sink_event),
20989         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20990         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20991         (gst_mngdec_change_state):
20992         * ext/libmng/gstmngdec.h:
20993         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20994         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20995         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20996         (gst_mngenc_chain), (gst_mngenc_get_property),
20997         (gst_mngenc_set_property):
20998         * ext/libmng/gstmngenc.h:
20999         Added basic MNG decoder. Needs more work. The encoder does
21000         not work yet.
21001
21002 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21003
21004         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
21005         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
21006         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
21007           Don't hang on length=0 chunks. Some negotiation fixes. Signal
21008           no-more-pads.
21009
21010 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21011
21012         * configure.ac:
21013           you need at least 1.0.4 of speex
21014
21015 2004-10-04 Iain <iaingnome@gmail.com>
21016
21017         * ext/speex/gstspeexdec.h: Revert the includes changes.
21018
21019         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
21020
21021 2004-09-30 Iain <iaingnome@gmail.com>
21022
21023         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
21024         found during init or set as a property instead of hardcoding /dev/audio
21025
21026 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21027
21028         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
21029         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
21030         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
21031         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
21032         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
21033         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
21034         (gst_rmdemux_dump_data):
21035           Use debug category, fix EOS handling. filesrc ! rmdemux now
21036           works.
21037
21038 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21039
21040         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21041         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21042         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21043           Improve allocation, cutting and sorting of the index. How takes a
21044           few seconds instead of minutes.
21045
21046 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
21047
21048         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21049           fixed compilation
21050
21051 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21052
21053         * gst-libs/gst/riff/riff-media.c:
21054         (gst_riff_create_video_caps_with_data),
21055         (gst_riff_create_video_template_caps):
21056           Add wing commander format mimetype/fourccs.
21057         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21058           Don't crash if some value is 0.
21059
21060 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21061
21062         * gst-libs/gst/riff/riff-media.c:
21063         (gst_riff_create_video_caps_with_data),
21064         (gst_riff_create_video_template_caps):
21065           Add DIB fourcc (raw, palettized 8-bit RGB).
21066         * gst-libs/gst/riff/riff-read.c:
21067         (gst_riff_read_strf_vids_with_data):
21068           Oops, fix strf_data reading bug.
21069         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21070           Use a non-NULL tag.
21071         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21072           Time for hacks. Sorry Dave. At least one quicktime movie (a
21073           trailer) that I've encountered contains multiple video tracks.
21074           One of those is the actual video track, the other are one-frame
21075           tracks (images). Unfortunately, the number of frames according
21076           to the trak header is 1 for each, so that doesn't help. So
21077           instead, I look at the duration and discard tracks with a
21078           duration shorter than 20% of the length of the stream. Better
21079           than nothing.
21080
21081 2004-10-01  Christian Schaller <christian@fluendo.com>
21082
21083         * ext/ivorbis/vorbis.c:
21084           Patch from Phil Blundell (Bug 152341)
21085
21086 2004-10-01  Wim Taymans  <wim@fluendo.com>
21087
21088         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21089         (speex_dec_get_formats), (speex_dec_convert),
21090         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21091         (speex_dec_chain), (gst_speexdec_get_property),
21092         (gst_speexdec_set_property):
21093         Small cleanups.
21094
21095 2004-10-01  Wim Taymans  <wim@fluendo.com>
21096
21097         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21098         (gst_wavparse_stream_init), (gst_wavparse_fmt),
21099         (gst_wavparse_other), (gst_wavparse_loop),
21100         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21101         (gst_wavparse_srcpad_event):
21102         * gst/wavparse/gstwavparse.h:
21103         Added some more debugging info.
21104         Fix the case where the length of the file is 0.
21105         Make sure we seek to sample borders.
21106
21107 2004-10-01  Wim Taymans  <wim@fluendo.com>
21108
21109         * gst/playback/README:
21110         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21111         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21112         (try_to_link_1), (no_more_pads), (close_link), (type_found):
21113         Add some debug info to decodebin, update README
21114
21115 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21116
21117         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21118           Don't use g_print(); use GST_DEBUG().
21119
21120 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21121
21122         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21123         (gst_ogg_mux_queue_pads):
21124           Handle EOS properly.
21125
21126 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21127
21128         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21129
21130         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21131         (gst_faad_chain), (gst_faad_change_state):
21132         * ext/faad/gstfaad.h:
21133           Allow playback of raw (unframed) MPEG AAC files (#148993).
21134
21135 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21136
21137         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21138
21139         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21140           Throw error if we didn't recognize the stream. Fixes #152289.
21141
21142 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21143
21144         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21145           Fix negotiation.
21146
21147 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
21148
21149         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21150
21151         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21152           Fix memleak.
21153
21154 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21155
21156         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21157
21158         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21159           Solve #152805.
21160         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21161           Solve 152806.
21162
21163 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21164
21165         * gst-libs/gst/riff/riff-media.c:
21166         (gst_riff_create_video_caps_with_data),
21167         (gst_riff_create_audio_caps_with_data):
21168           Add codec_data handling (like asfdemux used to do).
21169         * gst/asfdemux/gstasf.c: (plugin_init):
21170         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21171         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21172           Use riff-media for caps creation instead of our own (mostly
21173           broken) copy of its functions.
21174
21175 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21176
21177         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21178           Don't actually error out if we get another return value than
21179           -EINVAL. Opposite to what I first thought, drivers have random
21180           return values for this, although -EINVAL is the expected return
21181           value. Since this is not fatal, we shouldn't use
21182           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21183
21184 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21185
21186         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21187         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21188         (dvdreadsrc_get_property), (_open), (_seek), (_read),
21189         (dvdreadsrc_get), (dvdreadsrc_open_file),
21190         (dvdreadsrc_change_state):
21191           Fix. Don't do one big huge loop around the whole DVD, that will
21192           cache all data and thus eat sizeof(dvd) (several GB) before we
21193           see something.
21194         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21195           Actually NULL'ify event after using it.
21196         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21197         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21198         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21199         (gst_ebml_read_seek), (gst_ebml_read_skip):
21200           Handle events.
21201         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21202         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21203         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21204           Fix timing (this will probably break if I seek using menus, but
21205           I didn't get there yet). VOBs and normal DVDs should now work.
21206           Add a mpeg2-only pad with high rank so this get autoplugged for
21207           MPEG-2 movies.
21208         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21209         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21210         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21211         (gst_mpeg_demux_get_audio_stream),
21212         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21213         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21214           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21215           MPEG-1 but use dvddemux for MPEG-2.
21216         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21217         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21218         (gst_mpeg_parse_parse_packhead):
21219           Timing. Only add pad template if it exists. Add sink template from
21220           class and not from ourselves. This means we will always use the
21221           correct sink template even if it is not the one defined in this
21222           file.
21223
21224 2004-09-29  Wim Taymans  <wim@fluendo.com>
21225
21226         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21227         (gst_mpeg_demux_parse_pes):
21228         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21229         Fix playback of mpeg again, timestamps where screwed up by
21230         patch 1.61.
21231
21232 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21233
21234         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21235           Only return true if we actually filled something in. Prevents
21236           player applications from showing a random length for flac files.
21237         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21238         (gst_riff_read_use_event), (gst_riff_read_handle_event),
21239         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21240         (gst_riff_read_strf_vids_with_data),
21241         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21242           OK, ok, so I implemented event handling. Apparently it's normal
21243           that we receive random events at random points without asking
21244           for it.
21245         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21246         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21247         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21248         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21249         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21250         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21251         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21252         * gst/avi/gstavidemux.h:
21253           Implement non-lineair chunk handling and subchunk processing.
21254           The first solves playback of AVI files where the audio and video
21255           data of individual buffers that we read are not synchronized.
21256           This should not happen according to the wonderful AVI specs, but
21257           of course it does happen in reality. It is also a prerequisite for
21258           the second. Subchunk processing allows us to cut chunks in small
21259           pieces and process each of these pieces separately. This is
21260           required because I've seen several AVI files with incredibly large
21261           audio chunks, even some files with only one audio chunk for the
21262           whole file. This allows for proper playback including seeking.
21263           This patch is supposed to fix all AVI A/V sync issues.
21264         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21265         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21266           Work.
21267         * gst/modplug/gstmodplug.cc:
21268           Proper return value setting for the query() function.
21269         * gst/playback/gstplaybasebin.c: (setup_source):
21270           Being in non-playing state (after, e.g., EOS) is not necessarily
21271           a bad thing. Allow for that. This fixes playback of short files.
21272           They don't actually playback fully now, because the clock already
21273           runs. This means that small files (<500kB) with a small length
21274           (<2sec) will still not or barely play. Other files, such as mod
21275           or flx, will work correctly, however.
21276
21277 2004-09-28  Wim Taymans  <wim@fluendo.com>
21278
21279         * ext/speex/gstspeex.c: (plugin_init):
21280         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21281         (gst_speex_dec_class_init), (speex_dec_get_formats),
21282         (speex_get_event_masks), (speex_get_query_types),
21283         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21284         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21285         (gst_speexdec_get_property), (gst_speexdec_set_property),
21286         (speex_dec_change_state):
21287         * ext/speex/gstspeexdec.h:
21288         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21289         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21290         (gst_speexenc_base_init), (gst_speexenc_class_init),
21291         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21292         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21293         (gst_speexenc_src_query), (gst_speexenc_init),
21294         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21295         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21296         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21297         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21298         (gst_speexenc_chain), (gst_speexenc_get_property),
21299         (gst_speexenc_set_property), (gst_speexenc_change_state):
21300         * ext/speex/gstspeexenc.h:
21301         Rewrote speex encoder, make sure it can be embedded in ogg.
21302         Implemented speex decoder.
21303
21304 2004-09-28  Christian Schaller <christian@fluendo.com>
21305
21306         * configure.ac:
21307         Remove kioslave plugin. Markey is brewing a new working one
21308         * ext/Makefile.am: Remove kioslave plugin
21309         * ext/kio: remove
21310         * gst-plugins.spec.in: remove kio plugin from spec
21311
21312 2004-09-27  Wim Taymans  <wim@fluendo.com>
21313
21314         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21315         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21316         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21317         (gst_multifdsink_new_client),
21318         (gst_multifdsink_handle_client_write),
21319         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21320         (gst_multifdsink_handle_clients):
21321         * gst/tcp/gstmultifdsink.h:
21322         Make syncing to keyframes actually work for new clients and lagging
21323         clients.
21324
21325 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21326
21327         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21328         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21329         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21330         * gst/debug/gstnavigationtest.h:
21331           make navigationtest display button-press and button-release events
21332
21333 2004-09-26 Iain <iaingnome@gmail.com>
21334
21335         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21336         the channels have received a new media event.
21337         (interleave_buffered_loop): Compresses a new media event on all
21338         channels into one.
21339
21340 2004-09-26 Iain <iaingnome@gmail.com>
21341
21342         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21343         call the sinkpad's default event handler and not the srcpads. He also
21344         says this is confusing :)
21345         (gst_wavenc_stop_file): Company says that seek events only go upstream
21346         we should send a discontinuous downstream instead.
21347
21348 2004-09-25  Christian Schaller <christian@fluendo.com>
21349
21350         * Update SPEC file to be usable in conjunction with Fedora Core,
21351           Fedora.us and freshrpms packages
21352         * Fix typo in multifilesrc test Makefile
21353
21354 2004-09-24  Wim Taymans  <wim@fluendo.com>
21355
21356         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21357         Only signal the no_more_pads signal when we have
21358         added the stream to our list.
21359
21360 2004-09-24  Wim Taymans  <wim@fluendo.com>
21361
21362         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21363         (new_decoded_pad):
21364         * gst/playback/gstplaybasebin.h:
21365         * gst/playback/gstplaybin.c: (setup_sinks):
21366         Don't try to preroll or decode more than one audio/video
21367         track.
21368
21369 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21370
21371         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21372           Throw error if we failed to find a suitable output. This should
21373           throw an error if we successfully set up a pipeline (e.g. because
21374           we recognized a media file) but found no decodable streams in it
21375           (e.g. because it contains only media stream types for which we
21376           have no decoders, or because it's not a media type).
21377
21378 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21379
21380         * ext/dirac/Makefile.am:
21381         * ext/dirac/gstdirac.cc:
21382         * ext/dirac/gstdiracdec.cc:
21383         * ext/dirac/gstdiracdec.h:
21384           Do something. Don't actually know if this works because I don't
21385           have a demuxer yet.
21386         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21387           Add channels=1 to caps returned from _getcaps().
21388         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21389         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21390         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21391         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21392         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21393         (gst_ogm_parse_change_state):
21394           Separate between audio/video so ogmaudioparse actually uses the
21395           audio pad templates. Both audio and video work now, including
21396           autoplugging. Also use sometimes-srcpad hack.
21397         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21398           Handle events better. Don't hang on infinite loops.
21399         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21400         (gst_avi_demux_init), (gst_avi_demux_reset),
21401         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21402         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21403         (gst_avi_demux_change_state):
21404         * gst/avi/gstavidemux.h:
21405           Improve A/V sync. Still not perfect.
21406         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21407         (gst_ebml_read_skip):
21408           Handle events better.
21409         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21410         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21411         (qtdemux_audio_caps):
21412           Add IMA4. Improve event handling. Save offset after a seek when
21413           the headers are at the end of the file so that we don't end up in
21414           an infinite loop.
21415         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21416           Add low-priority typefind support for files with no length.
21417
21418 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21419
21420         * testsuite/multifilesink/Makefile.am:
21421         fix typo
21422
21423 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21424
21425         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21427         mistakes from thaytan's patches.
21428
21429 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21430
21431         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21432           For completeness, XSync in the destroy function as xvimage does.
21433
21434 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21435
21436         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21437            Correct caps negotiation
21438         * gst/volume/gstvolume.c: (volume_chain_float),
21439         (volume_chain_int16):
21440            Modify debug output to be little more informative
21441         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21443         (gst_xvimagesink_xvimage_destroy):
21444           Add XSync calls after detaching from the shared memory segment to
21445           avoid a crash.
21446
21447 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21448
21449         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21450         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21451         * ext/vorbis/vorbis.c: (plugin_init):
21452         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21453         (gst_vorbisenc_chain):
21454         * ext/vorbis/vorbisenc.h:
21455         remove explicit newmedia support from oggmux and vorbisenc
21456         add debug category to vorbisenc
21457         * gst/multifilesink/gstmultifilesink.c:
21458         (gst_multifilesink_class_init), (gst_multifilesink_init),
21459         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21460         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21461         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21462         (plugin_init):
21463         * gst/multifilesink/gstmultifilesink.h:
21464         add support for streamheader in multifilesink
21465
21466 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21467
21468         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21469         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21470         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21471           Prevent infinite loops. More correct error reporting.
21472         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21473           Error out if negotiation fails.
21474         * gst/playback/gstplaybasebin.c: (setup_source),
21475         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21476         (gst_play_base_bin_found_tag):
21477           Error/tag forwarding. Pre-roll fixes for source errors on state
21478           changes (e.g. "file does not exist") to prevent hangs.
21479
21480 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21481
21482         * testsuite/multifilesink/Makefile.am:
21483         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21484         (gst_newmedia_class_init), (gst_newmedia_init),
21485         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21486         (newfile_signal), (test_signal), (main):
21487         * testsuite/multifilesink/multifilesrc_test.c: (main):
21488         * testsuite/multifilesink/oggtheora_test.c:
21489         (gst_newmedia_base_init), (gst_newmedia_class_init),
21490         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21491         (test_format), (newfile_signal), (test_signal), (main):
21492         * testsuite/multifilesink/oggvorbis_test.c:
21493         (gst_newmedia_base_init), (gst_newmedia_class_init),
21494         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21495         (test_format), (newfile_signal), (test_signal), (main):
21496         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21497         (gst_newmedia_class_init), (gst_newmedia_init),
21498         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21499         (newfile_signal), (test_signal), (main):
21500         New media tests
21501
21502 2004-09-20  Christian Schaller <christian@fluendo.com>
21503
21504         * Fix mikmod license to LGPL as they have relicensed
21505         * Move Dirac and Effectv into LGPL section of README_license
21506
21507 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21508
21509         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21510         (gst_mad_change_state):
21511           Allow for mp3 rate/channels changes. However, only very
21512           conservatively. Reason that we *have* to enable this is smiply
21513           because the mad find_sync() function is not good enough, it will
21514           regularly sync on random data as valid frames and therefore make
21515           us provide random caps as *final* caps of the stream. The best fix
21516           I could think of is to simply require several of the same stream
21517           changes in a row before we change caps.
21518           The actual testcase that works now is #
21519         * ext/ogg/Makefile.am:
21520         * ext/ogg/gstogg.c: (plugin_init):
21521         * ext/ogg/gstogmparse.c:
21522           OGM support (video only for now; I need an audio sample file).
21523         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21524         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21525         (gst_asf_demux_add_video_stream):
21526           WMV extradata.
21527         * gst/playback/gstplaybasebin.c: (unknown_type):
21528           Don't error out on single unknown-types after all. It's wrong.
21529           If we found type of video and audio but not of a subtitle stream,
21530           it will still error out (which is unwanted). Will find a better fix
21531           later on.
21532         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21533         (ogmaudio_type_find), (plugin_init):
21534           OGM support.
21535
21536 2004-09-20  Johan Dahlin  <johan@gnome.org>
21537
21538         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21539         after setting caps.
21540
21541 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21542
21543         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21544         * gst/wavenc/gstwavenc.h:
21545         Added newmedia support to wavenc
21546
21547 2004-09-17  Wim Taymans  <wim@fluendo.com>
21548
21549         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21550         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21551         (gst_fdset_fd_can_write), (gst_fdset_wait):
21552         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21553         (gst_multifdsink_init), (gst_multifdsink_add),
21554         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21555         (gst_multifdsink_remove_client_link),
21556         (gst_multifdsink_client_queue_buffer),
21557         (gst_multifdsink_handle_client_write),
21558         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21559         (gst_multifdsink_close), (gst_multifdsink_change_state):
21560         * gst/tcp/gstmultifdsink.h:
21561         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21562         (gst_tcpserversink_removed):
21563         Small cleanups in fdset.c
21564         Use a hastable to map fd to the client structure for faster
21565         lookup in _remove and get_stats.
21566         Added virtual function to close the fds.
21567         Handle clients even when the select/poll call was unblocked because
21568         of a command.
21569         Implement syncing to keyframe in the recovery procedure.
21570
21571 2004-09-16 Iain <iaingnome@gmail.com>
21572
21573         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21574         try caps.
21575
21576 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21577
21578         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21579           Caps are only set if the type of the stream is unknown, but this
21580           is initialized in ->init_stream(), so set to UNKNOWN after calling
21581           ->init_stream() so that capsnego starts.
21582
21583 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21584
21585         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21586         (gst_avi_demux_stream_data):
21587           Just hardcode for raw audio then. AVI audio sucks.
21588
21589 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21590
21591         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21592         * gst/matroska/matroska-mux.c: (audiosink_templ),
21593         (gst_matroska_mux_audio_pad_link):
21594         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21595         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21596
21597 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21598
21599         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21600         (gst_avi_demux_stream_data):
21601           Try to fix a/v sync issues.
21602
21603 2004-09-15  David Schleef  <ds@schleef.org>
21604
21605         * configure.ac: remove NASM check, since we don't use it.  Update
21606         dirac check to 0.4
21607         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21608         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21609         Initialized variables.
21610         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21611         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21612         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21613         SVQ3 format
21614
21615 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21616
21617         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21618         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21619         * gst/avi/gstavidemux.h:
21620           Fix for compressed audio (mp3) timestamp generation. How did this
21621           ever work?
21622
21623 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21624
21625         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21626           Volume is a double not a float.
21627
21628 2004-09-15  Wim Taymans  <wim@fluendo.com>
21629
21630         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21631         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21632         Don't close the fd in multifdsink as we didn't open it in the
21633         first place. Some cleanups.
21634
21635 2004-09-15  Wim Taymans  <wim@fluendo.com>
21636
21637         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21638         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21639         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21640         Fix the case where the muxer would mark pages as delta
21641         frames when they are not (vorbis only ogg).
21642
21643 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21644
21645         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21646         (gst_play_base_bin_change_state):
21647           Handle the case where we failed to setup a clear pipeline. This
21648           will throw an error (or EOS, another nice case) and if you don't
21649           catch that, the app will wait for the signal forever (and thus
21650           hang).
21651
21652 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21653
21654         * ext/gnomevfs/gstgnomevfssink.c:
21655         (gst_gnomevfssink_uri_get_protocols):
21656         * ext/gnomevfs/gstgnomevfssrc.c:
21657         (gst_gnomevfssrc_uri_get_protocols):
21658         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21659         * ext/gnomevfs/gstgnomevfsuri.h:
21660           Use _uri_new() instead of _open(), so it doesn't take as long and
21661           Christophe's computer won't hang.
21662         * gst/playback/gstplaybasebin.c: (unknown_type):
21663           Throw error on unknown media type, so apps actually display it.
21664
21665 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21666
21667         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21668           this script to work on Solaris since bash shell handles echo
21669           differenly than bash.
21670
21671 2004-09-17  Wim Taymans  <wim@fluendo.com>
21672
21673         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21674         (setup_source), (gst_play_base_bin_set_property),
21675         (gst_play_base_bin_add_element):
21676         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21677         Some more work on making sure seeking pauses the pipeline and
21678         that changing the uri actually does something.
21679
21680 2004-09-17  Wim Taymans  <wim@fluendo.com>
21681
21682         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21683         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21684         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21685         (gst_tcpserversink_close):
21686         Be a bit more paranoid when freeing memory.
21687
21688 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21689
21690         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21691         (qtdemux_parse_trak):
21692           Don't crash by dividing by zero (see sample movie in #126922).
21693
21694 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21695
21696         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21697           Don't touch non-existing data (fixes crash on file in #140147).
21698
21699 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21700
21701         * gst/playback/gstplaybasebin.c:
21702         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21703           Handle double disposals, and proper change of URIs.
21704
21705 2004-09-13  Martin Eikermann <meiker@upb.de>
21706
21707         * gst/mpegstream/gstmpegparse.c:
21708           fix synchronistation for streams recorded from digital PCR
21709           fixes bug #119376
21710
21711 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21712
21713         * ext/gnomevfs/Makefile.am:
21714         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21715         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21716         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21717         (gst_gnomevfssink_uri_get_type),
21718         (gst_gnomevfssink_uri_get_protocols),
21719         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21720         (gst_gnomevfssink_uri_handler_init),
21721         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21722         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21723         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21724         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21725         (gst_gnomevfssrc_uri_get_type),
21726         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21727         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21728         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21729         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21730         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21731         * ext/gnomevfs/gstgnomevfsuri.h:
21732           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21733           of fake URIs to see which this version of Gnome-VFS likes, and
21734           uses that for the Gst-URI interface. Makes playbin support http://
21735           streams. Also fix up some stupid behaviour in gnomevfssrc.
21736
21737 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21738
21739         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21740         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21741         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21742         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21743           Update mixer (to sync with other sessions) if we try to obtain
21744           a new value. This makes alsamixer work accross applications.
21745         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21746           Only call sync functions if we're running, else alsalib asserts.
21747         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21748           Sometimes fails to compile. Possibly a gcc bug.
21749         * gst/playback/gstplaybin.c: (gen_video_element),
21750         (gen_audio_element):
21751           Add a reference to an application-provided object, because we lose
21752           this same reference if we add it to the bin. If we don't do this,
21753           we can only use this object once and thus crash if we go from
21754           ready to playing, back to ready and back to playing again.
21755           Also add an audioscale element because several cheap soundcards -
21756           like mine - don't support all samplerates.
21757         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21758         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21759           Fix wrong order or PAR calls. Makes automatically obtained PAR
21760           from the X server atually being used.
21761
21762 2004-09-12  David Schleef  <ds@schleef.org>
21763
21764         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21765         #151887, #152102, #152247.
21766         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21767         * examples/seeking/cdparanoia.c: same
21768         * examples/seeking/cdplayer.c: same
21769         * examples/seeking/seek.c: same
21770         * examples/seeking/spider_seek.c: same
21771         * examples/seeking/vorbisfile.c: same
21772         * examples/stats/mp2ogg.c: same
21773         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21774         (gst_esdsink_dispose): Dispose of element properly.
21775         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21776         fixes.
21777         * ext/nas/nassink.c: (gst_nassink_class_init),
21778         (gst_nassink_dispose): Dispose of element correctly.
21779         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21780         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21781         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21782         Fix 64-bit warning.
21783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21784         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21785         Fix 64-bit warning.
21786
21787 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21788
21789         * configure.ac : change speex detection as 1.1.6 now uses
21790           .pc/pkg-config and they changed their headers location.
21791
21792 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21793
21794         * gst/matroska/matroska-mux.h:
21795         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21796         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21797         (gst_matroska_mux_write_data):
21798           Write multiple blocks/frames per cluster.
21799                 Write meta-seek information (seek heads).
21800
21801 2004-09-09  Scott Wheeler <wheeler@kde.org>
21802
21803         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21804         (gst_play_bin_set_property), (gst_play_bin_get_property),
21805         (gen_audio_element), (gen_audio_element):
21806           Add a volume element / property to the pipeline.
21807
21808 2004-09-07  Wim Taymans  <wim@fluendo.com>
21809
21810         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21811         Copy timestamps from the master pad to the output buffers.
21812
21813 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21814
21815         * ext/raw1394/gstdv1394src.c:
21816           throw errors when applicable
21817
21818 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21819
21820         * gst/matroska/ebml-ids.h:
21821         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21822         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21823         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21824           automatically convert unix time <-> ebml time when reading/writing
21825           a date, use gst_ebml_write_uint to write CUETIME,
21826           not gst_ebml_write_date.
21827         * gst/matroska/matroska-ids.h:
21828         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21829         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21830         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21831         (gst_matroska_mux_write_data):
21832           Write track and segment UIDs, write muxing date, write
21833           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21834           Create cues for audio only files.
21835
21836 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21837
21838         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21839         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21840           Re-commit ALSA switches.
21841         * gst/adder/gstadder.c: (gst_adder_loop):
21842           64-bit fix (#151416).
21843         * gst/debug/progressreport.c: (gst_progressreport_report):
21844           64-bit fix (#151419).
21845         * gst/matroska/matroska-demux.c:
21846         (gst_matroska_demux_parse_contents):
21847           64-bit fix (#151420).
21848         * gst/playback/test3.c: (update_scale):
21849           64-bit fix (#151421).
21850
21851 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21852
21853         * configure.ac:
21854           bump nano to cvs
21855
21856 === release 0.8.4 ===
21857
21858 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21859
21860         * configure.ac: releasing 0.8.4, "Alias"
21861
21862 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21863
21864         * ext/theora/Makefile.am:
21865           fix makefile.  Fixes #151462.
21866
21867 2004-08-30  Wim Taymans  <wim@fluendo.com>
21868
21869         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21870         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21871         (gst_multifdsink_remove_client_link),
21872         (gst_multifdsink_client_queue_buffer),
21873         (gst_multifdsink_handle_client_write):
21874         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21875         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21876         Fix some memory leaks.
21877
21878 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21879
21880         Patch by: David Schleef
21881
21882         * configure.ac:
21883         * sys/Makefile.am:
21884           rename our detection macro for V4L2.  Fixes #151236.
21885
21886 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21887
21888         Patch by: David Schleef
21889
21890         * configure.ac:
21891           check to define LAMEPRESET.  Fixes #151232.
21892
21893 2004-08-27  David Schleef  <ds@schleef.org>
21894
21895         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21896         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21897         (gst_glimagesink_fixate):  Move local variable declarations to
21898         make gcc-2.95 happy.
21899
21900 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21901
21902         * configure.ac:
21903           bump nano for prerelease
21904
21905 2004-08-27  David Schleef  <ds@schleef.org>
21906
21907         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21908         * sys/sunaudio/gstsunaudiosrc.c:
21909         * sys/sunaudio/gstsunaudiosrc.h:
21910
21911 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21912
21913         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21914         handle EOS correctly
21915         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21916         * gst/matroska/matroska-mux.h:
21917         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21918         VFW compatibility mode
21919
21920 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21921
21922         patch by: Zaheer Abbas Merali
21923
21924         * ext/ogg/gstoggmux.c:
21925         * ext/vorbis/vorbisenc.c:
21926         * ext/vorbis/vorbisenc.h:
21927           handle NEWMEDIA
21928
21929 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21930
21931         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21932         fix byte order reversion on little endian machines.
21933         * gst/matroska/matroska-mux.c: (audiosink_templ),
21934         (gst_matroska_mux_audio_pad_link):
21935         add TTA codec to the list of supported codecs.
21936         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21937         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21938         (gst_matroska_mux_write_data):
21939         * gst/matroska/matroska-mux.h:
21940         write segment duration correctly, write muxing app string, fixes bugs
21941         #140897 and #140898.
21942         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21943         wait for all pads to be negotiated before starting to mux.
21944
21945 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21946
21947         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21948         * ext/lame/gstlame.h:
21949         Added new media support to lame
21950
21951 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21952
21953         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21954         send vorbis headers at the beginning of a stream, fixes bug #141554.
21955         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21956         bug #148950.
21957         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21958         (gst_matroska_demux_plugin_init):
21959         * gst/matroska/matroska-ids.h:
21960         enable demuxing of TTA audio streams, fixes bug #148951.
21961         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21962         enable typefinding for TTA audio files, fixes bug #148711.
21963         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21964         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21965         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21966
21967 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21968
21969         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21970         (gst_riff_read_element_data), (gst_riff_read_seek),
21971         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21972         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21973         <teuf@gnome.org>
21974
21975 2004-08-23 Iain <iaingnome@gmail.com>
21976
21977         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21978         tags. They appear to be handled differently to normal.
21979         (tag_list_to_id3_tag_foreach): Ditto.
21980
21981 2004-08-22  Wim Taymans  <wim@fluendo.com>
21982
21983         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21984         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21985         Make sure we never send -1 granulepos.
21986
21987 2004-08-20  Wim Taymans  <wim@fluendo.com>
21988
21989         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21990         (gst_ogg_mux_loop):
21991         I will accept bitchslappings with non sharp objects.
21992
21993 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21994
21995         * configure.ac:
21996         Clean up the test for lame presets
21997
21998 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21999
22000         * configure.ac:
22001         * ext/lame/Makefile.am:
22002         * ext/lame/gstlame.c: (gst_lame_class_init),
22003         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22004         Only enable lame presets if version of lame has presets in API
22005
22006 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
22007         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
22008         * gst/udp/gstudpsrc.h:
22009           Don't call gst_pad_push in a get function. Fixes #150449
22010
22011 2004-08-18  Wim Taymans  <wim@fluendo.com>
22012
22013         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
22014         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
22015         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22016         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22017         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22018         (gst_fdset_wait):
22019         * gst/tcp/gstfdset.h:
22020         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22021         (gst_multifdsink_client_queue_buffer),
22022         (gst_multifdsink_handle_client_write):
22023         * gst/tcp/gstmultifdsink.h:
22024         Some extra checks in gstfdset.
22025         Only use send() when the fd is a socket. Don't try to
22026         read from write only fds.
22027
22028 2004-08-18  Wim Taymans  <wim@fluendo.com>
22029
22030         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
22031         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22032         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22033         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22034         (gst_fdset_wait):
22035         Add more locking and bounds checking.
22036
22037 2004-08-18  Wim Taymans  <wim@fluendo.com>
22038
22039         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22040         Realloc test fdset in the lock and right before starting
22041         the poll call. Bump the limit to 4096.
22042
22043 2004-08-17  David Schleef  <ds@schleef.org>
22044
22045         * sys/sunaudio/Makefile.am:
22046         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22047         of rates and channels.  Make debugging less obnoxious.
22048
22049         Patch from Balamurali Viswanathan implementing a mixer for
22050         Sun audio.  (bug #144091):
22051         * sys/sunaudio/gstsunelement.c:
22052         * sys/sunaudio/gstsunelement.h:
22053         * sys/sunaudio/gstsunmixer.c:
22054         * sys/sunaudio/gstsunmixer.h:
22055
22056 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22057
22058         * gst/audioscale/gstaudioscale.c:
22059         * gst/audioscale/gstaudioscale.h:
22060         made audioscale resample from any sample rate to any sample rate
22061
22062 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22063
22064         * ext/libpng/gstpngdec.c:
22065           error out on unsupported types
22066
22067 2004-08-17  Iain <iaingnome@gmail.com>
22068
22069         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22070         mid_side and loose_mid_side properties if its a stereo stream.
22071
22072 2004-08-17  Wim Taymans  <wim@fluendo.com>
22073
22074         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22075         (theora_get_formats), (theora_dec_src_convert),
22076         (theora_dec_sink_convert), (theora_dec_src_query),
22077         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22078         Add a debug line.
22079
22080 2004-08-17  Wim Taymans  <wim@fluendo.com>
22081
22082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22083         (gst_ogg_pad_push):
22084         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22085         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22086         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22087         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22088         Mark delta units in the muxer.
22089         Try to decode the packet after an out-of-sync error from
22090         libogg.
22091
22092 2004-08-17  Wim Taymans  <wim@fluendo.com>
22093
22094         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22095         (gst_multifdsink_init), (gst_multifdsink_add),
22096         (gst_multifdsink_client_queue_buffer),
22097         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22098         * gst/tcp/gstmultifdsink.h:
22099         Added option to send a keyframe to clients as the first buffer.
22100         Make timeout property writable.
22101
22102 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22103
22104         patch by: Wim Taymans
22105
22106         * gst/tcp/gstfdset.c:
22107         * gst/tcp/gstmultifdsink.c:
22108           fix index comparison, should include 0
22109
22110 2004-08-16  Wim Taymans  <wim@fluendo.com>
22111
22112         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22113         (gst_fdset_add_fd), (gst_fdset_remove_fd),
22114         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22115         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22116         (gst_fdset_wait):
22117           copy when reallocing for poll so the select arguments don't get
22118           changed during the call
22119
22120 2004-08-16  Wim Taymans  <wim@fluendo.com>
22121
22122         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22123         (gst_theora_enc_class_init), (theora_enc_sink_link),
22124         (theora_buffer_from_packet), (theora_enc_chain):
22125         Fix bug where buffers were not marked as keyframes
22126         correctly.
22127
22128 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22129
22130         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22131         (gst_lame_preset_get_type), (gst_lame_class_init):
22132         describe the enum values for vbr mode and presets more verbosely
22133
22134 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22135
22136         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22137         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22138         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22139         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22140         * ext/lame/gstlame.h:
22141         add preset property to lame so it can use lame presets
22142
22143 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22144
22145         * ext/lame/gstlame.c: (gst_lame_get_property):
22146         whoops forgot break, thanks teuf
22147
22148 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22149
22150         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22151         (gst_lame_class_init), (gst_lame_src_getcaps),
22152         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22153         (gst_lame_get_property), (gst_lame_setup):
22154         * ext/lame/gstlame.h:
22155         fix lame's broken vbr stuff, allow it to resample if need be, and also
22156         make xing header optional
22157
22158 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22159
22160         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22161         added getcaps function so samplerate doesnt get fixated to silly values
22162
22163 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22164
22165         * ext/lame/gstlame.c: (gst_lame_src_link):
22166         revert previous fix
22167
22168 2004-08-12  Johan Dahlin  <johan@gnome.org>
22169
22170         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22171         checks. Doesn't matter what state we are in. Interfaces are a
22172         compile time thing, not runtime. It also broke the python bindings.
22173
22174 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22175
22176         * ext/lame/gstlame.c: (gst_lame_src_link):
22177         made source pad link function check if sinkpad is ok..fixes the problem
22178         where core fixates the output rate of lame stupidly
22179
22180 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22181
22182         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22183         * sys/v4l/v4l_calls.c:
22184         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22185           fix fixate function to handle nonsimple caps.
22186           remove bogus check in _link
22187           cleanups
22188
22189 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22190
22191         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22192         set default compression ratio parameter to 0.0 so bitrate parameter
22193         works :)
22194
22195 2004-08-11  David Schleef  <ds@schleef.org>
22196
22197         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22198
22199 2004-08-11  David Schleef  <ds@schleef.org>
22200
22201         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22202         before.
22203
22204 2004-08-11  David Schleef  <ds@schleef.org>
22205
22206         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22207
22208 2004-08-11  David Schleef  <ds@schleef.org>
22209
22210         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22211           license field
22212         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22213         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22214           LGPL.
22215         * gst/auparse/gstauparse.c: Fix plugin license field.
22216         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22217         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22218         * gst/rtp/gstrtp.c: Fix plugin license field.
22219
22220 2004-08-11  Wim Taymans  <wim@fluendo.com>
22221
22222         * gst/tcp/Makefile.am:
22223         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22224         (ensure_size), (gst_fdset_new), (gst_fdset_free),
22225         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22226         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22227         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22228         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22229         (gst_fdset_fd_can_write), (gst_fdset_wait):
22230         * gst/tcp/gstfdset.h:
22231         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22232         (gst_multifdsink_class_init), (gst_multifdsink_init),
22233         (gst_multifdsink_add), (gst_multifdsink_remove),
22234         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22235         (gst_multifdsink_remove_client_link),
22236         (gst_multifdsink_handle_client_read),
22237         (gst_multifdsink_client_queue_data),
22238         (gst_multifdsink_client_queue_caps),
22239         (gst_multifdsink_client_queue_buffer),
22240         (gst_multifdsink_handle_client_write),
22241         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22242         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22243         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22244         (gst_multifdsink_close):
22245         * gst/tcp/gstmultifdsink.h:
22246         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22247         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22248         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22249         (gst_tcpserversink_close):
22250         * gst/tcp/gsttcpserversink.h:
22251         Abstracted away the select call, implemented poll (yes we ran into
22252         the 1024 limit in production).
22253
22254 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22255
22256         * gst/tcp/gsttcp.c:
22257         * gst/tcp/gsttcpplugin.c:
22258           improve debuggging, remove assert
22259
22260 2004-08-10  Wim Taymans  <wim@fluendo.com>
22261
22262         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22263         (gst_client_status_get_type), (gst_multifdsink_class_init),
22264         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22265         (gst_multifdsink_handle_client_read),
22266         (gst_multifdsink_handle_client_write),
22267         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22268         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22269         (gst_multifdsink_get_property):
22270         * gst/tcp/gstmultifdsink.h:
22271         * gst/tcp/gsttcp-marshal.list:
22272         Starting to prepare for specifying buffer time in other units
22273         than buffers. Expose remove reason in signal.
22274
22275 2004-08-10  Wim Taymans  <wim@fluendo.com>
22276
22277         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22278         (gst_multifdsink_remove), (gst_multifdsink_clear),
22279         (gst_multifdsink_remove_client_link),
22280         (gst_multifdsink_handle_client_read),
22281         (gst_multifdsink_client_queue_data),
22282         (gst_multifdsink_client_queue_buffer),
22283         (gst_multifdsink_handle_client_write),
22284         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22285         (gst_multifdsink_chain), (gst_multifdsink_close):
22286         * gst/tcp/gstmultifdsink.h:
22287         Added more debugging info. Changed the way clients are
22288         removed from the lists. Fixed a bug where a bad file descriptor
22289         could cause many clients to be removed.
22290
22291 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22292
22293         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22294           allow all pixel-aspect-ratios, not just 1:1
22295
22296 2004-08-09  David Schleef  <ds@schleef.org>
22297
22298         * sys/glsink/ARB_multitexture.h:  Remove old files.
22299         * sys/glsink/EXT_paletted_texture.h:
22300         * sys/glsink/NV_register_combiners.h:
22301         * sys/glsink/gstgl_nvimage.c:
22302         * sys/glsink/gstgl_pdrimage.c:
22303         * sys/glsink/gstgl_rgbimage.c:
22304         * sys/glsink/gstglsink.c:
22305         * sys/glsink/gstglsink.h:
22306         * sys/glsink/gstglxwindow.c:
22307         * sys/glsink/regcomb_yuvrgb.c:
22308
22309 2004-08-09  David Schleef  <ds@schleef.org>
22310
22311         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22312         GL sink plugin.  (Bug #147302)
22313
22314         * configure.ac: Test for OpenGL
22315         * sys/Makefile.am: Use test for OpenGL
22316         * sys/glsink/Makefile.am:
22317         * sys/glsink/glimagesink.c: rewrite
22318         * sys/glsink/glimagesink.h: rewrite
22319
22320 2004-08-09  David Schleef  <ds@schleef.org>
22321
22322         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22323         sane framerates.
22324         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22326         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22327
22328 2004-08-09  Wim Taymans  <wim@fluendo.com>
22329
22330         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22331         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22332         (gst_multifdsink_client_remove),
22333         (gst_multifdsink_handle_client_read),
22334         (gst_multifdsink_handle_client_write),
22335         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22336         Do a bit more logging, make the client_read code more robust.
22337
22338 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22339
22340         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22341         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22342         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22343         (gst_jpegdec_init), (gst_jpegdec_chain):
22344         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22345         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22346           cleanups, debugging fixes and memleak plugging
22347
22348 2004-08-09  Wim Taymans  <wim@fluendo.com>
22349
22350         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22351         (theora_get_formats), (theora_dec_src_convert),
22352         (theora_dec_sink_convert), (theora_dec_src_query),
22353         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22354         (theora_dec_change_state):
22355         Don't crash on missing header packets.
22356
22357 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22358
22359         * po/LINGUAS:
22360         * po/sq.po:
22361           Added Albanian translation (Laurent Dhima)
22362         * po/cs.po:
22363           updated
22364
22365 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22366
22367         * ext/lame/gstlame.c:
22368           fix/add debugging
22369
22370 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22371
22372         * sys/ximage/ximagesink.c:
22373         * sys/xvimage/xvimagesink.c:
22374           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22375
22376 2004-08-06  Wim Taymans  <wim@fluendo.com>
22377
22378         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22379         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22380         (gst_multifdsink_client_remove),
22381         (gst_multifdsink_handle_client_read),
22382         (gst_multifdsink_handle_client_write),
22383         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22384         Make sure we don't try to read more from a client that what
22385         ioctl says us or we deadlock.
22386
22387 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22388
22389         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22390         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22391         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22392           decouple running_time and n_frames so it can handle changing
22393           framerate while running
22394
22395 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22396
22397         * po/nl.po:
22398         * po/sv.po:
22399           updated translations
22400
22401 2004-08-04  Benjamin Otte  <otte@gnome.org>
22402
22403         * gst/videotestsrc/gstvideotestsrc.c:
22404         (gst_videotestsrc_get_capslist), (generate_capslist),
22405         (plugin_init):
22406           generate the list of supported caps at startup and reuse it instead
22407           of always generating it
22408
22409 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22410
22411         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22412           whoops, last checkin broke normal build
22413
22414 2004-08-03  Benjamin Otte  <otte@gnome.org>
22415
22416         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22417         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22418         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22419         (gst_alsa_mixer_get_option):
22420         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22421         (dvdnavsrc_print_event):
22422         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22423         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22424         (gst_ogg_mux_pad_unlink):
22425         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22426         (gst_multipart_mux_pad_unlink):
22427         * gst/videofilter/gstvideobalance.c:
22428         (gst_videobalance_colorbalance_set_value):
22429         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22430         (gst_videomixer_pad_unlink):
22431         * po/uk.po:
22432         * sys/oss/gstossmixer.c:
22433         * sys/v4l/gstv4lcolorbalance.c:
22434         * sys/v4l/gstv4ltuner.c:
22435         * sys/v4l/v4lsrc_calls.c:
22436         * sys/v4l2/gstv4l2colorbalance.c:
22437         * sys/v4l2/gstv4l2tuner.c:
22438           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22439
22440 2004-08-03  Benjamin Otte  <otte@gnome.org>
22441
22442         * examples/dynparams/filter.c: (ui_control_create):
22443         * examples/gstplay/player.c: (print_tag):
22444         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22445         * ext/gdk_pixbuf/gstgdkanimation.c:
22446         (gst_gdk_animation_iter_may_advance):
22447         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22448         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22449         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22450         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22451         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22452         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22453         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22454         * gst/sine/demo-dparams.c: (main):
22455         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22456         * testsuite/alsa/formats.c: (create_pipeline):
22457         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22458           fixes for G_DISABLE_ASSERT and friends
22459         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22460         (mp3_type_frame_length_from_header), (mp3_type_find),
22461         (plugin_init):
22462           require mp3 typefinding to have at least MIN_HEADERS valid headers
22463           add typefinding for AAC adts files
22464
22465 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22466
22467         * sys/ximage/ximagesink.c:
22468         (gst_ximagesink_calculate_pixel_aspect_ratio):
22469         * sys/xvimage/xvimagesink.c:
22470         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22471         Make sure we calculate pixel-aspect-ratio using floating point maths
22472
22473 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22474
22475         * po/uk.po:
22476           updated translation
22477
22478 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22479
22480         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22481         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22482           add debugging for display PAR calculation
22483
22484 2004-08-02  David Schleef  <ds@schleef.org>
22485
22486         * configure.ac: Fix mikmod CFLAGS.
22487
22488 2004-07-27  Benjamin Otte  <otte@gnome.org>
22489
22490         * gst/audioscale/gstaudioscale.c:
22491         - fix templates to only support S16, it's the only format that works
22492         - make caps nego code use try_set_caps_nonfixed and fixation instead
22493         of try_set_caps twice, which is not nice for autopluggers
22494         - change rank to secondary, so autopluggers can pick it up after
22495         audioconvert
22496
22497 2004-08-02  Iain <iain@prettypeople.org>
22498
22499         * gst/interleave/interleave.c (interleave_init),
22500         (interleave_request_new_pad),
22501         (interleave_pad_removed),
22502         (interleave_buffered_loop): Use the real pad count, not the artificial
22503         one.
22504
22505 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22506
22507         * configure.ac: bump nano back to development
22508
22509 === release 0.8.3 ===
22510
22511 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22512
22513         * configure.ac: releasing 0.8.3, "Water"
22514
22515 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22516
22517         * sys/xvimage/xvimagesink.c:
22518         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22519         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22520         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22521         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22522         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22523         * sys/xvimage/xvimagesink.h:
22524           apply similar PAR fixes as to ximagesink
22525
22526 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22527
22528         patch from: Benjamin Otte
22529
22530         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22531           add link function to lame.  Fixes #148986.
22532
22533 2004-08-02  Johan Dahlin  <johan@gnome.org>
22534
22535         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22536         fix debugging log
22537
22538 2004-07-30  David Schleef  <ds@schleef.org>
22539
22540         * gst/videomixer/Makefile.am: Fix things that should have been
22541         fixed in the last checkin.
22542
22543 2004-07-30  David Schleef  <ds@schleef.org>
22544
22545         * gst/multipart/Makefile.am: Fix things that should have been
22546         fixed in the last checkin.
22547
22548 2004-07-30  David Schleef  <ds@schleef.org>
22549
22550         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22551
22552 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22553
22554         * configure.ac:
22555           bump nano for prerelease
22556         * po/af.po:
22557         * po/az.po:
22558         * po/cs.po:
22559         * po/en_GB.po:
22560         * po/hu.po:
22561         * po/nl.po:
22562         * po/sr.po:
22563         * po/sv.po:
22564         * po/uk.po:
22565           updates
22566
22567 2004-07-30  Wim Taymans  <wim@fluendo.com>
22568
22569         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22570         (gst_multifdsink_add), (gst_multifdsink_remove),
22571         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22572         (gst_multifdsink_client_remove),
22573         (gst_multifdsink_handle_client_write),
22574         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22575         * gst/tcp/gstmultifdsink.h:
22576         Recover from a select with a bad file descriptor by removing
22577         the client.
22578
22579 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22580
22581         * configure.ac:
22582           fix requirement of core
22583         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22584         (gst_play_pipeline_setup):
22585           don't use colorspace element.  do use hermescolorspace element.
22586           make macro to get a colorspace element.
22587           mark strings for translation.
22588         * po/POTFILES.in:
22589           add play.c
22590         * po/af.po:
22591         * po/az.po:
22592         * po/cs.po:
22593         * po/en_GB.po:
22594         * po/hu.po:
22595         * po/nl.po:
22596         * po/sr.po:
22597         * po/sv.po:
22598         * po/uk.po:
22599           update translations
22600
22601 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22602
22603         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22604         fix default for newmedia flag
22605
22606 2004-07-30  Wim Taymans  <wim@fluendo.com>
22607
22608         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22609         (gst_theora_dec_init), (theora_get_formats),
22610         (theora_dec_src_convert), (theora_dec_sink_convert),
22611         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22612         (theora_dec_chain), (theora_dec_set_property),
22613         (theora_dec_get_property):
22614         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22615         (gst_theora_enc_class_init), (gst_theora_enc_init),
22616         (theora_enc_sink_link), (theora_enc_chain),
22617         (theora_enc_set_property), (theora_enc_get_property):
22618         Added cropping option to theora decoder.
22619         Added border option to theora encoder.
22620
22621 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22622
22623         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22624         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22625         (gst_pngenc_set_property):
22626         * ext/libpng/gstpngenc.h:
22627         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
22628
22629 2004-07-30  Wim Taymans  <wim@fluendo.com>
22630
22631         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22632         (theora_enc_sink_link), (theora_enc_chain),
22633         (theora_enc_set_property), (theora_enc_get_property):
22634         Fix encoding of non-multiple-of-16 video.
22635
22636 2004-07-29  David Schleef  <ds@schleef.org>
22637
22638         * configure.ac: make test for audiofile more strict
22639
22640 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22641
22642         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22643           give different names to typefind functions
22644
22645 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22648         (gst_ximagesink_calculate_pixel_aspect_ratio),
22649         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22650         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22651         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22652         (gst_ximagesink_get_property), (gst_ximagesink_init):
22653         * sys/ximage/ximagesink.h:
22654           allocate PAR's dynamically.
22655           use autodetected PAR if no object-set PAR is given.
22656           add workaround for directfb's X not setting physical size.
22657           fix to xvimagesink will follow tomorrow.
22658
22659 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22660
22661         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22662         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22663         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22664         (gst_shout2send_class_init), (gst_shout2send_init),
22665         (set_shout_metadata), (gst_shout2send_set_metadata),
22666         (gst_shout2send_chain), (gst_shout2send_set_property),
22667         (gst_shout2send_get_property), (gst_shout2send_connect),
22668         (gst_shout2send_change_state):
22669         * ext/shout2/gstshout2.h:
22670         - fix for sending mp3 audio to icecast2 server, if pad link function not
22671         called before PAUSED state
22672         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22673         - added tagging support for mp3 audio broadcasted
22674         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22675         debug info
22676
22677 2004-07-28  Wim Taymans  <wim@fluendo.com>
22678
22679         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22680         (gst_ogg_demux_push):
22681         Return query failure when we don't know the length of
22682         an ogg stream insteda of returning TRUE with a bogus value.
22683
22684 2004-07-28  Wim Taymans  <wim@fluendo.com>
22685
22686         * ext/theora/theoradec.c: (theora_get_formats),
22687         (theora_dec_src_convert), (theora_dec_sink_convert),
22688         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22689         (theora_dec_chain):
22690         Don't screw up the 1 Chroma for 1 luma sample situation when we
22691         have an odd offset/width by adding a black border in those cases.
22692
22693 2004-07-28  Wim Taymans  <wim@fluendo.com>
22694
22695         * ext/theora/theoradec.c: (theora_get_formats),
22696         (theora_dec_src_convert), (theora_dec_sink_convert),
22697         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22698         (theora_dec_chain):
22699         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22700         Added first attempt at cropping of the image as required by the
22701         theora spec. We need more properties in the caps (offset_x,
22702         offset_y,stride) to implement this correctly.
22703
22704 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22705
22706         * ext/dvdnav/README:
22707           Update the README to use dvddemux
22708         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22709           Ensure getcaps returns a subset of the template caps
22710         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22711         (gst_mpeg2subt_init):
22712           Ensure getcaps returns a subset of the template caps
22713         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22714         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22715         (gst_dvd_demux_get_subpicture_stream),
22716         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22717         * gst/mpegstream/gstdvddemux.h:
22718           Set the explicit caps on the current_video pad before pushing
22719           anything
22720         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22721         (gst_mpeg_demux_get_audio_stream):
22722           Free caps used to gst_pad_set_explicit_caps, which takes a const
22723           GstCaps *
22724
22725 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22726
22727         * configure.ac: update GStreamer requirement to 0.8.4 because of
22728           GstFraction.
22729
22730 2004-07-28  Wim Taymans  <wim@fluendo.com>
22731
22732         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22733         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22734         Add the pad to the element after setting up the caps. This
22735         makes it a lot easier to autoplug.
22736
22737 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22738
22739         * gst/median/gstmedian.c:
22740         * gst/mpeg2subt/gstmpeg2subt.c:
22741         * gst/mpegaudioparse/gstmpegaudioparse.c:
22742         * gst/mpegstream/gstdvddemux.c:
22743         * gst/mpegstream/gstmpegdemux.c:
22744         * gst/mpegstream/gstmpegpacketize.c:
22745         * gst/rtjpeg/gstrtjpeg.c:
22746         * gst/rtjpeg/gstrtjpegdec.c:
22747         * gst/rtjpeg/gstrtjpegenc.c:
22748         * gst/sine/gstsinesrc.c:
22749         * gst/smooth/gstsmooth.c:
22750         * gst/smpte/gstsmpte.c:
22751         * gst/smpte/gstsmpte.h:
22752         * gst/stereo/gststereo.c:
22753         * gst/videofilter/gstgamma.c:
22754         * gst/videofilter/gstvideobalance.c:
22755         * gst/videofilter/gstvideofilter.c:
22756         * gst/videofilter/gstvideoflip.c:
22757         * gst/videoscale/gstvideoscale.c:
22758         * gst/videoscale/videoscale.c:
22759         * gst/videotestsrc/gstvideotestsrc.c:
22760         * gst/videotestsrc/videotestsrc.c:
22761         * gst/wavenc/gstwavenc.c:
22762         * gst/wavparse/gstwavparse.c:
22763           fix local includes and 64 bits constants
22764
22765 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22766
22767         * win32/gst.sln:
22768         * gst-libs/gst/*/*.vcproj:
22769         * gst/*/*.vcproj:
22770           more working plugins
22771
22772 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22773
22774         * testsuite/alsa/Makefile.am:
22775         * testsuite/alsa/srcstate.c:
22776         add test for alsasrc changing state
22777
22778 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22779
22780         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22781         (gst_silence_get):
22782         * gst/silence/gstsilence.h:
22783         fix silence generation for 16bit raw audio
22784
22785 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22786
22787         * gst/matroska/matroska-demux.c:
22788         (gst_matroska_demux_parse_metadata),
22789         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22790         * gst/mpegaudio/common.c:
22791         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22792         (gst_videoscale_getcaps), (gst_videoscale_link),
22793         (gst_videoscale_src_fixate), (gst_videoscale_init),
22794         (gst_videoscale_finalize):
22795         * gst/videoscale/gstvideoscale.h:
22796         * gst/videotestsrc/gstvideotestsrc.c:
22797         (gst_videotestsrc_get_capslist):
22798         * gst/wavenc/gstwavenc.c:
22799         * sys/oss/gstossmixer.c: (fill_labels):
22800         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22801         (gst_ximagesink_handle_xevents),
22802         (gst_ximagesink_calculate_pixel_aspect_ratio),
22803         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22804         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22805         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22806         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22807         (gst_ximagesink_init), (gst_ximagesink_class_init):
22808         * sys/ximage/ximagesink.h:
22809         * sys/xvimage/xvimagesink.c:
22810         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22811         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22812         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22813         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22814         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22815         * sys/xvimage/xvimagesink.h:
22816           first batch of pixel aspect ratio commits.
22817
22818 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22819
22820         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22821         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22822         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22823           handle stride, needs work if we want to move stride handling
22824           upstream, but works correctly for our purposes.
22825
22826 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22827
22828         * gst/videoscale/README:
22829           add testing examples
22830         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22831         (gst_videoscale_chain):
22832         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22833         (gst_videoscale_get_size):
22834           add get_size function that handles stride like videotestsrc.
22835           fixes conversion for YUV formats for as much as I can test them.
22836
22837 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22838
22839         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22840         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22841         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22842         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22843         (gst_xvimagesink_xvimage_put):
22844           further cleanups, logging, error handling and synchronizing
22845
22846 2004-07-27  Wim Taymans  <wim@fluendo.com>
22847
22848         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22849         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22850         (gst_videomixer_pad_set_property),
22851         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22852         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22853         (gst_videomixer_class_init), (gst_videomixer_init),
22854         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22855         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22856         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22857         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22858         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22859         (gst_videomixer_loop), (plugin_init):
22860         Be a nicer negotiation citizen and provide a getcaps function on
22861         the srcpad. This also fixes a crash when resizing.
22862
22863 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22864
22865         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22866         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22867
22868 2004-07-27  Wim Taymans  <wim@fluendo.com>
22869
22870         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22871         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22872         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22873         (gst_pngenc_set_property):
22874         * ext/libpng/gstpngenc.h:
22875         Added snapshot property to pngenc.
22876         removed g_print from pngdec
22877
22878 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22879
22880         * gst/ac3parse/ac3parse.vcproj
22881         * gst/adder/adder.vcproj
22882         * gst/alpha/alpha.vcproj
22883         * gst/alpha/alphacolor.vcproj
22884         * gst/asfdemux/asf.vcproj
22885         * gst/audioconvert/audioconvert.vcproj
22886         * gst/audiorate/audiorate.vcproj
22887         * gst/audioscale/audioscale.vcproj
22888         * gst/auparse/auparse.vcproj
22889         * gst/avi/avi.vcproj
22890         * gst/cdxaparse/cdxaparse.vcproj
22891         * gst/chart/chart.vcproj
22892         * gst/colorspace/colorspace.vcproj
22893         * gst/cutter/cutter.vcproj
22894         * gst/debug/debug.vcproj
22895         * gst/debug/efence.vcproj
22896         * gst/debug/navigationtest.vcproj
22897         * gst/deinterlace/deinterlace.vcproj
22898         * gst/effectv/effectv.vcproj
22899         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22900         * gst/filter/filter.vcproj
22901         * gst/flx/flxdec.vcproj
22902         * gst/goom/goom.vcproj
22903         * gst/interleave/interleave.vcproj
22904         * gst/law/alaw.vcproj
22905         * gst/law/mulaw.vcproj
22906         * gst/matroska/matroska.vcproj
22907         * gst/median/median.vcproj
22908         * gst/mixmatrix/mixmatrix.vcproj
22909         * gst/mpeg1sys/mpeg1systemencode.vcproj
22910         * gst/mpeg1videoparse/mp1videoparse.vcproj
22911         * gst/mpeg2sub/mpeg2subt.vcproj
22912         * gst/mpegaudio/mpegaudio.vcproj
22913         * gst/mpegaudioparse/mpegaudioparse.vcproj
22914         * gst/mpegstream/mpegstream.vcproj
22915         * gst/multifilesink/multifilesink.vcproj
22916         * gst/multipart/multipart.vcproj
22917         * gst/oneton/oneton.vcproj
22918         * gst/overlay/overlay.vcproj
22919         * gst/passthrough/passthrough.vcproj
22920         * gst/qtdemux/qtdemux.vcproj
22921         * gst/realmedia/rmdemux.vcproj
22922         * gst/rtjpeg/rtjpeg.vcproj
22923         * gst/rtp/rtp.vcproj
22924         * gst/silence/silence.vcproj
22925         * gst/sine/sinesrc.vcproj
22926         * gst/smooth/smooth.vcproj
22927         * gst/smpte/smpte.vcproj
22928         * gst/spectrum/spectrum.vcproj
22929         * gst/speed/speed.vcproj
22930         * gst/stereo/stereo.vcproj
22931         * gst/switch/switch.vcproj
22932         * gst/tags/tagedit.vcproj
22933         * gst/tcp/tcp.vcproj
22934         * gst/typefind/typefindfunctions.vcproj
22935         * gst/udp/udp.vcproj
22936         * gst/videobox/videobox.vcproj
22937         * gst/videocrop/videocrop.vcproj
22938         * gst/videodrop/videodrop.vcproj
22939         * gst/videofilter/gamma.vcproj
22940         * gst/videofilter/videobalance.vcproj
22941         * gst/videofilter/videofilter.vcproj
22942         * gst/videofilter/videoflip.vcproj
22943         * gst/videoflip/videoflip.vcproj
22944         * gst/videomixer/videomixer.vcproj
22945         * gst/videorate/videorate.vcproj
22946         * gst/videoscale/videoscale.vcproj
22947         * gst/videotestsrc/videotestsrc.vcproj
22948         * gst/virtualdub/virtualdub.vcproj
22949         * gst/volenv/volenv.vcproj
22950         * gst/volume/volume.vcproj
22951         * gst/wavenc/wavenc.vcproj
22952         * gst/wavparse/wavparse.vcproj
22953         * gst/y4m/y4menc.vcproj
22954         * gst-libs/gst/audio/audio.vcproj
22955         * gst-libs/gst/audio/audiofilter.vcproj
22956         * gst-libs/gst/colorbalance/colorbalance.vcproj
22957         * gst-libs/gst/idct/idtc.vcproj
22958         * gst-libs/gst/media-info/media-info.vcproj
22959         * gst-libs/gst/mixer/mixer.vcproj
22960         * gst-libs/gst/navigation/navigation.vcproj
22961         * gst-libs/gst/play/play.vcproj
22962         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22963         * gst-libs/gst/resample/resample.vcproj
22964         * gst-libs/gst/riff/riff.vcproj
22965         * gst-libs/gst/tuner/tuner.vcproj
22966         * gst-libs/gst/video/video.vcproj
22967         * gst-libs/gst/xoverlay/xoverlay.vcproj
22968           avoid problems with math.h, fix release dependancy
22969           rename GStreamer-0.8.lib to libgstreamer.lib
22970
22971 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22972
22973         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22974         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22975         the atom is not available we have to unlock the mutex. Fixes #148023
22976
22977 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22978
22979         * gst-libs/gst/media-info/media-info.h:
22980           issue for a vararg macro with MSVC
22981
22982 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22983
22984         * gst/effectv/effectv.vcproj
22985         * gst-libs/gst/idct/idct.vcproj:
22986         * gst-libs/gst/media-info/media-info.vcproj:
22987         * gst-libs/gst/navigation/navigation.vcproj:
22988         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22989         * gst-libs/gst/video/video.vcproj:
22990         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22991           fixes for build problems
22992
22993 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22994
22995         * gst-libs/gst/audio/audio.def:
22996         * gst-libs/gst/audio/riff.def:
22997           add some definitions needed by plugins
22998
22999 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23000
23001         * gst/asfdemux/gstasfmux.c
23002           Fix some 64 bits constants to be glib friendly
23003
23004 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23005
23006         * gst/ac3parse/gstac3parse.c
23007         * gst/audioscale/gstaudioscale.c
23008         * gst/auparse/gstauparse.c
23009         * gst/colorspace/gstcolorspace.c
23010         * gst/colorspace/yuv2rgb.h
23011           local include fixes
23012
23013 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23014
23015         * win32/gst.sln
23016           add more plugins to the build
23017
23018 2004-07-26  Julien MOUTTE  <julien@moutte.net>
23019
23020         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23021         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
23022
23023 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23024
23025         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23026         (gst_level_set_property), (gst_level_get_property),
23027         (gst_level_base_init), (gst_level_class_init):
23028           add debugging categories.  cleanups.
23029
23030 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23031
23032         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23033         (gst_videoscale_planar411), (gst_videoscale_planar400),
23034         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
23035         (gst_videoscale_scale_nearest_str1),
23036         (gst_videoscale_scale_nearest_str2),
23037         (gst_videoscale_scale_nearest_str4),
23038         (gst_videoscale_scale_nearest_16bit),
23039         (gst_videoscale_scale_nearest_24bit):
23040           fixed stride issues
23041           tested with 320x240 -> 321, 322, 324 x240
23042           tested with YV12, I420, YUY2, UYVY
23043           fixed packed422rev (don't think it could have worked before)
23044           by testing with UYVY
23045
23046 2004-07-26  Benjamin Otte  <otte@gnome.org>
23047
23048         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23049         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23050         (plugin_init):
23051           add debugging category, add error checks like checking return values
23052           of setup calls, make sure it still works after
23053           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23054
23055 2004-07-26  Wim Taymans  <wim@fluendo.com>
23056
23057         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23058         (gst_mpeg_demux_get_audio_stream),
23059         (gst_mpeg_demux_process_private):
23060         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23061         Check for error codes from the negotiation functions. Make sure
23062         we really set the pad caps when a new pad is created.
23063
23064 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23065
23066         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23067         (gst_ffmpeg_caps_to_pix_fmt):
23068         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23070         (gst_ffmpegcolorspace_pad_link):
23071           don't make function do two things at the same time without reason.
23072
23073 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23074
23075         * gst/ac3parse/ac3parse.vcproj
23076         * gst/adder/adder.vcproj
23077         * gst/alpha/alpha.vcproj
23078         * gst/alpha/alphacolor.vcproj
23079         * gst/asfdemux/asf.vcproj
23080         * gst/audioconvert/audioconvert.vcproj
23081         * gst/audiorate/audiorate.vcproj
23082         * gst/audioscale/audioscale.vcproj
23083         * gst/auparse/auparse.vcproj
23084         * gst/avi/avi.vcproj
23085         * gst/cdxaparse/cdxaparse.vcproj
23086         * gst/chart/chart.vcproj
23087         * gst/colorspace/colorspace.vcproj
23088         * gst/cutter/cutter.vcproj
23089         * gst/debug/debug.vcproj
23090         * gst/debug/efence.vcproj
23091         * gst/debug/navigationtest.vcproj
23092         * gst/deinterlace/deinterlace.vcproj
23093         * gst/effectv/effectv.vcproj
23094         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23095         * gst/filter/filter.vcproj
23096         * gst/flx/flxdec.vcproj
23097         * gst/goom/goom.vcproj
23098         * gst/interleave/interleave.vcproj
23099         * gst/law/alaw.vcproj
23100         * gst/law/mulaw.vcproj
23101         * gst/matroska/matroska.vcproj
23102         * gst/median/median.vcproj
23103         * gst/mixmatrix/mixmatrix.vcproj
23104         * gst/mpeg1sys/mpeg1systemencode.vcproj
23105         * gst/mpeg1videoparse/mp1videoparse.vcproj
23106         * gst/mpeg2sub/mpeg2subt.vcproj
23107         * gst/mpegaudio/mpegaudio.vcproj
23108         * gst/mpegaudioparse/mpegaudioparse.vcproj
23109         * gst/mpegstream/mpegstream.vcproj
23110         * gst/multifilesink/multifilesink.vcproj
23111         * gst/multipart/multipart.vcproj
23112         * gst/oneton/oneton.vcproj
23113         * gst/overlay/overlay.vcproj
23114         * gst/passthrough/passthrough.vcproj
23115         * gst/qtdemux/qtdemux.vcproj
23116         * gst/realmedia/rmdemux.vcproj
23117         * gst/rtjpeg/rtjpeg.vcproj
23118         * gst/rtp/rtp.vcproj
23119         * gst/silence/silence.vcproj
23120         * gst/sine/sinesrc.vcproj
23121         * gst/smooth/smooth.vcproj
23122         * gst/smpte/smpte.vcproj
23123         * gst/spectrum/spectrum.vcproj
23124         * gst/speed/speed.vcproj
23125         * gst/stereo/stereo.vcproj
23126         * gst/switch/switch.vcproj
23127         * gst/tags/tagedit.vcproj
23128         * gst/tcp/tcp.vcproj
23129         * gst/typefind/typefindfunctions.vcproj
23130         * gst/udp/udp.vcproj
23131         * gst/videobox/videobox.vcproj
23132         * gst/videocrop/videocrop.vcproj
23133         * gst/videodrop/videodrop.vcproj
23134         * gst/videofilter/gamma.vcproj
23135         * gst/videofilter/videobalance.vcproj
23136         * gst/videofilter/videofilter.vcproj
23137         * gst/videofilter/videoflip.vcproj
23138         * gst/videoflip/videoflip.vcproj
23139         * gst/videomixer/videomixer.vcproj
23140         * gst/videorate/videorate.vcproj
23141         * gst/videoscale/videoscale.vcproj
23142         * gst/videotestsrc/videotestsrc.vcproj
23143         * gst/virtualdub/virtualdub.vcproj
23144         * gst/volenv/volenv.vcproj
23145         * gst/volume/volume.vcproj
23146         * gst/wavenc/wavenc.vcproj
23147         * gst/wavparse/wavparse.vcproj
23148         * gst/y4m/y4menc.vcproj
23149           more plugins supported under windows
23150
23151 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23152
23153         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23154         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23155         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23156         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23157         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23158           Add debugging statements.  Use the sizes as returned by the
23159           *CreateImage calls.
23160
23161 2004-07-26  Johan Dahlin  <johan@gnome.org>
23162
23163         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23164         the pad is negotiated.
23165
23166         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23167
23168 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23169
23170         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23171         * gst-libs/gst/idct/idct.vcproj:
23172         * gst-libs/gst/media-info/media-info.vcproj:
23173         * gst-libs/gst/mixer/mixer.vcproj:
23174         * gst-libs/gst/navigation/navigation.vcproj:
23175         * gst-libs/gst/play/play.vcproj:
23176         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23177         * gst-libs/gst/resample/resample.vcproj:
23178         * gst-libs/gst/tuner/tuner.vcproj:
23179         * gst-libs/gst/video/video.vcproj:
23180         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23181           more plugins supported under windows
23182
23183 2004-07-25 Iain <iain@prettypeople.org>
23184
23185         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23186         pad now rather than when the pad is created because state changes wipe
23187         explicit caps (fixes #148043).
23188
23189 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
23190
23191         reviewed by Benjamin Otte  <otte@gnome.org>
23192
23193         * ext/mad/gstmad.c:
23194           fix mad plugin crashing on Sun (fixes #148289)
23195
23196 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23197
23198         * gst/avi/avi.def:
23199         * gst/avi/avi.vcproj:
23200         * gst/matroska/matroska.def:
23201         * gst/matroska/matroska.vcproj:
23202           remove unused .def files
23203
23204 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23205
23206         * gst-libs/gst/audio/gstaudiofilter.c:
23207           Clean the local include
23208
23209 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23210
23211         * win32/gst.sln:
23212         * gst-libs/gst/audio/audio.def:
23213         * gst-libs/gst/audio/audio.vcproj:
23214         * gst-libs/gst/audio/audiofilter.vcproj:
23215         * gst-libs/gst/audio/riff.def:
23216         * gst-libs/gst/audio/riff.vcproj:
23217         * gst-libs/gst/gst-libs.def:
23218         * gst-libs/gst/gst-libs.vcproj:
23219         * gst/avi/avi.vcproj:
23220         * gst/avi/avi.vcproj:
23221           Copy the files where needed after building, cleaner projects
23222
23223 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23224
23225         * gst/matroska/ebml-write.c:
23226           Fix some 64 bits constants to be glib friendly
23227
23228 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
23229
23230         * win32/gst.sln:
23231         * gst-libs/gst/gst-libs.def:
23232         * gst-libs/gst/gst-libs.vcproj:
23233         * gst/matroska/matroska.def:
23234         * gst/matroska/matroska.vcproj:
23235           Add the preliminary canvas to build plugins on Win32
23236
23237 2004-07-23  Benjamin Otte  <otte@gnome.org>
23238
23239         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23240           don't enfore negotiation from source side, it breaks
23241           sinesrc ! audioconvert ! osssink
23242
23243 2004-07-22  David Schleef  <ds@schleef.org>
23244
23245         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23246         for ELF files, since they can easily be recognized as audio/mpeg.
23247         (bug #147441)
23248
23249 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23250
23251         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23252         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23253         (gst_videoscale_scale_nearest_24bit),
23254         (gst_videoscale_scale_nearest_16bit):
23255           fix 16bit and 24bit for stride (24bit might need testing)
23256           don't pretend we do more than one algorithm
23257
23258 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23259
23260         * configure.ac:
23261         * gst/Makefile.am:
23262         * gst/multifilesink/Makefile.am:
23263         * gst/multifilesink/gstmultifilesink.c:
23264         (gst_multifilesink_get_formats),
23265         (gst_multifilesink_get_query_types), (_do_init),
23266         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23267         (gst_multifilesink_init), (gst_multifilesink_dispose),
23268         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23269         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23270         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23271         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23272         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23273         (gst_multifilesink_uri_get_type),
23274         (gst_multifilesink_uri_get_protocols),
23275         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23276         (gst_multifilesink_uri_handler_init), (plugin_init):
23277         * gst/multifilesink/gstmultifilesink.h:
23278         * testsuite/Makefile.am:
23279         * testsuite/multifilesink/Makefile.am:
23280         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23281         (gst_newmedia_class_init), (gst_newmedia_init),
23282         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23283         (newfile_signal), (test_signal), (main):
23284         multifilesink plugin for creating new files every time a new media
23285         discontinuity event occurs
23286
23287 2004-07-22  Wim Taymans  <wim@fluendo.com>
23288
23289         * gst/alpha/Makefile.am:
23290         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23291         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23292         (gst_alpha_color_init), (gst_alpha_color_set_property),
23293         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23294         (transform), (gst_alpha_color_chain),
23295         (gst_alpha_color_change_state), (plugin_init):
23296         Stupid plugin to to RGBA to AYUV conversion because none of
23297         the colorspace plugins can handle that yet.
23298
23299 2004-07-22  Wim Taymans  <wim@fluendo.com>
23300
23301         * examples/seeking/seek.c: (update_scale), (main):
23302         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23303         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23304         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23305         (gst_decode_bin_init), (gst_decode_bin_dispose),
23306         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23307         (no_more_pads), (close_link), (type_found),
23308         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23309         (plugin_init):
23310         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23311         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23312         (gst_play_base_bin_dispose), (queue_overrun),
23313         (gen_preroll_element), (remove_prerolls), (unknown_type),
23314         (no_more_pads), (new_stream), (setup_source),
23315         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23316         (play_base_eos), (gst_play_base_bin_change_state),
23317         (gst_play_base_bin_add_element),
23318         (gst_play_base_bin_remove_element),
23319         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23320         (gst_play_base_bin_unlink_stream),
23321         (gst_play_base_bin_get_streaminfo):
23322         * gst/playback/gstplaybin.c: (gen_video_element),
23323         (gen_audio_element):
23324         * gst/playback/gststreaminfo.h:
23325         More playback updates, attempt to fix things after the state change
23326         breakage.
23327
23328 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23329
23330         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23331         (gst_videoscale_scale_nearest_16bit):
23332           comment algorithm
23333
23334 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23335
23336         * gst/videotestsrc/gstvideotestsrc.c:
23337         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23338         (gst_videotestsrc_init), (gst_videotestsrc_get),
23339         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23340         (gst_videotestsrc_get_property):
23341         * gst/videotestsrc/gstvideotestsrc.h:
23342         * gst/videotestsrc/videotestsrc.c:
23343         * gst/videotestsrc/videotestsrc.h:
23344           cleanup and commenting
23345
23346 2004-07-21  Wim Taymans  <wim@fluendo.com>
23347
23348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23349         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23350         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23351         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23352         (_find_chain_get_unknown_part), (_find_streams_check),
23353         (gst_ogg_demux_push), (gst_ogg_pad_push):
23354         * ext/theora/theoradec.c: (theora_get_formats),
23355         (theora_dec_src_convert), (theora_dec_sink_convert),
23356         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23357         (theora_dec_chain):
23358         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23359         (vorbis_dec_convert), (vorbis_dec_src_query),
23360         (vorbis_dec_src_event), (vorbis_dec_event):
23361         More seeking fixes, oggdemux now supports seeking to time and
23362         uses the downstream element to convert granulepos to time.
23363         Seeking in theora-only ogg files now works.
23364
23365 2004-07-21  Wim Taymans  <wim@fluendo.com>
23366
23367         * ext/theora/theoradec.c: (gst_theora_dec_init),
23368         (theora_get_formats), (theora_get_event_masks),
23369         (theora_get_query_types), (theora_dec_src_convert),
23370         (theora_dec_sink_convert), (theora_dec_src_query),
23371         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23372         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23373         (vorbis_get_event_masks), (vorbis_get_query_types),
23374         (gst_vorbis_dec_init), (vorbis_dec_convert),
23375         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23376         Added query/convert/formats functions to vorbis and theora decoders
23377         so that the outside world can use them too. Fixed seeking on an
23378         ogg/theora/vorbis file by disabling the seeking seeking on the
23379         theora srcpad.
23380
23381 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23382
23383         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23384         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23385         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23386         images creation for both elements. We don't create the image on caps
23387         nego or renego, we just destroy the internal one if present if it does
23388         not match the needs. The chain function takes care of creating a new
23389         image when needed.
23390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23391         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23392         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23393         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23394         the image format information. The buffer pool checks for the context
23395         image format and discard images with different formats.
23396         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23397
23398 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23399
23400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23401         (gst_ffmpegcolorspace_chain):
23402           no point in doing any chaining if the pad we want to push from
23403           isn't usable.
23404
23405 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23406
23407         * gst-libs/gst/riff/riff-media.c:
23408         (gst_riff_create_audio_caps_with_data):
23409           Fix double end-to-native symbol conversion (#148021).
23410
23411 2004-07-20  David Schleef  <ds@schleef.org>
23412
23413         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23414         Don't use an Atom that doesn't exist.
23415
23416 2004-07-20  Wim Taymans  <wim@fluendo.com>
23417
23418         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23419         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23420         (gst_multifdsink_client_remove),
23421         (gst_multifdsink_handle_client_write),
23422         (gst_multifdsink_queue_buffer):
23423         * gst/tcp/gstmultifdsink.h:
23424         More multifdsink stats. Avoid deadlock by releasing locks
23425         before sending out a signal.
23426
23427 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23428
23429         * po/LINGUAS:
23430         * po/hu.po:
23431           added Hungarian translation (Laszlo Dvornik)
23432
23433 2004-07-20  Wim Taymans  <wim@fluendo.com>
23434
23435         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23436         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23437         (gst_multifdsink_handle_client_write),
23438         (gst_multifdsink_queue_buffer):
23439         * gst/tcp/gsttcp-marshal.list:
23440         Fixed the stupid marshal definition.
23441
23442 2004-07-20  Wim Taymans  <wim@fluendo.com>
23443
23444         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23445         (gst_multifdsink_init), (gst_multifdsink_add),
23446         (gst_multifdsink_client_remove),
23447         (gst_multifdsink_handle_client_write),
23448         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23449         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23450         (gst_multifdsink_init_send):
23451         * gst/tcp/gstmultifdsink.h:
23452         Added more stats, added timeout for a client, fixed some typos
23453         and added some comments.
23454
23455 2004-07-20  Wim Taymans  <wim@fluendo.com>
23456
23457         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23458         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23459         (gst_multifdsink_client_remove),
23460         (gst_multifdsink_handle_client_write):
23461         * gst/tcp/gstmultifdsink.h:
23462         * gst/tcp/gsttcp-marshal.list:
23463         Added get_stats method that returns a GValueArray of
23464         stats values.
23465
23466 2004-07-19  Benjamin Otte  <otte@gnome.org>
23467
23468         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23469           make sure longname, description and author are valid UTF-8
23470
23471 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23472
23473         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23474         (gst_ximagesink_set_property):
23475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23476         (gst_xvimagesink_set_property):
23477           make sure SYNCHRONOUS is respected after getting the X context
23478
23479 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23480
23481         * gst/matroska/matroska-demux.c:
23482         (gst_matroska_demux_handle_src_event),
23483         (gst_matroska_demux_parse_blockgroup):
23484         * gst/matroska/matroska-ids.h:
23485           add BlockReference tag and ignore it to clear out log.
23486           ignore NAVIGATION events to clear out log.
23487
23488 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23489
23490         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23491         (gst_matroska_demux_add_stream):
23492         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23493           add debug categories
23494
23495 2004-07-16  Wim Taymans  <wim@fluendo.com>
23496
23497         * ext/libpng/Makefile.am:
23498         * ext/libpng/gstpng.c: (plugin_init):
23499         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23500         (gst_pngdec_get_type), (gst_pngdec_base_init),
23501         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23502         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23503         * ext/libpng/gstpngdec.h:
23504         Added png decoder.
23505
23506 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23507
23508         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23509         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23510         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23511         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23512         (gst_ximagesink_buffer_alloc):
23513         * sys/ximage/ximagesink.h:
23514         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23515         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23516         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23517         (gst_xvimagesink_buffer_alloc):
23518         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23519         again. Using internal data pointer of the x(v)image to store image's
23520         data to be coherent with the buffer alloc mechanism. Investigated the
23521         image destruction code to be sure that everything gets freed correctly.
23522
23523 2004-07-16  Wim Taymans  <wim@fluendo.com>
23524
23525         * gst-libs/gst/riff/riff-read.c:
23526         (gst_riff_read_strf_vids_with_data),
23527         (gst_riff_read_strf_auds_with_data):
23528         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23529         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23530         Make sure we don't create 0 sized subbuffers in riff-read.
23531         Signal the no more pads signal after reading the avi header.
23532
23533 2004-07-16  Wim Taymans  <wim@fluendo.com>
23534
23535         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23536         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23537         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23538         (gst_decode_bin_init), (gst_decode_bin_dispose),
23539         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23540         (no_more_pads), (close_link), (type_found),
23541         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23542         (gst_decode_bin_change_state), (plugin_init):
23543         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23544         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23545         (gst_play_base_bin_dispose), (queue_overrun),
23546         (gen_preroll_element), (remove_prerolls), (unknown_type),
23547         (no_more_pads), (new_stream), (setup_source),
23548         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23549         (play_base_eos), (gst_play_base_bin_change_state),
23550         (gst_play_base_bin_add_element),
23551         (gst_play_base_bin_remove_element),
23552         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23553         (gst_play_base_bin_unlink_stream),
23554         (gst_play_base_bin_get_streaminfo):
23555         * gst/playback/gstplaybasebin.h:
23556         Better error recovery. Added configurable preroll queue size. Faster
23557         detection of no-more-pads.
23558
23559 2004-07-16  Wim Taymans  <wim@fluendo.com>
23560
23561         * gst-libs/gst/video/video.h:
23562         Added 32 bits RGBA. Not sure if we should use another mime-type
23563         for alpha rgb. Currently the presence of the alpha_mask property
23564         signals an alpha channel.
23565
23566 2004-07-16  Wim Taymans  <wim@fluendo.com>
23567
23568         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23569         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23570         FPS seems to be 0.0 to MAX everywhere else.
23571
23572 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23573
23574         * gst-libs/gst/riff/riff-media.c:
23575         (gst_riff_create_video_caps_with_data):
23576           mp42/mp43 (no caps) exist too.
23577         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23578           Set pixel_width/height; we've got them in-caps.
23579         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23580         * gst/wavparse/gstwavparse.c: (plugin_init):
23581           Both are valid primary.
23582         * sys/oss/gstossmixer.c:
23583           Remove i18n hack and enable translations.
23584
23585 2004-07-15  Benjamin Otte  <otte@gnome.org>
23586
23587         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23588         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23589           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23590
23591 2004-07-15  Benjamin Otte  <otte@gnome.org>
23592
23593         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23594         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23595         (gst_alsa_close_audio):
23596           disable some of the debugging code for now. Writing debugging to a
23597           buffer is broken in current alsalib releases.
23598
23599 2004-07-12  Benjamin Otte  <otte@gnome.org>
23600
23601         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23602           use bufferpools
23603
23604 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23605
23606         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23607         (theora_dec_src_query), (theora_dec_event):
23608         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23609           add debugging categories.  Remove \n's.
23610
23611 2004-07-13  Johan Dahlin  <johan@gnome.org>
23612
23613         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23614         (gst_play_bin_get_property): Impl.
23615
23616 2004-07-13  Wim Taymans  <wim@fluendo.com>
23617
23618         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23619         When trying to find the stream length, seek back N pages
23620         instead of just one, where N is the number of streams in
23621         the current chain.
23622
23623 2004-07-13  Wim Taymans  <wim@fluendo.com>
23624
23625         * gst-libs/gst/riff/riff-media.c:
23626         (gst_riff_create_audio_caps_with_data),
23627         (gst_riff_create_audio_caps),
23628         (gst_riff_create_audio_template_caps):
23629         * gst-libs/gst/riff/riff-media.h:
23630         * gst-libs/gst/riff/riff-read.c:
23631         (gst_riff_read_strf_vids_with_data),
23632         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23633         * gst-libs/gst/riff/riff-read.h:
23634         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23635         (gst_avi_demux_add_stream):
23636         Set codec_data on caps for avidemuxer.
23637
23638 2004-07-12  David Schleef  <ds@schleef.org>
23639
23640         * configure.ac: Fix test for Objective C
23641
23642 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23643         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23644         (gst_gdk_pixbuf_chain):
23645           Add svg and pcx to template caps, and ensure that getcaps returns a
23646           subset of the template caps.
23647           Copy each row manually for output, as gdkpixbuf may pad the
23648           rowstride to a 32-bit word boundary.
23649
23650 2004-07-12  Wim Taymans  <wim@fluendo.com>
23651
23652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23653         (gst_riff_create_video_template_caps):
23654         Fix the template caps to include some more media types.
23655
23656 2004-07-12  Wim Taymans  <wim@fluendo.com>
23657
23658         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23659         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23660         (compare_ranks), (print_feature), (gst_decode_bin_init),
23661         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23662         (try_to_link_1), (new_pad), (close_link), (type_found),
23663         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23664         (gst_decode_bin_change_state), (plugin_init):
23665         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23666         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23667         (gst_play_base_bin_dispose), (queue_overrun),
23668         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23669         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23670         (gst_play_base_bin_get_property), (play_base_eos),
23671         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23672         (gst_play_base_bin_remove_element),
23673         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23674         (gst_play_base_bin_unlink_stream),
23675         (gst_play_base_bin_get_streaminfo):
23676         * gst/playback/gstplaybasebin.h:
23677         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23678         (gst_play_bin_class_init), (gst_play_bin_init),
23679         (gst_play_bin_dispose), (gst_play_bin_set_property),
23680         (gst_play_bin_get_property), (gen_video_element),
23681         (gen_audio_element), (remove_sinks), (setup_sinks),
23682         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23683         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23684         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23685         (gst_play_bin_query), (plugin_init):
23686         * gst/playback/test4.c: (main):
23687         More fixes on reusing of the element.
23688
23689 2004-07-11  Benjamin Otte  <otte@gnome.org>
23690
23691         * ext/mad/gstmad.c: (normal_seek):
23692           allow seeking for other methods than just SET
23693
23694 2004-07-11  Andy Wingo  <wingo@pobox.com>
23695
23696         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23697         float, "any" caps -> buffer_frames=[0,MAX].
23698
23699         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23700         doesn't intersect our caps with the template any more. Do it
23701         ourselves.
23702         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23703
23704 2004-07-09  Wim Taymans  <wim@fluendo.com>
23705
23706         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23707         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23708         (compare_ranks), (print_feature), (gst_decode_bin_init),
23709         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23710         (try_to_link_1), (new_pad), (close_link), (type_found),
23711         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23712         (gst_decode_bin_change_state), (plugin_init):
23713         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23714         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23715         (gst_play_base_bin_dispose), (queue_overrun),
23716         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23717         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23718         (gst_play_base_bin_get_property), (play_base_eos),
23719         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23720         (gst_play_base_bin_remove_element),
23721         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23722         (gst_play_base_bin_unlink_stream),
23723         (gst_play_base_bin_get_streaminfo):
23724         * gst/playback/gstplaybasebin.h:
23725         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23726         (gst_play_bin_class_init), (gst_play_bin_init),
23727         (gst_play_bin_dispose), (gst_play_bin_set_property),
23728         (gst_play_bin_get_property), (gen_video_element),
23729         (gen_audio_element), (remove_sinks), (setup_sinks),
23730         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23731         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23732         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23733         (gst_play_bin_query), (plugin_init):
23734         * gst/playback/test4.c: (main):
23735         Work on object reuse and seeking.
23736
23737 2004-07-09  Wim Taymans  <wim@fluendo.com>
23738
23739         * examples/seeking/seek.c: (iterate):
23740         Don't consume all CPU in the idle loop.
23741
23742 2004-07-09  Wim Taymans  <wim@fluendo.com>
23743
23744         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23745         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23746         Add pad to element *after* setting the pad functions so that
23747         the scheduler can use the correct ones.
23748
23749 2004-07-09  Wim Taymans  <wim@fluendo.com>
23750
23751         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23752         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23753         Sync to keyframe after seek
23754
23755 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23756
23757         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23758         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23759         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23760         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23761         * ext/libvisual/visual.c: (gst_visual_change_state):
23762         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23763         * ext/theora/theoradec.c: (theora_dec_change_state):
23764         * ext/theora/theoraenc.c: (theora_enc_change_state):
23765         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23766         * gst-libs/gst/navigation/navigation.c:
23767         * gst/adder/gstadder.c: (gst_adder_change_state):
23768         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23769         (gst_audio_convert_get_buffer):
23770         * gst/multipart/multipartdemux.c:
23771         (gst_multipart_demux_change_state):
23772         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23773         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23774         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23775         * gst/videoscale/gstvideoscale.c:
23776         (gst_videoscale_handle_src_event):
23777         * gst/volume/gstvolume.c: (volume_chain_int16):
23778           don't assert in state change, this should be done by the base
23779           GstElement class.
23780           various debugging fixes.
23781
23782 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23783
23784         * configure.ac:
23785         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23786         (gst_play_dispose), (gst_play_set_location),
23787         (gst_play_set_data_src), (gst_play_set_video_sink),
23788         (gst_play_set_audio_sink), (gst_play_set_visualization),
23789         (gst_play_connect_visualization), (gst_play_get_sink_element),
23790         (gst_play_get_all_by_interface):
23791         * gst-libs/gst/play/play.h:
23792           add new method to get elements implementing an interface.
23793           add various error logging
23794
23795 2004-07-08  Wim Taymans  <wim@fluendo.com>
23796
23797         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23798         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23799         (make_playerbin_pipeline), (query_durations_elems),
23800         (query_durations_pads), (query_positions_elems),
23801         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23802         (main):
23803         Added playbin seeking example.
23804
23805 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23806
23807         * gst-libs/gst/play/play.c: (gst_play_set_location),
23808         (gst_play_set_data_src), (gst_play_set_video_sink),
23809         (gst_play_set_audio_sink), (gst_play_set_visualization),
23810         (gst_play_connect_visualization), (gst_play_get_framerate):
23811           use a macro to look up elements from hash table
23812
23813 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23814
23815         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23816         (gst_play_get_length_callback), (gst_play_set_location),
23817         (gst_play_seek_to_time), (gst_play_set_data_src),
23818         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23819         (gst_play_set_visualization), (gst_play_connect_visualization),
23820         (gst_play_get_sink_element):
23821         - add debugging info
23822         - fix looking up sink elements by iterating over complete caps
23823         - put everything except for source and autoplugger in a complete bin
23824
23825 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23826
23827         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23828         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23829         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23830         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23831         * ext/alsa/gstalsasink.h:
23832         - add debugging info
23833         - clean up schizophrenia of data/buffer/event
23834         - fix double event unref error
23835
23836 2004-07-08  Wim Taymans  <wim@fluendo.com>
23837
23838         * gst/playback/Makefile.am:
23839         Add headers to noinst
23840
23841 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23842
23843         * tools/gst-launch-ext-m.m:
23844         * tools/gst-launch-ext.1.in:
23845           convert to the third millenium
23846
23847 2004-07-07  David Schleef  <ds@schleef.org>
23848
23849         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23850
23851 2004-07-07  Wim Taymans  <wim@fluendo.com>
23852
23853         * gst/playback/Makefile.am:
23854         * gst/playback/README:
23855         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23856         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23857         (compare_ranks), (print_feature), (gst_decode_bin_init),
23858         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23859         (try_to_link_1), (new_pad), (close_link), (type_found),
23860         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23861         (plugin_init):
23862         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23863         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23864         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23865         (gen_preroll_element), (no_more_pads), (new_stream),
23866         (setup_source), (gst_play_base_bin_set_property),
23867         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23868         (gst_play_base_bin_add_element),
23869         (gst_play_base_bin_remove_element),
23870         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23871         (gst_play_base_bin_unlink_stream),
23872         (gst_play_base_bin_get_streaminfo):
23873         * gst/playback/gstplaybasebin.h:
23874         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23875         (gst_play_bin_class_init), (gst_play_bin_init),
23876         (gst_play_bin_dispose), (gst_play_bin_set_property),
23877         (gst_play_bin_get_property), (gen_video_element),
23878         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23879         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23880         (gst_play_bin_get_formats), (gst_play_bin_convert),
23881         (gst_play_bin_get_query_types), (gst_play_bin_query),
23882         (plugin_init):
23883         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23884         (gst_stream_info_get_type), (gst_stream_info_class_init),
23885         (gst_stream_info_init), (gst_stream_info_new),
23886         (gst_stream_info_dispose), (gst_stream_info_set_property),
23887         (gst_stream_info_get_property):
23888         * gst/playback/gststreaminfo.h:
23889         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23890         (main):
23891         * gst/playback/test2.c: (main):
23892         * gst/playback/test3.c: (update_scale), (main):
23893         More playbin fixes. Added README. Do better element filtering.
23894         Added base class to preroll media. Added test apps.
23895
23896 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23897
23898         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23899         * ext/mpeg2dec/gstmpeg2dec.h:
23900           various debugging improvements.  Reset stream to next picture
23901           instead of sequence header, otherwise seeks cannot work.
23902
23903 2004-07-07  Wim Taymans  <wim@fluendo.com>
23904
23905         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23906         (gst_video_box_class_init), (gst_video_box_set_property),
23907         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23908         Use pad_alloc where possible.
23909
23910 2004-07-07  Wim Taymans  <wim@fluendo.com>
23911
23912         * sys/oss/gstosselement.c: (gst_osselement_reset),
23913         (gst_osselement_parse_caps):
23914         * sys/oss/gstosselement.h:
23915         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23916         Fix offset on osssrc.
23917
23918 2004-07-07  Wim Taymans  <wim@fluendo.com>
23919
23920         * ext/theora/theora.c: (plugin_init):
23921         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23922         (theora_dec_src_query), (theora_dec_chain):
23923         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23924         (theora_enc_sink_link), (theora_buffer_from_packet),
23925         (theora_push_packet), (theora_enc_chain):
23926         Fix theora granulepos calculation.
23927         Fix overflow in duration/position calculation.
23928         Bump rank to PRIMARY for theoradec.
23929         Use granulepos of last packet to calculate position.
23930         Set keyframe flag on buffers when needed.
23931
23932 2004-07-06  David Schleef  <ds@schleef.org>
23933
23934         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23935         serious?  (Fixed, obviously.)
23936
23937 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23938
23939         * po/LINGUAS:
23940         * po/cs.po:
23941           added Czech translation (Miloslav Trmac)
23942
23943 2004-07-05  Wim Taymans  <wim@fluendo.com>
23944
23945         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23946         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23947         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23948         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23949         (close_link), (type_found), (gst_decode_bin_set_property),
23950         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23951         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23952         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23953         (gst_decode_bin_query), (plugin_init):
23954         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23955         (gst_play_bin_class_init), (gst_play_bin_init),
23956         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23957         (get_video_element), (new_pad), (setup_source),
23958         (gst_play_bin_set_property), (gst_play_bin_get_property),
23959         (gst_play_bin_change_state), (gst_play_bin_add_element),
23960         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23961         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23962         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23963         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23964         * gst/playback/test.c: (main):
23965         More fixes, cleaned up playbin, make it use decodebin. Added
23966         threaded property to playbin.
23967
23968 2004-07-05  Wim Taymans  <wim@fluendo.com>
23969
23970         * configure.ac:
23971         * gst/playback/Makefile.am:
23972         * gst/playback/decodetest.c: (main):
23973         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23974         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23975         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23976         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23977         (close_link), (type_found), (gst_decode_bin_set_property),
23978         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23979         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23980         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23981         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23982         (plugin_init):
23983         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23984         (gst_play_bin_class_init), (gst_play_bin_init),
23985         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23986         (collect_sink_pads), (find_compatibles), (close_pad_link),
23987         (try_to_link_1), (new_pad), (close_link), (type_found),
23988         (setup_source), (gst_play_bin_set_property),
23989         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23990         (compare_ranks), (gst_play_bin_collect_factories),
23991         (gst_play_bin_change_state), (gst_play_bin_add_element),
23992         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23993         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23994         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23995         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23996         * gst/playback/test.c: (main):
23997         Added some playback helper elements and some test apps, very alpha
23998         still.
23999
24000 2004-07-04  Benjamin Otte  <otte@gnome.org>
24001
24002         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24003           only restart audio when we indeed have an xrun to fix repeated
24004           xruns. Fix suggested by Giuliano Pochini.
24005
24006 2004-07-03  David Schleef  <ds@schleef.org>
24007
24008         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
24009         call to gst_debug_log() if debugging is disabled (bug #145118)
24010
24011 2004-07-03  Benjamin Otte  <otte@gnome.org>
24012
24013         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24014           use our own functions for restarting the alsa device.
24015         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24016           I should apply patches myself - use MIN for the third argument, not
24017           the second, this fixes seeking
24018
24019 2004-07-02  David Schleef  <ds@schleef.org>
24020
24021         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24022         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
24023         do with the logic.
24024
24025 2004-07-02  David Schleef  <ds@schleef.org>
24026
24027         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
24028         output buffers.  Fix logic mistake.  (bug #144866)
24029
24030 2004-07-02  David Schleef  <ds@schleef.org>
24031
24032         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
24033         on X.  (bug #144753)
24034
24035 2004-07-02  David Schleef  <ds@schleef.org>
24036
24037         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
24038         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24039         (bug #144624)
24040         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24041         (gst_osselement_rate_probe_check): Add another workaround for
24042         buggy drivers (bug #145336)
24043
24044 2004-07-02  David Schleef  <ds@schleef.org>
24045
24046         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24047         Most systems don't have MSG_NOSIGNAL.
24048
24049 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24050
24051         * Makefile.am:
24052         * gst-libs/gst/colorbalance/Makefile.am:
24053         * gst-libs/gst/mixer/Makefile.am:
24054         * gst-libs/gst/play/Makefile.am:
24055         * gst-libs/gst/tuner/Makefile.am:
24056           (hopefully) fix both install and dist and make error message useful.
24057           needs testing across automakes.
24058
24059 2004-07-02  Benjamin Otte  <otte@gnome.org>
24060
24061         * ext/ogg/gstogg.c: (plugin_init):
24062           we require bytestream now
24063         * ext/ogg/gstoggdemux.c:
24064           huge diff to implement chain setup in a fast and generic way. This
24065           improves tag reading and startup of huge files (read: Theora videos)
24066           quite a bit. It probably contains bugs, too, so please test.
24067           Seeking is not improved to the fast method.
24068
24069 2004-06-29  Wim Taymans  <wim@fluendo.com>
24070
24071         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24072         * ext/ogg/gstoggmux.c:
24073         Fix memleak in oggdemux when running unconnected pads.
24074         doc update in mux, start working on keyframe mode.
24075
24076 2004-06-29  Benjamin Otte  <otte@gnome.org>
24077
24078         * sys/oss/gstosssink.c:
24079         * sys/oss/gstosssrc.c:
24080           advertise correct template caps - we indeed do non-native endianness
24081           and 8bit audio has no endianness
24082         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24084           avoid (wrong) duplications in getcaps function and return
24085           template caps
24086
24087 2004-06-29  Wim Taymans  <wim@fluendo.com>
24088
24089         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24090         (gst_multifdsink_class_init), (gst_multifdsink_add),
24091         (gst_multifdsink_remove), (gst_multifdsink_clear),
24092         (gst_multifdsink_client_remove),
24093         (gst_multifdsink_handle_client_read),
24094         (gst_multifdsink_client_queue_data),
24095         (gst_multifdsink_client_queue_caps),
24096         (gst_multifdsink_client_queue_buffer),
24097         (gst_multifdsink_handle_client_write),
24098         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24099         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24100         (gst_multifdsink_init_send), (gst_multifdsink_close):
24101         Fix wrong GList iteration that could crash the server when
24102         more then 2 clients disconnect at the same time. Read all the
24103         pending commands in one batch to recover from command storms under
24104         very heavy load.
24105
24106 2004-06-28  Wim Taymans  <wim@fluendo.com>
24107
24108         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24109         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24110         (gst_videomixer_pad_set_property),
24111         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24112         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24113         (gst_videomixer_class_init), (gst_videomixer_init),
24114         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24115         (pad_zorder_compare), (gst_videomixer_sort_pads),
24116         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24117         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24118         (gst_videomixer_update_queues), (gst_videomixer_loop),
24119         (plugin_init):
24120         Avoid divide by zero, choose masterpad as the pad with the highest
24121         framerate.
24122
24123 2004-06-27  Julien Moutte  <julien@moutte.net>
24124
24125         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24126         (gst_ximagesink_xwindow_new):
24127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24128         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24129         function directly. We might want to call it from somewhere else one day.
24130
24131 2004-06-27  Julien Moutte  <julien@moutte.net>
24132
24133         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24134         (gst_ximagesink_xwindow_new):
24135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24136         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24137         window decorations.
24138
24139 2004-06-27  Wim Taymans  <wim@fluendo.com>
24140
24141         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24142         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24143         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24144         (gst_dvdec_set_property), (gst_dvdec_get_property):
24145         * ext/dv/gstdvdec.h:
24146         Implement drop_factor property to lower the framerate with
24147         a factor.
24148
24149 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24150
24151         * gst-libs/gst/colorbalance/Makefile.am:
24152         * gst-libs/gst/mixer/Makefile.am:
24153         * gst-libs/gst/play/Makefile.am:
24154         * gst-libs/gst/tuner/Makefile.am:
24155           unbreak Company's fix that didn't install the -enum.h files
24156
24157 2004-06-27  Wim Taymans  <wim@fluendo.com>
24158
24159         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24160         (gst_dvdec_change_state):
24161         * ext/dv/gstdvdec.h:
24162         Fix timestamp, duration and offset of the buffers.
24163
24164 2004-06-27  Wim Taymans  <wim@fluendo.com>
24165
24166         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24167         (gst_multifdsink_class_init), (gst_multifdsink_add),
24168         (gst_multifdsink_remove), (gst_multifdsink_clear),
24169         (gst_multifdsink_client_remove),
24170         (gst_multifdsink_handle_client_read),
24171         (gst_multifdsink_client_queue_data),
24172         (gst_multifdsink_client_queue_caps),
24173         (gst_multifdsink_client_queue_buffer),
24174         (gst_multifdsink_handle_client_write),
24175         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24176         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24177         (gst_multifdsink_init_send), (gst_multifdsink_close):
24178         * gst/tcp/gstmultifdsink.h:
24179         * gst/tcp/gsttcpserversink.c:
24180         (gst_tcpserversink_handle_server_read),
24181         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24182         More multifdsink fixes, more recovery policy fixes.
24183         Removed stupid g_print
24184
24185 2004-06-26  Wim Taymans  <wim@fluendo.com>
24186
24187         * gst/tcp/Makefile.am:
24188         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24189         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24190         (gst_multifdsink_class_init), (gst_multifdsink_init),
24191         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24192         (gst_multifdsink_handle_client_read),
24193         (gst_multifdsink_client_queue_data),
24194         (gst_multifdsink_client_queue_caps),
24195         (gst_multifdsink_client_queue_buffer),
24196         (gst_multifdsink_handle_client_write),
24197         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24198         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24199         (gst_multifdsink_chain), (gst_multifdsink_set_property),
24200         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24201         (gst_multifdsink_close), (gst_multifdsink_change_state):
24202         * gst/tcp/gstmultifdsink.h:
24203         * gst/tcp/gsttcpplugin.c: (plugin_init):
24204         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24205         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24206         (gst_tcpserversink_handle_server_read),
24207         (gst_tcpserversink_handle_select),
24208         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24209         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24210         * gst/tcp/gsttcpserversink.h:
24211         Added multifdsink, made tcpserversink a subclass of fdsink, removed
24212         one of the locks, added recovery policy to multifdsink.
24213
24214 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24215
24216         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24217           fix decision for when getting frames with same timestamp
24218         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24219         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24220         (gst_v4lsrc_get_property):
24221         * sys/v4l/gstv4lsrc.h:
24222           add latency offset property
24223
24224 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24225
24226         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24227         (plugin_init):
24228           fix debugging. add category.
24229
24230 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24231
24232         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24233           fix wrong offsets
24234
24235 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24236
24237         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24238         (gst_alsa_src_get_time), (gst_alsa_src_loop),
24239         (gst_alsa_src_change_state):
24240           return a time that is in sync with the element's processing
24241
24242 2004-06-25  Wim Taymans  <wim@fluendo.com>
24243
24244         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24245         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24246         (gst_tcpserversink_client_remove),
24247         (gst_tcpserversink_handle_client_read),
24248         (gst_tcpserversink_client_queue_data),
24249         (gst_tcpserversink_client_queue_caps),
24250         (gst_tcpserversink_client_queue_buffer),
24251         (gst_tcpserversink_handle_client_write),
24252         (gst_tcpserversink_queue_buffer),
24253         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24254         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24255         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24256         (gst_tcpserversink_close):
24257         * gst/tcp/gsttcpserversink.h:
24258         Serversink rewrite. Really do non blocking writes to clients and
24259         maintain an internal queue to handle slower clients while not
24260         disturbing fast clients.
24261
24262 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24263
24264         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24265           better debug, don't override OFFSET and OFFSET_END
24266
24267 2004-06-25  Iain <iain@prettypeople.org>
24268
24269         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24270         name=source for the wavparse pipeline.
24271
24272 2004-06-24  Johan Dahlin  <johan@gnome.org>
24273
24274         * ext/theora/theoraenc.c (theora_enc_chain): Call
24275         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24276         streamheader caps are set correctly.
24277
24278 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24279
24280         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24281         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24282           respect minimum bitrate; same could be done for max bitrate
24283
24284 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24285
24286         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24287         (gst_vorbisenc_setup):
24288           fix sample rate range
24289
24290 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24291
24292         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24293         (gst_oggvorbisenc_setup):
24294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24295         (gst_vorbisenc_setup):
24296           resolve ambiguities in code and description
24297
24298 2004-06-24  Wim Taymans  <wim@fluendo.com>
24299
24300         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24301         * ext/alsa/gstalsa.h:
24302         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24303         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24304         Use alsa trigger_tstamp to get the timestamp of the first
24305         sample in the buffer for more precise sync. Some cleanups.
24306
24307 2004-06-24  Wim Taymans  <wim@fluendo.com>
24308
24309         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24310         (gst_audiorate_init), (gst_audiorate_chain),
24311         (gst_audiorate_set_property), (gst_audiorate_get_property):
24312         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24313         (gst_videorate_chain):
24314         Added some logging, fixed an overflow bug in videorate.
24315
24316 2004-06-24  Benjamin Otte  <otte@gnome.org>
24317
24318         * ext/kio/Makefile.am:
24319           fix for builddir != srcdir and distcheck
24320
24321 2004-06-24  Benjamin Otte  <otte@gnome.org>
24322
24323         * gst-libs/gst/colorbalance/Makefile.am:
24324         * gst-libs/gst/mixer/Makefile.am:
24325         * gst-libs/gst/play/Makefile.am:
24326         * gst-libs/gst/tuner/Makefile.am:
24327         * gst/tcp/Makefile.am:
24328         * sys/dxr3/Makefile.am:
24329           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24330           tarball.
24331           Also add all *.list files that were missing.
24332         * Makefile.am:
24333           add a distcheck hook to ensure the above doesn't happen again.
24334
24335 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24336
24337         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24338
24339 2004-06-23  Colin Walters  <walters@redhat.com>
24340
24341         * m4/Makefile.am: Distribute gst-fionread.m4.
24342
24343 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24344
24345         * configure.ac: back to dev
24346
24347 2004-06-23  Wim Taymans  <wim@fluendo.com>
24348
24349         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24350         (gst_alsa_xrun_recovery):
24351         * ext/alsa/gstalsa.h:
24352         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24353         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24354         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24355         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24356         (gst_alsa_src_loop):
24357         Add clock to alsasrc. Take new capture timestamp when
24358         restarting after an overrun. Split up some functions between
24359         alsasrc and alsasink.
24360
24361 === release 0.8.2 ===
24362
24363 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24364
24365         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24366         (gst_alsa_change_state), (gst_alsa_update_avail),
24367         (gst_alsa_xrun_recovery):
24368         * ext/alsa/gstalsa.h:
24369         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24370           merge back changes from release
24371
24372 2004-06-23  Wim Taymans  <wim@fluendo.com>
24373
24374         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24375         (gst_audiorate_init), (gst_audiorate_chain),
24376         (gst_audiorate_set_property), (gst_audiorate_get_property):
24377         Implement sample dropping and notify
24378
24379 2004-06-22  Wim Taymans  <wim@fluendo.com>
24380
24381         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24382         (theora_enc_sink_link), (theora_buffer_from_packet),
24383         (theora_push_packet), (theora_enc_chain):
24384         Some cleanups, make sure the timestamps are correct.
24385
24386 2004-06-22  Wim Taymans  <wim@fluendo.com>
24387
24388         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24389         (gst_alsa_change_state), (gst_alsa_update_avail),
24390         (gst_alsa_xrun_recovery):
24391         * ext/alsa/gstalsa.h:
24392         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24393         Cleanups, take queued samples into account when reporting
24394         the time.
24395
24396 2004-06-22  Wim Taymans  <wim@fluendo.com>
24397
24398         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24399         (gst_videorate_init):
24400         Initialize the property as well.
24401
24402 2004-06-22  Wim Taymans  <wim@fluendo.com>
24403
24404         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24405         (gst_videorate_init), (gst_videorate_chain),
24406         (gst_videorate_set_property), (gst_videorate_get_property):
24407         Add property to make videorate silent.
24408         Add property to prefer new frames over old ones.
24409
24410 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24411
24412         * sys/osxvideo/Makefile.am:
24413         Workaround so that the osxvideo .so file gets linked with the
24414         Cocoa, OpenGL and QuickTime frameworks
24415
24416 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24417
24418         * sys/osxaudio/Makefile.am:
24419         Workaround so that the osxaudio .so file gets linked with the
24420         CoreAudio framework
24421
24422 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24423
24424         * configure.ac:
24425         Whoops, my fault...fixed build issues
24426
24427 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24428
24429         * configure.ac:
24430         Add objective-c support if running in Darwin/Mac OS X
24431         * sys/Makefile.am:
24432         * sys/osxvideo:
24433         * sys/osxvideo/Makefile.am:
24434         * sys/osxvideo/osxvideosink.h:
24435         * sys/osxvideo/osxvideosink.m:
24436         * sys/osxvideo/cocoawindow.h:
24437         * sys/osxvideo/cocoawindow.m:
24438         Add osxvideosink, a cocoa-based osx video sink
24439
24440
24441 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24442         * ext/dvdnav/gst-dvd:
24443         Grab the gconf key from the right spot
24444         * gst/debug/gstnavseek.c: (gst_navseek_init),
24445         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24446         (gst_navseek_chain):
24447         * gst/debug/gstnavseek.h:
24448           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24449           and loop parameters of a segment seek.
24450         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24451         (gst_videotestsrc_get_event_masks),
24452         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24453         * gst/videotestsrc/gstvideotestsrc.h:
24454           Add seeking support to videotestsrc
24455           Initialise the timestamp_offset variable.
24456
24457 2004-06-18  Wim Taymans  <wim@fluendo.com>
24458
24459         * ext/sidplay/gstsiddec.cc:
24460         Fix negotiation and set correct end offset.
24461
24462 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24463
24464         * configure.ac: branch and prerelease
24465
24466 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24467
24468         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24469         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24470         (gst_tcpclientsrc_init_receive):
24471         * gst/tcp/gsttcpclientsrc.h:
24472           read caps when connecting to server for GDP so we set them correctly
24473
24474 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24475
24476         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24477           notify drops and duplicates
24478         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24479           no good reason to limit ourselves to 100x100
24480
24481 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24482
24483         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24484         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24485         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24486         (gst_v4lsrc_get_property):
24487         * sys/v4l/gstv4lsrc.h:
24488         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24489         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24490         (gst_v4l_set_audio):
24491         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24492         (gst_v4lsrc_try_capture):
24493         * sys/v4l/v4lsrc_calls.h:
24494           change try_palette to more general try_capture
24495           add autoprobe option so we can turn off autoprobing
24496           various fixes
24497
24498 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24499
24500         * configure.ac:
24501           add videorate
24502         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24503         (gst_ximagesink_class_init):
24504         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24505         (gst_xvimagesink_class_init):
24506           run them as finalize, not dispose, since dispose can be invoked
24507           multiple times
24508
24509 2004-06-17  Wim Taymans  <wim@fluendo.com>
24510
24511         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24512         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24513         * ext/alsa/gstalsa.h:
24514         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24515         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24516         (gst_alsa_src_change_state):
24517         * ext/alsa/gstalsasrc.h:
24518         Make the xrun code timestamp and offset the buffers correctly.
24519         moved the clock to the base class, use alsa methods to get time.
24520         Do correct timestamping on outgoing buffers.
24521
24522 2004-06-17  Wim Taymans  <wim@fluendo.com>
24523
24524         * gst/audiorate/Makefile.am:
24525         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24526         (gst_audiorate_base_init), (gst_audiorate_class_init),
24527         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24528         (gst_audiorate_set_property), (gst_audiorate_get_property),
24529         (gst_audiorate_change_state), (plugin_init):
24530         Added an audiorate converter that fills in gaps.
24531
24532 2004-06-17  Johan Dahlin  <johan@gnome.org>
24533
24534         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24535
24536 2004-06-16  Wim Taymans  <wim@fluendo.com>
24537
24538         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24539         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24540         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24541         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24542         (gst_v4lsrc_get_property):
24543         * sys/v4l/gstv4lsrc.h:
24544         Added a copy mode to v4lsrc where it will output a copied version
24545         of its internal hardware buffer.
24546         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24547         can't | them.
24548
24549 2004-06-16  Wim Taymans  <wim@fluendo.com>
24550
24551         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24552         Timestamp fixes.
24553
24554 2004-06-16  Wim Taymans  <wim@fluendo.com>
24555
24556         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24557         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24558         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24559         (gst_v4lsrc_get_property):
24560         * sys/v4l/gstv4lsrc.h:
24561         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24562         Added a sync mode enum property to control v4lsrc timestamp method
24563         Removed the use-fixed-fps property and moved functionality in
24564         the enum.
24565         Don't error on an error value from v4l-conf, it might not always
24566         be a real error.
24567
24568 2004-06-16  Wim Taymans  <wim@fluendo.com>
24569
24570         * gst/videorate/Makefile.am:
24571         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24572         (gst_videorate_base_init), (gst_videorate_class_init),
24573         (gst_videorate_getcaps), (gst_videorate_link),
24574         (gst_videorate_init), (gst_videorate_chain),
24575         (gst_videorate_set_property), (gst_videorate_get_property),
24576         (gst_videorate_change_state), (plugin_init):
24577         Added a video timestamp corrector.
24578
24579 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24580
24581         fixed a potential leak with previous commit
24582
24583         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24584
24585 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24586
24587         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24588         Added missing refcount, fixes bug #144425
24589         Cheers Tim for finding the bug
24590
24591 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24592
24593         * sys/v4l/gstv4l.c: (plugin_init):
24594         * sys/v4l/gstv4lcolorbalance.c:
24595         * sys/v4l/gstv4lcolorbalance.h:
24596         * sys/v4l/gstv4lelement.c:
24597         * sys/v4l/gstv4lelement.h:
24598         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24599         * sys/v4l/gstv4lmjpegsink.h:
24600         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24601         * sys/v4l/gstv4lmjpegsrc.h:
24602         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24603         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24604         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24605         * sys/v4l/gstv4lsrc.h:
24606         * sys/v4l/gstv4ltuner.c:
24607         * sys/v4l/gstv4ltuner.h:
24608         * sys/v4l/gstv4lxoverlay.c:
24609         * sys/v4l/gstv4lxoverlay.h:
24610         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24611         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24612         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24613         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24614         (gst_v4l_set_audio):
24615         * sys/v4l/v4l_calls.h:
24616         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24617         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24618         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24619         (gst_v4lmjpegsink_playback_init),
24620         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24621         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24622         (gst_v4lmjpegsink_playback_stop),
24623         (gst_v4lmjpegsink_playback_deinit):
24624         * sys/v4l/v4lmjpegsink_calls.h:
24625         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24626         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24627         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24628         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24629         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24630         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24631         * sys/v4l/v4lmjpegsrc_calls.h:
24632         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24633         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24634         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24635         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24636         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24637         (gst_v4lsrc_try_palette):
24638         * sys/v4l/v4lsrc_calls.h:
24639           bunch of paranoia cleanups
24640
24641 2004-06-14  David Schleef  <ds@schleef.org>
24642
24643         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24644         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24645         Send discont events and change timestamps appropriately when
24646         we get a seek event.  (bug #144240)
24647         * ext/cdparanoia/gstcdparanoia.h:
24648
24649 2004-06-14  Benjamin Otte  <otte@gnome.org>
24650
24651         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24652           snd_pcm_hw_params_set_rate  since the latter fails for no good
24653           reason on some setups.
24654
24655 2004-06-14  David Schleef  <ds@schleef.org>
24656
24657         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24658         standard.  Thank you for playing.
24659
24660 2004-06-14  Wim Taymans  <wim@fluendo.com>
24661
24662         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24663         Patch 1.3 broke the ordering of the colorspace info and
24664         made the plugin basically work by coincidence, reordered
24665         the info.
24666
24667 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24668
24669         * ext/lame/gstlame.c:
24670         * ext/mad/gstmad.c:
24671           sync caps.  Make sure mad can only output a list of rates, not
24672           a full range.  In the future, have three caps lists for each of the
24673           mpeg versions.  Change mpegversion to a double as well.
24674
24675 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24676
24677         * gst/volume/.cvsignore:
24678         * gst/volume/Makefile.am:
24679         * gst/volume/demo.c: (value_changed_callback), (idler),
24680         (setup_gui), (main):
24681           added small demo app
24682
24683 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24684         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24685         * ext/esd/esdsink.h:
24686         Close the esd connection on pause, because esd will just wait -
24687         blocking all other esd clients indefinitely.
24688
24689 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24690
24691         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24692           previous commit with GST_DEBUG
24693
24694 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24695
24696         * configure.ac:
24697           add a header check for a dvdread header in dvdnav.  Fixes #133002
24698
24699 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24700
24701         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24702         * gst/tcp/gsttcpclientsink.h:
24703         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24704         * gst/tcp/gsttcpclientsrc.h:
24705         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24706         (gst_tcpserversink_handle_server_read),
24707         (gst_tcpserversink_init_send):
24708         * gst/tcp/gsttcpserversink.h:
24709         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24710         * gst/tcp/gsttcpserversrc.h:
24711         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24712         version of IP)
24713
24714 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24715
24716         * configure.ac:
24717         Added ogg library so that OSX detects libtheora properly
24718
24719 2004-06-11  Wim Taymans  <wim@fluendo.com>
24720
24721         * ext/theora/theoradec.c: (theora_dec_chain),
24722         (theora_dec_change_state):
24723         Don't try to decode frames before we received a keyframe.
24724
24725 2004-06-11  Wim Taymans  <wim@fluendo.com>
24726
24727         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24728         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24729         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24730         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24731         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24732         Added property to set the maximum delay of a page.
24733
24734 2004-06-10  Wim Taymans  <wim@fluendo.com>
24735
24736         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24737         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24738         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24739         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24740         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24741         Added max-delay property to control the maximum amount
24742         of data to put in one page.
24743
24744 2004-06-10  Wim Taymans  <wim@fluendo.com>
24745
24746         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24747         (gst_theora_enc_init), (theora_enc_sink_link),
24748         (theora_buffer_from_packet), (theora_enc_set_property),
24749         (theora_enc_get_property):
24750         Set duration on encoded buffer, added some more properties
24751
24752 2004-06-10  Wim Taymans  <wim@fluendo.com>
24753
24754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24755         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24756         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24757         * ext/theora/theoraenc.c: (theora_enc_chain):
24758         Fix refcounting bugs
24759
24760 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24761
24762         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24763         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24764         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24765         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24766         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24767         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24768         (gst_asf_demux_change_state):
24769         * gst/asfdemux/gstasfdemux.h:
24770           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24771           feels like. I think we should set a new requirement for demuxers
24772           from now on to implement sane loop functions, data loops, query
24773           and seek functions before first commit into CVS. And this commit
24774           fixes all of the above.
24775
24776 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24777
24778         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24779           vorbis comments are properly encoded in UTF-8 before adding them
24780           to a GstTagList
24781
24782 2004-06-09  Benjamin Otte  <otte@gnome.org>
24783
24784         * ext/alsa/gstalsa.c: (add_channels):
24785           handle min <= max correctly
24786         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24787         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24788           add fixation functions so we fixate correctly. No preferring of alaw
24789           anymore because it's the first structure.
24790         * ext/alsa/gstalsa.h:
24791         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24792         (gst_alsa_hw_params_dump):
24793           add functions to ease debugging in alsalib
24794         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24795         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24796         (gst_alsa_start_audio):
24797           only specify hw params if we really setup a format (fixes #134007 -
24798           or at least works around it)
24799
24800 2004-06-09  Wim Taymans  <wim@fluendo.com>
24801
24802         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24803         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24804         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24805         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24806         (gst_ogg_mux_loop):
24807         Use stream caps to setup the initial pages in the ogg stream.
24808         Correctly set the streamheader caps on the srcpad.
24809
24810 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24811
24812         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24813         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24814         (gst_v4lsrc_getcaps):
24815         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24816         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24817           add querying of fps lists for webcams.  Negotiating to a framerate
24818           now works.
24819
24820 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24821
24822         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24823         (theora_push_buffer), (theora_push_packet),
24824         (theora_set_header_on_caps), (theora_enc_chain):
24825           mark buffers and put on streamheader, raw theora streaming
24826           now works too, whee
24827
24828 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24829
24830         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24831         (gst_tcp_gdp_read_caps):
24832           do a looping read for caps and GDP headers too
24833
24834 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24835
24836         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24837         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24838           return EOS instead of NULL in _get
24839
24840 2004-06-08  Wim Taymans  <wim@fluendo.com>
24841
24842         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24843         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24844         (gst_tcp_gdp_write_caps):
24845         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24846         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24847         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24848         Memory leak fixes
24849
24850 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24851
24852         * ext/vorbis/Makefile.am:
24853         * ext/vorbis/vorbis.c: (plugin_init):
24854         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24855         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24856         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24857         (vorbis_parse_change_state):
24858         * ext/vorbis/vorbisparse.h:
24859           adding a vorbisparse element that marks the buffers, streaming
24860           raw vorbis using GDP now works, whee
24861
24862 2004-06-08  Wim Taymans  <wim@fluendo.com>
24863
24864         * ext/jpeg/Makefile.am:
24865         * ext/jpeg/README:
24866         * ext/jpeg/gstjpeg.c: (plugin_init):
24867         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24868         (gst_smokedec_base_init), (gst_smokedec_class_init),
24869         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24870         * ext/jpeg/gstsmokedec.h:
24871         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24872         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24873         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24874         (gst_smokeenc_resync), (gst_smokeenc_chain),
24875         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24876         * ext/jpeg/gstsmokeenc.h:
24877         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24878         (smokecodec_flush_destination), (smokecodec_term_destination),
24879         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24880         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24881         (smokecodec_term_source), (smokecodec_encode_new),
24882         (smokecodec_decode_new), (smokecodec_info_free),
24883         (smokecodec_set_quality), (smokecodec_get_quality),
24884         (smokecodec_set_threshold), (smokecodec_get_threshold),
24885         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24886         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24887         (smokecodec_parse_header), (smokecodec_decode):
24888         * ext/jpeg/smokecodec.h:
24889         Added a new simple jpeg based codec
24890
24891 2004-06-08  Wim Taymans  <wim@fluendo.com>
24892
24893         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24894         (gst_multipart_mux_loop):
24895         Fix memory leak
24896
24897 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24898
24899         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24900         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24901         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24902         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24903         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24904         * gst/tcp/gsttcpserversink.h:
24905           take streamheader into account
24906
24907 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24908
24909         * gst/level/Makefile.am:
24910         * gst/level/gstlevel.c: (gst_level_class_init):
24911           clean up marshal generation
24912
24913 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24914
24915         * gst/tcp/Makefile.am:
24916         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24917         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24918         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24919         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24920         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24921         (gst_tcpclientsrc_get_property):
24922         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24923         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24924         (gst_tcpserversink_handle_client_read),
24925         (gst_tcpserversink_handle_client_write),
24926         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24927         * gst/tcp/gsttcpserversink.h:
24928           add signals client-added and client-removed
24929         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24930         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24931         (gst_tcpserversrc_get_property):
24932         uniformized, change default protocol to NONE
24933         * gst/tcp/gsttcp-marshal.list: added
24934 2004-06-07  Benjamin Otte  <otte@gnome.org>
24935
24936         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24937           handle discont events if they happen before caps nego
24938
24939 2004-06-07  Wim Taymans  <wim@fluendo.com>
24940
24941         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24942         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24943         (gst_multipart_demux_plugin_init):
24944         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24945         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24946         (gst_multipart_mux_change_state):
24947         Small updates, fix a memleak
24948
24949 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24950
24951         * configure.ac: OSS portability
24952         * ext/arts/gst_arts.c: idem
24953         * sys/oss/gstosselement.c: idem
24954         * sys/oss/gstossmixer.c: idem
24955         * sys/oss/gstosssink.c: idem
24956         * sys/oss/gstosssrc.c: idem
24957         * sys/oss/oss_probe.c: idem
24958           - check for soundcard.h in different places for some BSD
24959
24960 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24961
24962         * AUTHORS:
24963         Add me to the authors file
24964         * configure.ac:
24965         Increase the libdv requirement to >= version 0.100
24966         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24967         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24968         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24969         * ext/dv/gstdvdec.h:
24970         Add support for the new_media flag when sending DISCONT events
24971         Make the querying work when video pad is not linked
24972
24973 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24974
24975         reviewed by Benjamin Otte  <otte@gnome.org>
24976
24977         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24978           create a NULL-initialized array of pads, so we don't think they
24979           exist already. (fixes #143130)
24980
24981 2004-06-07  Benjamin Otte  <otte@gnome.org>
24982
24983         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24984         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24985         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24986           don't use // coments
24987
24988 2004-06-07  Benjamin Otte  <otte@gnome.org>
24989
24990         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24991           cast to GstClockTime to get higher granularity
24992         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24993           use gst_element_set_time_delay to get the exact time
24994         * ext/mad/gstmad.c: (gst_mad_chain):
24995           use the negotiated rate instead of the current frame's rate which
24996           might be wrong because of bit errors. This avoids emitting totally
24997           bogus timestamps and screwing sync.
24998         (fixes #143454)
24999
25000 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25001
25002         reviewed by Benjamin Otte  <otte@gnome.org>
25003
25004         * gst/adder/gstadder.c: (gst_adder_loop):
25005           properly error out when no negotiation has happened yet. (fixes
25006           #143032)
25007
25008 2004-06-06  Benjamin Otte  <otte@gnome.org>
25009
25010         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25011           forward correctly transformed offset in discont events. Based on
25012           patch by Arwed v. Merkatz. (fixes #142851)
25013
25014 2004-06-06  David Schleef  <ds@schleef.org>
25015
25016         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
25017         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
25018         problems on several systems.
25019
25020 2004-06-06  Benjamin Otte  <otte@gnome.org>
25021
25022         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
25023           use explicit caps on the srcpad
25024         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25025           properly error out if caps couldn't be set (fixes #142764)
25026
25027 2004-06-06  Benjamin Otte  <otte@gnome.org>
25028
25029         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
25030         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
25031         (gst_alsa_start_audio):
25032           - don't call set_periods_integer anymore, it breaks the
25033           configuration randomly
25034           - call snd_pcm_hw_params_set_access directly instead of using masks
25035           - don't fail if the sw_params can't be set, just use the default
25036           params and hope it works. Alsalib has weird issues when you touch
25037           sw_params and does no proper error reporting about what failed.
25038         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25039         (gst_alsa_close_audio):
25040           make our alsa debugging go via gst debugging and not conditionally
25041           defined
25042         * ext/alsa/gstalsa.h:
25043           add ALSA_DEBUG_FLUSH macro
25044         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25045         (plugin_init):
25046           wrap alsa errors to be printed via the gst debugging system and not
25047           spammed to stderr
25048
25049 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25050
25051         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25052         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25053         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25054         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25055         (qtdemux_parse_trak):
25056         * gst/qtdemux/qtdemux.h:
25057           Bitch. Also known as seeking, querying & co.
25058         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25059         (gst_osssink_change_state):
25060         * sys/oss/gstosssink.h:
25061           Resyncing is for weenies, this hack is no longer needed and was
25062           broken anyway (since it - unintendedly - always leaves resync to
25063           TRUE).
25064
25065 2004-06-05  Andrew Turner <zxombie@hotpop.com>
25066
25067         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25068         * gst/tcp/gsttcpclientsrc.h: idem
25069           - define MSG_NOSIGNAL if not done
25070           - include unistd.h for off_t
25071           (fixes #143749)
25072
25073 2004-06-05  Benjamin Otte  <otte@gnome.org>
25074
25075         * configure.ac:
25076         * ext/kio/Makefile.am:
25077           check for qt's moc preprocessor explicitly and use it
25078
25079 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25080
25081         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25082           don't get a signal for EPIPE on socket writes
25083           (somebody check if this works on other platforms)
25084
25085 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25086
25087         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25088         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25089           check error condition on available samples correctly
25090
25091 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25092
25093         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25094           avoid a segfault
25095         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25096         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25097         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25098         (gst_tcpserversrc_gdp_read_header):
25099          use ssize_t over size_t since the former is signed and thus the
25100          check for error codes can work
25101
25102 2004-06-02  Wim Taymans  <wim@fluendo.com>
25103
25104         reviewed by: Johan
25105
25106         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25107         (gst_multipart_mux_loop):
25108         Oops
25109
25110 2004-06-02  Wim Taymans  <wim@fluendo.com>
25111
25112         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25113         (gst_multipart_mux_init), (gst_multipart_mux_loop),
25114         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25115         (gst_multipart_mux_change_state):
25116         Added configurable boundary specifier, added the value as a
25117         caps field as well.
25118
25119 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25120
25121         * gst/tcp/gsttcp.c:
25122         * gst/tcp/gsttcpclientsrc.c:
25123         * gst/tcp/gsttcpclientsrc.h:
25124         * gst/tcp/gsttcpserversrc.c:
25125           - portability fix, to compile on OSX
25126             (fixes #143146)
25127
25128         * sys/osxaudio/gstosxaudioelement.c:
25129         * sys/osxaudio/gstosxaudiosink.c:
25130         * sys/osxaudio/gstosxaudiosrc.c:
25131           - compilation warnings on OSX
25132             (fixes #143153)
25133
25134 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25135
25136         * ext/vorbis/vorbisdec.c : sign warning fixes
25137
25138         * gst-libs/gst/mixer/mixertrack.c :
25139           do no use defines which are glib 2.4 specific
25140
25141 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
25142
25143         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25144           buffer since libflac doesn't expect it (reports a sync error when
25145           it encounters that)
25146
25147
25148 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
25149
25150         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25151         * gst-libs/gst/mixer/mixertrack.c:
25152         (gst_mixer_track_get_property), (get_mixer_track_init),
25153         (get_mixer_track_get_property): Added property accessors
25154         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25155         * gst-libs/gst/mixer/mixeroptions.c:
25156         (gst_mixer_options_get_values): Added
25157         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25158         * gst-libs/gst/mixer/mixer.c: Fixed comment
25159
25160
25161 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25162
25163         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25164           improve error messages on open
25165
25166
25167 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25168
25169         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25170           check if v4l-conf is in path
25171
25172 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25173
25174         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25175           change assert to a more readable error message
25176
25177 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25178
25179         * gst-libs/gst/tuner/tunerchannel.h:
25180           - add a freq_multiplicator field to make the conversion
25181             between internal frequency unit and Hz
25182         * sys/v4l/gstv4lelement.c:
25183         * sys/v4l2/gstv4l2element.c:
25184           - change default video device to /dev/video0
25185         * sys/v4l/v4l_calls.c:
25186         * sys/v4l2/v4l2_calls.c:
25187           - we only expose frequency to the user in Hz instead of
25188             bastard v4lX unit (either 62.5kHz or 62.5Hz)
25189
25190 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
25191         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25192           Initialise b_o_s and e_o_s variables
25193         * gst-libs/gst/riff/riff-media.c:
25194         (gst_riff_create_video_caps_with_data):
25195           Add some unusual fourcc's from mplayer avi's
25196         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25197           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25198           autoplugging.
25199
25200 2004-05-28  Wim Taymans  <wim@fluendo.com>
25201
25202         * configure.ac:
25203         * gst/alpha/Makefile.am:
25204         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25205         (gst_alpha_get_type), (gst_alpha_base_init),
25206         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25207         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25208         (gst_alpha_chroma_key), (gst_alpha_chain),
25209         (gst_alpha_change_state), (plugin_init):
25210         A plugin to add an alpha channel to I420 video. Can optionally do
25211         chroma keying.
25212         * gst/multipart/Makefile.am:
25213         * gst/multipart/multipart.c: (plugin_init):
25214         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25215         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25216         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25217         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25218         (gst_multipart_demux_change_state),
25219         (gst_multipart_demux_plugin_init):
25220         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25221         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25222         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25223         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25224         (gst_multipart_mux_pad_unlink),
25225         (gst_multipart_mux_request_new_pad),
25226         (gst_multipart_mux_handle_src_event),
25227         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25228         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25229         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25230         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25231         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25232         send multipart jpeg images to a browser.
25233         * gst/videobox/Makefile.am:
25234         * gst/videobox/README:
25235         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25236         (gst_video_box_get_type), (gst_video_box_base_init),
25237         (gst_video_box_class_init), (gst_video_box_init),
25238         (gst_video_box_set_property), (gst_video_box_get_property),
25239         (gst_video_box_sink_link), (gst_video_box_i420),
25240         (gst_video_box_ayuv), (gst_video_box_chain),
25241         (gst_video_box_change_state), (plugin_init):
25242         Crops or adds borders around an image. can do alpha channel
25243         borders as well.
25244         * gst/videomixer/Makefile.am:
25245         * gst/videomixer/README:
25246         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25247         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25248         (gst_videomixer_pad_get_sink_event_masks),
25249         (gst_videomixer_pad_get_property),
25250         (gst_videomixer_pad_set_property),
25251         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25252         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25253         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25254         (gst_videomixer_base_init), (gst_videomixer_class_init),
25255         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25256         (gst_videomixer_handle_src_event),
25257         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25258         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25259         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25260         (gst_videomixer_loop), (gst_videomixer_get_property),
25261         (gst_videomixer_set_property), (gst_videomixer_change_state),
25262         (plugin_init):
25263         Generic video mixer plugin, can handle multiple inputs all with
25264         different framerates and video sizes. Is fully alpha channel
25265         aware.
25266
25267 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25268
25269         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25270           Select first track as master track. Not sure how else to handle
25271           that...
25272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25273           Discard discont events. Should fix #142962.
25274
25275 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25276
25277         * ext/alsa/Makefile.am:
25278         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25279         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25280         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25281         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25282         (gst_alsa_mixer_get_option):
25283         * ext/alsa/gstalsamixer.h:
25284         * ext/alsa/gstalsamixeroptions.c:
25285         (gst_alsa_mixer_options_get_type),
25286         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25287         (gst_alsa_mixer_options_new):
25288         * ext/alsa/gstalsamixeroptions.h:
25289         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25290         * ext/alsa/gstalsamixertrack.h:
25291           Add enumerations (as GstMixerOptions). Make correct distinction
25292           between input/output tracks. Add capture/playback private flag.
25293           Use flag to decide on whether to set capture or playback volumes
25294           or switches. Use playback and record switches.
25295         * gst-libs/gst/mixer/Makefile.am:
25296         * gst-libs/gst/mixer/mixer-marshal.list:
25297         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25298         (gst_mixer_set_option), (gst_mixer_get_option),
25299         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25300         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25301         * gst-libs/gst/mixer/mixer.h:
25302         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25303         (gst_mixer_options_class_init), (gst_mixer_options_init),
25304         (gst_mixer_options_dispose):
25305         * gst-libs/gst/mixer/mixeroptions.h:
25306           Add GstMixerOptions.
25307         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25308           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25309           broken device detection on computers with multiple OSS sound
25310           cards.
25311
25312 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25313
25314         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25315           fixate nicely even when the peer is not negotiating
25316
25317 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25318
25319         * gst/audioconvert/gstaudioconvert.c:
25320         (gst_audio_convert_parse_caps):
25321           make sure we don't allow depth > width
25322         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25323           fixate endianness to G_BYTE_ORDER as default
25324         * gst/audioscale/gstaudioscale.c:
25325           we don't handle another endianness as host-endianness
25326
25327 2004-05-25  David Schleef  <ds@schleef.org>
25328
25329         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25330
25331 2004-05-24  Benjamin Otte  <otte@gnome.org>
25332
25333         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25334         (gst_oggvorbisenc_setup):
25335           properly fail when we can't setup the vorbis encoder due to
25336           unsupported settings
25337         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25338         (gst_vorbisenc_setup):
25339           same
25340         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25341           fix case where warnings occured when one pad was unlinked while the
25342           other's link function was called
25343
25344 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25345
25346         * gst/tcp/Makefile.am:
25347           use GST_ENABLE_NEW
25348
25349 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25350
25351         * gst-libs/gst/resample/private.h:
25352           don't use optimizations that are #if 0'ed
25353
25354 2004-05-24  Wim Taymans  <wim@fluendo.com>
25355
25356         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25357         Fix potential division by zero error and hopefully get
25358         the position query right to get correct timestamps on avi
25359         audio.
25360
25361 2004-05-24  Wim Taymans  <wim@fluendo.com>
25362
25363         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25364         (gst_videoscale_scale_nearest_str2),
25365         (gst_videoscale_scale_nearest_str4),
25366         (gst_videoscale_scale_nearest_32bit),
25367         (gst_videoscale_scale_nearest_24bit),
25368         (gst_videoscale_scale_nearest_16bit):
25369         Fix the scaling algorithm and avoid a buffer overflow.
25370         removed the while loop in the scaling function as it
25371         was used for point sampling only.
25372
25373 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25374
25375         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25376         (gst_id3_tag_class_init), (gst_id3_tag_init),
25377         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25378         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25379         (gst_id3_tag_send_tag_event):
25380           lots of fixes to make id3mux work and id3demux work correctly
25381
25382 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25383
25384         * ext/Makefile.am:
25385           add rules to build shout2send (was removed by accident
25386           when this module was no more marked experimental/broken)
25387
25388 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25389
25390         * ext/shout2/gstshout2.c:
25391         * ext/shout2/gstshout2.h:
25392           adding a "connection problem" signal to shout2send
25393           (fixes #142954)
25394
25395 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25396
25397         * ext/kio/kioreceiver.cpp:
25398         * ext/kio/kioreceiver.h:
25399           fix sign comparison issues
25400
25401 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25402
25403         * gst/cdxaparse/gstcdxaparse.c:
25404         * gst/cdxaparse/gstcdxaparse.h:
25405           some renaming
25406           add some checks/sanity
25407           prepare for seek addition
25408
25409         * sys/sunaudio/gstsunaudio.c:
25410           remove exported dupe init function
25411
25412 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25413
25414         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25415         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25416           Fix format conversion and position querying.
25417         * gst/debug/progressreport.c: (gst_progressreport_report):
25418           Don't output a bogus total value that we didn't query.
25419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25420           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25421           only a blank window after xine has been used.
25422
25423 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25424
25425         * m4/as-arts.m4:
25426           sync with upstream version to fix test on FC2
25427           readd with -ko to preserve Id header
25428
25429 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25430
25431         * configure.ac:
25432           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25433         * gst/tcp/gsttcpclientsrc.c: idem
25434         * gst/tcp/gsttcpserversink.c: idem
25435         * gst/tcp/gsttcpserversrc.c: idem
25436         * m4/gst-fionread.m4: idem
25437
25438         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25439
25440         * configure.ac: enable speex plugin for speex 1.1.5+
25441         * ext/speex/gstspeexenc.c: fix cast warning
25442
25443         * ext/esd/README: fix typo
25444
25445 2004-05-20  David Schleef  <ds@schleef.org>
25446
25447         * configure.ac: Minor cosmetic change to convince the buildbot to
25448         reautogen.
25449         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25450         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25451         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25452         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25453         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25454         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25455         More hacking.  Plays audio now.
25456
25457 2004-05-20  David Schleef  <ds@schleef.org>
25458
25459         * configure.ac:
25460         * sys/Makefile.am:
25461
25462 2004-05-20  David Schleef  <ds@schleef.org>
25463
25464         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25465         * sys/osxaudio/gstosxaudio.c:
25466         * sys/osxaudio/gstosxaudioelement.c:
25467         * sys/osxaudio/gstosxaudioelement.h:
25468         * sys/osxaudio/gstosxaudiosink.c:
25469         * sys/osxaudio/gstosxaudiosink.h:
25470         * sys/osxaudio/gstosxaudiosrc.c:
25471         * sys/osxaudio/gstosxaudiosrc.h:
25472
25473 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25474
25475         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25476         (gst_vorbisenc_chain):
25477           put the codec headers on the caps as streamheader as well as
25478           pushing them out
25479
25480 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25481
25482         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25483         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25484         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25485         split up push_packet into two functions
25486
25487 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25488
25489         * gst/tcp/.cvsignore:
25490           ignore enums
25491         * gst/tcp/Makefile.am:
25492         * gst/tcp/README:
25493         * gst/tcp/gsttcp.c:
25494         * gst/tcp/gsttcp.h:
25495         * gst/tcp/gsttcpclientsink.c:
25496         * gst/tcp/gsttcpclientsink.h:
25497         * gst/tcp/gsttcpclientsrc.c:
25498         * gst/tcp/gsttcpclientsrc.h:
25499         * gst/tcp/gsttcpplugin.c:
25500         * gst/tcp/gsttcpserversink.c:
25501         * gst/tcp/gsttcpserversink.h:
25502         * gst/tcp/gsttcpserversrc.c:
25503         * gst/tcp/gsttcpserversrc.h:
25504           add new tcp elements
25505
25506 2004-05-19  Wim Taymans  <wim@fluendo.com>
25507
25508         * gst/law/mulaw-conversion.c: (mulaw_encode):
25509         Fix overflow bug in ulaw encoding.
25510
25511 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25512
25513         * ext/mad/gstmad.c: (gst_mad_handle_event):
25514           don't unref the event twice
25515
25516 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25517
25518         * configure.ac:
25519           remove -Wno-sign-compare
25520
25521 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25522
25523         * configure.ac:
25524           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25525           if you want to work against glib 2.2 and 2.4
25526
25527 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25528
25529         * gst/tcp/Makefile.am:
25530         * gst/tcp/gsttcp.c:
25531         * gst/tcp/gsttcp.h:
25532         * gst/tcp/gsttcpsink.h:
25533         * gst/tcp/gsttcpsrc.h:
25534           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25535
25536 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25537
25538         * gst/debug/tests.c: (md5_get_value):
25539           fix segfault on gst-inspect
25540
25541 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25542
25543         * gst/debug/testplugin.c:
25544         * gst/debug/tests.c:
25545         * gst/debug/tests.h:
25546           add new extensible and configurable testing element. Current tests
25547           include buffer count, stream length, timestamp/duration matching and
25548           md5.
25549         * gst/debug/Makefile.am:
25550         * gst/debug/gstdebug.c: (plugin_init):
25551           add infrastructure for new element
25552
25553 2004-05-19  Johan Dahlin  <johan@gnome.org>
25554
25555         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25556         ending of the array. Fixes gst-inspect segfault on ppc.
25557
25558 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25559
25560         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25561
25562         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25563
25564 2004-05-18  David Schleef  <ds@schleef.org>
25565
25566         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25567         warnings (bugs, actually) noticed by gcc but not forte.
25568
25569 2004-05-18  David Schleef  <ds@schleef.org>
25570
25571         * sys/sunaudio/Makefile.am:
25572         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25573
25574 2004-05-18  David Schleef  <ds@schleef.org>
25575
25576         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25577         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25578         to allow qtdemux to use non-seekable streams. (bug #142272)
25579
25580 2004-05-18  David Schleef  <ds@schleef.org>
25581
25582         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25583         (gst_resample_sinc_ft_float): Remove use of static temporary
25584         buffer.  This code was obviously not supposed to last long, but
25585         it's stuck in our ABI, so it required a little hack to make it
25586         ABI-compatible.  Fixes #142585.
25587         * gst-libs/gst/resample/resample.h: same.
25588
25589 2004-05-18  David Schleef  <ds@schleef.org>
25590
25591         * configure.ac: Add sunaudio
25592         * examples/Makefile.am: make gstplay depend on gconf
25593         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25594         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25595         (convert_table_lookup), (img_convert): remove c99-isms
25596         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25597           unsigned, to fix a warning on Solaris
25598         * gst/mpeg1sys/systems.c: bcopy->memcpy
25599         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25600         * sys/Makefile.am: Add sunaudio
25601
25602 2004-05-18  Wim Taymans  <wim@fluendo.com>
25603
25604         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25605         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25606         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25607         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25608         (gst_ogg_mux_loop):
25609         Fix an ugly memleak where the muxer didn't flush enough ogg
25610         pages. This also resulted in badly muxed ogg files.
25611
25612 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25613
25614         * gst/asfdemux/asfheaders.c :
25615         * gst/asfdemux/asfheaders.h :
25616         * gst/asfdemux/gstasfdemux.c :
25617           - fix ASF_OBJ_PADDING guid
25618           - add 3 new object guids (language list, metadata,
25619             extended stream properties)
25620           - add a function to parse extended header objects
25621
25622 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25623
25624         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25625           remove leftover debugging g_print
25626
25627 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25628
25629         * ext/mad/gstmad.c: (gst_mad_handle_event):
25630           Fix for when the first format in a discont event is not a
25631           byte-based one. Should fix #137710.
25632
25633 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25634
25635         * m4/a52.m4 : fix compilation with -Wall -Werror
25636         * m4/libfame.m4 : idem
25637         * m4/libmikmod.m4 : idem
25638
25639 2004-05-17  Benjamin Otte  <otte@gnome.org>
25640
25641         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25642           signal the new tags before giving up the reference
25643
25644 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25645
25646         * ext/shout2/gstshout2.c:
25647           use application/ogg instead of application/x-ogg (patch by Patrick
25648           Guimond, fixes #142432)
25649         * sys/oss/gstosselement.c: (gst_osselement_reset),
25650         (gst_osselement_sync_parms):
25651           don't set fragment size unless specified (fixes #142493)
25652
25653 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25654
25655         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25656           fixes #142664
25657
25658 2004-05-17  Benjamin Otte  <otte@gnome.org>
25659
25660         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25661           compute offsets correctly for internal buffers so timestamps are set
25662           correctly when we can't seek. Also handle cases where there are no
25663           offsets. (based on a patch by David Moore, fixes #142507)
25664
25665 2004-05-17  Benjamin Otte  <otte@gnome.org>
25666
25667         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25668           use correct variable when determining amount of data to skip so we
25669           don't skip into the void and segfault
25670
25671 2004-05-16  Benjamin Otte  <otte@gnome.org>
25672
25673         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25674           Hi, I'm a memleak
25675
25676 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25677
25678         * gst/asfdemux/gstasfdemux.c:
25679           - fix a mem leak and always propagate tags
25680           - add WMV3 to known video codecs (but no decoder yet)
25681           - replace "surplus data" at end of audio header for what
25682             it is : codec specific data
25683           - fix a typo
25684
25685 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25686
25687         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25688
25689         * gst-libs/gst/audio/audioclock.c:
25690           Fix wrong return type (#142205).
25691
25692 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25693
25694         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25695           Ignore CRCs by default (fixes #142566).
25696
25697 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25698
25699         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25700         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25701         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25702         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25703         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25704         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25705           Fix for cases where we fail to attach to a mixer.
25706
25707 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25708
25709         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25710           Don't touch events after not owning them anymore.
25711         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25712         (gst_wavparse_fmt), (gst_wavparse_other),
25713         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25714         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25715         (gst_wavparse_srcpad_event):
25716         * gst/wavparse/gstwavparse.h:
25717           Add seeking, fix querying.
25718
25719 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25720
25721         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25722           - process comments even if they don't end with \0\0
25723             g_convert would ignore them if present and works well without them
25724
25725 2004-05-16  Benjamin Otte  <otte@gnome.org>
25726
25727         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25728           simplify caps
25729
25730 2004-05-16  Benjamin Otte  <otte@gnome.org>
25731
25732         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25733           don't write to memory we might not write to - g_convert does that
25734           for us anyway (fixes #142613)
25735         (gst_asf_demux_audio_caps):
25736           comment out gst_util_dump_mem
25737
25738 2004-05-16  Benjamin Otte  <otte@gnome.org>
25739
25740         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25741           compute correct expected timestamps after seek (broken since
25742           last commit)
25743         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25744           rename element and debugging category to gdkpixbufscale
25745
25746 2004-05-16  Benjamin Otte  <otte@gnome.org>
25747
25748         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25749           add error checking to snd_pcm_delay and remove duplicate call to
25750           snd_pcm_delay that caused issues (see inline code comments)
25751         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25752           make more readable and fix return value when snd_pcm_delay fails
25753         (fixes #142586)
25754
25755 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25756         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25757         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25758         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25759         (gst_pixbufscale_link), (gst_pixbufscale_init),
25760         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25761         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25762         (gst_pixbufscale_get_property), (pixbufscale_init):
25763         * ext/gdk_pixbuf/pixbufscale.h:
25764         Add these files I forgot earlier
25765
25766 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25767         * ext/gdk_pixbuf/Makefile.am:
25768         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25769         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25770         Add new pixbufscale element to scale RGB video
25771         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25772         and HYPER interpolation correctly.
25773         * ext/theora/theoraenc.c: (theora_enc_chain),
25774         Discard buffer and return if explicit caps could not be set
25775         (theora_enc_get_property):
25776         Make _get return kbps for the bitrate consistent with
25777         the _set function.
25778
25779
25780 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25781
25782         * ext/libvisual/visual.c: (gst_visual_chain):
25783           add missing visual_audio_analyze
25784
25785 2004-05-14  David Schleef  <ds@schleef.org>
25786
25787         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25788         is killed while we're playing.
25789         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25790         gst_element_no_more_pads().
25791
25792 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25793
25794         * gst-libs/gst/riff/riff-read.c :
25795           - fix INFO tag extraction in RIFF/AVI files
25796             because gst_event_unref (event) also freed taglist
25797           - avoid a mem leak
25798
25799 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25800
25801         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25802         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25803
25804         * gst/auparse/gstauparse.c :
25805           - add code (commented for now) to support audio/x-adpcm on src pad
25806             (we have no decoder for those layout yet)
25807
25808         * gst/cdxaparse/gstcdxaparse.c :
25809         * gst/cdxaparse/gstcdxaparse.h :
25810           - partial rewrite using RiffRead (ripped iain's wavparse code)
25811
25812         * gst/rtp/gstrtpL16enc.c : typo
25813         * gst/rtp/gstrtpgsmenc.c : typo
25814
25815 2004-05-13  Benjamin Otte  <otte@gnome.org>
25816
25817         * configure.ac:
25818           check for exact version of libvisual, it's not supposed to be
25819           API/ABI stable yet
25820
25821 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25822
25823         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25824           signal no-more-pads
25825
25826 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25827
25828         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25829         Report which format was used for GST_FORMAT_DEFAULT
25830         * gst/debug/Makefile.am:
25831         * gst/debug/gstdebug.c: (plugin_init):
25832         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25833         (gst_progressreport_class_init), (gst_progressreport_init),
25834         (gst_progressreport_report), (gst_progressreport_set_property),
25835         (gst_progressreport_get_property), (gst_progressreport_chain),
25836         (gst_progressreport_plugin_init):
25837         Add progressreport element for testing.
25838
25839 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25840
25841         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25842         * sys/v4l/gstv4lsrc.h:
25843         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25844         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25845         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25846         (gst_v4lsrc_grab_frame):
25847           add more debugging
25848           send a discont at start
25849
25850 2004-05-12  Colin Walters  <walters@redhat.com>
25851
25852         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25853         inflooping if we can't find a chunk.  Or in other words, don't blow
25854         chunks if we don't have a chunk to blow.
25855
25856 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25857         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25858         Remove old debug output
25859         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25860         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25861         (gst_dvdec_set_property), (gst_dvdec_get_property):
25862         Change the quality setting to an enum, so it works from gst-launch
25863         Don't renegotiate a non-linked pad. Allows audio only decoding.
25864         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25865         (gst_deinterlace_link), (gst_deinterlace_init):
25866         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25867         (gst_videodrop_link):
25868         Some caps negotiation fixes
25869
25870 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25871
25872         * ext/tarkin/gsttarkin.c :
25873           - Change RANK from NONE to PRIMARY
25874         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25875           - Change RANK from NONE to MARGINAL
25876         * ext/divx/gstdivxenc.c :
25877           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25878
25879 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25880
25881         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25882         (gst_vorbisenc_push_packet):
25883           copy a function that was added between 1.0 and 1.0.1 until we
25884           depend on worthwhile features of post-1.0
25885
25886 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25887
25888         * configure.ac:
25889           enable shout2 by default
25890         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25891         (gst_shout2send_base_init), (gst_shout2send_init),
25892         (gst_shout2send_connect), (gst_shout2send_change_state):
25893         * ext/shout2/gstshout2.h:
25894           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25895           #142262)
25896         * ext/theora/theora.c: (plugin_init):
25897           don't set rank on encoders
25898
25899 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25900
25901         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25902           Use codec_data property instead of flag1 and flag2 for wma
25903
25904 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25905
25906         * gst/cdxaparse/gstcdxaparse.c :
25907           - Add mpegversion to CAPS to make it link
25908           - Rank is as GST_RANK_SECONDARY instead of NONE
25909         * gst/auparse/gstauparse.c :
25910           - Document all audio encoding we can encounter from Solaris 9
25911             headers and libsndfile information.
25912           - Increase max. rate from 48000 to 192000 (to match other elements)
25913           - Don't try to play junk data between header and samples
25914
25915 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25916
25917         * ext/libvisual/visual.c: (gst_visual_getcaps):
25918           use the right caps depending on endianness (I hope)
25919         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25920           use GST_RANK_NONE for all non-decoding elements or spider gets
25921           mighty confused
25922
25923 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25924
25925         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25926           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25927
25928 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25929
25930         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25931         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25932         (gst_switch_loop), (gst_switch_get_type):
25933           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25934           HEADERS. Had to be said.
25935
25936 2004-05-10  David Schleef  <ds@schleef.org>
25937
25938         * configure.ac: Add prototype Dirac support.
25939         * ext/Makefile.am:
25940         * ext/dirac/Makefile.am:
25941         * ext/dirac/gstdirac.cc:
25942         * ext/dirac/gstdiracdec.cc:
25943
25944 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25945
25946         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25947         (gst_auparse_init), (gst_auparse_chain),
25948         (gst_auparse_change_state):
25949           Hack around spider. Remove me some day please.
25950
25951 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25952
25953         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25954           Fix for some uninitialized variables in previous patch, also
25955           makes it work. Fixes #142286 while we're at it.
25956
25957 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25958
25959         * gst/auparse/gstauparse.c:
25960                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25961                 only unsupported formats are ADPCM/CCITT G.72x
25962                 reviewed by Ronald
25963         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25964
25965 2004-05-10  Wim Taymans  <wim@fluendo.com>
25966
25967         * ext/vorbis/Makefile.am:
25968         * ext/vorbis/README:
25969         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25970         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25971         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25972         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25973         (gst_oggvorbisenc_convert_sink),
25974         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25975         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25976         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25977         (get_constraints_string), (update_start_message),
25978         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25979         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25980         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25981         * ext/vorbis/oggvorbisenc.h:
25982         * ext/vorbis/vorbis.c: (plugin_init):
25983         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25984         (raw_caps_factory), (gst_vorbisenc_class_init),
25985         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25986         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25987         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25988         * ext/vorbis/vorbisenc.h:
25989         Added a raw vorbis encoder to be used with the oggmuxer.
25990         We still need the old encoder for some gnome applications,
25991         read the README to find out how that works.
25992         The raw encoder is called "rawvorbisenc" until 0.9.
25993
25994 2004-05-10  Wim Taymans  <wim@fluendo.com>
25995
25996         * ext/ogg/gstogg.c: (plugin_init):
25997         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25998         (gst_ogg_print):
25999         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
26000         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
26001         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
26002         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
26003         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
26004         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
26005         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
26006         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
26007         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
26008         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
26009         Added an ogg muxer.
26010         Small typo fixes in the demuxer.
26011
26012 2004-05-10  Wim Taymans  <wim@fluendo.com>
26013
26014         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26015         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26016         (theora_enc_change_state), (theora_enc_set_property),
26017         (theora_enc_get_property):
26018         Mark the last packet with an EOS flag which is not really needed
26019         in gstreamer.
26020         Do some better video framerate initialisation.
26021         Update the buffer timestamp.
26022
26023 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
26024
26025         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
26026         Return the result of the parent state change call
26027
26028 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26029
26030         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
26031         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
26032         * gst/law/alaw-encode.c : (idem)
26033         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
26034         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
26035         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
26036
26037 2004-05-09  Benjamin Otte  <otte@gnome.org>
26038
26039         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26040           don't use a fixed buffer size when writing variable length data to
26041           it. Fixes memory corruption and makes alsasrc work
26042
26043 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26044
26045         * ext/gnomevfs/gstgnomevfssink.c:
26046         (_gst_boolean_allow_overwrite_accumulator),
26047         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26048           Run glib's default signal handler (??) in RUN_CLEANUP rather than
26049           RUN_LAST, and don't use that to set the accumulator value because
26050           then it's always FALSE.
26051
26052 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26053
26054         * gst-libs/gst/riff/riff-media.c:
26055         (gst_riff_create_video_caps_with_data),
26056         (gst_riff_create_audio_caps),
26057         (gst_riff_create_audio_template_caps):
26058         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26059           Fix for unaligned RIFF files (i.e. where all the chunks together
26060           in a LIST chunk are not of the same size as the size given in
26061           the LIST chunk header). Fixes several odd WAVE files. Also fix
26062           ADPCM (block_align property) in audio, so that wavparse based
26063           on this works now as it used to stand-alone.
26064
26065 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
26066
26067         reviewed by Benjamin Otte  <otte@gnome.org>
26068
26069         * ext/a52dec/gsta52dec.c:
26070         * ext/divx/gstdivxdec.c:
26071         * ext/divx/gstdivxenc.c:
26072         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26073         * ext/faac/gstfaac.c: (gst_faac_base_init):
26074         * ext/faad/gstfaad.c: (gst_faad_base_init):
26075         * ext/ivorbis/vorbisfile.c:
26076         * ext/lame/gstlame.c:
26077         * ext/libfame/gstlibfame.c:
26078         * ext/mpeg2enc/gstmpeg2enc.cc:
26079         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26080         * ext/sidplay/gstsiddec.cc:
26081         * ext/speex/gstspeexdec.c:
26082         * ext/speex/gstspeexenc.c:
26083         * ext/xvid/gstxviddec.c:
26084         * ext/xvid/gstxvidenc.c:
26085           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26086           (fixes #142193)
26087
26088 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26089
26090         * ext/alsa/gstalsa.c: (device_list),
26091         (gst_alsa_class_probe_devices):
26092         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26093           Fix alsa oddness in mixer after the combination of using mixer
26094           in source/sink elements and using hw:x,y instead of just hw:x.
26095
26096 2004-05-09  Benjamin Otte  <otte@gnome.org>
26097
26098         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26099         (gst_wavparse_create_sourcepad):
26100           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26101           sourcepads
26102
26103 2004-05-09  Benjamin Otte  <otte@gnome.org>
26104
26105         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26106           allow discont events before caps nego
26107
26108 2004-05-08  Benjamin Otte  <otte@gnome.org>
26109
26110         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26111           don't leak events
26112
26113 2004-05-08  Benjamin Otte  <otte@gnome.org>
26114
26115         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26116         (gst_level_change_state), (gst_level_init):
26117         * gst/level/gstlevel.h:
26118           figure out if we're initialized directly instead of keeping a
26119           variable that's wrong in 90% of cases
26120           don't initialize pads and then leak them and use a new unitialized
26121           pad. (fixes #142084)
26122           these were bugs so n00bish I didn't find them for an hour :/
26123
26124 2004-05-08 Iain <iain@prettypeople.org>
26125
26126         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26127         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26128         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26129         return the length that was read.
26130         (gst_riff_read_strf_auds): Allow fmt tags as well.
26131
26132 2004-05-07  David Schleef  <ds@schleef.org>
26133
26134         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26135         signed char assumption in faad.h.
26136
26137 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26138
26139         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26140           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26141
26142 2004-05-07  Colin Walters  <walters@redhat.com>
26143
26144         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26145         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26146         function.
26147         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26148         Add dispose function.
26149
26150 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
26151         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26152           Fix caps nego and pad templates. RGB mode caps should
26153           work now.
26154         * ext/dvdnav/gst-dvd:
26155           Move mpeg2dec inside the thread because otherwise the
26156           queue rejects cap changes mid-stream
26157         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26158         (gst_mpeg2dec_flush_decoder):
26159           For mpeg2dec > 0.4.0, call the flush function instead of
26160           manually extracting all in-flight frames.
26161         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26162         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26163           Change mime type video/dv go video/x-dv to match the
26164           rest of gst-plugins
26165
26166 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26167
26168         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26169         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26170         (gst_alsa_sink_class_init):
26171         * ext/alsa/gstalsasink.h:
26172         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26173         (gst_alsa_src_class_init):
26174         * ext/alsa/gstalsasrc.h:
26175           Make alsasink/src a subclass of alsamixer so that mixer stuff
26176           shows up in gst-rec. Needs some finetuning.
26177
26178 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26179
26180         * ext/lame/gstlame.c: (gst_lame_chain):
26181           simplify
26182         * ext/mad/gstmad.c: (gst_mad_handle_event):
26183           fix event leak
26184         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26185           be able to detect mp3 files < 4096 bytes
26186
26187 2004-05-06  Wim Taymans  <wim@fluendo.com>
26188
26189         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26190         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26191         (theora_enc_set_property), (theora_enc_get_property):
26192         Also encode the first frame, cleanup some code.
26193
26194 2004-05-06  Wim Taymans  <wim@fluendo.com>
26195
26196         * ext/mpeg2enc/gstmpeg2enc.cc:
26197         Forward events first before deciding that negotiation was
26198         not performed.
26199
26200 2004-05-06  Wim Taymans  <wim@fluendo.com>
26201
26202         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26203         First process the events before deciding that negotiation
26204         was not performed.
26205
26206 2004-05-06  Wim Taymans  <wim@fluendo.com>
26207
26208         * ext/theora/Makefile.am:
26209         * ext/theora/theora.c: (plugin_init):
26210         * ext/theora/theoradec.c: (theora_dec_change_state):
26211         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26212         (gst_theora_enc_class_init), (gst_theora_enc_init),
26213         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26214         (theora_enc_chain), (theora_enc_change_state),
26215         (theora_enc_set_property), (theora_enc_get_property):
26216         Added a theora encoder, grouped the encoder and decoder into the
26217         same plugin.
26218
26219 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26220
26221         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26222         (gst_jpegenc_chain):
26223         fix DURATION on outgoing buffers
26224         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26225         debug using time formats
26226         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26227         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26228         (gst_xvimagesink_sink_link):
26229         windows with width/height 0 generate X errors, so don't allow them
26230
26231 2004-05-05  Wim Taymans  <wim@fluendo.com>
26232
26233         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26234         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26235         (gst_mpeg2dec_negotiate_format):
26236         * ext/mpeg2dec/gstmpeg2dec.h:
26237           removed the static pad template so that we can add the
26238           more accurate framerate value to the caps.
26239
26240
26241 2004-05-04  Benjamin Otte  <otte@gnome.org>
26242
26243         * configure.ac:
26244           check for kdemacros.h, too (should fix #141821)
26245         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26246           don't crash if no header was sent, but nicely error out (fixes part
26247           of #141554)
26248
26249 2004-05-04  Wim Taymans  <wim@fluendo.com>
26250
26251         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26252         parent dispose function to avoid segfault on destroy.
26253
26254 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26255
26256         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26257         (plugin_init):
26258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26259         (gst_xvimagesink_sink_link):
26260         clean up debugging caps
26261         also recreate xvimage when format has changed
26262
26263 2004-05-04  Benjamin Otte  <otte@gnome.org>
26264
26265         * ext/libvisual/Makefile.am:
26266         * ext/libvisual/visual.c: (gst_visual_class_init),
26267         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26268         (gst_visual_srclink), (gst_visual_chain),
26269         (gst_visual_change_state), (plugin_init):
26270           use a GstAdapter to correctly adapt buffer sizes - allows using a
26271           framerate
26272
26273 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26274
26275         * sys/v4l/gstv4lelement.h:
26276         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26277         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26278         (gst_v4lsrc_buffer_free):
26279         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26280         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26281         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26282         (gst_v4lsrc_requeue_frame):
26283         move some debugging categories around
26284         query for fps index and set accordingly if found
26285
26286 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26287
26288         * ext/lame/gstlame.c:
26289         correct defaults that lame_init puts out of range
26290
26291 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26292
26293         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26294         (gst_divxenc_class_init):
26295         fix range since -1 is the default
26296         * gst/mpeg1sys/gstmpeg1systemencode.c:
26297         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26298         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26299         (gst_rtjpegdec_chain):
26300         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26301         (gst_rtjpegenc_chain):
26302         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26303         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26304         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26305         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26306         * sys/v4l/gstv4lsrc.c:
26307         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26308         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26309         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26310         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26311         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26312           remove gst_info calls
26313
26314 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26315
26316         * Makefile.am:
26317         * po/af.po:
26318         * po/az.po:
26319         * po/en_GB.po:
26320         * po/nl.po:
26321         * po/sr.po:
26322         * po/sv.po:
26323           Updated translations
26324
26325 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26326
26327         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26328           refactor/comment code
26329
26330 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26331
26332         * gst/asfdemux/Makefile.am:
26333         * gst/asfdemux/asfheaders.c:
26334         * gst/asfdemux/asfheaders.h:
26335         * gst/asfdemux/gstasf.c: (plugin_init):
26336         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26337         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26338         (gst_asf_demux_setup_pad):
26339         * gst/asfdemux/gstasfdemux.h:
26340         * gst/asfdemux/gstasfmux.c:
26341         * gst/asfdemux/gstasfmux.h:
26342           Add tagging support to demuxer, split out registration in its own
26343           file instead of in demux (hacky), and prevent having some tables
26344           in our memory multiple times (in asfheaders.h).
26345
26346 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26347
26348         * gst/matroska/matroska-demux.c:
26349         (gst_matroska_demux_parse_metadata):
26350         * gst/matroska/matroska-ids.h:
26351           Basic tag reading support.
26352
26353 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26354
26355         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26356           Really detect ac-3 audio.
26357         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26358           really detect matroska files (off-by-1).
26359
26360 2004-04-30  David Schleef  <ds@schleef.org>
26361
26362         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26363         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26364         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26365         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26366         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26367         hackage -- parse a lot more atoms, extract a few tags.  One might even
26368         mistake this for tag support.  Maybe it is.
26369         * gst/qtdemux/qtdemux.h:
26370
26371 2004-04-30  Colin Walters  <walters@verbum.org>
26372
26373         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26374
26375 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26376
26377         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26378         (gst_ffmpegcolorspace_getcaps):
26379           remove broken nego fix
26380
26381 2004-04-30  Benjamin Otte  <otte@gnome.org>
26382
26383         * configure.ac:
26384         * ext/Makefile.am:
26385         * ext/libvisual/Makefile.am:
26386         * ext/libvisual/visual.c:
26387           add initial support for libvisual (http://libvisual.sourceforge.net)
26388           libvisual is still quite alpha, so expect crashes in there :)
26389
26390 2004-04-29  David Schleef  <ds@schleef.org>
26391
26392         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26393         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26394         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26395         code; you will no longer respect me.
26396
26397 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26398
26399         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26400         * ext/alsa/gstalsa.h :
26401         change alsa pcm device discovery to find more than 1 device
26402         per card. code review by Ronald.
26403
26404 2004-04-29  David Schleef  <ds@schleef.org>
26405
26406         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26407         Add a check for a driver bug on FreeBSD.  (bug #140565)
26408
26409 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26410
26411         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26412         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26413         (gst_jpegenc_getcaps):
26414           move format setting to inner loop
26415         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26416         (gst_ffmpegcolorspace_getcaps):
26417           use GST_PAD_CAPS if available so that we use already negotiated
26418           caps
26419         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26420         (qtdemux_parse_moov), (qtdemux_parse):
26421           extra debugging
26422         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26423         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26424           move hardcoded path to DEFINE
26425
26426 2004-04-28  David Schleef  <ds@schleef.org>
26427
26428         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26429         (bug #140064)
26430
26431 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26432
26433         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26434           Don't probe for playback device if we're a source element. Fixes
26435           #139658.
26436
26437 2004-04-29  Benjamin Otte  <otte@gnome.org>
26438
26439         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26440         (gst_id3_tag_chain):
26441           rewrite buffer offset
26442
26443 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26444
26445         * configure.ac:
26446         * ext/Makefile.am:
26447         * ext/dts/Makefile.am:
26448         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26449         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26450         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26451         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26452         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26453         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26454         (plugin_init):
26455         * ext/dts/gstdtsdec.h:
26456           New DTS decoder.
26457         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26458         (gst_faad_srcconnect):
26459           Add ESDS atom handling (.m4a).
26460
26461 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26462
26463         * ext/divx/gstdivxdec.c: (plugin_init):
26464           Remove comment that makes no sense.
26465         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26466           Fix for obvious typo that resulted in warnings during gst-register.
26467         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26468         (gst_xviddec_sink_link):
26469           Fix caps negotiation a bit better.
26470         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26471           We call this 'codec_data', not 'esds'.
26472
26473 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26474
26475         * gst/monoscope/gstmonoscope.c:
26476           make sure we only provide 256x128
26477         * gst/monoscope/monoscope.c: (monoscope_init):
26478           assert size of 256x128
26479
26480 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26481
26482         * Makefile.am:
26483         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26484         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26485           fixate to max width and height of device
26486
26487 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26488
26489         * Makefile.am:
26490         * sys/v4l/gstv4l.c:
26491         * sys/v4l/gstv4lsrc.c:
26492         * sys/v4l/v4l_calls.c:
26493         * sys/v4l/v4lsrc_calls.c:
26494           fix for qc-usb driver which fakes having more than one buffer
26495           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26496           buffer_free override
26497           add debugging
26498
26499 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26500
26501         * Makefile.am:
26502         * gst/videotestsrc/gstvideotestsrc.c:
26503         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26504         (gst_videotestsrc_init), (gst_videotestsrc_get),
26505         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26506         * gst/videotestsrc/gstvideotestsrc.h:
26507           add num-buffers property
26508
26509         2004-04-26  Benjamin Otte  <otte@gnome.org>
26510
26511         * ext/mad/gstid3tag.c: (plugin_init):
26512           set id3mux rank to NONE so it doesn't confuse spider
26513           require audio/mpeg,mpegversion=1 in id3mux
26514
26515 2004-04-26  Benjamin Otte  <otte@gnome.org>
26516
26517         * configure.ac:
26518           detect faad correctly as non-working if it's indeed non-working
26519
26520 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26521
26522         * Makefile.am:
26523         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26524         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26525         fix _getcaps so it only negotiates to its supported format
26526
26527 2004-04-25  Benjamin Otte  <otte@gnome.org>
26528
26529         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26530           fix memleak
26531
26532 2004-04-23  Benjamin Otte  <otte@gnome.org>
26533
26534         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26535           audio/x-raw-int with height rules! not. Now it's depth.
26536
26537 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26538
26539         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26540         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26541         (gst_wavparse_loop):
26542           Missing variable initialization. Add handling of DVI ADPCM. Fix
26543           mis-parsing of LIST chunks. This works around a bug where we mis-
26544           parse non-aligning LIST chunks (so LIST chunks where the contents
26545           don't align with the actual LIST size). The correct fix is to use
26546           rifflib, I'm not going to fix wavparse - too much work. All this
26547           fixes #104878.
26548
26549 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26550
26551         reviewed by Benjamin Otte  <otte@gnome.org>
26552
26553         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26554           fix shoutcast not working (fixes #140844)
26555
26556 2004-04-22  Benjamin Otte  <otte@gnome.org>
26557
26558         * ext/hermes/gsthermescolorspace.c:
26559         (gst_hermes_colorspace_caps_remove_format_info):
26560         * gst/colorspace/gstcolorspace.c:
26561         (gst_colorspace_caps_remove_format_info):
26562         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26563         (gst_ffmpegcolorspace_caps_remove_format_info):
26564           s/gst_caps_simplify/gst_caps_do_simplify/
26565
26566 2004-04-22  Benjamin Otte  <otte@gnome.org>
26567
26568         * gst-libs/gst/riff/riff-media.c:
26569         (gst_riff_create_video_caps_with_data):
26570           mpegversion is an int
26571         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26572           don't try to create pad templates with NULL caps, use any caps
26573           instead.
26574
26575 2004-04-20  David Schleef  <ds@schleef.org>
26576
26577         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26578         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26579         (bug #140384)
26580
26581 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26582
26583         reviewed by David Schleef
26584
26585         * ext/mad/gstid3tag.c: Add stdlib.h
26586         * gst/rtp/gstrtpgsmenc.c: same
26587         * gst/tags/gstid3tag.c: same
26588         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26589         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26590         GST_DISABLE_LOADSAVE use.
26591         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26592         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26593         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26594         atol(3)).
26595         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26596         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26597         strtoul(3)).
26598         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26599         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26600         $(ID3_CFLAGS).
26601         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26602         $(LIBFAME_CFLAGS).
26603
26604 2004-04-20  David Schleef  <ds@schleef.org>
26605
26606         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26607         last checkin.  Same idea.
26608
26609 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26610
26611         reviewed by David Schleef
26612
26613         * configure.ac: bump required gstreamer version to 0.8.1.1
26614         because of following changes [--ds]
26615
26616         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26617         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26618         (gst_riff_read_header):  Use GST_READ_UINT*
26619         macros to access possibly unaligned memory.
26620
26621         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26622         (mp3_type_find):  Use GST_READ_UINT*
26623         macros to access possibly unaligned memory.
26624         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26625         (speex_type_find): Likewise
26626
26627         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26628
26629         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26630         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26631         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26632         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26633         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26634         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26635         macros to access possibly unaligned memory.
26636
26637         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26638         Likewise.
26639
26640         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26641         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26642
26643         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26644         Likewise.
26645
26646         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26647         (gst_mpeg2subt_chain_subtitle): Likewise.
26648
26649         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26650         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26651         Likewise.
26652
26653         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26654         Likewise.
26655
26656         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26657         Likewise.
26658
26659         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26660         Likewise.
26661
26662 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26663
26664         * configure.ac:
26665           update required version of GStreamer because of GST_TIME_FORMAT
26666
26667 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26668
26669         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26670           remove leftover g_print
26671         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26672           don't try setting only a subset of the caps. We don't want to kill
26673           autoplugging on purpose
26674
26675 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26676
26677         * sys/ximage/ximagesink.c: (plugin_init):
26678         * sys/xvimage/xvimagesink.c: (plugin_init):
26679           add debugging categories
26680
26681 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26682
26683         * po/en_GB.po:
26684         * po/LINGUAS:
26685           Adding en_GB translation (Gareth Owen)
26686
26687 2004-04-20  David Schleef  <ds@schleef.org>
26688
26689         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26690         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26691         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26692         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26693         A number of new features and hacks to extract the esds atom and
26694         put it into the caps.  (bug #137724)
26695
26696 2004-04-19  David Schleef  <ds@schleef.org>
26697
26698         * gconf/Makefile.am: Fix for non-GNU make
26699         * gst-libs/gst/Makefile.am: Change directory order to handle
26700         GstPlay linking with gstinterfaces
26701         * gst-libs/gst/audio/make_filter: make use of tr portable
26702         * gst-libs/gst/play/Makefile.am: Add intended \
26703         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26704         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26705         function prototype instead of void *.
26706         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26707         macro.
26708         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26709         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26710         * gst/videofilter/make_filter: make use of tr portable
26711         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26712
26713 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26714
26715         * po/LINGUAS:
26716         * po/uk.po:
26717           Added Ukrainian translation (Maxim V. Dziumanenko)
26718
26719 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26720
26721         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26722         (gst_gsmdec_link), (gst_gsmdec_chain):
26723           Fix capsnego, simplify chain function slightly.
26724         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26725           Add GSM.
26726
26727 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26728
26729         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26730         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26731         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26732           Hack to make wavparse work with spider (always -> sometimes pad).
26733           Fixes #135862 && #140411.
26734
26735 2004-04-18  Benjamin Otte  <otte@gnome.org>
26736
26737         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26738         (gst_osselement_rate_probe_check),
26739         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26740           get rid of \n in debug output
26741
26742 2004-04-17  Iain <iain@prettypeople.org>
26743
26744         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26745         not just EOS.
26746
26747 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26748
26749         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26750         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26751         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26752         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26753         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26754         (gst_id3_tag_change_state), (plugin_init):
26755           deprecate id3tag element and replace with id3demux/id3mux.
26756           great side effect: this ugly file is now even uglier, yay!
26757         * ext/mad/gstmad.h:
26758           remove non-available function
26759           update for new get_type
26760
26761 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26762
26763         * configure.ac:
26764           require mpeg2dec >= 0.4.0
26765
26766 2004-04-17  Benjamin Otte  <otte@gnome.org>
26767
26768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26769         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26770         (gst_xvimagesink_set_xwindow_id):
26771           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26772           assorted cleanup fixes.
26773
26774 2004-04-16  David Schleef  <ds@schleef.org>
26775
26776         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26777         * sys/xvimage/xvimagesink.h: same
26778
26779 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26780
26781         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26782           Fix GST_ELEMENT_ERROR with (NULL)
26783
26784 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26785
26786         * gst-libs/gst/riff/riff-media.c:
26787         (gst_riff_create_video_caps_with_data):
26788           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26789
26790 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26791
26792         * gst-libs/gst/riff/riff-media.c:
26793         (gst_riff_create_video_caps_with_data),
26794         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26795         (gst_riff_create_video_template_caps),
26796         (gst_riff_create_audio_template_caps):
26797         * gst-libs/gst/riff/riff-media.h:
26798         * gst-libs/gst/riff/riff-read.c:
26799         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26800         * gst-libs/gst/riff/riff-read.h:
26801         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26802           Add MS RLE support. I added some functions to read out strf chunks
26803           into strf chunks and the data behind it. This is usually color
26804           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26805           caps creation. Lastly, add ADPCM (similar to wavparse - which
26806           should eventually be rifflib based).
26807         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26808         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26809         * gst/matroska/matroska-demux.h:
26810           Remove placeholders for some prehistoric tagging system. Didn't add
26811           support for any tag system really anyway.
26812         * gst/qtdemux/qtdemux.c:
26813           Add support for audio/x-m4a (MPEG-4) through spider.
26814         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26815         (gst_wavparse_loop):
26816           ADPCM support (#135862). Increase max. buffer size because we
26817           cannot split buffers for ADPCM (screws references) and I've seen
26818           files with 2048 byte chunks. 4096 seems safe for now.
26819
26820 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26821
26822         * configure.ac: bump nano to 1
26823
26824 === release 0.8.1 ===
26825
26826 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26827
26828         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26829
26830 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26831
26832         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26833           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26834           Fixes #140058
26835
26836 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26837
26838         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26839           lower rank of dvddemux so that it's not used for mpeg playback.
26840
26841 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26842
26843         * configure.ac:
26844           save libs correctly when checking mad
26845
26846 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26847
26848         * ext/mad/gstid3tag.c: (plugin_init):
26849           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26850
26851 2004-04-13  David Schleef  <ds@schleef.org>
26852
26853         * common/m4/gst-feature.m4: Call -config scripts with
26854         --plugin-libs if it is supported.
26855         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26856         JPEG images are image/jpeg.
26857         * gst/debug/Makefile.am:
26858         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26859         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26860         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26861         (gst_negotiation_plugin_init): Add a property that acts like
26862         filter caps.
26863         * testsuite/gst-lint:  Move license checking to be a standard
26864         test.
26865
26866 2004-04-13  David Schleef  <ds@schleef.org>
26867
26868         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26869         patch from Sebastien Cote (bug #139958)
26870
26871 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26872
26873         * examples/gstplay/Makefile.am:
26874         * examples/gstplay/player.c: (main):
26875           make the commandline player example use gconf settings
26876
26877 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26878
26879         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26880         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26881         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26882           init/end library during state transition, not object
26883           creation/disposal.  get rid of custom dispose handler.
26884
26885
26886 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26887
26888         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26889         be a symlink
26890
26891 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26892
26893         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26894           Handle JUNK chunks inside data section. Prevents warnings.
26895
26896 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26897
26898         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26899         (gst_riff_create_video_template_caps):
26900           Add MS video v1.
26901         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26902         (gst_avi_demux_stream_data):
26903           Add support for "rec-list" chunks.
26904
26905 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26906
26907         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26908           Fix another codecname mismatch.
26909
26910 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26911
26912         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26913           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26914           so that MJPEG plays back.
26915
26916 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26917
26918         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26919         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26920         * gst/mpeg1videoparse/gstmp1videoparse.h:
26921           Fix for some slight mis-cuts in buffer parsing, and for some
26922           potential overflows or faults-causers. Adds disconts. Also fixes
26923           #139105 while we're at it.
26924
26925 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26926
26927         * configure.ac:
26928         * sys/v4l2/gstv4l2element.h:
26929           Workaround for missing struct v4l2_buffer declaration in Suse 9
26930           and Mandrake 10 linux/videodev2.h header file (#135919).
26931
26932 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26933
26934         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26935           Bail out if no filename was given.
26936
26937 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26938
26939         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26940         (gst_v4l2_fourcc_from_structure):
26941           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26942           Y41B somewhere).
26943
26944 2004-04-09  Benjamin Otte  <otte@gnome.org>
26945
26946         * ext/gnomevfs/gstgnomevfssink.c:
26947         (_gst_boolean_allow_overwrite_accumulator),
26948         (gst_gnomevfssink_class_init):
26949           fix erase signal - if any handler returns false the file will not be
26950           overwritten. If no handler is connected, the file will not be
26951           overwritten either.
26952           renamed signal to "allow-overwrite"
26953         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26954           free string when adding it to ID3 failed
26955         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26956           unref event when done
26957         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26958           free caps
26959         * gst/typefind/gsttypefindfunctions.c:
26960         (mpeg_video_stream_type_find):
26961           fix invalid read
26962
26963 2004-04-08  David Schleef  <ds@schleef.org>
26964
26965         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26966         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26967
26968 2004-04-08  David Schleef  <ds@schleef.org>
26969
26970         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26971         we don't support (bug #139532)
26972
26973 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26974
26975         * ext/mad/gstmad.c: (gst_mad_handle_event),
26976         (gst_mad_check_caps_reset), (gst_mad_chain),
26977         (gst_mad_change_state):
26978           only set explicit caps if they haven't been set before for
26979           this stream.  MPEG-audio sample rate/channels aren't allowed
26980           to change in-stream.
26981           Fixes #139382
26982
26983 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26984
26985         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26986         (_gst_boolean_did_something_accumulator),
26987         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26988         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26989         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26990         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26991         (gst_gnomevfssink_change_state):
26992           Fix erase signal. Don't erase by default. Remove handoff signal.
26993           Remove erase property. Don't segfault. General cleanup.
26994
26995 2004-04-07  Benjamin Otte  <otte@gnome.org>
26996
26997         * gst-libs/gst/gconf/test-gconf.c: (main):
26998           add missing gst_init
26999
27000 2004-04-07  Benjamin Otte  <otte@gnome.org>
27001
27002         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27003           free the mutexes, too
27004
27005 2004-04-07  Benjamin Otte  <otte@gnome.org>
27006
27007         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27008           actually free the URI string
27009         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
27010           compute offset correctly when passing discont events
27011         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27012           don't leak discont events
27013         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27014           add some missing breaks so caps aren't copied randomly
27015         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
27016           if we realloc memory, we better use it
27017
27018 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27019
27020         * ext/mad/gstmad.c: (normal_seek):
27021           fix GST_FORMAT_TIME usage
27022
27023 2004-04-05  David Schleef  <ds@schleef.org>
27024
27025         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
27026         a deprecated function (hack!)
27027
27028 2004-04-05  Benjamin Otte  <otte@gnome.org>
27029
27030         * ext/esd/esdmon.c: (gst_esdmon_get):
27031           fix nonterminated vararg and memleak
27032
27033 2004-04-05  Benjamin Otte  <otte@gnome.org>
27034
27035         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
27036         (gst_ladspa_init), (gst_ladspa_force_src_caps),
27037         (gst_ladspa_set_property), (gst_ladspa_get_property),
27038         (gst_ladspa_instantiate), (gst_ladspa_activate),
27039         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27040           clean up debugging
27041
27042 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
27043
27044         reviewed by Benjamin Otte  <otte@gnome.org>
27045
27046         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27047           check for broken LADSPA parameters (fixes #138635)
27048
27049 2004-04-05  Benjamin Otte  <otte@gnome.org>
27050
27051         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27052           advertise buffer-frames correctly on sinkpads
27053
27054 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27055
27056         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27057         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27058         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27059         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27060         (gst_mad_check_caps_reset), (gst_mad_chain):
27061         add more debugging, only reset caps when we're not in error state
27062
27063 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27064
27065         * ext/mad/gstmad.c: add debugging category, comment + cleanups
27066
27067 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27068
27069         reviewed by Benjamin Otte  <otte@gnome.org>
27070
27071         * configure.ac:
27072           fix == in test(1) operator
27073
27074 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27075
27076         reviewed by Benjamin Otte  <otte@gnome.org>
27077
27078         * configure.ac:
27079           fix --export-symblos-regex to a working regex.
27080
27081 2004-04-04  Benjamin Otte  <otte@gnome.org>
27082
27083         * sys/oss/.cvsignore:
27084           add for oss_probe
27085
27086 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
27087
27088         reviewed by Benjamin Otte  <otte@gnome.org>
27089
27090         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27091           add missing 'new_media' argument (fixes #138168)
27092         * gst/matroska/matroska-demux.c:
27093         (gst_matroska_demux_handle_seek_event):
27094           add vararg terminator (fixes #138169)
27095
27096 2004-04-02  David Schleef  <ds@schleef.org>
27097
27098         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
27099         disted (bug #138914)
27100
27101 2004-04-01  Benjamin Otte  <otte@gnome.org>
27102
27103         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27104         (gst_alsa_close_audio):
27105           handle case better where a soundcard can't pause
27106         * ext/ogg/gstoggdemux.c:
27107           don't crash when we get events but don't have pads yet
27108
27109 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27110
27111         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27112           throw an error if we couldn't probe any caps.
27113
27114 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27115
27116         * ext/dvdnav/gst-dvd:
27117         Add a really simple sample DVD player
27118
27119 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27120
27121         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27122         (gst_a52dec_push), (gst_a52dec_handle_event),
27123         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27124         (gst_a52dec_change_state):
27125         * ext/a52dec/gsta52dec.h:
27126           Use a debug category, Output timestamps correctly
27127           Emit tag info, Handle events, tell liba52dec about cpu
27128           capabilities so it can use MMX etc.
27129         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27130           Fix a crasher accessing invalid memory
27131         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27132         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27133         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27134         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27135         (dvdnavsrc_query):
27136           Some support for byte-format seeking.
27137           Small fixes for still frames and menu button overlays
27138         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27139         (gst_mpeg2dec_alloc_buffer):
27140           Use a debug category. Adjust the report level of several items to
27141           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27142           so it doesn't lose the GstBuffer pointer
27143         * gst/debug/Makefile.am:
27144         * gst/debug/gstdebug.c: (plugin_init):
27145         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27146         (gst_navseek_base_init), (gst_navseek_class_init),
27147         (gst_navseek_init), (gst_navseek_seek),
27148         (gst_navseek_handle_src_event), (gst_navseek_set_property),
27149         (gst_navseek_get_property), (gst_navseek_chain),
27150         (gst_navseek_plugin_init):
27151         * gst/debug/gstnavseek.h:
27152           Add the navseek debug element for seeking back and forth in a
27153           video stream using arrow keys.
27154         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27155         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27156         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27157         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27158         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27159         (gst_mpeg2subt_parse_header), (gst_get_nibble),
27160         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27161         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27162         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27163         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27164         * gst/mpeg2sub/gstmpeg2subt.h:
27165           Pretty much a complete rewrite. Now a loopbased element. May still
27166           require work to properly synchronise subtitle buffers.
27167         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27168         (gst_dvd_demux_send_subbuffer):
27169         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27170           Don't attempt to create subbuffers of size 0
27171           Reduce a couple of error outputs to warnings.
27172         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27173         (gst_y4mencode_chain):
27174         Output the y4m frame header correctly.
27175
27176 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27177
27178         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27179           throw errors instead of allowing SIGFPE
27180
27181 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27182
27183         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27184         (gst_gconf_render_bin_from_key):
27185           leak plugging and style fixing
27186
27187 2004-03-31  David Schleef  <ds@schleef.org>
27188
27189         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27190         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27191         (bug #138225)
27192         * gst/debug/Makefile.am:
27193         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27194         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
27195         plugin.
27196         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27197         (gst_negotiation_base_init), (gst_negotiation_class_init),
27198         (gst_negotiation_init), (gst_negotiation_getcaps),
27199         (gst_negotiation_pad_link), (gst_negotiation_chain),
27200         (gst_negotiation_set_property), (gst_negotiation_get_property),
27201         (gst_negotiation_plugin_init):  New element to talk about random
27202         negotiation things happening in a pipeline.
27203
27204 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27205
27206         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27207           fix integer addition with help of Stefan Kost
27208
27209 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27210
27211         * po/nl.po: updated Dutch translation (Elros Cyriatan)
27212
27213 2004-03-30  David Schleef  <ds@schleef.org>
27214
27215         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27216         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
27217         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27218         (bug #137504)
27219         * ext/mpeg2dec/gstmpeg2dec.h:
27220
27221 2004-03-30  David Schleef  <ds@schleef.org>
27222
27223         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27224
27225 2004-03-30  David Schleef  <ds@schleef.org>
27226
27227         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
27228         Michael Petullo) to handle .mov
27229
27230 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27231
27232         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27233         (gst_osselement_rate_check_rate):
27234           probe caps correctly for sound cards that only support one format
27235
27236 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27237
27238         * ext/kio/kiosrc.cpp: (process_events):
27239           update handling event processing if inside KDE - untested
27240
27241 2004-03-29  David Schleef  <ds@schleef.org>
27242
27243         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27244         by 2 to not interfere with other colorspaces.
27245         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27246         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27247         one to not interfere with ffmpeg_colorspace.
27248
27249 2004-03-29  David Schleef  <ds@schleef.org>
27250
27251         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27252         aren't in the caps.
27253         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27254         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27255
27256 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27257
27258         * gst-libs/gst/riff/riff-media.c:
27259           fail on error, don't try to set stuff on NULL caps
27260
27261 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27262
27263         * configure.ac:
27264         * ext/Makefile.am:
27265         * ext/kio/Makefile.am:
27266         * ext/kio/kioreceiver.cpp:
27267         * ext/kio/kioreceiver.h:
27268         * ext/kio/kiosrc.cpp:
27269         * ext/kio/kiosrc.h:
27270           add experimental kiosrc plugin
27271         * ext/alsa/gstalsaplugin.c: (plugin_init):
27272           initialize debugging category only when we're sure registering the
27273           plugins worked.
27274
27275 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27276
27277         * examples/gstplay/player.c: (main):
27278         * gst-libs/gst/play/play.c: (gst_play_class_init),
27279         (gst_play_set_location), (gst_play_set_data_src),
27280         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27281         (gst_play_set_visualization), (gst_play_connect_visualization):
27282           check return values of element_set_state and return FALSE where
27283           failed
27284
27285 2004-03-29  Benjamin Otte  <otte@gnome.org>
27286
27287         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27288           try harder to check if an event is really a discont
27289
27290 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27291
27292         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27293         * po/az.po:
27294
27295 2004-03-28  Benjamin Otte  <otte@gnome.org>
27296
27297         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27298         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27299         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27300           get rid of non-standard "..." ranges in case statements.
27301
27302 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27303
27304         * gst/mpegstream/gstmpegdemux.c:
27305         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27306         specific functionality split to the new dvddemux element.
27307         * gst/mpegstream/gstdvddemux.c:
27308         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27309         streams, derived from mpegdemux.
27310         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27311         up. SCR based timestamp rewriting can be turned off (will probably
27312         completely disappear soon).
27313         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27314         hacking. General cleanup. All printf statements replaced by
27315         debugging messages. Almost complete libdvdnav support.
27316         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27317         by events. New properties for audio and subpicture languages.
27318         (dvdnavsrc_update_highlight): Now uses events.
27319         (dvdnavsrc_user_op): Cleaned up.
27320         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27321         based). Lots of cleanup, and propper support for most libdvdnav
27322         events.
27323         (dvdnavsrc_make_dvd_event): New function.
27324         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27325         (dvdnavsrc_make_clut_change_event): New function.
27326
27327 2004-03-26  Benjamin Otte  <otte@gnome.org>
27328
27329         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27330           fix bug where typefinding would claim it's theora whenever less then
27331           7 bytes of data were available
27332
27333 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27334
27335         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27336         (gst_alawdec_base_init), (gst_alawdec_class_init),
27337         (gst_alawdec_init), (gst_alawdec_chain):
27338         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27339         (gst_alawenc_base_init), (gst_alawenc_class_init),
27340         (gst_alawenc_init), (gst_alawenc_chain):
27341         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27342         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27343         (gst_mulawdec_init), (gst_mulawdec_chain):
27344         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27345         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27346         (gst_mulawenc_init), (gst_mulawenc_chain):
27347           Fix capsnego in all four, remove the unused property functions and
27348           simplify the chain functions slightly. I guess we could use macros
27349           or something similar for those, since the code is so similar, but
27350           I'm currently too lazy...
27351
27352 2004-03-24  David Schleef  <ds@schleef.org>
27353
27354         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27355         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27356         (gst_osselement_get_format_structure),
27357         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27358         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27359         (gst_osselement_rate_int_compare): Add code to handle rate probing
27360         (bug #120883)
27361         * sys/oss/gstosselement.h: same
27362         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27363         Use rate probing provided by osselement.
27364         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27365
27366 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27367
27368         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27369         (gst_xvidenc_get_property):
27370           ulong/int mess-up.
27371
27372 2004-03-24  David Schleef  <ds@schleef.org>
27373
27374         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27375         (gst_speexdec_init):
27376         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27377         (gst_speexenc_init):  Create the pad template correctly (from
27378         the static pad template, not a NULL pointer.)
27379
27380 2004-03-25  Benjamin Otte  <otte@gnome.org>
27381
27382         * gst/debug/Makefile.am:
27383         * gst/debug/breakmydata.c:
27384           add element that quasi-randomly changes bytes in the stream.
27385           Intended use is robustness checking of demuxers and decoders in
27386           media tests.
27387
27388 2004-03-24  Benjamin Otte  <otte@gnome.org>
27389
27390         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27391         (gst_alsa_probe_hw_params):
27392         * ext/alsa/gstalsa.h:
27393           debugging output fixes
27394
27395 2004-03-24  Benjamin Otte  <otte@gnome.org>
27396
27397         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27398           don't g_return_if_fail if element is PLAYING, fail silently as every
27399           other element.
27400         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27401           only fix needed for cast lvalue issues in gst-plugins
27402         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27403           add proxy_getcaps
27404
27405 2004-03-24  Benjamin Otte  <otte@gnome.org>
27406
27407         * gst/level/gstlevel.c: (gst_level_init):
27408           add proxying getcaps function, so level doesn't advertise impossible
27409           caps
27410
27411 2004-03-24  David Schleef  <ds@schleef.org>
27412
27413         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27414         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27415         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27416         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27417         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27418         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27419         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27420         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27421         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27422         messages.  Divide the chunk size by the compression ratio
27423         (needed for MACE audio)
27424
27425 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27426
27427         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27428           Fix buffer overflow read error.
27429
27430 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * ext/alsa/gstalsa.h:
27433           Remove unused entry.
27434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27435           Add cinepak.
27436         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27437         (gst_videodrop_link), (gst_videodrop_chain):
27438           Fix, sort of. Was horribly broken with new capsnego. Bah...
27439
27440 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27441
27442         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27443         (plugin_init):
27444         Add a monkeysaudio typefind function
27445
27446 2004-03-23  Johan Dahlin  <johan@gnome.org>
27447
27448         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27449         (gst_play_video_fixate): Check so the structure has the field
27450         before trying to fixate them, this makes it possible to have
27451         fakesinks for video and audio output without printing errors on
27452         the output console.
27453
27454 2004-03-22  David Schleef  <ds@schleef.org>
27455
27456         * sys/oss/Makefile.am:
27457         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27458         (check_rate), (add_rate):  Rate probing test app.
27459
27460 2004-03-21  Benjamin Otte  <otte@gnome.org>
27461
27462         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27463         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27464           add a fixation function that pretty much does the right thing (fixes
27465           #137556)
27466
27467 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27468
27469         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27470
27471 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27472
27473         reviewed by: Benjamin Otte  <otte@gnome.org>
27474
27475         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27476           terminate gst_event_new_discontinuous correctly (fixes parts of
27477           #137711)
27478
27479 2004-03-19  David Schleef  <ds@schleef.org>
27480
27481         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27482         since it doesn't depend on X, and it's part of our ABI.
27483
27484 2004-03-19  Iain <iain@prettypeople.org>
27485
27486         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27487         is_int in the structure, not the local variable.
27488
27489 2004-03-19  David Schleef  <ds@schleef.org>
27490
27491         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27492         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27493         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27494         Improvements in caps negotiation.
27495
27496 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27497
27498         * po/LINGUAS:
27499         * po/af.po:
27500           adding Afrikaans (Petri Jooste)
27501
27502 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27503
27504         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27505         (gst_ffmpegcolorspace_chain):
27506         throw error instead of g_critical (#137588)
27507
27508 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27509
27510         * Makefile.am:
27511         * configure.ac:
27512           dist common and m4 correctly
27513         * po/sv.po:
27514
27515 2004-03-17  David Schleef  <ds@schleef.org>
27516
27517         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27518         (bug #137348)
27519
27520 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27521
27522         * po/LINGUAS:
27523         * po/sv.po:
27524           adding Swedish translation (Christian Rose)
27525
27526 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27527
27528         * Makefile.am: use release.mak
27529
27530 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27531
27532         * common/ChangeLog:
27533         * common/gst-autogen.sh:
27534           add some explanation about the version detection
27535         * configure.ac:
27536           fix X check
27537
27538 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27539
27540         * configure.ac: bump nano to 1
27541
27542 === release 0.8.0 ===
27543
27544 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27547
27548 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27549
27550         * configure.ac:
27551           update libtool version
27552         * gst-libs/gst/media-info/Makefile.am:
27553           actually use libtool version
27554
27555 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27556
27557         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27558
27559 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27560
27561         * configure.ac:
27562         * gst-plugins.spec.in:
27563         * pkgconfig/Makefile.am:
27564         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27565         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27566         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27567         * pkgconfig/gstreamer-libs.pc.in:
27568         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27569         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27570         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27571         * pkgconfig/gstreamer-plugins.pc.in:
27572           remove @VERSION@ from some of the pc files since core and plugins
27573           are decoupled.
27574           created gstreamer-plugins.pc as it's a better name, but keeping
27575           -libs around for now to get fixes upstream done first.
27576
27577 2004-03-15  Julien MOUTTE <julien@moutte.net>
27578
27579         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27580         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27581         * gst-libs/gst/play/play.h:
27582
27583 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27584
27585         * *.c, *.cc: don't mix tabs and spaces
27586
27587 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27588
27589         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27590           use the new ffmpegcolorspace
27591         * gst-plugins.spec.in:
27592           package new colorspace and media-info
27593         * configure.ac:
27594         * pkgconfig/Makefile.am:
27595           fix some more disting issues
27596         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27597         * pkgconfig/gstreamer-media-info.pc.in:
27598           generate media-info pc files
27599
27600 2004-03-15  Johan Dahlin  <johan@gnome.org>
27601
27602         * *.h: Revert indenting
27603
27604 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27605
27606         * configure.ac:
27607           adding ffmpegcolorspace element
27608         * gst/ffmpegcolorspace/Makefile.am:
27609         * gst/ffmpegcolorspace/avcodec.h:
27610         * gst/ffmpegcolorspace/common.h:
27611         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27612         * gst/ffmpegcolorspace/dsputil.h:
27613         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27614         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27615         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27616         (gst_ffmpeg_caps_to_pix_fmt):
27617         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27618         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27619         (gst_ffmpegcolorspace_caps_remove_format_info),
27620         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27621         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27622         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27623         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27624         (gst_ffmpegcolorspace_set_property),
27625         (gst_ffmpegcolorspace_get_property),
27626         (gst_ffmpegcolorspace_register):
27627         * gst/ffmpegcolorspace/imgconvert.c:
27628         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27629         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27630         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27631         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27632         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27633         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27634         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27635         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27636         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27637         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27638         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27639         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27640         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27641         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27642         (img_get_alpha_info), (deinterlace_line),
27643         (deinterlace_line_inplace), (deinterlace_bottom_field),
27644         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27645         * gst/ffmpegcolorspace/imgconvert_template.h:
27646         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27647         * gst/ffmpegcolorspace/mmx.h:
27648         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27649           adding ffmpegcolorspace element supplied by Ronald after cleaning
27650           up and pulling in the right bits of upstream source.
27651           I'm sure a better C/compiler wizard could do some cleaning up (for
27652           example use GLIB's malloc stuff), but as a first pass this
27653           works very well
27654
27655 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27656
27657         * ext/alsa/gstalsa.h:
27658           I assume Ronald forgot to commit the change to have cardname
27659           as a struct member.  Expect some public spanking at the next
27660           opportunity.
27661
27662 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27663
27664         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27665         (gst_alsa_open_audio), (gst_alsa_close_audio):
27666         * ext/alsa/gstalsa.c:
27667           Don't open the device if we're a mixer (= padless).
27668         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27669         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27670         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27671           Open mixer during state change rather than during object
27672           initialization. Also, get a device name. Currently in a somewhat
27673           hackish fashion, but I didn't really find something better.
27674
27675 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27676
27677         * *.c, *.h: run gst-indent
27678
27679 2004-03-14  Benjamin Otte  <otte@gnome.org>
27680
27681         * gst/modplug/gstmodplug.cc:
27682         * gst/modplug/gstmodplug.h:
27683           set correct timestamps on outgoing buffers
27684
27685 2004-03-14  Benjamin Otte  <otte@gnome.org>
27686
27687         * gst/modplug/gstmodplug.cc:
27688           handle events - don't do crap when a discont arrives that's not
27689           necessary
27690           This allows correct loading and playback of mods in Rhythmbox
27691
27692 2004-03-14  Benjamin Otte  <otte@gnome.org>
27693
27694         * configure.ac:
27695         * gst-libs/gst/gconf/Makefile.am:
27696         * pkgconfig/Makefile.am:
27697           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27698           they get rebuilt properly
27699         * configure.ac:
27700           when checking for vorbis, try pkgconfig first.
27701         * gst/modplug/gstmodplug.cc:
27702           add fixate function
27703
27704 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27705
27706         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27707           Fix for obvious mistake, where we first shift the offset and then
27708           read a samplesize element assuming the old offset. Note that this
27709           part still has something weird, i.e. my movies containing those
27710           don't actually play well, but at least there's something that looks
27711           like sound now.
27712
27713 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27714         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27715         (plugin_init):
27716         Add a typefind function for speex format
27717
27718 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27719
27720         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27721         (gst_asf_demux_setup_pad):
27722           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27723           instead of 0. Reason is simple: some elements have a fps range
27724           of 1-max instead of 0-max. So now ASF video actually works.
27725
27726 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27727
27728         * po/LINGUAS:
27729         * po/sr.po:
27730           adding serbian as a language
27731
27732 2004-03-13  Benjamin Otte  <otte@gnome.org>
27733
27734         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27735           return taglist correctly from _get function, don't gst_pad_push it.
27736           (fixes #137042)
27737
27738 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27739         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27740
27741 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27742
27743         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27744         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27745         (gst_alsa_mixer_track_new):
27746         * ext/alsa/gstalsamixertrack.h:
27747           Fix ancient leftovers... MixerTrack is a GObject.
27748
27749 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27750
27751         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27752         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27753           Don't block during probing...
27754
27755 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27756
27757         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27758         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27759         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27760         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27761         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27762         (gst_alsa_open_audio), (gst_alsa_close_audio):
27763         * ext/alsa/gstalsa.h:
27764           Add propertyprobe interface implementation, add some device-name
27765           property, all this so that it looks good in gnome-volume-control.
27766
27767 2004-03-12  David Schleef  <ds@schleef.org>
27768
27769         * configure.ac: the Hermes library controls hermescolorspace, not
27770         colorspace.
27771         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27772         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27773         not /* */
27774         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27775         * ext/sdl/sdlvideosink.h: ditto.
27776         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27777
27778 2004-03-12  Benjamin Otte  <otte@gnome.org>
27779
27780         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27781         (gst_x_overlay_got_xwindow_id):
27782         * gst-libs/gst/xoverlay/xoverlay.h:
27783           replace XID with unsigned long to get rid of the xlibs dependency in
27784           XOverlay (fixes #137004)
27785
27786 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27787         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27788         (gst_agingtv_setup):
27789         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27790         (gst_dicetv_base_init), (gst_dicetv_class_init),
27791         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27792         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27793         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27794         (gst_edgetv_setup), (gst_edgetv_rgb32):
27795         * gst/effectv/gsteffectv.c:
27796         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27797         (gst_quarktv_set_property):
27798         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27799         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27800         (gst_revtv_setup), (gst_revtv_rgb32):
27801         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27802         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27803         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27804         (gst_shagadelictv_rgb32):
27805         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27806         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27807         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27808         * gst/effectv/gstwarp.c:
27809         Port everything that can be ported to videofilter and fix up the caps.
27810         Can someone with a big-endian machine please check these?
27811
27812 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27813
27814         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27815         (gst_osssink_chain), (gst_osssink_change_state):
27816           Latest fixes for A/V sync, audio playback and such. This is about
27817           all... MPEG playback issues are mostly related to the async build-
27818           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27819
27820 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27821
27822         patch from: Stephane Loeuillet
27823
27824         * configure.ac:
27825           use pkg-config for some libraries, falling back to the old .m4 way
27826           (fixes #131270)
27827         * m4/libdv.m4:
27828           removed
27829
27830 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27831
27832         * configure.ac:
27833         * tools/Makefile.am:
27834         * tools/Makefile.in:
27835         * tools/gst-launch-ext-m.m:
27836         * tools/gst-launch-ext.1.in:
27837         * tools/gst-visualise-m.m:
27838         * tools/gst-visualise.1:
27839         * tools/gst-visualise.1.in:
27840           reorganizing generation of script tools
27841
27842 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27843
27844         * ext/divx/gstdivxdec.c:
27845           Downgrade priority. We prefer ffdec_mpeg4.
27846         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27847         (gst_faad_chain), (gst_faad_change_state):
27848           Fix capsnego. Doesn't work for some sounds because we don't have
27849           a 5:1 to stereo element.
27850         * ext/xvid/gstxvid.c: (plugin_init):
27851           Add priority.
27852         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27853         (gst_osssink_change_state):
27854           Add discont handling.
27855
27856 2004-03-09  Colin Walters  <walters@verbum.org>
27857
27858         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27859         conversion.
27860
27861 2004-03-09  Benjamin Otte  <otte@gnome.org>
27862
27863         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27864           the signals take 2 arguments
27865
27866 2004-03-09  David Schleef  <ds@schleef.org>
27867
27868         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27869         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27870         * ext/alsa/gstalsa.h:
27871         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27872
27873 2004-03-09  Benjamin Otte  <otte@gnome.org>
27874
27875         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27876         (gst_mikmod_change_state):
27877         * ext/mikmod/gstmikmod.h:
27878           make mikmod's loop function not loop infinitely and call
27879           gst_element_yield anymore
27880         * gst/modplug/gstmodplug.cc:
27881           fix pad negotiation (fixes #136590)
27882
27883 2004-03-09  David Schleef  <ds@schleef.org>
27884
27885         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27886         doesn't conflict with the internal colorspace plugin.
27887         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27888         satisfy the crappy-ass shell shipped by a certain vendor.
27889         * gst/videofilter/make_filter: same (bug #135299)
27890
27891 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27892
27893         * configure.ac: bump nano to 1
27894
27895 === release 0.7.6 ===
27896
27897 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27898
27899         * configure.in: releasing 0.7.6, "There"
27900
27901 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27902
27903         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27904         * pkgconfig/gstreamer-play.pc.in:
27905           synchronize the two
27906
27907 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27908
27909         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27910         (cdparanoia_open), (cdparanoia_event):
27911           fix/add error handling
27912         * po/POTFILES.in:
27913           add cdparanoia source
27914         * tools/Makefile.am:
27915           make scripts executable
27916
27917 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27918
27919         * configure.ac:
27920         * ext/vorbis/Makefile.am:
27921         * sys/Makefile.am:
27922           remove id3types, vorbisfile and xvideosink from the build (#133783)
27923
27924 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27925
27926         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27927           Fix metadata read crash (#136537).
27928
27929 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27930
27931         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27932         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27933           adding mime types, fixing the one-stop function
27934
27935 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27936
27937         * ext/nas/nassink.c and /ext/nas/nassink.h:
27938         More NAS love from Arwed von Merkatz
27939         So lets all sing 'Can you feel the NAS tonight'
27940
27941 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27942
27943         * tools/gst-launch-ext.in:
27944         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27945
27946 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27947
27948         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27949         (gst_mpeg2dec_init):
27950         remove the user_data pad for now, because it is being used in
27951         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27952         If someone knows how to fix this properly, please do.
27953
27954 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27955
27956         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27957         (gst_osssink_get_time):
27958         add a warning, IMO this won't get triggered anymore, remove later
27959
27960 2004-03-07  David Schleef  <ds@schleef.org>
27961
27962         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27963         format (bug #136470)
27964
27965 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27966
27967         * gst-libs/Makefile.am:
27968         * gst-libs/gst/media-info/Makefile.am:
27969         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27970         (error_callback), (gst_media_info_error_create),
27971         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27972         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27973         * gst-libs/gst/media-info/media-info-priv.h:
27974         * gst-libs/gst/media-info/media-info-test.c: (main):
27975         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27976         (gst_media_info_class_init), (gst_media_info_instance_init),
27977         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27978         (gst_media_info_read_idler), (gst_media_info_read):
27979         * gst-libs/gst/media-info/media-info.h:
27980         fixed, should work now
27981
27982 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27983
27984         * ext/nas/nassink.c:
27985         A bunch of NAS fixes from Arwed von Merkatz
27986
27987 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27988
27989         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27990         (qtdemux_parse_trak):
27991           Fix crash (j might be greater than n_samples, in which case we're
27992           writing outside the allocated space for the array) and memleak.
27993
27994 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27995
27996         * sys/oss/gstosssink.c: (gst_osssink_chain):
27997           And another caller that couldn't handle delay < 0 (unsigned
27998           integer overflow). Video now continues playing on an audio
27999           buffer underrun, and the clock continues working. Audio still
28000           stalls.
28001
28002 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28003
28004         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28005         (gst_osssink_get_time):
28006           get_delay() may return values lower than 0. In those cases, we
28007           should not actually cast to *unsigned* int64, that will break
28008           stuff horribly. In my case, it screwed up A/V sync in movies
28009           in totem rather badly.
28010
28011 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28012
28013         * ext/faac/gstfaac.c: (gst_faac_chain):
28014         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28015         * ext/libpng/gstpngenc.c: (user_write_data):
28016         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28017         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28018         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28019         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28020         Fix several misuse of gst_buffer_merge (it doesn't take ownership
28021         of any buffer), should fix some leaks. I hope I didn't unref buffers
28022         that shouldn't be...
28023
28024 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28025
28026         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28027         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
28028         (error_callback), (gmi_reset), (gmi_seek_to_track),
28029         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
28030         (gmip_find_type_post), (gmip_find_stream_post),
28031         (gmip_find_track_streaminfo_post):
28032         * gst-libs/gst/media-info/media-info-priv.h:
28033         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
28034         (info_print), (main):
28035         * gst-libs/gst/media-info/media-info.c:
28036         (gst_media_info_error_create), (gst_media_info_error_element),
28037         (gst_media_info_instance_init), (gst_media_info_get_property),
28038         (gst_media_info_new), (gst_media_info_set_source),
28039         (gst_media_info_read_idler), (gst_media_info_read):
28040         * gst-libs/gst/media-info/media-info.h:
28041           first pass at making this work again.  This seems to work on
28042           tagged ogg/vorbis and mp3 files.
28043
28044 2004-03-06  Benjamin Otte  <otte@gnome.org>
28045
28046         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28047           fix huge leak: gst_buffer_merge doesn't unref the first argument
28048           itself.
28049
28050 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28051
28052         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28053           report layer/mode/emphasis
28054
28055 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28056
28057         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28058
28059 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28060
28061         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28062           signal serial
28063
28064 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28065
28066         * ext/vorbis/vorbis.c: (plugin_init):
28067         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28068         (gst_vorbis_dec_init), (vorbis_dec_event):
28069         add debug category
28070         make vorbisdec handle _BYTE and _TIME queries
28071
28072 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28073
28074         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28075           from the xing header
28076
28077 2004-03-06  Benjamin Otte  <otte@gnome.org>
28078
28079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28080         (gst_audio_convert_link), (gst_audio_convert_change_state),
28081         (gst_audio_convert_buffer_from_default_format):
28082           do conversions from/to float correctly, fix some caps nego errors,
28083           export correct supported caps in template and getcaps, use correct
28084           caps in try_set_caps functions
28085
28086 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28087
28088         For some reason, I only committed a ChangeLog entry yesterday and
28089         not the corresponding code...
28090         * ext/mad/gstmad.c: Fix detection of Xing headers
28091         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28092
28093 2004-03-06  Benjamin Otte  <otte@gnome.org>
28094
28095         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28096         (gst_ogg_demux_src_query):
28097           make sure to handle the case where there's no current chain
28098           gracefully.
28099
28100 2004-03-05  David Schleef  <ds@schleef.org>
28101
28102         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28103         Add fixate function. (bug #131128)
28104         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28105         (gst_sdlvideosink_fixate):  Add fixate function.
28106         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28107         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28108         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28109         Fix missing break that was causing ulaw to be interpreted as
28110         raw int.
28111
28112 2004-03-05  David Schleef  <ds@schleef.org>
28113
28114         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28115         Fix code that ignores return value of gst_buffer_merge().
28116         (bug #114560)
28117         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28118         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28119         * testsuite/gst-lint:  Check for above.
28120
28121 2004-03-05  David Schleef  <ds@schleef.org>
28122
28123         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
28124         caps and throw an element error.  (bug #136334)
28125
28126 2004-03-05  David Schleef  <ds@schleef.org>
28127
28128         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28129         (gst_faad_chain): Fix negotiation.
28130         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28131         key and button events.
28132         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28133         dung heap of code.
28134         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28135         depends on gconf
28136         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28137         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28138         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28139         function to encourage better negotiation, particularly between
28140         audioconvert and osssink.
28141         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28142         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
28143         more important.
28144         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
28145         typefinding.
28146         * gst/vbidec/vbiscreen.c:  Add glib header
28147         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
28148
28149 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
28150
28151         * ext/mad/gstmad.c: Fix detection of Xing headers
28152         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28153
28154 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28155
28156         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28157         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28158           debug updates
28159
28160 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28161
28162         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28163         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28164         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28165         files, and report the parsed length as a GST_TAG_DURATION tag.
28166         * gst/tags/gstid3tag.c: support TLEN (duration) tag
28167
28168 2004-03-05  Benjamin Otte  <otte@gnome.org>
28169
28170         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28171           convert channels correctly. convert correctly to unsigned.
28172
28173 2004-03-05  Julien MOUTTE <julien@moutte.net>
28174
28175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28176         we have a window before clearing it.
28177
28178 2004-03-05  Julien MOUTTE <julien@moutte.net>
28179
28180         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28181         have a window before clearing it.
28182
28183 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28184
28185         * gconf/gstreamer.schemas.in:
28186         * gst-libs/gst/gconf/Makefile.am:
28187           version installation path the same way as for 0.6
28188         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28189         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28190         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28191           remove comment that was fixed
28192
28193 2004-03-05  David Schleef  <ds@schleef.org>
28194
28195         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28196         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28197         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28198         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28199         Add prototype code for handling seeking and querying.
28200
28201 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28202
28203         * examples/gstplay/player.c: (main):
28204           Initialize variables to NULL. Prevents a segfault because the
28205           (uninitialized) variable is not NULL, resulting in a crash on
28206           trying to reach error->message.
28207
28208 2004-03-05  Benjamin Otte  <otte@gnome.org>
28209
28210         * gst/audioconvert/gstaudioconvert.c:
28211         (gst_audio_convert_buffer_to_default_format):
28212         make float=>int conversion work correctly even in cornercases.
28213
28214 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
28215
28216         * debian/README.Debian:
28217         * debian/build-deps:
28218         * debian/changelog:
28219         * debian/control:
28220         * debian/control.in:
28221         * debian/copyright:
28222         * debian/gstreamer-a52dec.files:
28223         * debian/gstreamer-aa.files:
28224         * debian/gstreamer-alsa.files:
28225         * debian/gstreamer-alsa.manpages:
28226         * debian/gstreamer-arts.files:
28227         * debian/gstreamer-artsd.files:
28228         * debian/gstreamer-audiofile.files:
28229         * debian/gstreamer-avifile.files:
28230         * debian/gstreamer-cdparanoia.files:
28231         * debian/gstreamer-colorspace.files:
28232         * debian/gstreamer-doc.files:
28233         * debian/gstreamer-dv.files:
28234         * debian/gstreamer-dvd.files:
28235         * debian/gstreamer-esd.files:
28236         * debian/gstreamer-festival.files:
28237         * debian/gstreamer-flac.files:
28238         * debian/gstreamer-gconf.conffiles:
28239         * debian/gstreamer-gconf.files:
28240         * debian/gstreamer-gconf.postinst:
28241         * debian/gstreamer-gnomevfs.files:
28242         * debian/gstreamer-gsm.files:
28243         * debian/gstreamer-http.files:
28244         * debian/gstreamer-jack.files:
28245         * debian/gstreamer-jpeg.files:
28246         * debian/gstreamer-mad.files:
28247         * debian/gstreamer-mikmod.files:
28248         * debian/gstreamer-misc.files:
28249         * debian/gstreamer-mpeg2dec.files:
28250         * debian/gstreamer-oss.files:
28251         * debian/gstreamer-plugin-apps.files:
28252         * debian/gstreamer-plugin-apps.manpages:
28253         * debian/gstreamer-plugin-libs-dev.files:
28254         * debian/gstreamer-plugin-libs.files:
28255         * debian/gstreamer-plugin-template.postinst:
28256         * debian/gstreamer-plugin-template.postrm:
28257         * debian/gstreamer-sdl.files:
28258         * debian/gstreamer-sid.files:
28259         * debian/gstreamer-vorbis.files:
28260         * debian/gstreamer-x.files:
28261         * debian/mk.control:
28262         * debian/rules:
28263         Debian package info not maintained here.
28264
28265 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28266
28267         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28268         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28269         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28270         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28271         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28272         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28273         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28274         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28275         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28276         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28277         * gst-libs/gst/colorbalance/colorbalance.c:
28278         (gst_color_balance_class_init):
28279         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28280         (gst_color_balance_channel_class_init):
28281         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28282         * gst-libs/gst/play/play.c: (gst_play_class_init):
28283         * gst-libs/gst/propertyprobe/propertyprobe.c:
28284         (gst_property_probe_iface_init):
28285         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28286         * gst-libs/gst/tuner/tunerchannel.c:
28287         (gst_tuner_channel_class_init):
28288         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28289         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28290         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28291         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28292         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28293         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28294         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28295         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28296         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28297           fix signals to use - instead of _
28298         * ext/libcaca/gstcacasink.h:
28299         * ext/sdl/sdlvideosink.h:
28300           fix header rename
28301
28302 2004-03-04  David Schleef  <ds@schleef.org>
28303
28304         * testsuite/gst-lint:  Add a check for bad signal names.
28305
28306 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28307
28308         reviewed by David Schleef
28309
28310         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28311         modified the alpha channel and caused a warning. (bug #136192)
28312
28313 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28314
28315         * gst-plugins.spec.in:
28316         Change names of plugins to actually be correct. Try to keep things
28317         alphabetical to avoid getting beat up by Thomas
28318
28319 2004-03-03  Julien MOUTTE <julien@moutte.net>
28320
28321         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28322         Using ximagesink as a default if no gconf key found. We should
28323         probably consider using alsasink instead of osssink for the audio
28324         part.
28325
28326 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28327
28328         * configure.ac:
28329           fix --with-plugins, don't think it ever worked before
28330         * gst-plugins.spec.in:
28331           even more updates
28332
28333 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28334
28335         * ext/sdl/sdlvideosink.h:
28336         * sys/ximage/ximagesink.h:
28337         * sys/xvideo/xvideosink.h:
28338         * sys/xvimage/xvimagesink.h:
28339           Fix for move of gstvideosink.h -> videosink.h.
28340
28341 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28342
28343         * gst-libs/gst/xwindowlistener/Makefile.am:
28344           this is a plugin library, not a library
28345
28346 2004-03-01  David Schleef  <ds@schleef.org>
28347
28348         * AUTHORS:  Added some names.  Add yourself if you're still
28349         missing.
28350
28351 2004-03-01  David Schleef  <ds@schleef.org>
28352
28353         * MAINTAINERS: Add
28354
28355 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28356
28357         * gst-plugins.spec.in: clean up spec file
28358
28359 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28360
28361         * gst-libs/gst/video/Makefile.am:
28362         * gst-libs/gst/video/gstvideosink.c:
28363         * gst-libs/gst/video/gstvideosink.h:
28364           rename gstvideosink.h to videosink.h to match other headers
28365         * gst/mixmatrix/Makefile.am:
28366           fix plugin filename
28367         * gst/tags/Makefile.am: fix plugin filename
28368
28369 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28370
28371         * gst/tags/Makefile.am: fix plugin filename
28372
28373 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28374
28375         * examples/gstplay/player.c: (got_time_tick), (main):
28376           add error handler
28377           display time_tick more readably
28378         * gst/mixmatrix/Makefile.am:
28379           fix plugin file name
28380
28381 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28382
28383         * sys/oss/gstosselement.c: (gst_osselement_probe),
28384         (device_combination_append), (gst_osselement_class_probe_devices):
28385         * sys/oss/gstosselement.h:
28386           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28387           on my system using alsa oss emulation, fixes bug #135597
28388
28389 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28390
28391         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28392         (gst_videodrop_chain), (gst_videodrop_change_state):
28393         * gst/videodrop/gstvideodrop.h:
28394           Work based on timestamp of input data, not based on the expected
28395           framerate from the input. The consequence is that this element now
28396           not only scales framerates, but also functions as a framerate
28397           corrector or framerate stabilizer/constantizer.
28398
28399 2004-02-27  David Schleef  <ds@schleef.org>
28400
28401         patches from jmmv@menta.net (Julio M. Merino Vidal)
28402
28403         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28404         GST_ELEMENT_ERROR call (bug #135634)
28405         * gst/interleave/interleave.c: (interleave_buffered_loop),
28406         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28407         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28408         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28409         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28410         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28411         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28412         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28413         Fix GST_ELEMENT_ERROR call.
28414         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28415         GST_ELEMENT_ERROR call.
28416
28417 2004-02-27  Benjamin Otte  <otte@gnome.org>
28418
28419         * gst-libs/gst/audio/audio.h:
28420           add macro to make sure header isn't included twice
28421         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28422           don't use gst_buffer_free
28423         * gst/playondemand/filter.func:
28424           don't use gst_data_free. Free data only once.
28425
28426 2004-02-26  David Schleef  <ds@schleef.org>
28427
28428         * gst-libs/gst/colorbalance/Makefile.am:
28429         * gst-libs/gst/mixer/Makefile.am:
28430         * gst-libs/gst/tuner/Makefile.am:
28431         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28432         should not be disted, -marshal.h files should not be installed,
28433         and -enum.h files _should_ be installed.  Fix to make this the
28434         case.
28435
28436 === release 0.7.5 ===
28437
28438 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28439
28440         * configure.ac: release 0.7.5, "Under The Sea"
28441
28442 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28443
28444         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28445         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28446         * gst/videoscale/gstvideoscale.c:
28447         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28448           assorted debug/warning fixes
28449
28450 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28451
28452         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28453         (gst_videoscale_init), (gst_videoscale_chain),
28454         (gst_videoscale_set_property), (plugin_init):
28455         * gst/videoscale/gstvideoscale.h:
28456         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28457         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28458         (gst_videoscale_planar400), (gst_videoscale_packed422),
28459         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28460         (gst_videoscale_24bit), (gst_videoscale_16bit),
28461         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28462         (gst_videoscale_scale_plane_slow),
28463         (gst_videoscale_scale_point_sample),
28464         (gst_videoscale_scale_nearest),
28465         (gst_videoscale_scale_nearest_str2),
28466         (gst_videoscale_scale_nearest_str4),
28467         (gst_videoscale_scale_nearest_32bit),
28468         (gst_videoscale_scale_nearest_24bit),
28469         (gst_videoscale_scale_nearest_16bit):
28470         add debugging category and use it properly
28471         fix use of GST_PTR_FORMAT
28472
28473 2004-02-25  Andy Wingo  <wingo@pobox.com>
28474
28475         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28476         push only when channel->buffer is NULL. Prevents segfaults doing
28477         the state change after a nonlocal exit, like a scheme exception.
28478
28479         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28480         Handle the case where the intersected caps is empty.
28481
28482 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28483
28484         * gst/law/mulaw-decode.c: (mulawdec_link):
28485         * gst/law/mulaw.c: (plugin_init):
28486           fix mulawdec so it actually works again
28487
28488 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28489
28490         reviewed by: David Schleef  <ds@schleef.org>
28491
28492         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28493         (gst_gamma_init), (gst_gamma_set_property),
28494         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28495         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28496         for RGB, with separate r g and b correction factors. (#131167)
28497
28498 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28499
28500         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28501           only signal tags for bitrate if they're > 0 (#134894)
28502
28503 2004-02-24  David Schleef  <ds@schleef.org>
28504
28505         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28506         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28507         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28508         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28509         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28510         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28511         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28512         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28513         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28514         category.  Attempt to fix timestamp calculation.
28515
28516 2004-02-24  Johan Dahlin  <johan@gnome.org>
28517
28518         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28519
28520 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28521
28522         * configure.ac:
28523         * gconf/Makefile.am:
28524         * gconf/gstreamer.schemas:
28525         * gst-libs/gst/gconf/Makefile.am:
28526         * gst-libs/gst/gconf/gconf.c:
28527           version gconf schemas and install locations
28528
28529 2004-02-23  Benjamin Otte  <otte@gnome.org>
28530
28531         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28532         (gst_xine_input_subclass_init):
28533           call parent dispose.
28534           change pad template for CD reader correctly
28535         * ext/xine/Makefile.am:
28536         * ext/xine/gstxine.h:
28537         * ext/xine/xine.c: (plugin_init):
28538         * ext/xine/xineaudiosink.c:
28539           wrap audio sinks, too
28540         * gst-libs/gst/resample/private.h:
28541         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28542         (gst_resample_reinit), (gst_resample_scale),
28543         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28544         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28545         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28546         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28547         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28548         * gst-libs/gst/resample/resample.h:
28549         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28550         (gst_audioscale_class_init), (gst_audioscale_link),
28551         (gst_audioscale_get_buffer), (gst_audioscale_init),
28552         (gst_audioscale_chain), (gst_audioscale_set_property),
28553         (gst_audioscale_get_property):
28554         * gst/audioscale/gstaudioscale.h:
28555           s/resample_*/gst_resample_*/i to not clobber namespaces
28556
28557 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28558
28559         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28560         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28561         (gst_riff_create_video_template_caps),
28562         (gst_riff_create_audio_template_caps),
28563         (gst_riff_create_iavs_template_caps):
28564         * gst-libs/gst/riff/riff-media.h:
28565         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28566         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28567         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28568         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28569         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28570         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28571         (gst_matroska_demux_plugin_init): First batch implementing audio and
28572         video codec tags in demuxers.
28573
28574 2004-02-22  Benjamin Otte  <otte@gnome.org>
28575
28576         * ext/xine/Makefile.am:
28577         * ext/xine/gstxine.h:
28578         * ext/xine/xine.c: (plugin_init):
28579         * ext/xine/xineinput.c:
28580           add input plugin wrapper. Playback from files, http, mms and cdda
28581           works.
28582         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28583           remove leftover G_GNUC_UNUSED
28584         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28585         (gst_asf_demux_identify_guid):
28586           improve debugging output
28587
28588 2004-02-22  Benjamin Otte  <otte@gnome.org>
28589
28590         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28591
28592         * autogen.sh:
28593           replace test -e with test -x for mkinstalldirs to be more portable.
28594           (fixes #134816)
28595
28596 2004-02-22  Benjamin Otte  <otte@gnome.org>
28597
28598         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28599
28600         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28601           set rank to PRIMARY
28602         * gst/volume/gstvolume.c: (plugin_init):
28603           set rank to NONE
28604         fixes #134960
28605
28606 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28607
28608         reviewed by Benjamin Otte  <otte@gnome.org>
28609
28610         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28611           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28612
28613 2004-02-22  Benjamin Otte  <otte@gnome.org>
28614
28615         * configure.ac:
28616           export [_]*{gst,Gst,GST}.* symbols from plugins
28617
28618 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28619
28620         reviewed by: Benjamin Otte  <otte@gnome.org>
28621
28622         * ext/lame/gstlame.c: (add_one_tag):
28623         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28624         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28625         (gst_vorbisenc_metadata_set1):
28626         * gst/tags/gstid3tag.c:
28627         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28628           apply fixes from bugs #135042 (lame can't write tags) and #133817
28629           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28630
28631 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28632
28633         * configure.ac: Export only gst_plugin_desc from plugins.
28634          Note that this change only makes any effect with Linux using libtool
28635          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28636          fine. And don't try to have several versions of libtool in different
28637          directories.
28638
28639 2004-02-20  Andy Wingo  <wingo@pobox.com>
28640
28641         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28642         interleave respectively.
28643
28644         * gst/interleave/deinterleave.c: New plugin: deinterleave
28645         (replaces on oneton).
28646         * gst/interleave/interleave.c: New plugin: interleave.
28647         * gst/interleave/plugin.h: Support file.
28648         * gst/interleave/plugin.c: Support file.
28649
28650         * configure.ac: Remove intfloat and oneton, add interleave.
28651
28652         * ext/sndfile/gstsf.c: Handle events better.
28653
28654         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28655         and float2int operation. int2float has scheduling problems as
28656         noted in in2float_chain.
28657
28658 2004-02-20  Benjamin Otte  <otte@gnome.org>
28659
28660         * ext/xine/Makefile.am:
28661         * ext/xine/gstxine.h:
28662         * ext/xine/xine.c:
28663         * ext/xine/xineaudiodec.c:
28664         * ext/xine/xinecaps.c:
28665           add first version of xine plugin wrapper. Currently only wraps the
28666           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28667         * configure.ac:
28668         * ext/Makefile.am:
28669           add xine plugin wrapper, disabled by default. Use --enable-xine to
28670           build. Note that it'll segfault on gst-register if you don't remove
28671           the goom and tvtime post plugins from xine.
28672         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28673         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28674           add extradata parsing for QDM2.
28675           change around debugging prints.
28676
28677 2004-02-19  Benjamin Otte  <otte@gnome.org>
28678
28679         * ext/lame/gstlame.c: (gst_lame_chain):
28680         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28681           use gst_tag_list_insert when you want to insert tags
28682
28683 2004-02-18  David Schleef  <ds@schleef.org>
28684
28685         * configure.ac:  Move massink to gst-rotten
28686         * ext/Makefile.am:
28687         * ext/mas/Makefile.am:
28688         * ext/mas/massink.c:
28689         * ext/mas/massink.h:
28690
28691 2004-02-18  David Schleef  <ds@schleef.org>
28692
28693         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28694         typefinding, since it seems to be worse than nothing.
28695         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28696         atom to recognize .mp4 and .m4a files as video/quicktime.
28697
28698 2004-02-18  David Schleef  <ds@schleef.org>
28699
28700         * gst/sine/demo-dparams.c: (quit_live),
28701         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28702         Use double dparams, not float.
28703         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28704         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28705         sync'd elements don't really work correctly.
28706         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28707         (volume_update_volume), (volume_get_property):  Change dparam
28708         to double.
28709
28710 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28711
28712         * sys/ximage/ximagesink.c:
28713         (gst_ximagesink_xwindow_update_geometry),
28714         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28715         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28716         (gst_ximagesink_init): Rework the way software video scaling works. So
28717         now we check on each chain call if the video frames are feeling the
28718         window. If not we try to renegotiate caps. On failure we memorize that
28719         and we won't try again for that PLAYING sessions.
28720         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28721         failure.
28722         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28723         synchronous flag.
28724
28725 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28726
28727         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28728           break up _link so we can give a better debug message for errors
28729
28730 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28731
28732         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28733           set up debug category
28734
28735 2004-02-18  Julien MOUTTE <julien@moutte.net>
28736
28737         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28738         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28739         the way renegotiation work. The event handling function is not taking
28740         care of external windows and renegotiate method check for pad flags
28741         NEGOTIATING. Should fix : #133209
28742
28743 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28744
28745         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28746         pad is negotiating before trying renegotiation.
28747
28748 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28749
28750         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28751           pass on all possible mime types as typefind hints
28752
28753 2004-02-17  Julien MOUTTE <julien@moutte.net>
28754
28755         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28756         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28757         possible SHM leak if we crash. All other apps using XShm are doing
28758         that.
28759
28760 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28761
28762         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28763         (gst_ximagesink_expose): Renegotiate size on expose.
28764         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28765         size on expose.
28766
28767 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28768
28769         * testsuite/alsa/sinesrc.c:
28770           cosmetic fix to fix compile issue with gcc 2.95.4
28771
28772 2004-02-16  Julien MOUTTE <julien@moutte.net>
28773
28774         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28775         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28776         failed opening the audio device.
28777         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28778         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28779         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28780         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28781         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28782         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28783         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28784         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28785         Removing some useless g_return_if_fail like wingo suggested.
28786         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28787         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28788         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28789         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28790         (gst_xvimagesink_update_colorbalance),
28791         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28792         (gst_xvimagesink_xcontext_clear),
28793         (gst_xvimagesink_get_fourcc_from_caps),
28794         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28795         (gst_xvimagesink_set_xwindow_id),
28796         (gst_xvimagesink_colorbalance_list_channels),
28797         (gst_xvimagesink_colorbalance_set_value),
28798         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28799         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28800
28801 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28802
28803         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28804           throw error when not negotiated instead of asserting
28805
28806 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28807
28808         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28809         correct data refcounting.
28810
28811 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28812
28813         * gst/switch/gstswitch.c: (gst_switch_change_state),
28814         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28815         change, mostly the EOS flag.
28816
28817 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28818
28819         * examples/gstplay/player.c: (got_eos), (main): Adding some
28820         output for debugging.
28821         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28822         timeouts if we go to any state different from PLAYING.
28823         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28824         more EOS bugs in riff lib.
28825
28826 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28827
28828         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28829         visualization until i find a way to fix switch correctly.
28830         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28831         EOS arrives.
28832         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28833         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28834         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28835         Reworked switch to get a more correct behaviour with events and refing
28836         of data stored in sinkpads.
28837         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28838         we don't pull from a pad in EOS.
28839
28840 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28841
28842         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28843           remove v1 tag even if we can't read it (makes sure we don't detect
28844           it again)
28845
28846 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28847
28848         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28849         (gst_alsa_xrun_recovery):
28850         * ext/alsa/gstalsa.h:
28851           try xrun recovery when wait failed. Make xrun recovery function
28852           return TRUE/FALSE to indicate success. (might fix #134354)
28853
28854 2004-02-13  David Schleef  <ds@schleef.org>
28855
28856         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28857         (dynparm_value_changed), (main): Convert from float to double.
28858         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28859
28860 2004-02-13  David Schleef  <ds@schleef.org>
28861
28862         * gst/silence/gstsilence.c: (gst_silence_class_init),
28863         (gst_silence_set_clock), (gst_silence_get),
28864         (gst_silence_set_property), (gst_silence_get_property):
28865         * gst/silence/gstsilence.h: Add sync property.
28866         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28867         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28868         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28869         * gst/sine/gstsinesrc.h: Add sync property.
28870
28871 2004-02-13  David Schleef  <ds@schleef.org>
28872
28873         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28874         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28875
28876 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28877
28878         * configure.ac:
28879         * ext/Makefile.am:
28880         * gst-libs/ext/Makefile.am:
28881           move ffmpeg plugin to gst-ffmpeg module
28882
28883 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28884
28885         * configure.ac: use GST_ARCH to detect architecture
28886
28887 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28888
28889         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28890
28891 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28892
28893         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28894           classify LADSPA plugins based on number of src/sink pads
28895           (#133663, Stefan Kost)
28896         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28897           fix dparams registration
28898           (#133528, Stefan Kost)
28899         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28900           fix use of isprint and use g_ascii_isprint instead
28901           (#133316, Stefan Kost)
28902
28903 2004-02-11  David Schleef  <ds@schleef.org>
28904
28905         Convert a few inner loops to use liboil.  This is currently
28906         optional, and is only enabled if liboil is present (duh!).
28907         * configure.ac: Check for liboil-0.1
28908         * gst/intfloat/Makefile.am:
28909         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28910         (gst_int2float_chain_gint16):
28911         * gst/videofilter/Makefile.am:
28912         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28913         (tablelookup_u8), (gst_videobalance_planar411):
28914         * gst/videotestsrc/Makefile.am:
28915         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28916         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28917         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28918         (paint_hline_RGB565), (paint_hline_xRGB1555):
28919
28920 2004-02-11  David Schleef  <ds@schleef.org>
28921
28922         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28923         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28924         (gst_colorspace_getcaps), (gst_colorspace_link),
28925         (gst_colorspace_base_init), (gst_colorspace_init),
28926         (gst_colorspace_chain), (gst_colorspace_change_state),
28927         (plugin_init): Merge Ronald's patch (bug #117897) and update
28928         for new caps and negotiation.  Seems to work, although it
28929         shows off bugs in lcs.
28930
28931 2004-02-11  David Schleef  <ds@schleef.org>
28932
28933         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28934         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28935
28936 2004-02-11  David Schleef  <ds@schleef.org>
28937
28938         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28939         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28940         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28941         Add server and port properties
28942
28943 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28944
28945         * m4/a52.m4:
28946         * m4/aalib.m4:
28947         * m4/as-ffmpeg.m4:
28948         * m4/as-liblame.m4:
28949         * m4/as-slurp-ffmpeg.m4:
28950         * m4/check-libheader.m4:
28951         * m4/esd.m4:
28952         * m4/freetype2.m4:
28953         * m4/gconf-2.m4:
28954         * m4/glib.m4:
28955         * m4/gst-alsa.m4:
28956         * m4/gst-artsc.m4:
28957         * m4/gst-ivorbis.m4:
28958         * m4/gst-matroska.m4:
28959         * m4/gst-sdl.m4:
28960         * m4/gst-shout2.m4:
28961         * m4/gst-sid.m4:
28962         * m4/gtk.m4:
28963         * m4/libdv.m4:
28964         * m4/libfame.m4:
28965         * m4/libmikmod.m4:
28966         * m4/ogg.m4:
28967         * m4/vorbis.m4:
28968           fix underquotedness of macros (#133800)
28969         * m4/as-avifile.m4:
28970         * m4/xmms.m4:
28971           removed because no longer used
28972
28973 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28974
28975         * configure.ac:
28976           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28977           by autopoint (fixes #132996)
28978
28979 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28980
28981         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28982         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28983         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28984         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28985           fix memleaks
28986
28987 2004-02-11  David Schleef  <ds@schleef.org>
28988
28989         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28990         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28991         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28992         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28993         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28994         (gst_jpegenc_class_init), (gst_jpegenc_init),
28995         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28996         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28997         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28998         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28999
29000 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29001
29002         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
29003         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
29004         * ext/mikmod/gstmikmod.h:
29005           fix caps negotiation in mikmod
29006         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
29007           output debug information
29008
29009 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29010
29011         * gst-libs/gst/colorbalance/Makefile.am:
29012         * gst-libs/gst/navigation/Makefile.am:
29013         * gst-libs/gst/xoverlay/Makefile.am:
29014           remove unused GST_OPT_CFLAGS from Makefiles
29015           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
29016
29017 2004-02-07  David Schleef  <ds@schleef.org>
29018
29019         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
29020         push events to pads that haven't been created (#133508)
29021
29022 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
29023
29024         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29025         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
29026         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29027         (gst_dvdec_loop), (gst_dvdec_change_state):
29028         Second attempt at committing a working dvdec element.
29029
29030 2004-02-06  David Schleef  <ds@schleef.org>
29031
29032         Build fixes for OS X: (see #129600)
29033         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
29034         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
29035         (gst_riff_read_strf_iavs):
29036         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29037         (gst_avi_demux_stream_odml):
29038         * gst/playondemand/Makefile.am:
29039         * gst/rtp/rtp-packet.c:
29040
29041 2004-02-05  David Schleef  <ds@schleef.org>
29042
29043         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29044         last change, because it Just Doesn't Compile.
29045
29046 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29047
29048         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29049           skip undecodable id3v2 tag instead of keeping it
29050
29051 2004-02-05  David Schleef  <ds@schleef.org>
29052
29053         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29054         Unref leaked buffer.  (Noticed by Ronald)
29055
29056 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
29057
29058         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29059         Sync requires with other checks.  >= vs =.
29060
29061 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
29062
29063         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29064         (gst_dvdec_video_link), (gst_dvdec_loop):
29065         * ext/dv/gstdvdec.h:
29066           rework the caps negotiation so that dvdec works again instead
29067           of just segfaulting.
29068
29069 === release 0.7.4 ===
29070
29071 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29072
29073         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29074         * configure.ac: changed for release
29075
29076 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29077
29078         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29079         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29080         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29081         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29082           reworked patch by David Lehn to fix libdir and includedir for
29083           uninstalled libraries
29084           removed play and gconf from gstreamer-libs since they have their
29085           own pkgconfig files
29086
29087 2004-02-04  David Schleef  <ds@schleef.org>
29088
29089         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29090         memleak.
29091
29092 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29093
29094         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29095           use correct GST_TAG_ENCODER tag
29096
29097 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29098
29099         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29100           be sure to stop the clock when going to paused
29101         * sys/oss/gstosssink.c: (gst_osssink_change_state):
29102           reset number of transmitted when going to ready.
29103         fixes #132935
29104
29105 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
29106
29107         reviewed by Benjamin Otte
29108
29109         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29110           extract track count (fixes #133410)
29111
29112 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29113
29114         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29115           that should be !=, not == (fixes #132519)
29116
29117 2004-02-04  David Schleef  <ds@schleef.org>
29118
29119         Make sure set_explicit_caps() is called before adding pad.
29120         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29121         * gst/id3/gstid3types.c: (gst_id3types_loop):
29122         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29123         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29124
29125 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29126
29127         * configure.ac:
29128           bump nano to 2, first prerelease
29129           put back AM_PROG_LIBTOOL
29130
29131 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29132
29133         * testsuite/alsa/Makefile.am:
29134           these are user test apps, not automatic testsuite tests
29135
29136 2004-02-04  David Schleef  <ds@schleef.org>
29137
29138         Convert GST_DEBUG_CAPS() to GST_DEBUG():
29139         * gst/mpeg1videoparse/gstmp1videoparse.c:
29140         (mp1videoparse_parse_seq):
29141         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29142         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29143         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29144         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29145         (gst_xvideosink_getcaps):
29146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29147         * testsuite/gst-lint: more tests
29148
29149 2004-02-04  David Schleef  <ds@schleef.org>
29150
29151         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29152         with the code that they would expand to.
29153         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29154         (gst_flacdec_get_src_query_types),
29155         (gst_flacdec_get_src_event_masks):
29156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29157         (gst_gnomevfssrc_get_query_types),
29158         (gst_gnomevfssrc_get_event_mask):
29159
29160 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29161
29162         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29163         (gst_sinesrc_dispose):
29164           fix memleak by properly disposing sinesrc
29165
29166 2004-02-04  Julien MOUTTE  <julien@moutte.net>
29167
29168         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29169         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29170         an overlay to redraw the image because it has been exposed.
29171         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29172         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29173         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29174         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29175         interface
29176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29177         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29178         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29179         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29180         interface
29181
29182 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29183
29184         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29185           more memleak fixage
29186
29187 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29188
29189         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29190         * gst/typefind/gsttypefindfunctions.c:
29191           fix memleaks shown by gst-typefind
29192
29193 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29194
29195         * common/glib-gen.mak:
29196           add hack rule to touch .Plo files
29197         * gst-libs/gst/colorbalance/Makefile.am:
29198         * gst-libs/gst/mixer/Makefile.am:
29199         * gst-libs/gst/play/Makefile.am:
29200         * gst-libs/gst/tuner/Makefile.am:
29201           remove glib_root variable
29202
29203 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29204
29205         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29206           set explicit caps before adding the element, so the autopluggers can
29207           plug correctly.
29208         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29209         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29210         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29211         (dv_type_find):
29212           fix memleaks in typefind functions. gst_type_find_suggest takes a const
29213           argument.
29214
29215 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29216
29217         * gst-libs/gst/colorbalance/Makefile.am:
29218         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29219         * gst-libs/gst/colorbalance/colorbalance.c:
29220         * gst-libs/gst/colorbalance/colorbalance.h:
29221         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29222         * gst-libs/gst/mixer/Makefile.am:
29223         * gst-libs/gst/mixer/mixer-marshal.list:
29224         * gst-libs/gst/mixer/mixer.c:
29225         * gst-libs/gst/mixer/mixer.h:
29226         * gst-libs/gst/mixer/mixermarshal.list:
29227         * gst-libs/gst/play/Makefile.am:
29228         * gst-libs/gst/play/play.h:
29229         * gst-libs/gst/tuner/Makefile.am:
29230         * gst-libs/gst/tuner/tuner-marshal.list:
29231         * gst-libs/gst/tuner/tuner.c:
29232         * gst-libs/gst/tuner/tuner.h:
29233         * gst-libs/gst/tuner/tunermarshal.list:
29234           use new glib-gen.mak snippet to clean up Makefile.am
29235           fix various bugs in Makefile.am's
29236
29237 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29238
29239         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29240           handle chain parsing correctly in the multichain case
29241         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29242         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29243         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29244         (theora_dec_chain):
29245           handle events and queries correctly
29246
29247 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29248
29249         * .cvsignore:
29250         Ignore generated file _stdint.h.
29251
29252 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29253
29254         * gst-libs/gst/colorbalance/Makefile.am:
29255         * gst-libs/gst/colorbalance/colorbalance.h:
29256         * gst-libs/gst/mixer/Makefile.am:
29257         * gst-libs/gst/mixer/mixer.h:
29258         * gst-libs/gst/play/Makefile.am:
29259         * gst-libs/gst/play/play.h:
29260         * gst-libs/gst/tuner/Makefile.am:
29261         * gst-libs/gst/tuner/tuner.h:
29262         Generate enum type code with glib-mkenums.
29263         * gst-libs/gst/colorbalance/.cvsignore:
29264         * gst-libs/gst/mixer/.cvsignore:
29265         * gst-libs/gst/play/.cvsignore:
29266         * gst-libs/gst/tuner/.cvsignore:
29267         Ignore generated files.
29268
29269 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29270
29271         * gst-libs/gst/audio/.cvsignore:
29272         Ignore generated file.
29273         * gst-libs/gst/audio/Makefile.am:
29274         Do not install example filter.
29275
29276 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29277
29278         * examples/switch/.cvsignore:
29279         Ignore generated file.
29280
29281 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29282
29283         * common/m4/ax_create_stdint_h.m4:
29284         * configure.ac:
29285           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29286           _stdint.h.
29287         * Makefile.am:
29288           remove generated _stdint.h in DISTCLEANFILES
29289         * ext/a52dec/gsta52dec.c:
29290           include _stdint.h for a52dec. (should fix #133064)
29291
29292 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29293
29294         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29295         (gst_tag_to_vorbis_comments):
29296         Add replaygain support to vorbistag
29297
29298 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29299         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29300         (gst_ffmpeg_caps_to_extradata):
29301           Fix SVQ3 caps flag properties
29302           Use glib macro for bytes swap
29303
29304 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29305
29306         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29307         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29308         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29309         * ext/sndfile/gstsf.c: (plugin_init):
29310         * gst/avi/gstavi.c: (plugin_init):
29311         * sys/dxr3/dxr3init.c: (plugin_init):
29312         * sys/oss/gstossaudio.c: (plugin_init):
29313         * sys/v4l/gstv4l.c: (plugin_init):
29314         * sys/v4l2/gstv4l2.c: (plugin_init):
29315           remove textdomain calls
29316         * po/nl.po:
29317           update Dutch translation
29318
29319 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29320
29321         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29322         (gst_play_set_audio_sink): Moving volume in the audio thread for
29323         instantaneous volume change. Maybe i will add another volume in front
29324         of visualization later, not sure yet though.
29325
29326 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29327
29328         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29329         (gst_ximagesink_handle_xevents): Better X events handling, only take
29330         the latest events for configure and motion.
29331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29332
29333 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29334
29335         reviewed by: David Schleef  <ds@schleef.org>
29336
29337         Fix memory leaks:
29338         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29339         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29340
29341 2004-02-02  David Schleef  <ds@schleef.org>
29342
29343         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29344         of lines.
29345         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29346         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29347         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29348         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29349         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29350         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29351         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29352         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29353         (gst_float2_2_int_link):
29354         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29355         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29356         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29357         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29358         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29359         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29360         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29361         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29362         * testsuite/gst-lint: Add tests for bzero and ;;
29363
29364 2004-02-02  David Schleef  <ds@schleef.org>
29365
29366         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29367
29368 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29369
29370         * ext/aalib/gstaasink.c: (gst_aasink_open):
29371         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29372         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29373         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29374         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29375         (gst_afsink_close_file):
29376         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29377         (gst_afsrc_close_file):
29378         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29379         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29380         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29381         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29382         * ext/esd/esdmon.c: (gst_esdmon_get):
29383         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29384         * ext/faac/gstfaac.c: (gst_faac_chain):
29385         * ext/faad/gstfaad.c: (gst_faad_chain):
29386         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29387         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29388         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29389         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29390         (gst_flacdec_loop):
29391         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29392         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29393         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29394         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29395         (gst_gnomevfssink_close_file):
29396         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29397         (gst_gnomevfssrc_open_file):
29398         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29399         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29400         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29401         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29402         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29403         * ext/mad/gstmad.c: (gst_mad_chain):
29404         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29405         * ext/mpeg2dec/gstmpeg2dec.c:
29406         * ext/mpeg2enc/gstmpeg2enc.cc:
29407         * ext/mplex/gstmplex.cc:
29408         * ext/mplex/gstmplexibitstream.cc:
29409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29410         (gst_ogg_demux_push):
29411         * ext/raw1394/gstdv1394src.c:
29412         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29413         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29414         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29415         (gst_sf_loop):
29416         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29417         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29418         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29419         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29420         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29421         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29422         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29423         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29424         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29425         (gst_riff_read_element_data), (gst_riff_read_seek),
29426         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29427         * gst/adder/gstadder.c: (gst_adder_loop):
29428         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29429         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29430         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29431         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29432         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29433         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29434         * gst/goom/gstgoom.c: (gst_goom_chain):
29435         * gst/id3/gstid3types.c: (gst_id3types_loop):
29436         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29437         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29438         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29439         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29440         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29441         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29442         (gst_ebml_read_float), (gst_ebml_read_header):
29443         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29444         (gst_matroska_demux_parse_blockgroup):
29445         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29446         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29447         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29448         * gst/silence/gstsilence.c: (gst_silence_get):
29449         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29450         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29451         * gst/speed/gstspeed.c: (speed_loop):
29452         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29453         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29454         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29455         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29456         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29457         (gst_wavparse_loop):
29458         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29459         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29460         (dxr3audiosink_close):
29461         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29462         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29463         (dxr3videosink_close), (dxr3videosink_write_data):
29464         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29465         * sys/oss/gstosssink.c: (gst_osssink_chain):
29466         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29467         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29468         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29469         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29470         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29471         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29472         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29473         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29474         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29475         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29476         (gst_v4l_set_audio):
29477         * sys/v4l/v4l_calls.h:
29478         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29479         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29480         (gst_v4lmjpegsink_playback_init),
29481         (gst_v4lmjpegsink_playback_start):
29482         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29483         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29484         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29485         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29486         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29487         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29488         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29489         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29490         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29491         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29492         (gst_v4l2_get_output), (gst_v4l2_set_output),
29493         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29494         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29495         (gst_v4l2_set_attribute):
29496         * sys/v4l2/v4l2_calls.h:
29497         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29498         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29499         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29500         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29501         (gst_v4l2src_capture_stop):
29502         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29503         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29504         (gst_ximagesink_chain):
29505         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29506         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29507         (gst_xvideosink_xwindow_new):
29508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29509         (gst_xvimagesink_chain):
29510
29511 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29512
29513         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29514         (gst_volume_get_volume), (volume_class_init), (volume_init),
29515         (volume_chain_int16), (volume_update_volume):
29516         * gst/volume/gstvolume.h:
29517           make code more readable by removing magic numbers
29518           make mixer interface export 0-100 range
29519           make it internally map to 0.0-1.0 range so users don't distort
29520           output by putting the sliders at full volume
29521
29522 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29523
29524         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29525         (gst_play_state_change), (gst_play_seek_to_time):
29526         block the tick callback for 0.5 secs after doing a seek
29527
29528 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29529
29530         * gst-libs/gst/play/play.c: (gst_play_new):
29531           check for GError
29532
29533 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29534
29535         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29536         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29537         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29538         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29539         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29540         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29541
29542 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29543
29544         * configure.ac:
29545         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29546           check for a function added in vorbis 1.1
29547
29548 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29549
29550         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29551         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29552           really start/stop clock only on PLAYING <=> PAUSED
29553         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29554           remove \n from debugging lines
29555         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29556           make it work when seeking does not
29557         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29558           reset on DISCONT
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           start clock on PAUSED=>PLAYING, not later
29564         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29565           extract correct time for different discont formats
29566         (gst_alsa_sink_get_time):
29567           don't segfault when no format is negotiated yet, just return 0
29568         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29569         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29570         (gst_ogg_pad_push):
29571           handle flush and discont events correctly
29572         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29573           handle discont events correctly
29574
29575 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29576
29577         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29578         (gst_play_error_create), (gst_play_error_plugin),
29579         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29580         * gst-libs/gst/play/play.h:
29581           add error handling during creation
29582         * examples/gstplay/player.c: (main):
29583           use new gst_play_new
29584
29585
29586 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29587
29588         * ext/theora/theoradec.c: (theora_dec_chain):
29589           make comments work
29590         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29591         (vorbis_dec_src_event), (vorbis_dec_chain):
29592           add encoder tag, fix tag reading to be more error tolerant, change
29593           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29594           gst_pad_event_default.
29595         * gst/tags/gstvorbistag.c:
29596         (gst_tag_list_from_vorbiscomment_buffer):
29597           undefine function specific define at end of function
29598
29599 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29600
29601         * ext/flac/gstflac.c: (plugin_init):
29602         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29603         * ext/flac/gstflacdec.h:
29604         * ext/flac/gstflacenc.h:
29605           Fix typos
29606
29607 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29608
29609         * examples/gstplay/player.c: s/gstplay.h/play.h/
29610
29611 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29612
29613         * gst-libs/gst/play/Makefile.am:
29614         * gst-libs/gst/play/gstplay.c:
29615         * gst-libs/gst/play/gstplay.h:
29616         * gst-libs/gst/play/play.c:
29617           more surgery, operation complete
29618
29619 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29620
29621         * gst-libs/gst/play/play.old.c:
29622         * gst-libs/gst/play/play.old.h:
29623           after CVS surgery by moving, remove
29624         * gst-libs/gst/play/playpipelines.c:
29625           remove
29626
29627         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29628           add negotiation error
29629
29630 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29631
29632         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29633         (gst_ogg_demux_push):
29634           add some seeking debug info
29635           send a flush when seeking
29636
29637 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29638
29639         * configure.ac:
29640           use AC_C_INLINE
29641         * configure.ac:
29642         * ext/Makefile.am:
29643         * ext/theora/Makefile.am:
29644         * ext/theora/theoradec.c:
29645           add theora video decoder. Does just do simple decoding for now and
29646           has been tested against Theora cvs only. It only works when theora
29647           is compiled with --enable-static.
29648         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29649           always reset packetno on DISCONT
29650
29651 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29652
29653         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29654           Fix audio.
29655
29656 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29657
29658         * gst/mpegaudioparse/gstmpegaudioparse.c:
29659         (mp3_type_frame_length_from_header):
29660           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29661
29662 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29663
29664         * ext/esd/esdsink.c: (gst_esdsink_init):
29665           Since we have static pad template caps, we don't need to negotiate;
29666           either the core errors out or we know the format.
29667
29668 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29669
29670         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29671         (gst_riff_read_seek):
29672         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29673         (gst_ebml_read_seek):
29674           Fix event handling.
29675
29676 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29677
29678         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29679           removee video/x-theora from vp3 decoder, it doesn't handle raw
29680           theora streams
29681         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29682           fix bug with finalizing element that never went to PAUSED
29683         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29684           length and position queries were swapped
29685         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29686         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29687         (vorbis_dec_src_event):
29688           implement querying time and bytes
29689
29690 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29691
29692         * just about every source file:
29693           gst_element_error -> GST_ELEMENT_ERROR
29694
29695 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29696
29697         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29698         emiting FLUSH and even before DISCONT.
29699         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29700         get the best instant seeking as possible yay!
29701
29702 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29703
29704         * gst/mpeg1videoparse/gstmp1videoparse.c:
29705         (gst_mp1videoparse_real_chain):
29706           Committed wrong version last week... Grr... Didn't notice until now.
29707
29708 2004-01-29  Julien MOUTTE <julien@moutte.net>
29709
29710         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29712         have_xwindow_id signal in xwindow_create.
29713
29714 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29715
29716         * ext/ogg/gstoggdemux.c:
29717           lots of changes - mainly support for chained bitstreams, seeking,
29718           querying and bugfixes of course
29719         * ext/vorbis/Makefile.am:
29720         * ext/vorbis/vorbisdec.c:
29721         * ext/vorbis/vorbisdec.h:
29722           add vorbisdec raw vorbis decoder
29723         * ext/vorbis/vorbis.c: (plugin_init):
29724           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29725         * gst/intfloat/Makefile.am:
29726         * gst/intfloat/float22int.c:
29727         * gst/intfloat/float22int.h:
29728         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29729           add float2intnew plugin. It converts multichannel interleaved float to
29730           multichannel interleaved int. The name should probably be changed.
29731         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29732         (plugin_init):
29733           add typefinding for raw theora video so oggdemux can detect it.
29734
29735 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29736
29737         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29738         sink element first.
29739         * gst/videoscale/gstvideoscale.c:
29740         (gst_videoscale_handle_src_event): Fixing src event handler.
29741
29742 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29743
29744         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29745         (gst_v4lsrc_open), (gst_v4lsrc_close),
29746         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29747         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29748         * sys/v4l/gstv4lsrc.h:
29749         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29750         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29751           Implement resizing... Hack. But that's why v4l is b0rked...
29752
29753 2004-01-28  Julien MOUTTE <julien@moutte.net>
29754
29755         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29756         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29757         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29758         (gst_ximagesink_xwindow_destroy):
29759         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29760         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29761         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29762         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29763         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29764         correctly cleaning the image created to check xshm calls on succes,
29765         added a lot of XSync calls in X11 functions, and fixed a segfault when
29766         no image format was defined before negotiation happened.
29767
29768 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29769
29770         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29771           use gst_element_get_time to get correct time
29772
29773 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29774
29775         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29776         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29777         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29778         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29779         (gst_xvimagesink_check_xshm_calls),
29780         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29781         X plugins are now able to detect that XShm calls will fail even if the
29782         server claims that it has XShm support (remote displays most of the
29783         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29784         so that we use non XShm functions. This feature is almost useless for
29785         xvimagesink as Xv is not supported on remote displays anyway, but
29786         it might happen than even on the local display XShm calls fail.
29787
29788 2004-01-27  David Schleef  <ds@schleef.org>
29789
29790         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29791         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29792         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29793         changed esdsink to only use 44100,16,2, since esd sucks at rate
29794         conversion and esdsink has had difficulty negotiating.
29795
29796 2004-01-27  Julien MOUTTE <julien@moutte.net>
29797
29798         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29799         (gst_play_seek_to_time): Fixing the way to get current position.
29800
29801 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29802
29803         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29804           use gst_element_get_time to get correct time
29805
29806 2004-01-27  Julien MOUTTE <julien@moutte.net>
29807
29808         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29809         fix ever... Inverting 2 lines of code make spider autoplug correctly
29810         tagged mp3 !
29811
29812 2004-01-27  David Schleef  <ds@schleef.org>
29813
29814         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29815         Use gst_pad_try_set_caps_nonfixed().
29816
29817 2004-01-27  David Schleef  <ds@schleef.org>
29818
29819         * gst/ac3parse/gstac3parse.c: update to checklist 5
29820         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29821         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29822         * gst/audioscale/gstaudioscale.c: same
29823         * gst/auparse/gstauparse.c: same
29824         * gst/avi/gstavidemux.c: same
29825
29826 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29827
29828         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29829           stop processing after EOS
29830
29831 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29832
29833         * gst/asfdemux/asfheaders.h:
29834         * gst/asfdemux/gstasfdemux.c:
29835         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29836         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29837         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29838           lot's of fixes to make data extraction simpler and get the code
29839           architecture and compiler independant. Add debugging category
29840         * gst/goom/gstgoom.c: (gst_goom_change_state):
29841           reset channel count on PAUSED=>READY, not READY=>PAUSED
29842
29843 2004-01-26  Colin Walters  <walters@verbum.org>
29844
29845         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29846         code to pull a bigger buffer in iradio mode.  This as a side effect
29847         makes typefinding work.
29848
29849 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29850
29851         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29852         Fix SVQ3 decoding on PPC
29853
29854 2004-01-26  Julien MOUTTE <julien@moutte.net>
29855
29856         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29857         that one managed to stay there... Fixed.
29858
29859 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29860
29861         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29862         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29863         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29864         (qtdemux_video_caps):
29865         * gst/qtdemux/qtdemux.h:
29866         Add SVQ3 specific flags to qtdemux and ffmpeg
29867
29868 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29869
29870         * gst-libs/gst/audio/audio.h:
29871           remove buffer-frames from audio caps
29872         * gst/audioconvert/gstaudioconvert.c:
29873           fix plugin to really work.
29874
29875 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29876
29877         * gst-libs/gst/mixer/mixer.c:
29878         * gst-libs/gst/propertyprobe/propertyprobe.c:
29879         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29880         (gst_tuner_find_channel_by_name):
29881         * gst-libs/gst/tuner/tuner.h:
29882           Add gtk-doc style comments. Also fix a function name.
29883
29884 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29885
29886         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29887         (gst_divxdec_negotiate):
29888           Fix for new capsnego - also fixes gst-player with divxdec.
29889
29890 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29891
29892         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29893         (gst_play_identity_handoff), (gst_play_set_location),
29894         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29895         try in visualization implementation. Still have an issue with switch
29896         blocking when pulling from video_queue and only audio comes out of
29897         spider.
29898         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29899         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29900         release method. And check if the pad is usable before pulling.
29901
29902 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29903
29904         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29905         (gst_videobalance_init),
29906         (gst_videobalance_colorbalance_list_channels),
29907         (gst_videobalance_colorbalance_set_value),
29908         (gst_videobalance_colorbalance_get_value),
29909         (gst_videobalance_update_properties),
29910         (gst_videobalance_update_tables_planar411),
29911         (gst_videobalance_planar411):
29912         * gst/videofilter/gstvideobalance.h:
29913           Implement lookup-tables. +/- 10x faster.
29914
29915 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29916
29917         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29918         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29919           The index reading was broken. The rest worked fine, but the whole
29920           goal of my rewrite was to make avidemux readable, and this was
29921           not at all readable. Please use typed variables.
29922
29923 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29924
29925         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29926           Additional pad usability check.
29927         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29928         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29929         (gst_mp1videoparse_real_chain):
29930           Fix MPEG video stream parsing. The original plugin had several
29931           issues, including not timestamping streams where the source was
29932           not timestamped (this happens with PTS values in mpeg system
29933           streams, but MPEG video is also a valid stream on its own so
29934           that needs timestamps too). We use the display time code for that
29935           for now. Also, if one incoming buffer contains multiple valid
29936           frames, we push them all on correctly now, including proper EOS
29937           handling. Lastly, several potential segfaults were fixed, and we
29938           properly sync on new sequence/gop headers to include them in next,
29939           not previous frames (since they're header for the next frame, not
29940           the previous). Also see #119206.
29941         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29942         (bpf_from_header):
29943           Move caps setting so we only do it after finding several valid
29944           MPEG-1 fraes sequentially, not right after the first one (which
29945           might be coincidental).
29946         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29947         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29948         (plugin_init):
29949           Add unsynced MPEG video stream typefinding, and change some
29950           probability values so we detect streams rightly. The idea is as
29951           follows: I can have an unsynced system stream which contains
29952           video. In the current code, I would randomly get a type for either
29953           system or video stream type found, because the probabilities are
29954           being calculated rather randomly. I now use fixed values, so we
29955           always prefer system stream if that was found (and that is how it
29956           should be). If no system stream was found, we can still identity                the stream as video-only.
29957
29958 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29959
29960         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29961         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29962           don't write to buffer. Extract data without the need of
29963           __attribute__ ((packed))
29964
29965 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29966
29967         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29968         (mpeg1_sys_type_find):
29969           Fix MPEG-1 stream typefinding.
29970
29971 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29972
29973         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29974           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29975
29976 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29977
29978         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29979         * ext/esd/gstesd.c: (plugin_init):
29980           private debugging, better error reporting
29981
29982 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29983
29984         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29985         (gst_riff_read_init), (gst_riff_read_change_state):
29986         * gst-libs/gst/riff/riff-read.h:
29987           Remove stuff fromold metadata system.
29988
29989 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29990
29991         * ext/ogg/gstoggdemux.c:
29992           Fix wrong file comment.
29993         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29994         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29995           Add metadata reading properly.
29996
29997 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29998
29999         * ext/Makefile.am:
30000           Fix nas DIST_SUBDIRS
30001           Uraeus:
30002           Fix bug where make distcheck doesn't get run on adding stuff to
30003           the build.
30004
30005 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30006
30007         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
30008         * ext/divx/gstdivxdec.h:
30009           Fix divx3 ("msmpeg4") playback using divxdec.
30010
30011 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30012
30013         * gst/typefind/gsttypefindfunctions.c:
30014         (mp3_type_frame_length_from_header): fix bug in length computation
30015         (mp3_type_find): improve debugging output
30016
30017 2004-01-23  Julien MOUTTE  <julien@moutte.net>
30018
30019         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30020         (gst_play_set_location), (gst_play_seek_to_time),
30021         (gst_play_set_audio_sink), (gst_play_set_visualization),
30022         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
30023         the pipeline from scratch. Visualization is back and switch went out as
30024         i realized it was not possible to use the way i wanted.
30025         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
30026         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
30027         clearing in state change from READY to NULL. So that one can clean the
30028         X ressources keeping the element.
30029         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30030         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
30031         (gst_xvimagesink_colorbalance_set_value),
30032         (gst_xvimagesink_colorbalance_get_value),
30033         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
30034         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
30035         change from READY to NULL and fixed some stupid bugs in colorbalance
30036         get/set values. Also added the following feature : when nobody tries to
30037         set some values to the colorbalance levels before the xcontext is
30038         grabbed, then when creating channels list from Xv attributes we set the
30039         internal values to the Xv defaults. This way we handle buggy Xv drivers
30040         that set default hue values far from the middle of the range (Thanks
30041         to Jon Trowbridge for pointing that issue).
30042         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30043         colorbalance levels have been set before xcontext is grabbed.
30044
30045 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30046
30047         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30048           Fix the ossmixer case where we shouldn't open /dev/dsp* because
30049           it might block operations (which is bad for a mixer).
30050
30051 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30052
30053         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30054         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30055         (gmip_find_type_pre):
30056         * gst-libs/gst/media-info/media-info-priv.h:
30057         * gst-libs/gst/media-info/media-info.c:
30058         (gst_media_info_instance_init), (gst_media_info_read_idler):
30059         add fakesink to get caps on decoder src pad again
30060         fix callback prototype to match new have_type signal signature
30061
30062 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30063
30064         * gst/adder/gstadder.c: (gst_adder_link):
30065           fix non-compile and cut-n-paste code
30066
30067 2004-01-21  David Schleef  <ds@schleef.org>
30068
30069         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30070         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30071         (gst_swfdec_init), (gst_swfdec_change_state):
30072         * ext/swfdec/gstswfdec.h:
30073         Fix negotiation.
30074         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30075         (gst_adder_request_new_pad): Fix negotiation.
30076         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30077         Add a fixate function.
30078         * gst/intfloat/gstfloat2int.c:
30079         * gst/intfloat/gstfloat2int.h:
30080         * gst/intfloat/gstint2float.c:
30081         * gst/intfloat/gstint2float.h:
30082         Completely rewrite the negotiation.  Doesn't quite work yet,
30083         due to some buffer-frames problem.
30084
30085 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30086
30087         * ext/gnomevfs/gstgnomevfssrc.c:
30088         * sys/v4l2/v4l2_calls.h:
30089           fix includes for distcheck
30090
30091 2004-01-21  Christian Schaller <uraeus@gnome.org>
30092
30093         * ext/nas/
30094         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30095         based on earlier patch from Laurent Vivier
30096
30097 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
30098
30099         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30100         Fix wma caps property
30101         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30102         Fix typo (flags1 and flags2)
30103
30104 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30105
30106         * gst-libs/gst/media-info/media-info-priv.c:
30107         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30108         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30109         (gmip_find_stream), (gmip_find_track_metadata),
30110         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30111         (gmip_find_track_format):
30112         * gst-libs/gst/media-info/media-info-priv.h:
30113         * gst-libs/gst/media-info/media-info-test.c: (main):
30114         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30115         (gst_media_info_read_idler), (gst_media_info_read):
30116         * gst-libs/gst/media-info/media-info.h:
30117           register debugging category and use it for debugging
30118
30119 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30120
30121         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30122         (gst_vorbisfile_new_link):
30123           signal streaminfo through tags
30124
30125 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30126
30127         * ext/mplex/gstmplex.cc:
30128         * ext/mplex/gstmplexibitstream.cc:
30129           g++ doesn't like NULL in our i18n/error macros, should be
30130           either (NULL) or ("").
30131
30132 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30133
30134         * sys/dxr3/dxr3audiosink.c:
30135         * sys/dxr3/dxr3init.c:
30136         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30137         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30138           Fix more error error error errors (missing includes here).
30139
30140 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30141
30142         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30143           fix thomas' error errors.
30144
30145 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30146
30147         * ext/mpeg2enc/gstmpeg2enc.cc:
30148           fix error errors.
30149
30150 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30151
30152         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30153         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30154           Fix for new error system.
30155
30156 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30157
30158         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30159           fix for new error reporting
30160
30161 2004-01-20  David Schleef  <ds@schleef.org>
30162
30163         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30164         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30165         (gst_ximagesink_set_xwindow_id): Change to using a framerate
30166         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30167         and neither is 100+, most likely.
30168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30169         (gst_xvimagesink_getcaps): same
30170
30171 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30172
30173         * configure.ac:
30174           Up version requirement to 2.0.3 (not yet released) to avoid symbol
30175           clashes with ffmpeg.
30176
30177 2004-01-20  Julien MOUTTE  <julien@moutte.net>
30178
30179         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30180         (gst_switch_init): Fixed switch element : proxying link and setting
30181         caps from src to sink on request.
30182
30183 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30184
30185         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30186         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30187         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30188         fix element_error
30189
30190 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30191
30192         * sys/v4l/v4l_calls.h:
30193         * sys/v4l2/v4l2_calls.h:
30194           element_error fixes
30195
30196 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30197
30198         * gst-libs/gst/gst-i18n-plugin.h:
30199           add locale.h
30200           remove config.h inclusion
30201
30202 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30203
30204         * autogen.sh:
30205           adding autopoint invocation
30206         * Makefile.am:
30207         * configure.ac:
30208         * gst-libs/gst/gettext.h:
30209           adding gettext bits
30210         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30211         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30212         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30213         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30214         (gst_gnomevfssink_close_file):
30215         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30216         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30217         * gst-libs/gst/gst-i18n-plugin.h:
30218         * gst/avi/gstavi.c: (plugin_init):
30219         * sys/dxr3/dxr3init.c: (plugin_init):
30220         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30221         * sys/oss/gstossaudio.c: (plugin_init):
30222         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30223         * sys/v4l/gstv4l.c: (plugin_init):
30224         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30225         * sys/v4l2/gstv4l2.c: (plugin_init):
30226         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30227         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30228         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30229         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30230         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30231         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30232           make sure locale and translation domain are set
30233           fix translated strings
30234         * po/.cvsignore:
30235         * po/LINGUAS:
30236         * po/Makevars:
30237         * po/POTFILES.in:
30238         * po/nl.po:
30239           put translation files into place
30240         * sys/xvideo/imagetest.c: (main):
30241         * ext/dv/demo-play.c: (main):
30242           fix unnecessary translations
30243
30244 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30245
30246         * ext/sndfile/gstsf.c:
30247         * gst/avi/gstavimux.c:
30248         * ext/audiofile/gstafsink.c:
30249         * ext/audiofile/gstafsrc.c:
30250         * ext/gnomevfs/gstgnomevfssink.c:
30251         * ext/gnomevfs/gstgnomevfssrc.c:
30252         * sys/oss/gstosselement.c:
30253         * sys/v4l/v4l_calls.h:
30254           fix i18n include
30255
30256 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30257
30258         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30259         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30260         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30261         (gst_v4l2_get_output), (gst_v4l2_set_output),
30262         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30263         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30264         (gst_v4l2_set_attribute):
30265         update to new error handling
30266
30267 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30268
30269         * ext/sidplay/gstsiddec.cc:
30270         * gst/modplug/gstmodplug.cc:
30271           parenthese NULL because C++ seems angry about it
30272
30273 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30274
30275         * gst-libs/gst/gst-i18n-plugin.h:
30276           add skeleton i18n stuff, but needs to be further implemented
30277
30278 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30279
30280         * examples/gstplay/player.c: (main):
30281         * ext/aalib/gstaasink.c: (gst_aasink_open):
30282         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30283         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30284         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30285         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30286         (gst_afsink_close_file):
30287         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30288         (gst_afsrc_close_file):
30289         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30290         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30291         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30292         * ext/esd/esdmon.c: (gst_esdmon_get):
30293         * ext/esd/esdsink.c: (gst_esdsink_chain):
30294         * ext/faac/gstfaac.c: (gst_faac_chain):
30295         * ext/faad/gstfaad.c: (gst_faad_chain):
30296         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30297         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30298         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30299         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30300         (gst_flacdec_loop):
30301         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30302         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30303         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30304         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30305         (gst_gnomevfssink_close_file):
30306         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30307         (gst_gnomevfssrc_open_file):
30308         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30309         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30310         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30311         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30312         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30313         * ext/mad/gstmad.c: (gst_mad_chain):
30314         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30315         * ext/mpeg2dec/gstmpeg2dec.c:
30316         * ext/mpeg2enc/gstmpeg2enc.cc:
30317         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30318         * ext/mplex/gstmplex.cc:
30319         * ext/mplex/gstmplexibitstream.cc:
30320         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30321         (gst_ogg_demux_push), (gst_ogg_pad_push):
30322         * ext/raw1394/gstdv1394src.c:
30323         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30324         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30325         * ext/sidplay/gstsiddec.cc:
30326         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30327         (gst_sf_loop):
30328         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30329         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30330         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30331         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30332         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30333         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30334         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30335         * gst-libs/gst/Makefile.am:
30336         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30337         (gst_riff_read_element_data), (gst_riff_read_seek),
30338         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30339         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30340         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30341         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30342         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30343         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30344         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30345         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30346         * gst/goom/gstgoom.c: (gst_goom_chain):
30347         * gst/id3/gstid3types.c: (gst_id3types_loop):
30348         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30349         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30350         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30351         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30352         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30353         (gst_ebml_read_float), (gst_ebml_read_header):
30354         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30355         (gst_matroska_demux_parse_blockgroup):
30356         * gst/modplug/gstmodplug.cc:
30357         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30358         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30359         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30360         * gst/silence/gstsilence.c: (gst_silence_get):
30361         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30362         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30363         * gst/speed/gstspeed.c: (speed_loop):
30364         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30365         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30366         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30367         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30368         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30369         (gst_wavparse_loop):
30370         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30371         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30372         (dxr3audiosink_close):
30373         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30374         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30375         (dxr3videosink_close), (dxr3videosink_write_data):
30376         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30377         * sys/oss/gstosselement.h:
30378         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30379         (gst_osssink_chain):
30380         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30381         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30382         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30383         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30384         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30385         (gst_v4l_enable_overlay):
30386         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30387         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30388         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30389         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30390         (gst_v4l_set_audio):
30391         * sys/v4l/v4l_calls.h:
30392         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30393         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30394         (gst_v4lmjpegsink_playback_init),
30395         (gst_v4lmjpegsink_playback_start):
30396         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30397         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30398         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30399         (gst_v4lmjpegsrc_requeue_frame):
30400         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30401         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30402         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30403         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30404         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30405         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30406         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30407         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30408         (gst_v4l2src_capture_stop):
30409         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30410         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30411         (gst_ximagesink_chain):
30412         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30413         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30414         (gst_xvideosink_xwindow_new):
30415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30416         (gst_xvimagesink_chain):
30417         use new error signal, function and categories
30418
30419 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30420
30421         * configure.ac:
30422         * ext/Makefile.am:
30423         * ext/musicbrainz/gsttrm.c:
30424         * ext/musicbrainz/gsttrm.h:
30425         * ext/musicbrainz/Makefile.am:
30426         Add a trm plugin
30427
30428 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30429
30430         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30431         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30432         synchronous property for debugging.
30433         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30434         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30435         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30436         smaller block, fixing indent.
30437
30438 2004-01-16  David Schleef  <ds@schleef.org>
30439
30440         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30441         property affects the video stream.
30442         * sys/xvimage/xvimagesink.c:
30443         * sys/xvimage/xvimagesink.h:
30444         Add synchronous property for debugging.  Should probably be
30445         disabled in non-CVS builds.  Make sure that the Xv attribute
30446         exists before we set it (crash!).  Fix a silly float bug that
30447         caused colorbalance to just not work.
30448
30449 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30450
30451         * tools/gst-launch-ext.in - update for new plugins
30452
30453 2004-01-16  David Schleef  <ds@schleef.org>
30454
30455         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30456         already-freed caps.
30457
30458 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30459
30460         * Update spec for new colorspace plugin and libcaca plugin
30461         * Fix compilation of libcaca plugin (clock -> id)
30462
30463 2004-01-16  Julien MOUTTE <julien@moutte.net>
30464
30465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30466         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30467         (gst_xvimagesink_set_xwindow_id),
30468         (gst_xvimagesink_colorbalance_set_value),
30469         (gst_xvimagesink_colorbalance_get_value),
30470         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30471         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30472         correct colorbalance properties. They can now be set when the element
30473         is still in NULL state. The values will be committed to the Xv Port
30474         when xcontext is initialized.
30475         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30476         brightness int values in the GstXvImagesink structure.
30477
30478 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30479
30480         * gst-libs/gst/Makefile.am:
30481           restructure so having local patches works easier.
30482
30483 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30484
30485         * ext/mpeg2enc/Makefile.am:
30486         * ext/mpeg2enc/gstmpeg2enc.cc:
30487         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30488           Bugfix with respect to EOS handling.
30489
30490 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30491
30492         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30493           Link with right caps (else, it segfaults).
30494         * ext/mplex/gstmplexjob.cc:
30495           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30496
30497 2004-01-15  David Schleef  <ds@schleef.org>
30498
30499         * gst-libs/gst/audio/Makefile.am:
30500         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30501         from the template.
30502         * gst-libs/gst/audio/gstaudiofilter.c:
30503         * gst-libs/gst/audio/gstaudiofilter.h:
30504         Add bytes_per_sample and size and n_samples calculation.
30505         * gst-libs/gst/audio/gstaudiofilterexample.c:
30506         Remove, now autogenerated.
30507         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30508         Moved from gstaudiofilterexample, object name changed, code added
30509         so that it actually works.
30510         * gst-libs/gst/audio/make_filter:
30511         Script to build an audiofilter subclass from the template.
30512         * gst/colorspace/Makefile.am:
30513         * gst/colorspace/yuv2yuv.c:
30514         Remove file, since it's GPL, and we don't use it.
30515
30516 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30517
30518         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30520         them use the buffer free function to test how the buffer was allocated.
30521
30522 2004-01-15  David Schleef  <ds@schleef.org>
30523
30524         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30525         that handles osssink fallback.
30526         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30527         (gst_audio_convert_getcaps):
30528         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30529         Add audio/x-qdm2 for QDM2 audio.
30530         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30531         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30532         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30533         Decrease minimum size to 16x16.
30534         * gst/wavparse/gstwavparse.c:
30535         Convert disabled pad template caps to new caps.
30536         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30538         (gst_xvimagesink_chain): Throw element error when display cannot
30539         be opened.  Increase minimum framerate to 1.0.  Check the data
30540         free function on a buffer to make sure it is the type we expect
30541         before manipulating it.
30542
30543 2004-01-15  Julien MOUTTE <julien@moutte.net>
30544
30545         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30546         (gst_videobalance_colorbalance_set_value): Implement passthru if
30547         settings are in the middle.
30548         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30549
30550 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30551
30552         * gst/videofilter/Makefile.am:
30553         * gst/volume/Makefile.am:
30554           Since we use videofilter symbols, link to it.
30555
30556 2004-01-15  Julien MOUTTE <julien@moutte.net>
30557
30558         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30559         mixer interface type to HARDWARE.
30560         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30561         type to SOFTWARE.
30562         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30563         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30564         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30565         (gst_volume_interface_init), (gst_volume_list_tracks),
30566         (gst_volume_set_volume), (gst_volume_get_volume),
30567         (gst_volume_set_mute), (gst_volume_mixer_init),
30568         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30569         (volume_init): Implementing mixer interface.
30570         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30571         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30572         (gst_osselement_change_state): Removing some trailing commas in
30573         structures.
30574         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30575         interface type to HARDWARE.
30576         * sys/v4l/gstv4lcolorbalance.c:
30577         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30578         type to HARDWARE.
30579         * sys/v4l2/gstv4l2colorbalance.c:
30580         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30581         interface type to HARDWARE.
30582         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30583         same code than ximagesink for event handling.
30584
30585 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30586
30587         * ext/snapshot/Makefile.am:
30588         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30589         (gst_snapshot_chain):
30590         * ext/snapshot/gstsnapshot.h:
30591           This has to be a joke... Snapshot should be connected to a tee,
30592           colorspace element before it and EOS after that, where the other
30593           src of the tee receives normal data.
30594           The current way is *wrong*.
30595
30596 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30597
30598         * ext/hermes/gsthermescolorspace.c:
30599           Fix another compile error. Same as below.
30600
30601 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30602
30603         * gst/colorspace/gstcolorspace.c:
30604         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30605         (gst_colorspace_i420_to_yv12):
30606           Fix compiling... Didn't test if it actually works.
30607
30608 2004-01-15  David Schleef  <ds@schleef.org>
30609
30610         * configure.ac:
30611         * gst/colorspace/Makefile.am:
30612         * gst/colorspace/gstcolorspace.c:
30613         * gst/colorspace/gstcolorspace.h:
30614         * gst/colorspace/yuv2rgb.c:
30615         * gst/colorspace/yuv2rgb.h:
30616         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30617         code and GPL code.  Fix for new caps negotiation.  Rewrite
30618         much of the format handling code, and some of the conversion
30619         code.  Basically, rewrote almost everything.  This element
30620         handles I420, YV12 to RGB conversions.
30621         * ext/hermes/Makefile.am:
30622         * ext/hermes/gsthermescolorspace.c:
30623         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30624         Remove non-Hermes related code.  This element handles lots of
30625         RGB to RGB conversions, but no YUV.
30626         * ext/hermes/gstcolorspace.c:
30627         * ext/hermes/gstcolorspace.h:
30628         * ext/hermes/rgb2yuv.c:
30629         * ext/hermes/yuv2rgb.c:
30630         * ext/hermes/yuv2rgb.h:
30631         * ext/hermes/yuv2rgb_mmx16.s:
30632         * ext/hermes/yuv2yuv.c:
30633         * ext/hermes/yuv2yuv.h:
30634         Remove old code.
30635
30636 2004-01-14  Colin Walters  <walters@verbum.org>
30637
30638         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30639         they've already been.
30640
30641 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30642
30643         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30644           assume tag mode when pad is not connected
30645
30646 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30647
30648         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30649           Don't update the time of the clock
30650         (gst_alsa_sink_loop):
30651           sync to the clock given to alsasink, not the own clock
30652         * sys/oss/gstosssink.c: (gst_osssink_chain):
30653           sync to the clock
30654         (gst_osssink_change_state):
30655           activate the clock
30656         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30657         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30658           remove bogus code that made DISCONT events unhandled
30659         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30660           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30661           #131502)
30662         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30663         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30664         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30665           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30666           2nd warning in bug #131502)
30667
30668 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30669
30670         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30671         (gst_videobalance_colorbalance_set_value),
30672         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30673         for colorbalance interface implementation.
30674         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30675         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30676         (gst_ximagesink_dispose), (gst_ximagesink_init),
30677         (gst_ximagesink_class_init): Adding DISPLAY property.
30678         * sys/ximage/ximagesink.h: Adding display_name to store display.
30679         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30680         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30681         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30682         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30683         properties (they still need polishing though for gst-launch use : no
30684         xcontext yet, i ll do that tomorrow).
30685         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30686
30687 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30688
30689         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30690         (gst_play_set_location), (gst_play_set_visualization): Preparing
30691         switch integration, adding videobalance in the pipeline.
30692
30693 2004-01-14  Julien MOUTTE <julien@moutte.net>
30694
30695         * gst-libs/gst/colorbalance/colorbalance.c:
30696         (gst_color_balance_class_init): Adding a default type.
30697         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30698         the type.
30699         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30700         (gst_videobalance_dispose), (gst_videobalance_class_init),
30701         (gst_videobalance_init), (gst_videobalance_interface_supported),
30702         (gst_videobalance_interface_init),
30703         (gst_videobalance_colorbalance_list_channels),
30704         (gst_videobalance_colorbalance_set_value),
30705         (gst_videobalance_colorbalance_get_value),
30706         (gst_videobalance_colorbalance_init): Implementing colorbalance
30707         interface.
30708         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30709         list.
30710         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30711         bug which was triggering a BadAccess X error when setting an overlay
30712         before pad was really negotiated.
30713         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30714         Using the colorbalance type macro.
30715
30716 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30717
30718         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30719         (gst_flacenc_chain):
30720           handle tags correctly
30721         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30722           extract ID3v1 tags correctly
30723
30724 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30725
30726         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30727         (plugin_init):
30728           Improve matroska typefinding for odd-typed headers...
30729
30730 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30731
30732         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30733           Fix for using incremental number on padnames.
30734
30735 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30736
30737         * ext/divx/gstdivxdec.c:
30738         * ext/divx/gstdivxenc.c:
30739           Set category to divx4linux instead of divx (too generic).
30740         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30741         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30742         (gst_wavparse_loop), (gst_wavparse_change_state):
30743         * gst/wavparse/gstwavparse.h:
30744           fix parsing of WAV files with non-standard fmt-tag size and fix
30745           skipping of unrecognized chunks... Someone please fix this thing
30746           to use rifflib so all this is automated.
30747         * sys/v4l/Makefile.am:
30748         * sys/v4l2/Makefile.am:
30749           Add X_CFLAGS because we depend on X (for overlay).
30750
30751 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30752
30753         * ext/mpeg2dec/gstmpeg2dec.c:
30754           Don't issue a timestamp unless we tagged the frame
30755           with a PTS.
30756
30757 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30758
30759         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30760           Query the audio element to get the time, not the clock. We're
30761           interested in the element's time here.
30762
30763 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30764
30765         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30766         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30767         * ext/esd/esdsink.c: (gst_esdsink_chain):
30768         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30769         * ext/mas/massink.c: (gst_massink_chain):
30770         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30771         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30772         (gst_matroska_demux_parse_metadata):
30773         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30774         (gst_mpeg_parse_release_locks):
30775         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30776         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30777         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30778         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30779         (gst_osssink_change_state):
30780         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30781         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30782         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30783         (gst_xvideosink_release_locks):
30784         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30785           use element time.
30786         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30787         (gst_alsa_clock_stop):
30788         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30789         (gst_audio_clock_get_internal_time):
30790           simplify for use with new clocking code.
30791         * testsuite/alsa/Makefile.am:
30792         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30793           fix testsuite for new caps system
30794
30795 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30796
30797         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30798         * ext/flac/gstflacenc.c: (add_one_tag):
30799           length is already host endian, no need to convert. Fixes playback of
30800           tagged files on PPC. (bug #128384)
30801
30802 2004-01-13  Julien MOUTTE <julien@moutte.net>
30803
30804         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30805         colorbalance interface stating if it is hardware based or software
30806         based.
30807         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30808         Removing a trailing comma.
30809         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30810         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30811         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30812         the documentation seems to be wrong on the -1000 to 1000 interval.
30813
30814 2004-01-12  David Schleef  <ds@schleef.org>
30815
30816         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30817         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30818         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30819         Fix negotiation.  Add a bufferalloc function for the sink pad,
30820         and generally clean up some of the code.
30821
30822 2004-01-12  Julien MOUTTE <julien@moutte.net>
30823
30824         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30825         (gst_color_balance_channel_dispose): Adding safety check in dispose
30826         method.
30827         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30828         (gst_xvimagesink_xcontext_clear),
30829         (gst_xvimagesink_interface_supported),
30830         (gst_xvimagesink_colorbalance_list_channels),
30831         (gst_xvimagesink_colorbalance_set_value),
30832         (gst_xvimagesink_colorbalance_get_value),
30833         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30834         Adding colorbalance interface support to set XV parameters such as
30835         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30836         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30837         interface.
30838
30839 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30840
30841         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30842         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30843         (gst_audio_convert_init), (gst_audio_convert_set_property),
30844         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30845         (gst_audio_convert_link),
30846         (gst_audio_convert_buffer_to_default_format),
30847         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30848           - implement _getcaps and use it
30849           - improve linking
30850           - remove float caps since no float conversion is actually done
30851           - remove properties and arguments that were to be used for rate
30852             conversion
30853
30854 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30855
30856         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30857         (gst_audio_structure_set_int):
30858         * gst-libs/gst/audio/audio.h:
30859           add helper functions for _getcaps matching the standard audio
30860           templates
30861
30862 2004-01-12  David Schleef  <ds@schleef.org>
30863
30864         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30865         Test that pad is negotiated before getting its caps.
30866
30867 2004-01-12  Julien MOUTTE <julien@moutte.net>
30868
30869         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30870         analyzing the pads of an element the bin is mostly in READY state so
30871         no caps were negotiated. This helper function needs to work with
30872         _get_caps directly then. I was not freeing them though, added that to
30873         fix the mem leak.
30874
30875 2004-01-12  Julien MOUTTE <julien@moutte.net>
30876
30877         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30878         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30879         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30880         than the free_func.
30881
30882 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30883
30884         * sys/oss/gstossaudio.c: (plugin_init):
30885         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30886         * sys/oss/gstosselement.h:
30887           make an oss debugging category
30888           make failure more descriptive
30889
30890 2004-01-11  David Schleef  <ds@schleef.org>
30891
30892         * ext/ffmpeg/gstffmpeg.c:
30893         * ext/ffmpeg/gstffmpegcodecmap.c:
30894         * ext/ffmpeg/gstffmpegdec.c:
30895         * ext/ffmpeg/gstffmpegenc.c:
30896         * ext/ffmpeg/gstffmpegprotocol.c:
30897         * ext/gdk_pixbuf/gstgdkanimation.c:
30898         * ext/jpeg/gstjpeg.c:
30899         * ext/libpng/gstpng.c:
30900         * ext/mpeg2dec/perftest.c:
30901         * ext/speex/gstspeex.c:
30902         * gst-libs/gst/resample/dtos.c:
30903         * gst/intfloat/gstintfloatconvert.c:
30904         * gst/oneton/gstoneton.c:
30905         * gst/rtjpeg/RTjpeg.c:
30906         * gst/rtp/gstrtp.c:
30907         * sys/dxr3/dxr3init.c:
30908         * sys/glsink/gstgl_nvimage.c:
30909         * sys/glsink/gstgl_pdrimage.c:
30910         * sys/glsink/gstglsink.c:
30911         * testsuite/gst-lint:
30912         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30913
30914 2004-01-11  David Schleef  <ds@schleef.org>
30915
30916         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30917         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30918         * ext/gdk_pixbuf/gstgdkanimation.c:
30919         (gst_gdk_animation_iter_create_pixbuf):
30920         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30921         (gst_gdk_pixbuf_chain):
30922         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30923         * ext/jack/gstjack.c: (gst_jack_change_state):
30924         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30925         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30926         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30927         * gst/videofilter/gstvideofilter.c:
30928         (gst_videofilter_set_output_size):
30929         Remove all usage of gst_pad_get_caps(), and replace it with
30930         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30931
30932 2004-01-11  David Schleef  <ds@schleef.org>
30933
30934         * configure.ac:
30935         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30936         * ext/divx/gstdivxdec.c:
30937         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30938         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30939         handle images that span multiple buffers.  Now work with both
30940         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30941         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30942         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30943         video/video.h changes
30944         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30945         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30946         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30947         of GstData free function.
30948         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30949         same.
30950
30951 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30952
30953         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30954         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30955         (gst_v4l2element_get_property):
30956         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30957           add norm, channel and frequency properties.
30958         * sys/v4l2/gstv4l2tuner.c:
30959           fixes for tuner interface changes
30960         * sys/v4l2/gstv4l2element.h:
30961         * sys/v4l2/gstv4l2src.c:
30962         * sys/v4l2/gstv4l2src.h:
30963         * sys/v4l2/v4l2src_calls.c:
30964         * sys/v4l2/v4l2src_calls.h:
30965           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30966
30967 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30968
30969         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30970         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30971         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30972         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30973         * gst-libs/gst/tuner/tuner.h:
30974           GObjects aren't const.
30975           Add find_by_name functions.
30976           Add checks to _changed functions.
30977         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30978         (gst_v4l_tuner_get_norm):
30979           Fixes for above.
30980
30981 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30982
30983         * gst-libs/gst/video/video.h:
30984           Fix caps template names to be understandable.
30985           Prefix everything with GST_VIDEO.
30986         * ext/aalib/gstaasink.c:
30987         * ext/divx/gstdivxdec.c:
30988         * ext/divx/gstdivxenc.c:
30989         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30990         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30991         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30992         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30993         * ext/libcaca/gstcacasink.c:
30994         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30995         * ext/snapshot/gstsnapshot.c:
30996         * ext/swfdec/gstswfdec.c:
30997         * ext/xvid/gstxviddec.c:
30998         * ext/xvid/gstxvidenc.c:
30999         * gst/chart/gstchart.c:
31000         * gst/deinterlace/gstdeinterlace.c:
31001         * gst/effectv/gsteffectv.c:
31002         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31003         * gst/goom/gstgoom.c:
31004         * gst/median/gstmedian.c:
31005         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
31006         (gst_monoscope_srcconnect), (gst_monoscope_chain):
31007         * gst/overlay/gstoverlay.c:
31008         * gst/smooth/gstsmooth.c:
31009         * gst/smpte/gstsmpte.c:
31010         * gst/synaesthesia/gstsynaesthesia.c:
31011         * gst/videocrop/gstvideocrop.c:
31012         * gst/videodrop/gstvideodrop.c:
31013         * gst/y4m/gsty4mencode.c:
31014         * sys/qcam/gstqcamsrc.c:
31015         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
31016           Make them work with new video.h file.
31017         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31018         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31020         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31021           Make it work with new buffer allocation system.
31022
31023 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31024
31025         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
31026         pad_alloc_buffer implementation to use ->srcpad
31027         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
31028         pad_alloc_buffer implementation to use ->srcpad
31029         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
31030         pad_alloc_buffer implementation to use ->srcpad
31031         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31032         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31033         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31034         a reference to everything we need.
31035         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
31036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31037         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31038         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31039         a reference to everything we need.
31040         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31041
31042 2004-01-11  David Schleef  <ds@schleef.org>
31043
31044         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31045         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31046         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31047         structure members.
31048         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31049         value during a resize/renegotiation.
31050         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31051         gst_pad_alloc_buffer();
31052         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31053         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31054         structure members.
31055         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31056         Fix for rename of buffer private structure members.
31057         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31058         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31059         Fix for rename of buffer private structure members.
31060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31061         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31062         Fix for rename of buffer private structure members.
31063
31064 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
31065
31066         reviewed by: David Schleef <ds@schleef.org>
31067
31068         * gst/videofilter/Makefile.am:
31069         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
31070         from the patch by ds to fit in with recent make_filter changes.
31071
31072 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31073
31074         * configure.ac: Adding examples/switch/Makefile
31075         * examples/Makefile.am: Adding examples/switch
31076         * examples/switch/Makefile.am: Adding switcher example.
31077         * examples/switch/switcher.c: (got_eos), (idle_iterate),
31078         (switch_timer), (main): Adding an example demonstrating switch usage
31079         with 2 videotestsrc showing different patterns.
31080         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31081         (gst_switch_init): Fixing switch with the new caps system.
31082
31083 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31084
31085         * gst-libs/gst/video/video.h:
31086           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31087           They should probably be like
31088           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31089
31090 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31091
31092         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31093         (qtdemux_parse_trak):
31094           fix audio chunk size/timestamp calculation
31095
31096 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31097
31098         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31099           fix SVQ3 caps
31100
31101 2004-01-11  Steve Baker  <steve@stevebaker.org>
31102
31103         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31104         (gst_agingtv_base_init), (gst_agingtv_class_init),
31105         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31106         (gst_agingtv_set_property), (gst_agingtv_get_property):
31107         Port agingTV to videofilter
31108
31109 2004-01-09  Julien MOUTTE <julien@moutte.net>
31110
31111         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31112         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31113
31114 2004-01-09  Julien MOUTTE <julien@moutte.net>
31115
31116         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31117         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31118         * gst-libs/gst/xoverlay/xoverlay.c:
31119         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31120         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31121         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31122         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31123         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31124         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31125         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31126         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31127         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31128         interface implementation to handle xid being 0 and fix some bugs
31129         triggered by Benjamin's testcase.
31130         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31131         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31132         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31133         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31134         interface implementation to handle xid being 0 and fix some bugs
31135         triggered by Benjamin's testcase.
31136
31137 2004-01-09  David Schleef  <ds@schleef.org>
31138
31139         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
31140         mouse pointer events.  It works.
31141
31142 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31143
31144         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31145           Use explicit caps - fix capsnego.
31146         * ext/xvid/gstxviddec.c:
31147         * ext/xvid/gstxvidenc.c:
31148           Remove macro-inside-macro which caused compile errors.
31149         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31150           Error out if it's not a RIFF file. Else we error out without
31151           gst_element_error() which is not good...
31152
31153 2004-01-08  David Schleef  <ds@schleef.org>
31154
31155         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31156         Fix pad_link function to handle formats that ffmpeg returns
31157         as multiple caps structures.
31158         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31159         Only complain if source buffer is _smaller_ than expected.
31160         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31161         (gst_videoscale_handle_src_event): Resize navigation events
31162         when passing them upstream.
31163         * gst/videotestsrc/gstvideotestsrc.c:
31164         * gst/videotestsrc/gstvideotestsrc.h:
31165         * gst/videotestsrc/videotestsrc.c:
31166         * gst/videotestsrc/videotestsrc.h:
31167         Rewrite many of the buffer painting functions to handle odd
31168         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
31169         been verified to work with my video card.
31170         * testsuite/gst-lint:  Add check for elements calling
31171         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31172
31173 2004-01-08  David Schleef  <ds@schleef.org>
31174
31175         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31176         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31177
31178 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31179
31180         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31181         configure event is not emiting the desired size signal. That fixes
31182         aspect ratio issues with gst-player.
31183
31184 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31185
31186         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31187           Fix capsnego.
31188
31189 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31190
31191         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31192         public method to fire size signal.
31193
31194 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31195
31196         * examples/gstplay/Makefile.am: Adding the interface library.
31197         * gst-libs/gst/play/Makefile.am: Adding the interface library.
31198         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
31199         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31200         GST_IS_X_OVERLAY before signal connect.
31201         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31202         Removing the have_video_size signal.
31203         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31204         and associated public method.
31205         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31206         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31207         signal.
31208         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31209         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31210         signal.
31211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31212         Using XOverlay public method to fire size signal.
31213
31214 2004-01-07  David Schleef  <ds@schleef.org>
31215
31216         * gst/videofilter/Makefile.am:
31217         * gst/videofilter/gstvideotemplate.c:
31218         * gst/videofilter/make_filter:
31219         Create gstvideoexample.c in a srcdir!=builddir friendly way.
31220         Convert make_filter to /bin/sh script.
31221
31222 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31223
31224         * gst/modplug/gstmodplug.cc: fix element description
31225
31226 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31227
31228         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31229         (got_video_size): Adding some new lines in g_print calls.
31230         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31231         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31232         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31233         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31234         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31235         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31236         Complete code review, reverting some stuff i disagree with, adding
31237         some fixes : time synchronization on invalid timestamps, renegotiation
31238         of private window.
31239         * sys/ximage/ximagesink.h:
31240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31241         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31242         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31243         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31244         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31245         (gst_xvimagesink_buffer_new),
31246         (gst_xvimagesink_navigation_send_event),
31247         (gst_xvimagesink_set_xwindow_id),
31248         (gst_xvimagesink_get_desired_size),
31249         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31250         stuff i disagree with, adding some fixes : Renegotiation of private
31251         window, implementing get_desired_size.
31252
31253 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31254
31255         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31256         (gst_afsink_handle_event):
31257         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31258         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31259         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31260         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31261         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31262           Fix for instantiate-test (see core). Also remove dead code from
31263           jpegenc (which still needs fixing, but that's lower on my TODO
31264           list...).
31265         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31266           Never return NULL as caps.
31267
31268 2004-01-07  David Schleef  <ds@schleef.org>
31269
31270         * configure.ac:
31271         * ext/Makefile.am:
31272         * ext/librfb/Makefile.am:
31273         * ext/librfb/gstrfbsrc.c:
31274         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31275         is the protocol used by VNC.
31276
31277 2004-01-07  David Schleef  <ds@schleef.org>
31278
31279         * gst/videofilter/gstvideotemplate.c:
31280         * gst/videofilter/gstvideotemplate.h:
31281         * gst/videofilter/make_filter:
31282         Merge videotemplate header into source file.
31283         * gst/effectv/Makefile.am:
31284         * gst/effectv/gsteffectv.c: (plugin_init):
31285         * gst/effectv/gstwarp.c:
31286         Make warpTV a subclass of videofilter.
31287
31288 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31289
31290         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31291           Add guard against invalid utf-8 conversions in mad. Just in case.
31292
31293 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31294
31295         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31296           Fix for bug shown by poisoning
31297
31298 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31299
31300         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31301         (gst_v4lmjpegsrc_buffer_free):
31302         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31303         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31304         (gst_v4lsrc_buffer_free):
31305           Fix for removed bufferpools.
31306
31307 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31308
31309         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31310         Fix caps negotiation.
31311
31312         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31313         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31314         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31315         (dvdnavsrc_event):
31316         * ext/mpeg2dec/gstmpeg2dec.c:
31317         * gst-libs/gst/navigation/navigation.c:
31318         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31319         * gst-libs/gst/navigation/navigation.h:
31320         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31321         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31322         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31323         Super-simple first version of mouse and keyboard events. Clicking
31324         on a DVD menu now works, although it may not take you where you
31325         expected.
31326
31327         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31328         * gst/videotestsrc/gstvideotestsrc.c:
31329         (gst_videotestsrc_src_fixate):
31330         These fixate functions were broken - they never actually
31331         fixated :)
31332
31333 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31334
31335         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31336         (gst_icecastsend_init):
31337           fix for new caps system.
31338         * gst-libs/gst/mixer/mixertrack.h:
31339         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31340           Add 'master track' flag (for tools like ACME that only want to
31341           change the main volume).
31342
31343 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31344
31345         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31346         (gst_xvid_csp_to_caps):
31347         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31348         * ext/xvid/gstxvidenc.c:
31349         ifdef out ARGB type when it isn't available
31350         in xvidcore 1.0.0beta2
31351
31352 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31353
31354         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31355           When we have received a new SCR right in the first buffer after
31356           a seek (so in the same cycle that handles the discont), we should
31357           handle the buffer instead of unreffing it, else we lose data.
31358
31359 2004-01-06  Iain <iain@prettypeople.org>
31360
31361         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31362           buffer-frames caps too.
31363
31364         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31365           caps that we need, don't destroy them all and rebuild them. And when
31366           creating src pads, use the src pad template rather than the sink...
31367
31368 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31369
31370         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31371           Add pad to element *after* setting functions such as event handler.
31372           Without this, the scheduler (opt) will link pads, set the event
31373           handler from the default event function (dispatcher in gstpad.c)
31374           and *after* that, we will set our own event function, which will
31375           thus never be used (and thus mpegdemux doesn't handle events).
31376
31377 2004-01-04  David Schleef  <ds@schleef.org>
31378
31379         Fix the fixate functions to handle new prototype:
31380         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31381         * gst/videotestsrc/gstvideotestsrc.c:
31382         (gst_videotestsrc_src_fixate):
31383         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31384         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31385         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31386
31387 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31388
31389         * sys/ximage/ximagesink.h:
31390         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31391         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31392         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31393         (gst_ximagesink_xoverlay_init):
31394           assorted fixes to make (re)embedding work
31395         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31396         (gst_ximagesink_get_desired_size):
31397           implement desired size additions to XOverlay
31398
31399 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31400
31401         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31402         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31403         (gst_x_overlay_got_desired_size):
31404         * gst-libs/gst/xoverlay/xoverlay.h:
31405           Add optional "desired size" signal and querying.
31406
31407 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31408
31409         * gst/matroska/matroska-demux.c:
31410         (gst_matroska_demux_parse_blockgroup):
31411           Fix EBML-laced block parsing. Diffs are relative to previous
31412           lace, not the first lace. Thanks to Mosu from the Matroska
31413           team for detecting this.
31414         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31415         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31416         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31417         (gst_wavparse_change_state):
31418         * gst/wavparse/gstwavparse.h:
31419           Quickfix for capsnego.
31420
31421 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31422
31423         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31424           Fix indenting, fix pad creation.
31425
31426 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31427
31428         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31429         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31430         (gst_xviddec_sink_link):
31431           Implement src_getcaps() so proper size caps is negotiated.
31432
31433 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31434
31435         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31436           Finish flac decoder on EOS. See #116178.
31437
31438 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31439
31440         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31441         (gst_matroska_demux_add_stream):
31442         * gst/matroska/matroska-ids.h:
31443           Add getcaps() function to fix capsnego...
31444
31445 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31446
31447         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31448         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31449         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31450           Fix more integer overflows. Again, see #126967.
31451
31452 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31453
31454         * ext/mpeg2dec/gstmpeg2dec.c:
31455           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31456           #130416.
31457
31458 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31459
31460         * configure.ac:
31461         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31462         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31463         * ext/xvid/gstxvid.h:
31464         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31465         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31466         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31467         (gst_xviddec_change_state):
31468         * ext/xvid/gstxviddec.h:
31469         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31470         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31471         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31472         (gst_xvidenc_link), (gst_xvidenc_set_property),
31473         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31474         * ext/xvid/gstxvidenc.h:
31475           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31476
31477 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31478
31479         * gst/rtp/rtp-packet.c:
31480           Add sys/types.h include, since OS X doesn't define in_addr_t
31481           in netinet/in.h, like it does on Linux (see #129600).
31482
31483 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31484
31485         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31486
31487         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31488           Correct logic of dispose function (see #129306).
31489
31490 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31491
31492         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31493         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31494         (gst_mpeg_parse_init):
31495         * gst/mpegstream/gstmpegparse.h:
31496           Remove clock (which was never provided, i.e. dead code), and
31497           also fix integer overflows at high PTS values (see #126967).
31498
31499 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31500
31501         * ext/flac/gstflacdec.c:
31502         * ext/libpng/gstpngenc.h:
31503         * ext/mikmod/gstmikmod.h:
31504           OS X fixes (see #126628).
31505
31506 2004-01-02  David Schleef  <ds@schleef.org>
31507
31508         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31509         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31510         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31511         (gst_mpeg_parse_class_init): Move pad template registration
31512         to class_init, since the derived class (mpegdemux) doesn't
31513         want them.
31514
31515 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31516
31517         * sys/ximage/Makefile.am:
31518         * sys/xvideo/Makefile.am:
31519         * sys/xvimage/Makefile.am:
31520           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31521           after installation (see #127664).
31522
31523 2004-01-02  David Schleef  <ds@schleef.org>
31524
31525         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31526         (gst_ffmpegenc_connect):  Negotiation fixes.
31527         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31528         Remove inappropriate gst_caps_free().
31529         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31530         Reenable Ronald's internal resize code, since the core handles
31531         it correctly now.
31532
31533 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31534
31535         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31536         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31537         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31538           Fix pad template stuff.
31539
31540 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31541
31542         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31543         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31544           fix signed integer reading/writing.
31545
31546 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31547
31548         * ext/alsa/README:
31549           Remove outdated document
31550
31551 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31552
31553         * gst/cutter/gstcutter.c: (gst_cutter_init):
31554           src pad was being created twice - oops.
31555
31556 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31557
31558         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31559           Comment out internal resize. It doesn't handle the resulting
31560           XEvent internally, does another try_set_caps() which leads to
31561           a really nice loop.
31562           Real fix will come when Julien and Dave are awake. ;).
31563
31564 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31565
31566         * ext/mpeg2enc/gstmpeg2enc.cc:
31567           fix const/nonconst compile issue.
31568
31569 2004-01-02  David Schleef  <ds@schleef.org>
31570
31571         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31572         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31573         Add fixate function and a check for bad formats.
31574
31575 2004-01-01  David Schleef  <ds@schleef.org>
31576
31577         Negotiation fixes:
31578         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31579         (gst_audiofilter_init):
31580         * gst/debug/efence.c: (gst_efence_init):
31581         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31582         (gst_deinterlace_init):
31583         * gst/volume/gstvolume.c: (volume_connect):
31584
31585 2004-01-01  David Schleef  <ds@schleef.org>
31586
31587         Convert elements to use gst_pad_use_explicit_caps() where
31588         appropriate:
31589         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31590         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31591         (gst_afparse_open_file):
31592         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31593         (gst_afsrc_open_file):
31594         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31595         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31596         (gst_ffmpegdec_chain):
31597         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31598         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31599         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31600         (gst_gdk_pixbuf_chain):
31601         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31602         (gst_jpegdec_chain):
31603         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31604         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31605         (gst_mikmod_negotiate):
31606         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31607         (gst_mpeg2dec_negotiate_format):
31608         * ext/mpeg2enc/gstmpeg2enc.cc:
31609         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31610         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31611         (gst_speexdec_sinkconnect):
31612         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31613         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31614         (gst_vorbisfile_new_link):
31615         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31616         (gst_ac3parse_chain):
31617         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31618         (gst_asf_demux_setup_pad):
31619         * gst/auparse/gstauparse.c: (gst_auparse_init),
31620         (gst_auparse_chain):
31621         * gst/id3/gstid3types.c: (gst_id3types_loop):
31622         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31623         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31624         (mp1videoparse_parse_seq):
31625         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31626         (bpf_from_header):
31627         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31628         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31629         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31630         (gst_mpeg_parse_send_data):
31631         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31632         (gst_qtdemux_add_stream):
31633         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31634         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31635         (gst_wavparse_parse_fmt):
31636
31637 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31638
31639         * configure.ac:
31640           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31641           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31642           it therefore uses the wrong include paths. Too bad... Note
31643           that 1.6.1.93 is not release yet. ;).
31644           Also add a check for mplex, which is now using the lib'ified
31645           mplex from mjpegtools, too.
31646         * ext/ffmpeg/gstffmpegcodecmap.c:
31647           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31648           issues. I don't think ffmpeg handles 3ivx correctly, so this
31649           probably won't work. But it won't hurt either.
31650         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31651         (gst_ffmpegdec_chain):
31652         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31653         (gst_ffmpegenc_chain_audio):
31654           Fix memleak in audio encoding. Close codec if open fails, this
31655           calls the cleanup routines so we can re-use the context.
31656         * ext/mpeg2enc/gstmpeg2enc.cc:
31657           Fix pad template names/types, fix memory issue with getcaps().
31658         * ext/mpeg2enc/gstmpeg2encoder.cc:
31659         * ext/mpeg2enc/gstmpeg2encoder.hh:
31660           Fix compile issue with new caps system (const thingy).
31661         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31662         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31663           We read a first frame right on initing, so that we have a caps
31664           when we init the output. This caps is cached in padprivate and
31665           read as first frame.
31666         * ext/mplex/Makefile.am:
31667         * ext/mplex/gstmplex.cc:
31668         * ext/mplex/gstmplex.h:
31669         * ext/mplex/gstmplex.hh:
31670         * ext/mplex/gstmplexibitstream.cc:
31671         * ext/mplex/gstmplexibitstream.hh:
31672         * ext/mplex/gstmplexjob.cc:
31673         * ext/mplex/gstmplexjob.hh:
31674         * ext/mplex/gstmplexoutputstream.cc:
31675         * ext/mplex/gstmplexoutputstream.hh:
31676           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31677           had issues, didn't do capsnego, supported only a subset of the
31678           mplex features and required a mplex fork in our local CVS. Plus
31679           that it worked agaist a very old mplex version. Rewriting was
31680           faster than updating it.
31681         * gst-libs/ext/Makefile.am:
31682         * gst-libs/ext/mplex/INSTRUCT:
31683         * gst-libs/ext/mplex/Makefile.am:
31684         * gst-libs/ext/mplex/README:
31685         * gst-libs/ext/mplex/TODO:
31686         * gst-libs/ext/mplex/ac3strm_in.cc:
31687         * gst-libs/ext/mplex/audiostrm.hh:
31688         * gst-libs/ext/mplex/audiostrm_out.cc:
31689         * gst-libs/ext/mplex/aunit.hh:
31690         * gst-libs/ext/mplex/bits.cc:
31691         * gst-libs/ext/mplex/bits.hh:
31692         * gst-libs/ext/mplex/buffer.cc:
31693         * gst-libs/ext/mplex/buffer.hh:
31694         * gst-libs/ext/mplex/fastintfns.h:
31695         * gst-libs/ext/mplex/format_codes.h:
31696         * gst-libs/ext/mplex/inputstrm.cc:
31697         * gst-libs/ext/mplex/inputstrm.hh:
31698         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31699         * gst-libs/ext/mplex/mjpeg_logging.cc:
31700         * gst-libs/ext/mplex/mjpeg_logging.h:
31701         * gst-libs/ext/mplex/mjpeg_types.h:
31702         * gst-libs/ext/mplex/mpastrm_in.cc:
31703         * gst-libs/ext/mplex/mpegconsts.cc:
31704         * gst-libs/ext/mplex/mpegconsts.h:
31705         * gst-libs/ext/mplex/mplexconsts.hh:
31706         * gst-libs/ext/mplex/multplex.cc:
31707         * gst-libs/ext/mplex/outputstream.hh:
31708         * gst-libs/ext/mplex/padstrm.cc:
31709         * gst-libs/ext/mplex/padstrm.hh:
31710         * gst-libs/ext/mplex/stillsstream.cc:
31711         * gst-libs/ext/mplex/stillsstream.hh:
31712         * gst-libs/ext/mplex/systems.cc:
31713         * gst-libs/ext/mplex/systems.hh:
31714         * gst-libs/ext/mplex/vector.cc:
31715         * gst-libs/ext/mplex/vector.hh:
31716         * gst-libs/ext/mplex/videostrm.hh:
31717         * gst-libs/ext/mplex/videostrm_in.cc:
31718         * gst-libs/ext/mplex/videostrm_out.cc:
31719         * gst-libs/ext/mplex/yuv4mpeg.cc:
31720         * gst-libs/ext/mplex/yuv4mpeg.h:
31721         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31722         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31723           We don't fork mjpegtools' mplex in our CVS anymore.
31724         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31725         (gst_avi_demux_add_stream):
31726         * gst/avi/gstavidemux.h:
31727           Add getcaps() function for proper caps nego. This makes some
31728           parts of AVI playback/reading work.
31729         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31730           Resize window on new capsnego. This is probably wrong, but
31731           I'm still committing it because with current capsnego, the
31732           first successfull capsnego is auto-fixated, therefore rounded
31733           down to the lowest values in the caps. this results in a 16x16
31734           XWindow that is not reized when real capsnego finishes.
31735           Dave, I see more cases of this, do you know a proper solution?
31736         * tools/gst-launch-ext.in:
31737           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31738
31739 2003-12-31  David Schleef  <ds@schleef.org>
31740
31741         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31742         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31743           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31744
31745 2003-12-30  David Schleef  <ds@schleef.org>
31746
31747         * ext/ffmpeg/gstffmpegcolorspace.c:
31748         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31749         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31750         (gst_ffmpegcsp_chain): Negotiation fixes
31751         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31752         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31753         (gst_audio_convert_link), (gst_audio_convert_channels):
31754         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31755         (gst_audioscale_link), (gst_audioscale_get_buffer),
31756         (gst_audioscale_chain): Negotiation fixes
31757         * gst/audioscale/gstaudioscale.h:
31758         * gst/videofilter/gstvideofilter.c:
31759         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31760         (gst_videofilter_link), (gst_videofilter_init),
31761         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31762         (gst_videofilter_find_format_by_structure):
31763         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31764         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31765         (gst_videoscale_link):
31766         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31767         (videoscale_find_by_structure), (gst_videoscale_setup):
31768         * gst/videoscale/videoscale.h: Negotiation fixes
31769         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31770         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31771         function, restrict resizing to a multiple of 4 (hack until
31772         everyone supports odd sizes correctly).
31773
31774 2003-12-29  Colin Walters  <walters@verbum.org>
31775
31776         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31777         signed.
31778
31779 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31780
31781         * ext/sndfile/gstsf.c: (gst_sf_loop):
31782           Fix warning about discarding const qualifier
31783
31784 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31785
31786         * gst/cutter/gstcutter.c:
31787         * gst/videoscale/gstvideoscale.c:
31788         * gst/volenv/gstvolenv.c:
31789         * gst-libs/gst/audio/audio.c:
31790         * gst-libs/gst/video/video.c:
31791           Fix warnings
31792
31793 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31794
31795         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31796           Don't send ALSA debugging to stderr.
31797         * ext/alsa/gstalsa.h:
31798           Use GST_WARNING instead of g_warning when ALSA functions fail.
31799
31800 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31801
31802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31803           Free XVAdapterInfo correctly.
31804
31805 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31806
31807         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31808         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31809           Make id3tag use correct caps nego.
31810
31811 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31812
31813         * ext/ivorbis/vorbis.c:
31814         * ext/ivorbis/vorbisenc.h:
31815         * ext/ivorbis/vorbisfile.c:
31816           Modify so that it uses the new caps things
31817
31818 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31819
31820         * testsuite/spider/spider1.c: (main):
31821         * testsuite/spider/spider2.c: (main):
31822         * testsuite/spider/spider3.c: (main):
31823           Make tests compile again. They probably don't work.
31824
31825 2003-12-24  Colin Walters  <walters@verbum.org>
31826
31827         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31828         we can't fixate the caps anymore.
31829
31830 2003-12-23  David Schleef  <ds@schleef.org>
31831
31832         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31833         * sys/oss/gstosssink.c: (gst_osssink_init),
31834         (gst_osssink_sink_fixate): Add fixate function.
31835
31836 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31837
31838         * ext/ffmpeg/gstffmpegcodecmap.c:
31839         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31840         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31841         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31842         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31843         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31844         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31845         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31846           fix typo in RGB masks, and move back to "old" colorspace
31847           capsnego code until whoever wrote this new crap has actually
31848           tested it so that it works.
31849           And yes, this works, keep it that way please.
31850
31851 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31852
31853         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31854         (gst_divxdec_init), (gst_divxdec_negotiate):
31855         * ext/divx/gstdivxdec.h:
31856         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31857         (gst_divxenc_init):
31858         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31859         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31860         * ext/mpeg2enc/gstmpeg2enc.cc:
31861         * ext/mpeg2enc/gstmpeg2encoder.cc:
31862         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31863         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31864         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31865         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31866         (dxr3spusink_init):
31867         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31868         (dxr3videosink_init):
31869           Fix caps breakage after Dave's caps branch merge.
31870
31871 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31872
31873         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31874           Fix for 24bpp display.
31875
31876 2003-12-23  Colin Walters  <walters@verbum.org>
31877
31878         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31879         a GnomeVFSHandle directly.
31880
31881 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31882
31883         * gst/volume/Makefile.am:
31884         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31885         (volume_base_init), (volume_init):
31886           Reenable volume element and fix to work with new caps stuff.
31887           Rhythmbox needs this.
31888
31889 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31890
31891         * gst/qtdemux/qtdemux.c: (plugin_init):
31892           qtdemux requires bytestream
31893
31894 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31895
31896         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31897           Fix remaining caps handling errors due to CAPS merge.
31898
31899 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31900
31901         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31902         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31903         (gst_faad_srcconnect):
31904           Port to new caps system.
31905
31906 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31907
31908         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31909         (got_video_size), (main): using g_print instead of g_message.
31910         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31911         signal which was not emitted because of "switch" element added to the
31912         bin but not connected. (Removing from the bin temporarily)
31913
31914 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31915
31916         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31917         find X development files. I don't understand the previous tests and
31918         they fail on my debian/ppc unstable. This one works.
31919         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31920         exiting.
31921         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31922         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31923         (gst_play_set_visualization): Add some safety checks in set_ methods
31924         and state_change. This was throwing some ugly CRITICAL messages when
31925         pipeline was getting disposed and casts were failing.
31926
31927 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31928
31929         * configure.ac:
31930           Improve mpeg2enc detection. This is for distributions that do
31931           ship mjpegtools, but without mpeg2enc. Also does object check
31932           for might there ever be ABI incompatibility.
31933         * ext/mpeg2enc/gstmpeg2enc.cc:
31934           Add Andrew as second maintainer (he's helping me), and also add
31935           an error if no caps was set. This happens if I pull before capsnego
31936           and that's something I should solve sometime else.
31937         * gst/matroska/matroska-demux.c:
31938         (gst_matroska_demux_parse_blockgroup):
31939           Fix time parsing.
31940         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31941         (gst_matroska_mux_track_header):
31942           Add caps to templates.
31943         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31944           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31945         * gst/mpegstream/gstmpegdemux.c:
31946           Remove layer since it causes warnings about unfixed caps.
31947         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31948           Fix obvious typo (we error out if caps were set, we should of
31949           course error out if *no* caps were set).
31950         * sys/oss/gstosselement.c: (gst_osselement_convert):
31951           Fix format conversion, we confused bits/bytes.
31952         * sys/oss/gstosselement.h:
31953           Improve documentation for 'bps'.
31954         * sys/v4l/TODO:
31955           Remove stuff about plugins that need removing - this was done
31956           ages ago.
31957         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31958         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31959         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31960         (gst_v4lsrc_src_query):
31961         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31962         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31963           Add get_query_types(), get_formats() and query() functions.
31964
31965 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31966
31967         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31968           * moved CVS to freedesktop.org