gst-libs/gst/riff/riff-media.c: Add audio/x-raw-float support, now that audioconvert...
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
2
3         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4         Add audio/x-raw-float support, now that audioconvert support
5         non-native endianness floats.
6
7 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8
9         * docs/libs/gst-plugins-base-libs-docs.sgml:
10           gstreamer-plugins-base.pc doesn't exist, it's
11           gstreamer-plugins-base-0.10.pc.
12
13 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
14
15         Patch by: René Stadler <mail at renestadler dot de>
16         with some minor changes
17
18         * gst-libs/gst/floatcast/floatcast.h:
19         Use more efficient float endianness conversion functions that don't
20         involve 2 function calls per value.
21         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
22         (check_default), (audio_convert_prepare_context):
23         * gst/audioconvert/gstaudioconvert.c:
24         (gst_audio_convert_parse_caps), (make_lossless_changes):
25         Support non-native endianness floats as input and output.
26         Fixes #339838.
27         * tests/check/elements/audioconvert.c: (verify_convert),
28         (GST_START_TEST):
29         Add unit tests for the non-native endianness float conversions.
30
31 2007-03-29  Wim Taymans  <wim@fluendo.com>
32
33         * gst-libs/gst/rtp/gstbasertpdepayload.c:
34         (gst_base_rtp_depayload_base_init),
35         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
36         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
37         (gst_base_rtp_depayload_set_gst_timestamp),
38         (gst_base_rtp_depayload_change_state),
39         (gst_base_rtp_depayload_set_property),
40         (gst_base_rtp_depayload_get_property):
41         * gst-libs/gst/rtp/gstbasertpdepayload.h:
42         Add Private structure.
43         Bring element code to 2007.
44         Parse clock-base caps param and use it when generating the
45         newsegment.
46         Reset variables before going to PAUSED.
47         Fix some docs.
48
49 2007-03-29  Wim Taymans  <wim@fluendo.com>
50
51         * docs/libs/gst-plugins-base-libs-docs.sgml:
52         * docs/libs/gst-plugins-base-libs-sections.txt:
53         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
54         (gst_base_rtp_audio_payload_get_adapter):
55         Add RTCP docs.
56         Fix some more docs.
57
58         * gst-libs/gst/rtp/Makefile.am:
59         * gst-libs/gst/rtp/gstrtcpbuffer.c:
60         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
61         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
62         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
63         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
64         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
65         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
66         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
67         (gst_rtcp_packet_sr_get_sender_info),
68         (gst_rtcp_packet_sr_set_sender_info),
69         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
70         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
71         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
72         (gst_rtcp_packet_sdes_get_chunk_count),
73         (gst_rtcp_packet_sdes_first_chunk),
74         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
75         (gst_rtcp_packet_sdes_first_item),
76         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
77         (gst_rtcp_packet_bye_get_ssrc_count),
78         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
79         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
80         (gst_rtcp_packet_bye_get_reason_len),
81         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
82         * gst-libs/gst/rtp/gstrtcpbuffer.h:
83         Add new helper object for parsing and creating RTCP messages.
84
85 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
86
87         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
88         PCM samples with width=8 must be always unsigned, no matter what
89         depth they have.
90
91 2007-03-29  Andy Wingo  <wingo@pobox.com>
92
93         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
94         perfect offsets also, not just timestamps.
95
96         * tests/check/elements/videorate.c (test_more): Test that given
97         any incoming offsets, that videorate produces perfect offsets.
98
99 2007-03-29  Wim Taymans  <wim@fluendo.com>
100
101         * gst-libs/gst/riff/riff-ids.h:
102         Add some more RIFF formats.
103
104 2007-03-29  Wim Taymans  <wim@fluendo.com>
105
106         * gst-libs/gst/rtp/gstrtpbuffer.c:
107         (gst_rtp_buffer_default_clock_rate):
108         * gst-libs/gst/rtp/gstrtpbuffer.h:
109         Fix fixed payload names and docs.
110         Added method to get the default clock rates of fixed payload types.
111         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
112
113 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
114
115         * tests/check/pipelines/.cvsignore:
116         Add new vorbisdec test to cvsignore.
117
118 2007-03-28  Wim Taymans  <wim@fluendo.com>
119
120         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
121         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
122         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
123         (gst_base_audio_sink_set_property),
124         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
125         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
126         (gst_base_audio_sink_skew_slaving),
127         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
128         (gst_base_audio_sink_async_play):
129         * gst-libs/gst/audio/gstbaseaudiosink.h:
130         Store private stuff in GstBaseAudioSinkPrivate.
131         Add configurable clock slaving modes property.
132         API:: GstBaseAudioSink::slave-method property
133         Some more latency reporting tweaks.
134         Added skew based clock slaving correction and make it the default until
135         the resampling method is more robust.
136
137 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
138
139         * gst/audioconvert/audioconvert.c:
140         Add docs to the integer pack functions and implement proper
141         rounding. Before we had rounding towards negative infinity, i.e.
142         always the smaller number was taken. Now we use natural rounding,
143         i.e. rounding to the nearest integer and to the one with the largest
144         absolute value for X.5. The old rounding introduced some minor
145         distortions. Fixes #420079
146         * tests/check/elements/audioconvert.c: (GST_START_TEST):
147         Fix one unit test that assumed the old rounding and added unit tests
148         for checking signed/unsigned int16 <-> signed/unsigned int16 with
149         depth 8, one for signed int16 <-> unsigned int16 and one for the new
150         rounding from signed int32 to signed/unsigned int16.
151
152 2007-03-27  Michael Smith  <msmith@fluendo.com>
153
154         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
155         (gst_audio_convert_transform_caps):
156           Fix typo in debug line introduced recently, as pointed out on irc.
157
158 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
159
160         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
161         * tests/check/libs/tag.c: (GST_START_TEST):
162           Make sure we parse floating-point numbers in vorbis comments
163           correctly with either '.' or ',' as separator, no matter what
164           the current locale is. Add unit test for this too.
165
166 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
167
168         Patch by: René Stadler  <mail at renestadler de>
169
170         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
171           When writing out floating-point numbers to vorbis comment tags, always
172           use the same character as separator no matter what the current locale is
173           (fixes #423051).
174
175         * tests/check/libs/tag.c: (GST_START_TEST):
176           Add unit tests for replaygain tags in vorbis comments (closes #423055).
177
178 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
179
180         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
181           vorbis_handle_data_packet):
182           Correctly set DURATION to generate a timestamp-continuous stream.
183           One bug left at the end; see
184           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
185         * tests/check/Makefile.am:
186         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
187           Add a test to check this.  Without the above patch this test fails.
188
189 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
190
191         * gst-libs/gst/rtp/Makefile.am:
192         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
193
194 2007-03-23  Michael Smith  <msmith@fluendo.com>
195
196         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
197         (gst_video_rate_reset), (gst_video_rate_chain):
198           If videorate changes caps, we can no longer use the old buffer
199           (which may have a different size, incompatible with our caps).
200           So don't do that; just duplicate the new frame more times.
201
202 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
203
204         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
205         Remove playbin's override of the set_clock vmethod. It's irrelevant
206         after Wim's commit on the 19th.
207
208 2007-03-22  Wim Taymans  <wim@fluendo.com>
209
210         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
211         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
212         * ext/gnomevfs/gstgnomevfssrc.h:
213         Don't cache file sizes. Fixes #341078.
214
215 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
216
217         * gst/playback/gstplaybin.c: (add_sink):
218           Use GST_PTR_FORMAT to log caps. 
219
220 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
221
222         Patch by: Young-Ho Cha <ganadist at chollian net>
223
224         * gst/subparse/samiparse.c: (handle_start_font):
225           Special-case some more colour names that pango doesn't handle by
226           default. Fixes #420578.
227
228 2007-03-20  Michael Smith  <msmith@fluendo.com>
229
230         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
231           If we get a zero-sized input buffer, don't pass it to libvorbis, as
232           that marks EOS internally. After that, libvorbis will buffer all
233           input data, and encode none of it, eventually leading to memory
234           exhaustion.
235
236 2007-03-19  Wim Taymans  <wim@fluendo.com>
237
238         * gst/playback/gstdecodebin.c: (remove_fakesink):
239         Don't post STATE_DIRTY anymore.
240
241         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
242         (gst_play_bin_change_state):
243         Remove stream_time reset in seek handling, core does that now.
244         Disable clocking for live pipelines by forcing a NULL clock to the
245         complete pipeline, core is too smart now for our previous hack.
246         We can always autoplug in PAUSED now.
247
248 2007-03-17  David Schleef  <ds@schleef.org>
249
250         * REQUIREMENTS:  Update this file, change the formatting to make
251         it more consistent, plus more machine readable.
252
253 2007-03-16  Michael Smith  <msmith@fluendo.com>
254
255         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
256         (strip_width_64), (append_with_other_format):
257           Previous fix was too simplistic, and broke the tests. Use a better
258           approach; only strip 64 from widths for integer audio.
259
260 2007-03-16  Michael Smith  <msmith@fluendo.com>
261
262         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
263         (gst_audio_convert_transform_caps):
264           We don't support 64 bit integer audio, so don't try to claim we can.
265           Stops us producing caps don't match our template caps.
266           Update comments.
267
268 2007-03-15  Michael Smith  <msmith@fluendo.com>
269
270         * gst/audioresample/gstaudioresample.c:
271         (audioresample_check_discont), (audioresample_transform):
272           Don't trigger discontinuities for very small imperfections; a filter
273           flush will sound bad, and many plugins have rounding errors leading
274           to these.
275
276 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
277
278         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
279         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
280         Add min-ptime property to RTP base audio payloader. Patch by
281         olivier.crete@collabora.co.uk.
282         Fixes #415001
283
284         Indentation/whitespace/documentation fixes.
285
286 2007-03-14  Julien MOUTTE  <julien@moutte.net>
287
288         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
289         (audioresample_transform_size), (audioresample_do_output),
290         (audioresample_transform), (audioresample_pushthrough): Handle
291         discontinuous streams.
292         * gst/audioresample/gstaudioresample.h:
293         * tests/check/elements/audioresample.c:
294         (test_discont_stream_instance), (GST_START_TEST),
295         (audioresample_suite): Add a test for discontinuous streams.
296         * win32/common/config.h: Updated.
297
298 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
299
300         * po/af.po:
301         * po/az.po:
302         * po/cs.po:
303         * po/en_GB.po:
304         * po/it.po:
305         * po/nb.po:
306         * po/nl.po:
307         * po/or.po:
308         * po/sq.po:
309         * po/sr.po:
310         * po/sv.po:
311         * po/uk.po:
312         * po/vi.po:
313           Update translations from translation project.
314
315 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
316
317         * gst/audioresample/debug.h:
318         * gst/audioresample/resample.c: (resample_init):
319           Since I really am not interested in a debug line for each sample
320           being processed, move the library's debugging to its own category,
321           libaudioresample
322
323 2007-03-13  Michael Smith  <msmith@fluendo.com>
324
325         * ext/theora/theoradec.c: (theora_handle_type_packet):
326           Since the plugin doesn't support anything other than 4:2:0 right
327           now, post an error and fail if we get something else. Won't matter
328           until libtheora supports the other pixel formats, but hopefully
329           that'll be soon...
330
331 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
332
333         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
334         Use gst_guint64_to_gdouble for conversion.
335         * win32/MANIFEST:
336         Add new files to the win32 MANIFEST.
337         * win32/common/libgstaudio.def:
338         * win32/common/libgstpbutils.def:
339         Add new exported functions.
340         * win32/vs6/gst_plugins_base.dsw:
341         * win32/vs6/libgstdecodebin.dsp:
342         * win32/vs6/libgstplaybin.dsp:
343         Change the link to libgstpbutils.lib.
344         * win32/vs6/libgstdecodebin2.dsp:
345         Add a new project for decodebin2.
346         * win32/vs6/libgstpbutils.dsp:
347         Add a new project for pbutils.
348
349 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
350
351         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
352           Also accept partial dates with only year and month,
353           like 1999-12-00 (fixes #410396 even more).
354
355         * tests/check/libs/tag.c: (GST_START_TEST):
356           Add unit test for the above.
357
358 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
359
360         * tests/check/elements/subparse.c: (GST_START_TEST),
361         (subparse_suite):
362           Add unit test for MPL2 subtitle format (#413799).
363
364 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
365
366         Patch by: Kamil Pawlowski  <kamilpe gmail com>
367
368         * gst/subparse/Makefile.am:
369         * gst/subparse/gstsubparse.c:
370         (gst_sub_parse_data_format_autodetect),
371         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
372         (gst_subparse_type_find):
373         * gst/subparse/gstsubparse.h:
374         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
375         * gst/subparse/mpl2parse.h:
376           Add support for MPL2 subtitle format (#413799).
377
378 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
379
380         * configure.ac:
381           We require core CVS for the new buffer metadata copy functions.
382
383 2007-03-09  Wim Taymans  <wim@fluendo.com>
384
385         * gst-libs/gst/tag/gstid3tag.c:
386         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
387         Fixes #414496.
388
389         Patch by: Alex Lancaster <alexl at users sourceforge net>
390
391 2007-03-09  Wim Taymans  <wim@fluendo.com>
392
393         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
394         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
395         Improve adapter usage and comments.
396
397 2007-03-09  Wim Taymans  <wim@fluendo.com>
398
399         * ext/pango/gsttextrender.c: (gst_text_render_chain):
400         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
401         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
402         Use new metadata copy function.
403
404         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
405         (gst_ffmpegcsp_transform):
406         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
407         Basetransform copied the metadata for us.
408
409 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
410
411         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
412         (gst_text_overlay_video_event):
413           Some more logging. Only accept newsegment events in TIME format and
414           send a WARNING message if they are not in TIME format.
415
416         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
417         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
418         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
419         * gst/subparse/gstsubparse.h:
420           No need to allocate GstSegment structure dynamically, just put it
421           into the instance structure; ignore newsegment events in BYTE
422           format and in particular don't let it overwrite our saved TIME
423           segment from the last seek.
424
425 2007-03-09  Michael Smith  <msmith@fluendo.com>
426
427         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
428           Replace AC3 typefinder with one that isn't terrible, and actually
429           works usefully.
430
431 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
432
433         * gst/audioconvert/gstaudioconvert.c:
434         (gst_audio_convert_transform):
435           fix error category and translatable string
436           
437
438 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
439
440         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
441         * pkgconfig/gstreamer-plugins-base.pc.in:
442           Fix up utils => pbutils here too.
443
444 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
445
446         * gst/subparse/gstsubparse.c: (handle_buffer):
447           Break out of loop in chain function as soon as possible if we get
448           a non-OK flow return.
449
450 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
451
452         * tests/check/elements/alsa.c: (GST_START_TEST):
453         Unref the mixer if the state change fails too (if the
454         alsa devices are inaccessible, for example)
455
456 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
457
458         * tests/check/Makefile.am:
459         Don't test libvisual elements in the states check, because libvisual
460         seems to leak internally.
461
462         Re-enable the alsa and states tests now that there's new suppressions
463         in gst.supp.
464
465         * tests/check/elements/alsa.c: (GST_START_TEST):
466         Don't leak the alsamixer we instantiated.
467
468 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
469
470         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
471         (gst_ximagesink_change_state), (gst_ximagesink_reset),
472         (gst_ximagesink_finalize):
473         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
474         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
475         Move some cleanup stuff from the state change handler into a _reset()
476         function that can be called from _finalize(). This ensures that things
477         get freed even if (for some reason) the NULL->READY state transition
478         fails in the parent class.
479         Even if a parent state change fails, process our downward state change
480         logic instead of bailing out early.
481         Free the correct xcontext pointer in ximagesink's xcontext_clear.
482
483 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
484
485         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
486         Extra log line.
487
488         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
489         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
490         Use pango_font_description_set_family_static instead of 
491         pango_font_description_set_family to save a string copy (it was
492         leaking due to the strdup anyway)
493
494         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
495         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
496         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
497         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
498         Chain up in finalize.
499
500 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
501
502         * gst-libs/gst/interfaces/mixertrack.c:
503         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
504         (gst_mixer_track_set_property):
505           API: add "untranslated-label" property which should be set by
506           implementations at construct time (#414645).
507
508         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
509         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
510           Set "untranslated-label" when constructing mixer track objects.
511
512         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
513           Unit test to check the above.
514
515 2007-03-07  Wim Taymans  <wim@fluendo.com>
516
517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
518         Fix confusing debug message.
519
520 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
521
522         * gst-plugins-base.doap:
523         update doap file with new version
524
525 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
526
527         * configure.ac:
528         Back to CVS
529
530 === release 0.10.12 ===
531
532 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
533
534         * configure.ac:
535           releasing 0.10.12, "Zombie Horde"
536
537 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
538
539         * configure.ac:
540         Bump version to 0.10.11.4 pre-release
541
542 2007-03-06  Wim Taymans  <wim@fluendo.com>
543
544         * gst-libs/gst/audio/gstbaseaudiosink.c:
545         (gst_base_audio_sink_async_play):
546         Fix regression that made GStreamer skip the first samples of audio.
547         Fixes #414684.
548
549 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
550
551         * configure.ac:
552         Bump version to 0.10.11.3 pre-release
553
554 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
555
556         * po/POTFILES.in:
557           Update paths for the rename from utils to pbutils to fix the build.
558
559 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
560
561         * gst-libs/gst/pbutils/Makefile.am:
562           Change directory to install headers in from gst/utils to gst/pbutils
563           as well.
564
565 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
566
567         * configure.ac:
568         * docs/libs/gst-plugins-base-libs-docs.sgml:
569         * docs/libs/gst-plugins-base-libs-sections.txt:
570         * gst-libs/gst/Makefile.am:
571         * gst-libs/gst/interfaces/mixer.c:
572         * gst-libs/gst/pbutils/Makefile.am:
573         * gst-libs/gst/pbutils/descriptions.c:
574         (gst_pb_utils_get_source_description),
575         (gst_pb_utils_get_sink_description),
576         (gst_pb_utils_get_decoder_description),
577         (gst_pb_utils_get_encoder_description),
578         (gst_pb_utils_get_element_description),
579         (gst_pb_utils_add_codec_description_to_tag_list),
580         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
581         * gst-libs/gst/pbutils/descriptions.h:
582         * gst-libs/gst/pbutils/install-plugins.c:
583         * gst-libs/gst/pbutils/install-plugins.h:
584         * gst-libs/gst/pbutils/missing-plugins.c:
585         (gst_missing_uri_source_message_new),
586         (gst_missing_uri_sink_message_new),
587         (gst_missing_element_message_new),
588         (gst_missing_decoder_message_new),
589         (gst_missing_encoder_message_new),
590         (gst_missing_plugin_message_get_description):
591         * gst-libs/gst/pbutils/missing-plugins.h:
592         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
593         * gst-libs/gst/pbutils/pbutils.h:
594         * gst-libs/gst/utils/Makefile.am:
595         * gst-libs/gst/utils/base-utils.c:
596         * gst-libs/gst/utils/base-utils.h:
597         * gst-libs/gst/utils/descriptions.c:
598         * gst-libs/gst/utils/descriptions.h:
599         * gst-libs/gst/utils/install-plugins.c:
600         * gst-libs/gst/utils/install-plugins.h:
601         * gst-libs/gst/utils/missing-plugins.c:
602         * gst-libs/gst/utils/missing-plugins.h:
603         * gst-plugins-base.spec.in:
604         * gst/playback/Makefile.am:
605         * gst/playback/gstdecodebin.c:
606         * gst/playback/gstdecodebin2.c:
607         * gst/playback/gstplaybasebin.c: (setup_subtitle),
608         (gen_source_element):
609         * gst/playback/gstplaybin.c: (plugin_init):
610         * tests/check/Makefile.am:
611         * tests/check/libs/pbutils.c: (GST_START_TEST),
612         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
613         * tests/check/libs/utils.c:
614           rename utils to pbutils
615
616 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
617
618         * docs/plugins/Makefile.am:
619         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
620         * docs/plugins/gst-plugins-base-plugins-sections.txt:
621         * docs/plugins/inspect/plugin-decodebin2.xml:
622         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
623         Add documentation for decodebin2 that indicates that the API
624         is still unstable.
625
626 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
627
628         * configure.ac:
629         Update to 0.10.11.2 (0.10.12 pre-release)
630
631 2007-03-01  Wim Taymans  <wim@fluendo.com>
632
633         * gst-libs/gst/audio/gstbaseaudiosink.c:
634         (gst_base_audio_sink_async_play):
635         base time is irrelevant here.
636
637 2007-03-01  Wim Taymans  <wim@fluendo.com>
638
639         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
640         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
641         Improve debugging.
642
643         * gst-libs/gst/audio/gstbaseaudiosink.c:
644         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
645         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
646         Improve latency and clock slaving calculations.
647         Improve slave clock calibration.
648
649         * gst-libs/gst/audio/gstringbuffer.c:
650         (gst_ring_buffer_commit_full):
651         When we are asked to render N sample to 0 bytes, return N.
652
653 2007-03-01  Wim Taymans  <wim@fluendo.com>
654
655         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
656         (gst_alsasink_write), (gst_alsasink_reset):
657         * ext/alsa/gstalsasink.h:
658         Remove unused dispose function.
659         Rename lock to not interfere with alsasrc lock.
660
661         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
662         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
663         (gst_alsasrc_read), (gst_alsasrc_reset):
664         * ext/alsa/gstalsasrc.h:
665         Implement finalize function.
666         Use lock to protect alsa access.
667         Implement _reset.
668         Fine tune sw params.
669
670 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
671
672         * configure.ac:
673           Convert to new AG_GST style.
674
675 2007-02-28  Wim Taymans  <wim@fluendo.com>
676
677         Patch by: Ed Catmur <ed at catmur dot co dot uk>
678
679         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
680         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
681         Fix race condition when rapidly switching visualisations in playbin.
682         Fixes #401029.
683
684 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
685
686         * tests/check/Makefile.am:
687         Include local stuff before system installed things in LDFLAGS and
688         CFLAGS.
689
690 2007-02-28  Wim Taymans  <wim@fluendo.com>
691
692         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
693         Improve debugging.
694
695 2007-02-28  Wim Taymans  <wim@fluendo.com>
696
697         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
698         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
699         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
700         Fix duration and timestamping, taking latency into account.
701         Implement latency query.
702
703 2007-02-28  Wim Taymans  <wim@fluendo.com>
704
705         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
706         (gst_audio_clock_new):
707         Fix clock name.
708
709         * gst-libs/gst/audio/gstbaseaudiosink.c:
710         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
711         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
712         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
713         (gst_base_audio_src_create):
714         Improve latency query code.
715         Use proper clock names.
716
717 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
718
719         * tests/check/generic/states.c: (GST_START_TEST):
720           Copy the states.c test from core again
721         * tests/check/Makefile.am:
722           ignore cdio and cdparanoiasrc
723
724 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
725
726         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
727         (double_hq), (audio_convert_get_func_index), (check_default),
728         (audio_convert_prepare_context), (audio_convert_convert):
729           Also make valgrind happy and avoid copying data in some cases.
730
731 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
732
733         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
734         (double_hq), (audio_convert_get_func_index),
735         (audio_convert_prepare_context), (audio_convert_convert):
736         * gst/audioconvert/gstaudioconvert.c:
737         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
738         (gst_audio_convert_transform_caps):
739         * tests/check/elements/audioconvert.c: (GST_START_TEST),
740         (audioconvert_suite):
741           Don't run inplace if that overwrites source data as we go. Add more
742           tests. Fixes #339837 even more.
743
744 2007-02-27  Julien MOUTTE  <julien@moutte.net>
745
746         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
747         (msg_segment_done): Fix various seeking bugs (Slider was not
748         updating when doing a non flushing seek, Reverse playback 
749         on segment seek was wrong).
750
751 2007-02-26  Wim Taymans  <wim@fluendo.com>
752
753         * tests/examples/seek/seek.c: (stop_seek):
754         When we stop scrubbing, don't leave the pipeline PLAYING when we
755         requested a PAUSED state.
756
757 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
758
759         Patch by: René Stadler <mail at renestadler de>
760
761         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
762           Parse date strings in vorbis comments that have an invalid (zero)
763           month or day (#410396).
764
765         * tests/check/libs/tag.c: (GST_START_TEST):
766           Test case for the above.
767
768 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
769
770         Patch by: Loïc Minier <lool+gnome at via ecp fr>
771
772         * configure.ac:
773         * ext/alsa/Makefile.am:
774         * gst/audiotestsrc/Makefile.am:
775           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
776
777 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
778
779         * gst/playback/gstplaybin.c:
780           Improve docs: point out that the application needs to assist playbin
781           with buffering.
782
783 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
784
785         * gst-libs/gst/utils/install-plugins.c:
786         * gst-libs/gst/utils/missing-plugins.c:
787         * tests/check/libs/utils.c: (missing_msg_check_getters):
788           Change GStreamer marker prefix in detail string from 'gstreamer.net'
789           to just 'gstreamer'. Document the caps string component of the
790           decoder/encoder detail a bit better, since not everyone will be
791           familiar with the GStreamer media type/caps system (but they better
792           enjoy nested itemized lists).
793
794 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
795
796         * gst-libs/gst/netbuffer/gstnetbuffer.c:
797         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
798           Fix copying of GstNetBuffer (would crash before, or at least lead to
799           invalid memory access, #410772), for now by copying the GstBuffer copy
800           code from the core over here so we can copy the GstBuffer fields on a
801           provided buffer instance (of type GstNetBuffer in this case). Would be
802           better to fix this with some support by the core though (and in the long
803           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
804
805         * tests/check/Makefile.am:
806           Enable unit test for GstNetBuffer.
807
808 2007-02-22  Andy Wingo  <wingo@pobox.com>
809
810         * gst-libs/gst/audio/gstbaseaudiosink.c
811         (gst_base_audio_sink_init): Disable pull-mode activation until we
812         figure out how to make audio sinks go to PLAYING.
813
814 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
815
816         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
817         (double_hq), (audio_convert_get_func_index),
818         (audio_convert_prepare_context), (audio_convert_convert):
819         * gst/audioconvert/audioconvert.h:
820         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
821         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
822         * gst/audioconvert/gstchannelmix.h:
823         * tests/check/elements/audioconvert.c: (GST_START_TEST):
824           Add float as an intermediate format, as well as float mixing. Enable
825           test that was failing before. Fixes #339837
826
827 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
828
829         * tests/examples/seek/seek.c: (do_seek):
830         Undo the previous commit: -1 as a stop time implies that the stop
831         time is the end of file, clearing any previously configured segment.
832
833 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
834
835         * tests/examples/seek/seek.c: (do_seek):
836         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
837
838 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
839
840         * gst/volume/gstvolume.c: (volume_process_int16),
841         (volume_process_int16_clamp), (volume_set_caps):
842           Unbreak volume, value remains gint.
843
844 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
845
846         * gst/volume/gstvolume.c: (volume_choose_func),
847         (volume_update_real_volume), (gst_volume_set_volume),
848         (gst_volume_init), (volume_process_double), (volume_process_float),
849         (volume_process_int16), (volume_process_int16_clamp),
850         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
851         * gst/volume/gstvolume.h:
852           Extend float audio support (double) and some int->uint cleanups.
853
854 2007-02-20  Edward Hervey  <edward@fluendo.com>
855
856         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
857         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
858         (sort_end_pads), (gst_decode_group_expose),
859         (gst_decode_group_hide):
860         Don't free groups from the streaming threads. Just put them aside and
861         free them in dispose.
862
863 2007-02-20  Edward Hervey  <edward@fluendo.com>
864
865         * gst/playback/gstdecodebin2.c: (connect_element),
866         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
867         (sort_end_pads), (gst_decode_group_expose):
868         Handle dynamic pads within groups.
869         Sort pads before exposing them in order to make playbin happy.
870         There still is a race with the multiqueue filling up. This should be
871         solved separately.
872         Fixes #398721
873
874 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
875
876         * gst-libs/gst/utils/base-utils.c:
877         * gst-libs/gst/utils/descriptions.c:
878         * gst-libs/gst/utils/install-plugins.c:
879         * gst-libs/gst/utils/missing-plugins.c:
880           Some more docs (and descriptions for two subtitle formats).
881
882 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
883
884         * gst-libs/gst/audio/audio.c:
885           Fix documentation.
886
887 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
888
889         Patch by: Yves Lefebvre  <ivanohe abacom com>
890
891         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
892           Don't leak caps. Fixes #408278.
893
894 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
895
896         * ext/cdparanoia/gstcdparanoiasrc.h:
897         * ext/ogg/gstoggdemux.h:
898         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
899         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
900         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
901         * gst-libs/gst/audio/audio.h:
902         * gst-libs/gst/audio/gstaudiofilter.h:
903         * gst-libs/gst/interfaces/videoorientation.h:
904         * gst/adder/gstadder.h:
905           More docs coverage and some ChangeLog surgery (add missing names)
906
907 2007-02-15  Wim Taymans  <wim@fluendo.com>
908
909         * sys/ximage/ximagesink.c:
910         (gst_ximagesink_calculate_pixel_aspect_ratio):
911         * sys/xvimage/xvimagesink.c:
912         (gst_xvimagesink_calculate_pixel_aspect_ratio):
913         Small constifications.
914
915 2007-02-15  Wim Taymans  <wim@fluendo.com>
916
917         * gst-libs/gst/audio/gstbaseaudiosink.c:
918         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
919         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
920         (gst_base_audio_sink_async_play),
921         (gst_base_audio_sink_change_state):
922         Answer latency query.
923         Use configured latency when syncing.
924         Fix clock slaving.
925
926         * gst-libs/gst/audio/gstbaseaudiosrc.c:
927         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
928         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
929         Fix possible memleak.
930         Implement latency query.
931         Small cleanups.
932
933 2007-02-15  Wim Taymans  <wim@fluendo.com>
934
935         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
936         Ignore errors in reset, these are not fatal. They also grab the element
937         lock which is already taking when this function is called. Fixes
938         #405451.
939
940 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
941
942         * configure.ac:
943           Remove 'tests/examples/xerror/Makefile' from output files again.
944
945 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
946
947         * configure.ac:
948         * docs/plugins/Makefile.am:
949           Also crossref against gst-plugins-base-libs.
950
951 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
952
953         * configure.ac:
954         * docs/libs/Makefile.am:
955         * docs/plugins/Makefile.am:
956           Add crossreferences to glib/gobject/gstream docs.
957
958         * gst-libs/gst/audio/audio.h:
959           Source formatting.
960
961         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
962           Add own debug category.
963
964 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
965
966         Patch by: René Stadler <mail at renestadler de>
967
968         * gst-libs/gst/tag/gstvorbistag.c:
969           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
970           (#403597).
971
972 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
973
974         * gst/playback/gstplaybasebin.c: (setup_source):
975           When we have external subtitles and wait for the subtitle decodebin
976           to get up and running, we set up a (sync) bus handler for the
977           subtitle decodebin, so we can stop waiting when it posts an error
978           message. However, we should do that before we set the subtitle
979           decodebin's state to playing, otherwise things are racy and we might
980           miss error messages posted before we had a chance to set up the bus.
981           This should finally fix totem hanging on .txt pseudo-subtitle files.
982           
983 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
984
985         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
986           Use gst_gdouble_to_guint64 for conversions.
987         * win32/common/config.h.in:
988           Add a define for GST_INSTALL_PLUGINS_HELPER
989         * win32/common/libgstaudio.def:
990         * win32/common/libgstcdda.def:
991         * win32/common/libgstnetbuffer.def:
992         * win32/common/libgstrtp.def:
993         * win32/common/libgutils.def:
994           Add new exported functions.
995         * win32/vs6/gst_plugins_base.dsw:
996         * win32/vs6/libgstdecodebin.dsp:
997         * win32/vs6/libgstnetbuffer.dsp:
998         * win32/vs6/libgstplaybin.dsp:
999         * win32/vs6/libgstrtp.dsp:
1000         * win32/vs6/libgstvorbis.dsp:
1001         * win32/vs6/libgstcdda.dsp:
1002         * win32/vs6/libgstgdp.dsp:
1003         * win32/vs6/libgstutils.dsp:
1004           Update and add new project files.
1005
1006 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1007
1008         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1009         (subrip_remove_unhandled_tags), (parse_subrip):
1010           For SubRip (.srt) subtitles, ignore all markup tags we don't
1011           handle (like font tags, for example).
1012
1013         * tests/check/elements/subparse.c:
1014           Add test for this.
1015
1016 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1017
1018         * gst/playback/gstdecodebin.c: (add_fakesink),
1019         (gst_decode_bin_change_state):
1020         * gst/playback/gstdecodebin2.c: (add_fakesink),
1021         (gst_decode_bin_change_state):
1022           Don't error out if there is no fakesink in the NULL to READY state
1023           change, since when decodebin is re-used, we're only adding the
1024           fakesink element in READY to PAUSED.
1025
1026         * tests/check/elements/decodebin.c:
1027         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1028         (decodebin_suite):
1029           Minimal unit test to make sure we can use the same decodebin
1030           instance twice (at least with audiotestsrc input).
1031
1032 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1033
1034         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1035           Try to get devic-name from device string first, and from handle only
1036           as fallback (seems to yield better results and is more robust
1037           against buggy probing code on the application side).
1038
1039 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1040
1041         Based on patch by: Julien Puydt <julien.puydt at laposte net>
1042
1043         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1044         (gst_alsa_find_device_name):
1045         * ext/alsa/gstalsa.h:
1046         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1047         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1048           Improve device-name detection a bit, especially in the case where
1049           the device is not actually open (#405020, #405024). Move common code
1050           into gstalsa.c instead of duplicating it.
1051
1052 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1053
1054         * gst/audioconvert/gstaudioconvert.c:
1055           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1056
1057 2007-02-06  Julien MOUTTE  <julien@moutte.net>
1058
1059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1060         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1061         (gst_xvimagesink_interface_supported),
1062         (gst_xvimagesink_probe_get_properties),
1063         (gst_xvimagesink_probe_probe_property),
1064         (gst_xvimagesink_probe_needs_probe),
1065         (gst_xvimagesink_probe_get_values),
1066         (gst_xvimagesink_property_probe_interface_init),
1067         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1068         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1069         (gst_xvimagesink_get_type):
1070         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1071         for XVAdaptors so that one can choose the adaptor to use with 
1072         gstreamer-properties.
1073
1074 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
1075
1076         * gst/audioconvert/gstaudioconvert.c:
1077           Also mention that a conversion from double to float is suboptimal still.
1078
1079 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1080
1081         * gst-libs/gst/audio/gstaudiofilter.c:
1082         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1083           Clear our formats structure and free the caps contained in it when
1084           shutting down.
1085
1086 2007-02-05  Andy Wingo  <wingo@pobox.com>
1087
1088         * gst-libs/gst/audio/gstbaseaudiosink.c
1089         (gst_base_audio_sink_callback): Update basesink->offset so that we
1090         pull monotonically increasing offsets instead of, um, seeking back
1091         to 0 each time. Fixes alsasrc ! alsasink!
1092
1093 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1094
1095         * gst/videoscale/gstvideoscale.c:
1096           A width and height of 1 makes us crash, so increase minimum size to
1097           2x2 pixels until someone feels like fixing this (#404512).
1098
1099 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1100
1101         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1102           Add small test to make sure request pads are cleaned up properly
1103           even if oggmux never changes state out of NULL.
1104
1105 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1106
1107         * tests/check/libs/utils.c: (GST_START_TEST):
1108           Fix unit test. Turns out things work much better when you
1109           NULL-terminate string arrays. Should make p5 build bot happy again.
1110
1111 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1112
1113         * gst-libs/gst/audio/Makefile.am:
1114         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1115         (gst_audio_filter_template_base_init),
1116         (gst_audio_filter_template_class_init),
1117         (gst_audio_filter_template_init),
1118         (gst_audio_filter_template_set_property),
1119         (gst_audio_filter_template_get_property),
1120         (gst_audio_filter_template_setup),
1121         (gst_audio_filter_template_filter),
1122         (gst_audio_filter_template_filter_inplace), (plugin_init):
1123           Oops, forgot to commit fixed-up example.
1124
1125 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1126
1127         * docs/libs/gst-plugins-base-libs-sections.txt:
1128         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1129         (gst_audio_filter_class_init), (gst_audio_filter_init),
1130         (gst_audio_filter_set_caps),
1131         (gst_audio_filter_class_add_pad_templates):
1132         * gst-libs/gst/audio/gstaudiofilter.h:
1133           Port GstAudioFilter to 0.10. This change technically breaks
1134           API and ABI (and thus also every library developer's heart),
1135           but seems justifiable on the grounds that the base class was
1136           completely unusable before (ie. would crash immediately when
1137           actually used). Fixes #403963 (and eventually also #403572).
1138           Also document all of this a bit.
1139
1140 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1141
1142         * gst-libs/gst/utils/install-plugins.c:
1143         (gst_install_plugins_spawn_child):
1144         * tests/check/libs/utils.c:
1145         (test_base_utils_install_plugins_do_callout):
1146           Lowering log level to see why things fail on the p5 build bot;
1147           fix some typos in unit test messages.
1148
1149 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1150
1151         * tests/check/libs/utils.c:
1152         (test_base_utils_install_plugins_do_callout):
1153           Don't hard-code temp directory for test helper; use GLib functions
1154           to write out file and do error checking etc.
1155
1156 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1157
1158         * gst-libs/gst/utils/Makefile.am:
1159         * gst-libs/gst/utils/base-utils.h:
1160         * gst-libs/gst/utils/install-plugins.c:
1161         (gst_install_plugins_context_set_xid),
1162         (gst_install_plugins_context_new),
1163         (gst_install_plugins_context_free),
1164         (gst_install_plugins_get_helper),
1165         (gst_install_plugins_spawn_child),
1166         (gst_install_plugins_return_from_status),
1167         (gst_install_plugins_installer_exited),
1168         (gst_install_plugins_async), (gst_install_plugins_sync),
1169         (gst_install_plugins_return_get_name),
1170         (gst_install_plugins_installation_in_progress):
1171         * gst-libs/gst/utils/install-plugins.h:
1172           API: add API for applications to initiate installation of missing
1173           plugins, ie. gst_install_plugins_async() primarily.
1174           Based on libgimme-codec by Ryan Lortie.
1175
1176         * configure.ac:
1177           Add --with-install-plugins-helper configure option so distros can specify
1178           the path of the helper script or program to call when plugin installation
1179           is requested (distros: please do any argument munging in this helper
1180           script instead of patching GStreamer to pass arguments differently
1181           to another program directly).
1182
1183         * docs/libs/gst-plugins-base-libs-docs.sgml:
1184         * docs/libs/gst-plugins-base-libs-sections.txt:
1185           Build and document new API.
1186
1187         * tests/check/libs/utils.c: (result_cb),
1188         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1189         (libgstbaseutils_suite):
1190           Some simple checks for the new API.
1191
1192 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1193
1194         * tests/check/elements/audioconvert.c: (test_float_conversion):
1195           Add small test for 32bit float <=> 64bit float conversion (works
1196           only one way so far, 32=>64 produces structured noise).
1197
1198 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1199
1200         * gst/audioconvert/gstaudioconvert.c:
1201         (set_structure_widths_32_and_64), (make_lossless_changes):
1202           We don't support floats with a width of 40, 48 or 56 bits.
1203
1204 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1205
1206         * gst/audioconvert/audioconvert.c: (float), (double),
1207         (audio_convert_get_func_index):
1208         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1209         (make_lossless_changes):
1210           Support for 64-bit float audio in audioconvert (#339837)
1211
1212 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1213
1214         Patch by: Holger Wansing  <linux wansing-online de>
1215
1216         * po/LINGUAS:
1217         * po/de.po:
1218           Add German translation (#352069).
1219
1220 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1221
1222         reviewed by: Wim Taymans <wim@fluendo.com>
1223
1224         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1225         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1226         Use newly added GstCollectPads API to free the allocated resources in
1227         the GstOggPad structures (#402393).
1228
1229 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1230
1231         * gst/playback/gstplaybin.c: (gen_vis_element):
1232           Add audioresample+audioconvert in front of the visualisation
1233           element, so that elements like libvisual 0.4 that don't support all
1234           samplerates can work.
1235
1236           Fixes: #402505
1237
1238 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1239
1240         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1241         (gst_play_base_bin_get_streaminfo_value_array):
1242           Take some locks and make a copy of the streaminfo value array we
1243           maintain while holding the lock, so that the application can
1244           retrieve the stream-info as a value array in a thread-safe way.
1245
1246 2007-01-30  Wim Taymans  <wim@fluendo.com>
1247
1248         * gst/audioconvert/gstaudioconvert.c:
1249         Don't fail on 0 sized buffers. Fixes #396835.
1250
1251 2007-01-29  David Schleef  <ds@schleef.org>
1252
1253         * gst/typefind/gsttypefindfunctions.c:
1254           Detect BBCD as video/x-dirac, so we can play raw dirac
1255           streams.
1256
1257 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1258
1259         * ext/theora/theoraenc.c: (theora_enc_chain):
1260           Check return value of theora_encode_header(), or we might try to
1261           allocate a random number of bytes. theora_encode_header() can fail
1262           if libtheora has been compiled with encoding support disabled.
1263           Fixes #398110.
1264
1265 2007-01-29  Wim Taymans  <wim@fluendo.com>
1266
1267         * tests/check/gst/.cvsignore:
1268         Do as buildbot says.
1269
1270 2007-01-29  Wim Taymans  <wim@fluendo.com>
1271
1272         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1273         Fix strides in libvisual. Gst uses X strides.
1274         Inspired by: <ed at catmur dot co dot uk> and 
1275         <tim at centricular dot net>
1276         Fixes #401118.
1277
1278 2007-01-27  Wim Taymans  <wim@fluendo.com>
1279
1280         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1281         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1282         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1283         (gst_ogg_demux_perform_seek),
1284         (gst_ogg_demux_bisect_forward_serialno),
1285         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1286         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1287         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1288         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1289         * ext/ogg/gstoggdemux.h:
1290         Properly propagate streaming errors when we are scanning the file for
1291         chains so that we don't crash when shut down. Might fix some crashers
1292         when quickly switching oggs in RB such as #332503 and #378436.
1293
1294 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1295
1296         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1297           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1298           error code as well.
1299
1300 2007-01-25  Wim Taymans  <wim@fluendo.com>
1301
1302         * gst/playback/gstplaybasebin.c: (remove_source):
1303         Don't try to disconnect a signal from a finalized object.
1304
1305 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1306
1307         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1308           Cast lock macro parameters to make sure we're actually accessing the
1309           lock member at the right class level. Free list itself in _dispose()
1310           as well and NULL it in case dispose gets called multiple times.
1311
1312 2007-01-25  Edward Hervey  <edward@fluendo.com>
1313
1314         * gst/playback/gstdecodebin2.c:
1315         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1316         Free GstDecodeGroups no longer used.
1317         (gst_decode_group_expose):
1318         Don't unlock too many times !
1319         (deactivate_free_recursive):
1320         Free iterator once we're done with it.
1321         Fix for recursively deactivating elements (stop at ghostpads).
1322
1323 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1324
1325         * gst/playback/gstplaybin.c: (handoff):
1326           Fix up caps on the frame buffer before we save it and potentially
1327           make it accessible to other threads via g_object_get; also use
1328           gst_buffer_replace() instead of gst_mini_object_replace().
1329
1330 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1333           Make getting the current frame thread-safe.
1334
1335 2007-01-25  Edward Hervey  <edward@fluendo.com>
1336
1337         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1338         (gst_decode_group_new), (gst_decode_group_free):
1339         Set queues to bigger sizes to cope with HD contents.
1340         Fix some mutex freeing and add comment about MT safe methods.
1341
1342 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1343
1344         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1345         (gst_text_overlay_text_event):
1346           Don't unnecessarily ref (and then leak) upstream events if the text
1347           pad is not linked. Fixes #399948.
1348
1349         * tests/check/gst-plugins-base.supp:
1350           Add suppression for pango on edgy/x86 for textoverlay test.
1351
1352 2007-01-24  Wim Taymans  <wim@fluendo.com>
1353
1354         * gst-libs/gst/rtp/gstrtpbuffer.h:
1355         Add some more fixed payloads.
1356
1357 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1358
1359         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1360           Error out properly if we get an error from libogg while reading the
1361           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1362
1363 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1364
1365         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1366           Don't leak mutex.
1367
1368         * tests/check/elements/playbin.c:
1369         (test_sink_usage_video_only_stream),
1370         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1371         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1372         (test_missing_suburisource_handler),
1373         (test_missing_primary_decoder), (playbin_suite):
1374           Run all tests once with decodebin and once with decodebin2.
1375           One test does not pass yet with decodebin2.
1376
1377 2007-01-23  Edward Hervey  <edward@fluendo.com>
1378
1379         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1380         Fix the cases where oggmux doesn't properly figure out that all
1381         sinkpads have gone EOS, and therefore doesn't push out the remaining
1382         buffers and the final EOS event.
1383         Fixes #363379
1384
1385 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1386
1387         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1389         Don't lock on navigation event push, just on keysym to string.
1390         Fixes #397673 again.
1391
1392 2007-01-22  Edward Hervey  <edward@fluendo.com>
1393
1394         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1395         (get_current_group), (group_demuxer_event_probe),
1396         (gst_decode_group_expose), (deactivate_free_recursive),
1397         (gst_decode_group_free):
1398         Cleanups.
1399         Don't forget to emit 'no-more-pads' once a group is exposed.
1400         Cleanup elements from a DecodeGroup once we remove it.
1401         Protect call to gst_decode_group_expose() with the decodebin lock.
1402
1403 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1404
1405         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1406         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1407         Looking at Xorg code i can't figure out if that XKeysymToString
1408         function is thread sensible or not. Lock it just in case as
1409         recommended by Radek Doulik <rodo at ximian dot com>.
1410
1411 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1412
1413         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1415         Lock that X Call as well. Fixes #397673.
1416
1417 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1418
1419         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1420           Don't go into an endless loop if the file starts with 00 00 01 2X,
1421           like quicktime redirect files might. Fixes #396042.
1422
1423         * tests/check/Makefile.am:
1424         * tests/check/gst/.cvsignore:
1425         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1426         (typefindfunctions_suite):
1427           Add unit test for the above.
1428
1429 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1430
1431         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1432           On second thought, use "depth" field rather than "bpp" field.
1433
1434 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1435
1436         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1437           Camtasia caps apparently need a bpp field (#398875).
1438
1439 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1440
1441         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1442         (gen_source_element), (gst_play_base_bin_change_state):
1443           Attempt at a better error message in case we don't have the required
1444           URI handler installed; post missing-plugin message also when we're
1445           missing an URI handler for the subtitle URI; clean up properly also
1446           when an error occurs and we never made it to PAUSED state.
1447
1448         * tests/check/elements/playbin.c: (GST_START_TEST),
1449         (playbin_suite):
1450           Check that we're also getting a missing-plugin messsage for a
1451           missing subtitle URI handler (and clean up properly).
1452
1453 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1454
1455         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1456           Plug a few reference leaks.
1457
1458 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1459
1460         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1461           Lower probability a bit if the marker isn't right at the start,
1462           to decrease the chance of false positives.
1463
1464 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1465
1466         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1467           Small mpeg2 system stream typefinding improvement: make typefinder
1468           probe a bit into the stream instead of just looking for a marker
1469           at the beginning. Fixes #397810.
1470
1471 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1472
1473         * gst/audioconvert/gstchannelmix.c:
1474           Remove compatibility cruft for prehistoric GLib versions.
1475
1476 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1477
1478         * gst/playback/Makefile.am:
1479         * gst/playback/gstdecodebin.c: (close_pad_link):
1480         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1481         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1482         (gst_play_base_bin_handle_message_func), (unknown_type):
1483           Let decodebin be the element to post missing-plugin messages for
1484           missing decoders (rather than playbin); make playbin implement
1485           GstBin::handle_message so we can suppress missing-plugin messages
1486           for types we're not handling on purpose (don't want to bring up an
1487           installer in those cases).
1488
1489 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1490
1491         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1492         * gst-libs/gst/tag/gstvorbistag.c:
1493         (gst_tag_list_to_vorbiscomment_buffer):
1494         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1495           Fix potentially unaligned access (#397207).
1496
1497 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1498
1499         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1500         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1501         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1502         (main):
1503           Allow to toggle looping while it plays. Fix callback prototype. Clean
1504           up code a bit more. Add copyright header.
1505
1506 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1507
1508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1509           Red and blue mask was swapped (spotted by Dan Williams).
1510
1511 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1512
1513         * gst-libs/gst/tag/gstid3tag.c:
1514         * gst-libs/gst/tag/gstvorbistag.c:
1515           Use new beats-per-minute tag from core.
1516
1517 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1518
1519         * po/POTFILES.in:
1520           Add new files with translatable strings, so they actually make it
1521           into the template file one day.
1522
1523 2007-01-12  Andy Wingo  <wingo@pobox.com>
1524
1525         * gst-libs/gst/audio/gstbaseaudiosink.c
1526         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1527         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1528         stuff, as the base class handles this now. Actually tell the ring
1529         buffer to start.
1530         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1531         How did this work before? Maybe I'm not as awesome a programmer as
1532         I think.
1533
1534         * gst-libs/gst/audio/gstbaseaudiosrc.c
1535         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1536         of a pad function.
1537
1538 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1539
1540         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1541           Remove more fields so that the application can better blacklist
1542           formats that have been tried before.
1543
1544 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1545
1546         * gst-libs/gst/audio/mixerutils.h:
1547           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1548           used when compiling with c++ compilers as well.
1549
1550 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1551
1552         * gst/typefind/gsttypefindfunctions.c:
1553           Fix comment.
1554
1555 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1556
1557         * gst/playback/gstplaybin.c: (post_missing_element_message),
1558         (gen_video_element), (gen_text_element), (gen_audio_element),
1559         (gen_vis_element):
1560           Post missing-plugin messages also when we error out because
1561           converters, textoverlay or auto*sinks are missing (#161922).
1562
1563 2007-01-10  Wim Taymans  <wim@fluendo.com>
1564
1565         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1566         (is_demuxer_element), (new_caps):
1567         * gst/playback/gstplaybasebin.c: (source_new_pad):
1568         Fix the case where we try to ref a NULL element when we delay a link
1569         because of unfixed caps.
1570         Set the state of autoplugged decodebins to PAUSED.
1571         RTSP now works in playbin, we can remove it from the blacklist.
1572
1573 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1574
1575         * gst/playback/Makefile.am:
1576         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1577         (unknown_type), (setup_subtitle), (gen_source_element):
1578         * gst/playback/gstplaybin.c: (plugin_init):
1579           Post missing-plugin messages on the bus for missing sources and
1580           missing decoders/demuxers/depayloaders; fix error code used when
1581           we're missing an URI handler source; for media types that we are not
1582           handling on purpose at the moment, don't print "don't know how to
1583           handle xyz" messages to the terminal or post missing-plugin
1584           messages on the bus.
1585
1586         * tests/check/elements/playbin.c: (create_playbin),
1587         (GST_START_TEST), (gst_codec_src_uri_get_type),
1588         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1589         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1590         (gst_codec_src_init_type), (gst_codec_src_base_init),
1591         (gst_codec_src_create), (gst_codec_src_class_init),
1592         (gst_codec_src_init), (plugin_init), (playbin_suite):
1593           Add some tests for the missing-plugin stuff.
1594
1595 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1596
1597         * configure.ac:
1598         * gst-libs/gst/Makefile.am:
1599         * gst-libs/gst/utils/Makefile.am:
1600         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1601         * gst-libs/gst/utils/base-utils.h:
1602         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1603         (find_format_info), (caps_are_rtp_caps),
1604         (gst_base_utils_get_source_description),
1605         (gst_base_utils_get_sink_description),
1606         (gst_base_utils_get_decoder_description),
1607         (gst_base_utils_get_encoder_description),
1608         (gst_base_utils_get_element_description),
1609         (gst_base_utils_add_codec_description_to_tag_list),
1610         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1611         * gst-libs/gst/utils/descriptions.h:
1612         * gst-libs/gst/utils/missing-plugins.c:
1613         (missing_structure_get_type), (copy_and_clean_caps),
1614         (gst_missing_uri_source_message_new),
1615         (gst_missing_uri_sink_message_new),
1616         (gst_missing_element_message_new),
1617         (gst_missing_decoder_message_new),
1618         (gst_missing_encoder_message_new),
1619         (missing_structure_get_string_detail),
1620         (missing_structure_get_caps_detail),
1621         (gst_missing_plugin_message_get_installer_detail),
1622         (gst_missing_plugin_message_get_description),
1623         (gst_is_missing_plugin_message):
1624         * gst-libs/gst/utils/missing-plugins.h:
1625           API: add new libgstbaseutils library with functions
1626           - to create and parse missing-plugins messages
1627           - that provide (translated) descriptions for caps/decoders/sources/etc.
1628           Closes #392393.
1629
1630         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1631         * pkgconfig/gstreamer-plugins-base.pc.in:
1632           Add new lib.
1633
1634         * docs/libs/gst-plugins-base-libs-docs.sgml:
1635         * docs/libs/gst-plugins-base-libs-sections.txt:
1636           Generate docs for new lib and API.
1637
1638         * tests/check/Makefile.am:
1639         * tests/check/libs/.cvsignore:
1640         * tests/check/libs/utils.c: (missing_msg_check_getters),
1641         (GST_START_TEST), (libgstbaseutils_suite):
1642           Add some basic unit tests.
1643
1644 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1645
1646         * ext/ogg/Makefile.am:
1647           Dist gstoggdemux.h to fix 'make distcheck'.
1648
1649         * sys/v4l/Makefile.am:
1650           Fix 'make distcheck' even more.
1651
1652 2007-01-09  Wim Taymans  <wim@fluendo.com>
1653
1654         * docs/plugins/Makefile.am:
1655         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1656         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1657         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1658         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1659         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1660         (gst_ogg_demux_perform_seek):
1661         * ext/ogg/gstoggdemux.h:
1662         Added docs.
1663         Add some more comments.
1664         Small cleanups.
1665
1666 2007-01-09  Wim Taymans  <wim@fluendo.com>
1667
1668         * ext/theora/theoradec.c:
1669         * ext/vorbis/vorbisdec.c:
1670         * gst-libs/gst/audio/gstringbuffer.c:
1671         (gst_ring_buffer_commit_full):
1672         * gst-libs/gst/audio/gstringbuffer.h:
1673         * gst-libs/gst/rtp/gstrtpbuffer.c:
1674         * gst-libs/gst/tag/gstvorbistag.c:
1675         Small documentation updates/fixes
1676
1677 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1678
1679         * configure.ac:
1680           Require core CVS HEAD for Andy's basesrc/sink API additions.
1681
1682 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1683
1684         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1685
1686         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1687         (plugin_init):
1688           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1689           on flac.sf.net (there appear to be other versions of the first
1690           ogg page in the wild) (#391365).
1691
1692 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1693
1694         * configure.ac:
1695           Check if localtime_r() is available.
1696
1697         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1698           If localtime_r() is not available, fall back to localtime(). Should
1699           fix build on MingW (#393310).
1700
1701 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1702
1703         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1704         * gst/subparse/gstsubparse.h:
1705           Remove spurious 1000 subtrahend when calculating the timestamp from
1706           the frame number and the frame rate . Also, use the frames/second
1707           value specified in the first line of the file, if one is specified
1708           there. Should fix #357503.
1709
1710         * tests/check/elements/subparse.c: (do_test),
1711         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1712         (subparse_suite):
1713           Add some basic unit tests for the microdvd subtitle format.
1714
1715 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1716
1717         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1718         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1719         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1720         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1721         (gst_xvimagesink_set_xwindow_id),
1722         (gst_xvimagesink_set_event_handling),
1723         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1724         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1725         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1726         Fixes : #390076.
1727         Add an adaptor property to select a specific XV adaptor.
1728         * sys/xvimage/xvimagesink.h:
1729
1730 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1731
1732         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1733         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1734         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1735         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1736         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1737         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1738         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1739         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1740         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1741         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1742         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1743         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1744         Use flow_lock much more to protect every access to xwindow.
1745         Try to catch erros while creating images in case some drivers are
1746         just generating an XError when the requested image is too big.
1747         Should fix : #354698, #384008, #384060.
1748         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1749         Implement some stress testing of setting window xid.
1750
1751 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1752
1753         * win32/common/libgsaudio.def:
1754           Add new exported function.
1755         * win32/common/libgstogg.dsp:
1756           Add gstoggaviparse.c to the build.
1757         * win32/common/libgstvideoscale.dsp:
1758           Add vs_4tap.c to the build.
1759         * win32/common/libgstvorbis.dsp:
1760           Add vorbistag.c to the build.
1761         
1762 2007-01-06  Andy Wingo  <wingo@pobox.com>
1763
1764         * gst-libs/gst/audio/gstbaseaudiosink.c
1765         (gst_base_audio_sink_class_init)
1766         (gst_base_audio_sink_init): 
1767         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1768         to baseaudiosink, and tell basesink that we can work in pull mode.
1769         This way the ring buffer thread drives the pipeline directly, if
1770         pull mode is possible. There is some lingering nastiness regarding
1771         capsnego, however.
1772         (gst_base_audio_sink_callback): Implement the callback to pull
1773         data. This interface is a bit light, though -- it should get a
1774         GstFlowReturn return value at least.
1775
1776 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1777
1778         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1779         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1780         * gst/playback/gstdecodebin2.c:
1781         (gst_decode_group_check_if_blocked):
1782           Printf format and missing argument fixes.
1783
1784 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1785
1786         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1787         (gst_ogm_parse_change_state):
1788         Activate pads before adding them to the element.
1789
1790 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1791
1792         * tests/examples/seek/scrubby.c: (main):
1793         * tests/examples/seek/seek.c: (main):
1794           Call g_thread_init() first thing in main() (see #391278).
1795
1796 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1797
1798         * tests/check/Makefile.am:
1799         * tests/check/libs/.cvsignore:
1800         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1801         (netbuffer_suite):
1802           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1803           for the time being, since it's broken, see #393099.
1804
1805 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1806
1807         * tests/check/Makefile.am:
1808           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1809
1810 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1811
1812         * configure.ac:
1813           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1814           so that GST_BASE_CFLAGS can go inbetween them, making sure
1815           we use uninstalled gst-libs headers
1816         * docs/libs/Makefile.am:
1817         * ext/alsa/Makefile.am:
1818         * ext/cdparanoia/Makefile.am:
1819         * ext/gnomevfs/Makefile.am:
1820         * ext/libvisual/Makefile.am:
1821         * ext/ogg/Makefile.am:
1822         * ext/theora/Makefile.am:
1823         * ext/vorbis/Makefile.am:
1824         * gst-libs/gst/audio/Makefile.am:
1825         * gst-libs/gst/cdda/Makefile.am:
1826         * gst-libs/gst/interfaces/Makefile.am:
1827         * gst-libs/gst/riff/Makefile.am:
1828         * gst-libs/gst/rtp/Makefile.am:
1829         * gst-libs/gst/tag/Makefile.am:
1830         * gst/adder/Makefile.am:
1831         * gst/audioconvert/Makefile.am:
1832         * gst/audiorate/Makefile.am:
1833         * gst/audioresample/Makefile.am:
1834         * gst/playback/Makefile.am:
1835         * gst/tcp/Makefile.am:
1836         * gst/videoscale/Makefile.am:
1837         * gst/volume/Makefile.am:
1838         * sys/ximage/Makefile.am:
1839         * sys/xvimage/Makefile.am:
1840         * tests/icles/Makefile.am:
1841           adapt
1842
1843 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1844
1845         * gst-libs/gst/interfaces/xoverlay.c:
1846         (gst_x_overlay_handle_events):
1847         * gst-libs/gst/interfaces/xoverlay.h:
1848         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1849         (gst_ximagesink_set_xwindow_id),
1850         (gst_ximagesink_set_event_handling),
1851         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1852         (gst_ximagesink_get_property), (gst_ximagesink_init),
1853         (gst_ximagesink_class_init):
1854         * sys/ximage/ximagesink.h:
1855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1856         (gst_xvimagesink_set_xwindow_id),
1857         (gst_xvimagesink_set_event_handling),
1858         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1859         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1860         (gst_xvimagesink_class_init):
1861         * sys/xvimage/xvimagesink.h:
1862         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1863         Add a method to the XOverlay interface to allow disabling of 
1864         event handling in x[v]imagesink elements. This will let X events
1865         propagate to parent windows which can be usefull in some cases.
1866         Be carefull that the application is then responsible of pushing
1867         navigation events and expose events to the video sink.
1868         Fixes: #387138.
1869
1870 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
1871
1872         * gst-libs/gst/tag/gstvorbistag.c:
1873         * tests/check/libs/tag.c: (GST_START_TEST):
1874           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
1875           (fixes #392070).
1876
1877 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
1878
1879         * configure.ac:
1880         * docs/Makefile.am:
1881         * docs/design/Makefile.am:
1882           Dist design docs.
1883
1884 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1885
1886         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
1887         typo. Fixes: #390063.
1888
1889 2006-12-27  Julien MOUTTE  <julien@moutte.net>
1890
1891         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
1892         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
1893         caps leak.
1894         * win32/common/config.h: Updated.
1895
1896 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
1897
1898         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
1899         (setup_gdpdepay_streamheader):
1900         * tests/check/elements/gdppay.c: (cleanup_gdppay),
1901         (setup_gdppay_streamheader):
1902           Fix the dp tests, but activating the pads for the streamheader tests
1903           too and cleaning up conditionaly
1904
1905 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
1906
1907         * gst/ffmpegcolorspace/avcodec.h:
1908         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1909         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
1910         (gst_ffmpegcsp_avpicture_fill):
1911         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
1912         (img_get_alpha_info):
1913         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
1914         other end of the word. Fixes: #387073.
1915
1916         Add some inconsequential branch hints in a couple of places.
1917
1918 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
1919
1920         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1921         (gst_ffmpeg_caps_to_smpfmt):
1922           The "signed" field in raw audio caps is of boolean type, trying to
1923           extract the value with _get_int() will fail (fix to keep in sync with
1924           the copy in gst-ffmpeg)
1925
1926 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
1927
1928         * tests/check/elements/audioresample.c: (cleanup_audioresample):
1929         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
1930         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
1931         (cleanup_gdpdepay):
1932         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
1933         * tests/check/elements/subparse.c: (teardown_subparse):
1934         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
1935         * tests/check/elements/videorate.c: (cleanup_videorate):
1936         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
1937         * tests/check/elements/volume.c: (cleanup_volume):
1938         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
1939         (cleanup_vorbisdec):
1940         * tests/check/elements/vorbistag.c: (setup_vorbistag),
1941         (cleanup_vorbistag):
1942           consistent pad (de)activation
1943
1944 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1945
1946         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
1947           Forgot to register the extensions.
1948
1949 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
1950
1951         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
1952         (plugin_init):
1953           Add typefinder for VIVO files (my christmas present to the 90s).
1954
1955 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1956
1957         * gst/playback/gstdecodebin.c: (type_found):
1958           Special-case the text/plain media type: we only want to recognise it
1959           as a 'raw' decoded media type if it comes from a demuxer or subtitle
1960           parser, but not if the entire stream is of text/plain type. If the
1961           entire stream is text/plain, we should just error out.
1962
1963           This fixes playback of audio files with lyrics in totem. Totem can't
1964           distinguish between text files and subtitle files and passes any
1965           .txt file with the same basename as the main file to playbin as
1966           suburi, and playbin will then throw a 'subtitle found, but no video
1967           stream' error, which isn't entirely helpful. See #380342.
1968
1969           Also, with this change we'll show a slightly more correct error
1970           message in case totem passes a playlist file to us (although a
1971           custom error message wording instead of the default text would
1972           probably not be a bad idea either).
1973
1974           Same problem also needs to be fixed for playbin+decodebin2.
1975
1976         * tests/check/Makefile.am:
1977         * tests/check/elements/decodebin.c: (src_handoff_cb),
1978         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
1979         (decodebin_suite):
1980           Add simple unit test for decodebin for the above.
1981
1982 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
1983
1984         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
1985         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
1986           Refuse to change state to READY when we failed to create any of the
1987           required elements in our instance init function.
1988
1989 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
1990
1991         * docs/libs/gst-plugins-base-libs-sections.txt:
1992           Small docs fixes/updates.
1993
1994         * gst-libs/gst/video/gstvideosink.h:
1995           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
1996           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
1997           removed from the base sink API between 0.9.6 and 0.9.7).
1998           API: add GST_VIDEO_SINK_CAST and use it for the height/width
1999           accessor macros, so we don't do a runtime GObject type check every
2000           time we use them.
2001
2002 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2003
2004         * Makefile.am:
2005         * gst-plugins-base.doap:
2006         * gst-plugins-base.spec.in:
2007           add doap file
2008
2009 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
2010
2011         Patch by: Jens Granseuer <jensgr at gmx net>
2012
2013         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2014         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2015         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2016         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2017         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2018           Declare variables at the beginning of a block. Fixes #383195.
2019
2020 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
2021
2022         * configure.ac:
2023         Bump version nano - back to CVS.
2024
2025
2026 === release 0.10.11 ===
2027
2028 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
2029
2030         * configure.ac:
2031           releasing 0.10.11, "Dumb things"
2032
2033 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2034
2035         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2036         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2037         Handle the case where an element has multiple pads with 
2038         unfixed caps as well as still possibly producing more dynamic 
2039         pads by storing each case as a distinct entry in the dynamic list.
2040         Fixes #38223 again.
2041
2042 2006-12-04  Wim Taymans  <wim@fluendo.com>
2043
2044         * gst/playback/gstdecodebin.c: (close_pad_link):
2045         Fix #382223, add more dynamic caps handling.
2046
2047 2006-12-04  Wim Taymans  <wim@fluendo.com>
2048
2049         reviewed by: <delete if not using a buddy>
2050
2051         * gst-libs/gst/audio/gstringbuffer.h:
2052         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2053         (gst_netaddress_set_ip4_interface),
2054         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2055         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2056         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2057         (gst_netaddress_get_ttl):
2058         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2059         * gst/playback/gstdecodebin.c: (close_pad_link):
2060         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2061         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2062         * win32/common/config.h:
2063
2064 2006-12-01  Michael Smith  <msmith@fluendo.com>
2065
2066         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2067           Delete bad debug code.
2068           Fixes #381219
2069
2070 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
2071
2072         * gst/videoscale/vs_4tap.c:
2073         * win32/MANIFEST:
2074         * win32/common/config.h:
2075         * win32/vs8/libgstvideoscale.vcproj:
2076         Fix compilation on win32 under VS8
2077         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2078         Partially fixes #381175
2079
2080 2006-11-30  Michael Smith  <msmith@fluendo.com>
2081
2082         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2083         (GST_START_TEST):
2084           It would be very bad if, after a discont buffer, we thought every
2085           single following buffer was also discont. So, add to the test to
2086           ensure that this isn't the case.
2087           
2088         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2089           ... it was the case. So fix it.
2090
2091 2006-11-28  Wim Taymans  <wim@fluendo.com>
2092
2093         * gst/playback/gstplaybasebin.c: (check_queue_event):
2094         Improve debug.
2095
2096         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2097         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2098         padtemplate caps. Refixes #357577.
2099
2100 2006-11-28  Wim Taymans  <wim@fluendo.com>
2101
2102         * gst/playback/gstplaybasebin.c: (check_queue_event),
2103         (queue_threshold_reached), (queue_out_of_data),
2104         (gen_preroll_element):
2105         Add event probe to see when EOS is in a queue and we can disable the
2106         underrun signals. Fixes #357577.
2107
2108 2006-11-28  Edward Hervey  <edward@fluendo.com>
2109
2110         * gst/playback/Makefile.am:
2111         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2112         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2113         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2114         (gst_decode_bin_init), (gst_decode_bin_dispose),
2115         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2116         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2117         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2118         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2119         (connect_element), (expose_pad), (type_found),
2120         (pad_added_group_cb), (pad_removed_group_cb),
2121         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2122         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2123         (are_raw_caps), (multi_queue_overrun_cb),
2124         (multi_queue_underrun_cb), (gst_decode_group_new),
2125         (get_current_group), (group_demuxer_event_probe),
2126         (gst_decode_group_control_demuxer_pad),
2127         (gst_decode_group_control_source_pad),
2128         (gst_decode_group_check_if_blocked),
2129         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2130         (gst_decode_group_hide), (gst_decode_group_free),
2131         (gst_decode_group_set_complete), (source_pad_blocked_cb),
2132         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2133         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2134         (plugin_init):
2135         New decodebin2 element.
2136         Closes #370092
2137         * gst/playback/gstplay-marshal.list:
2138         Added marshallers for new signals in decodebin2
2139         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2140         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2141         is set.
2142
2143 2006-11-28  Wim Taymans  <wim@fluendo.com>
2144
2145         * gst/playback/gstplaybasebin.c: (setup_source),
2146         (gst_play_base_bin_change_state):
2147         Disable rtsp:// uris for the release, it's not good enough yet.
2148         Remove unused var.
2149
2150 2006-11-26  Wim Taymans  <wim@fluendo.com>
2151
2152         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2153         (theora_dec_push_forward), (theora_dec_push_reverse),
2154         (theora_handle_data_packet), (theora_dec_decode_buffer),
2155         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2156         (theora_dec_chain_forward), (theora_dec_chain):
2157         Implement reverse playback.
2158
2159         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2160         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2161         (vorbis_dec_chain_forward):
2162         Clear buffers used for reverse playback in _reset.
2163         No need to set the eos flag, we clip samples using the segment.
2164
2165 2006-11-24  Wim Taymans  <wim@fluendo.com>
2166
2167         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2168         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2169         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2170         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2171         Some cleanups.
2172         Handle continued pages in reverse mode.
2173
2174 2006-11-24  Wim Taymans  <wim@fluendo.com>
2175
2176         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2177         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2178         (vorbis_dec_flush_decode):
2179         Small cleanups.
2180         Don't try to add invalid timestamps.
2181         Clipping will unref the buffer.
2182
2183 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2184
2185         * gst/adder/gstadder.h:
2186         * gst/audiotestsrc/gstaudiotestsrc.h:
2187           remove obsolete _factory_init protos
2188
2189 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2190
2191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2192           Fix spacing in debug message.
2193
2194 2006-11-23  Wim Taymans  <wim@fluendo.com>
2195
2196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2197         (gst_ogg_demux_chain):
2198         Don't just ignore return values from _pad_push().
2199         Small debug improvements.
2200
2201 2006-11-23  Michael Smith  <msmith@fluendo.com>
2202
2203         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2204           If our incoming buffer is marked as DISCONT, then increment the page
2205           number (so that the discontinuity is marked in the final ogg
2206           bitstream) and flush the previous page.
2207
2208 2006-11-22  Michael Smith  <msmith@fluendo.com>
2209
2210         * ext/theora/gsttheoraenc.h:
2211         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2212         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2213         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2214         (theora_enc_chain), (theora_enc_change_state):
2215           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2216
2217         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2218         (GST_START_TEST), (theoraenc_suite):
2219           Enable discontinuity test, fix it.
2220
2221 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2222
2223         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2224         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2225         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2226         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2227         (gst_text_overlay_change_state):
2228         * ext/pango/gsttextoverlay.h:
2229           Some textoverlay fixes: for one, in the video chain function,
2230           actually wait for a text buffer to come in if there is none at the
2231           moment and there should be one; also, deal more gracefully with
2232           incoming buffers that do not have a timestamp or duration; discard
2233           text buffer when not needed any longer. Fixes #341681.
2234
2235         * tests/check/Makefile.am:
2236         * tests/check/elements/.cvsignore:
2237         * tests/check/elements/textoverlay.c:
2238         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2239         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2240         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2241         (test_video_waits_for_text_send_text_newsegment_thread),
2242         (test_video_waits_for_text_shutdown_element),
2243         (test_render_continuity_push_video_buffers_thread),
2244         (textoverlay_suite):
2245           Add some unit tests for textoverlay.
2246
2247 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2248
2249         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2250           Avoid integer underflow when the found probability for mp3 is
2251           smaller than the 'penalty' we subtract if there's not a clean
2252           mp3 header sync at offset 0.
2253
2254 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2255
2256         * docs/libs/gst-plugins-base-libs-sections.txt:
2257           Add some new symbols to the docs
2258
2259 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2260
2261         * tests/check/Makefile.am:
2262         * tests/check/elements/ffmpegcolorspace.c:
2263         (ffmpegcolorspace_suite):
2264           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2265           (for now not for valgrinding though, since it takes too long).
2266
2267 2006-11-20  Wim Taymans  <wim@fluendo.com>
2268
2269         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2270         (gst_ffmpeg_pixfmt_to_caps):
2271         Fix RGBA32 caps. Fixes #357038.
2272
2273 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2274
2275         * gst-libs/gst/interfaces/mixertrack.h:
2276           Add FIXME so we can add some padding here in 0.11
2277
2278 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2279
2280         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2281           Fix GstBaseRTPAudioPayload structure so the whole GObject
2282           inheritance business actually works (parent class instance structure
2283           must always come first in the derived class instance structure).
2284
2285 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2286
2287         * gst/videotestsrc/Makefile.am:
2288         * tests/check/Makefile.am:
2289           Make sure our checks and the videotestsrc plugin link against the
2290           local uninstalled gst libs and not any installed gst libs that
2291           might happen to exist as well.
2292
2293         * tests/check/elements/adder.c: (message_received),
2294         (test_event_message_received), (test_play_twice_message_received):
2295         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2296           Fix compiler warnings when compiling against core with disabled
2297           debugging system.
2298
2299 2006-11-16  Michael Smith  <msmith@fluendo.com>
2300
2301         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2302         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2303           Fix audiorate, so that it accurately sets offsets and timestamps.
2304           Doesn't change the fundamental algorithmic decisions; so should be
2305           safe.
2306
2307         * tests/check/Makefile.am:
2308           Enable audiorate test now that it passes.
2309
2310 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2311
2312         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2313           clear xv when going to NULL, remove // commented non-existant proto
2314
2315         * tests/examples/seek/seek.c: (main):
2316           add missing tooltip description for scrub and play_scrub
2317
2318 2006-11-14  David Schleef  <ds@schleef.org>
2319
2320         * configure.ac:
2321           Bump liboil requirement to 0.3.8.
2322         * gst-libs/gst/riff/riff-media.c:
2323           Add Dirac fourcc.
2324         * gst/videoscale/vs_image.h:
2325         * gst/videoscale/vs_scanline.h:
2326           Use liboil's stdint.h.
2327         * gst/videotestsrc/videotestsrc.c:
2328           Remove liboil related ifdef's, since they aren't needed now, and
2329           won't work with future versions.
2330
2331 2006-11-14  David Schleef  <ds@schleef.org>
2332
2333         * gst/videoscale/Makefile.am:
2334         * gst/videoscale/gstvideoscale.c:
2335         * gst/videoscale/gstvideoscale.h:
2336         * gst/videoscale/vs_4tap.c:
2337         * gst/videoscale/vs_4tap.h:
2338         * gst/videoscale/vs_image.c:
2339         * gst/videoscale/vs_image.h:
2340         * gst/videoscale/vs_scanline.c:
2341         * gst/videoscale/vs_scanline.h:
2342           Add a 4-tap image scaler.  Theoretically looks much prettier.
2343           The tap calculation could use some improvement.
2344
2345 2006-11-14  Wim Taymans  <wim@fluendo.com>
2346
2347         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2348
2349         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2350         (gst_riff_parse_strf_iavs):
2351         * gst/subparse/gstsubparse.c: (convert_encoding):
2352         * gst/tcp/gstmultifdsink.c:
2353         (gst_multi_fd_sink_handle_client_write):
2354         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2355         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2356         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2357         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2358         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2359         (gst_ximagesink_ximage_new):
2360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2361         Various gsize and gssize printf fixes. Fixes #372507.
2362
2363 2006-11-13  Wim Taymans  <wim@fluendo.com>
2364
2365         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2366         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2367         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2368         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2369         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2370         * ext/vorbis/vorbisdec.h:
2371         First stab at vorbis reverse playback.
2372
2373 2006-11-13  Wim Taymans  <wim@fluendo.com>
2374
2375         * gst-libs/gst/audio/gstbaseaudiosink.c:
2376         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2377         * gst-libs/gst/audio/gstbaseaudiosink.h:
2378         Make the clock sync code more accurate wrt resampling and playback
2379         at different rates.
2380         
2381         * gst-libs/gst/audio/gstringbuffer.c:
2382         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2383         * gst-libs/gst/audio/gstringbuffer.h:
2384         Use better algorithm to interpolate sample rates. 
2385
2386 2006-11-13  Michael Smith  <msmith@fluendo.com>
2387
2388         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2389           Improve a debug line slightly.
2390
2391         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2392           Call gst_riff_init() in plugin_init, to avoid getting errors from
2393           the debug system (unrelated changes to another plugin made this turn
2394           up; not sure why).
2395
2396 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2397
2398         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2399
2400         * win32/common/libgsttag.def:
2401           Add missing symbol (#366492).
2402
2403 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2404
2405         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2406           Don't unref a NULL pad.
2407
2408 2006-11-09  Wim Taymans  <wim@fluendo.com>
2409
2410         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2411         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2412         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2413         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2414         (gst_ogg_demux_loop):
2415         Implement first stab at reverse playback.
2416
2417 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2418
2419         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2420         (gst_riff_create_video_template_caps):
2421           add h263/h264 variants to the caps, Fixes #363118
2422
2423 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2424
2425         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2426         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2427           Use g_strerror instead of strerror so we get UTF-8.
2428
2429 2006-11-03  David Schleef  <ds@schleef.org>
2430
2431         * ext/ogg/gstoggdemux.c:
2432         * ext/ogg/gstoggmux.c:
2433           Add/remove KW-DIRAC header here, since it is ogg-specific.
2434
2435 2006-11-03  Michael Smith  <msmith@fluendo.com>
2436
2437         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2438           Recognise more mpeg4 elementary video streams.
2439
2440 2006-11-02  Edward Hervey  <edward@fluendo.com>
2441
2442         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2443         Lower the probability of mp3 typefinding functions if we don't find a
2444         valid mp3 header at the start of the file.
2445         Closes #369482
2446
2447 2006-11-02  Wim Taymans  <wim@fluendo.com>
2448
2449         * ext/theora/gsttheoradec.h:
2450         * ext/theora/theoradec.c: (gst_theora_dec_init),
2451         (theora_dec_sink_event), (theora_dec_chain_forward),
2452         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2453         (theora_dec_chain):
2454         Document and partially implement an algorithm for doing reverse playback
2455         of theora video.
2456
2457 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2458
2459         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2460
2461         * win32/common/config.h:
2462         * win32/common/interfaces-enumtypes.c:
2463         * win32/common/libgsttag.def:
2464         * win32/vs8/gst-plugins-base.sln:
2465         * win32/vs8/libgstaudioresample.vcproj:
2466         * win32/vs8/libgstinterfaces.vcproj:
2467         * win32/vs8/libgstogg.vcproj:
2468         * win32/vs8/libgstriff.vcproj:
2469         * win32/vs8/libgsttag.vcproj:
2470         * win32/vs8/libgsttheora.vcproj:
2471         * win32/vs8/libgstvideoscale.vcproj:
2472         * win32/vs8/libgstvorbis.vcproj:
2473           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2474           to libgsttag.def; add missing dependencies for some vs8 projects;
2475           re-arrange placement of .def files in vs8 projects (#366334).
2476
2477 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2478
2479         * ext/ogg/gstogg.c:
2480           Remove unused variable.
2481
2482         * ext/ogg/gstoggdemux.c:
2483           Fix Wim's surname in plugin description.
2484
2485 2006-10-31  Wim Taymans  <wim@fluendo.com>
2486
2487         * gst-plugins-base.spec.in:
2488         spec new .h file. Fixes #368310.
2489
2490 2006-10-31  Michael Smith  <msmith@fluendo.com>
2491
2492         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2493         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2494         (gst_multi_fd_sink_get_stats),
2495         (gst_multi_fd_sink_remove_client_link),
2496         (gst_multi_fd_sink_queue_buffer),
2497         (gst_multi_fd_sink_handle_clients):
2498         * gst/tcp/gstmultifdsink.h:
2499           Make using the remove or clear signals threadsafe.
2500           Make calling get-stats with an invalid fd not segfault.
2501           Fixes 368273.
2502
2503 2006-10-31  Wim Taymans  <wim@fluendo.com>
2504
2505         * gst-libs/gst/rtp/Makefile.am:
2506         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2507         (gst_base_rtp_audio_payload_init):
2508         Fix and activate base audio payloader.
2509
2510 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2511
2512         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2513         (plugin_init):
2514           Add typefinder for QuickTime Image Files (see #366156).
2515
2516 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2517
2518         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2519           Another typo fix (#366212).
2520
2521 2006-10-27  Wim Taymans  <wim@fluendo.com>
2522
2523         * gst/volume/gstvolume.c: (volume_transform_ip):
2524         Use stream time to synchronize volume property instead of rather random
2525         timestamps. This is needed when gnonlin does its time shifting.
2526
2527 2006-10-27  Wim Taymans  <wim@fluendo.com>
2528
2529         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2530
2531         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2532         Remove the pad from the element in release_pad. Fixes #364812.
2533
2534 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2535
2536         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2537         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2538           Explicitly create our custom buffer classes at a thread-safe
2539           location as well, since g_type_class_ref() doesn't seem to be
2540           entirely thread-safe either (#365501; also see #349410).
2541
2542 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2543
2544         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2545         (gst_riff_parse_info):
2546           If strings in INFO chunk are not UTF-8, do something similar to
2547           what we do for ID3v1 tags: check a number of environment variables
2548           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2549           character sets to try, otherwise try the current locale and/or fall
2550           back on ISO-8859-1. Fixes #360552.
2551
2552 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2553
2554         * gst/videotestsrc/gstvideotestsrc.c:
2555         (gst_video_test_src_pattern_get_type),
2556         (gst_video_test_src_set_pattern):
2557         * gst/videotestsrc/gstvideotestsrc.h:
2558         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2559         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2560         (gst_video_test_src_checkers8):
2561         * gst/videotestsrc/videotestsrc.h:
2562           Add a bunch of exciting new checkers patterns.
2563
2564 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2565
2566         * gst/subparse/Makefile.am:
2567         * gst/subparse/gstsubparse.c:
2568         (gst_sub_parse_data_format_autodetect),
2569         (gst_sub_parse_format_autodetect), (handle_buffer),
2570         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2571         * gst/subparse/gstsubparse.h:
2572         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2573         (parse_tmplayer):
2574         * gst/subparse/tmplayerparse.h:
2575           Add support for TMPlayer-type subtitles (#362845).
2576
2577         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2578         (GST_START_TEST), (subparse_suite):
2579           Add some basic unit tests for the above.
2580
2581 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2582
2583         * tests/check/elements/audiorate.c: (test_injector_base_init),
2584         (test_injector_class_init), (test_injector_chain),
2585         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2586         (GST_START_TEST), (audiorate_suite):
2587           More tests for audiorate: inject buffers to check behaviour when
2588           buffers overlap.
2589
2590 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2591
2592         * tests/check/Makefile.am:
2593         * tests/check/elements/.cvsignore:
2594         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2595         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2596           Add some basic unit tests for audiorate. Disabled at the moment
2597           since it doesn't pass yet (see bug #363119).
2598
2599 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2600
2601         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2602         (parse_subrip), (handle_buffer):
2603           Add missing closing tags for markup and fix broken markup,
2604           otherwise pango won't render anything (fixes #357531). Also,
2605           make sure the text we send out is always NUL-terminated
2606           (better safe than sorry etc.).
2607
2608         * tests/check/elements/subparse.c: (test_srt_do_test),
2609         (test_srt):
2610           Some more tests for .srt incl. tests for the above stuff.
2611
2612 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2613
2614         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2616         Patch by: Stefan Kost  <ensonic@users.sf.net>
2617         Try to redraw borders only when needed. Apparently this consumes
2618         resources on small devices... :-O (#363607)
2619
2620 2006-10-20  Michael Smith  <msmith@fluendo.com>
2621
2622         * gst/tcp/gstmultifdsink.c:
2623         (gst_multi_fd_sink_client_queue_buffer):
2624           If caps change, then update the client's idea of the caps so that we
2625           don't end up re-sending streamheaders for every single buffer after
2626           the caps change.
2627
2628 2006-10-20  Michael Smith  <msmith@fluendo.com>
2629
2630         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2631         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2632           Set caps on pushed buffers; fix up refcounting of caps objects.
2633
2634 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2635
2636         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2637         (plugin_init):
2638           Typefind mmsh header data packet to application/x-mmsh (#362625).
2639
2640 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2641
2642         * tests/check/Makefile.am:
2643         * tests/check/elements/.cvsignore:
2644         * tests/check/elements/subparse.c: (buffer_from_static_string),
2645         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2646         (GST_START_TEST), (subparse_suite):
2647           Add very simple unit test for subparse.
2648
2649 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2650
2651         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2652         (parse_subrip):
2653           Strip trailing newlines from subtitle text output.
2654
2655 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2656
2657         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2658         (gst_sub_parse_change_state):
2659           Fix memleak; clear subparse->textbuf n state change function.
2660
2661 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2662
2663         * gst/subparse/gstsubparse.c:
2664         (gst_sub_parse_data_format_autodetect):
2665           Don't require subrip (.srt) files to start with a chunk number of 1.
2666
2667 2006-10-18  Wim Taymans  <wim@fluendo.com>
2668
2669         * gst-libs/gst/audio/gstbaseaudiosink.c:
2670         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2671         * gst-libs/gst/audio/gstbaseaudiosink.h:
2672         Extract rate from the NEWSEGMENT event.
2673         Use commit_full to also take rate adjustment into account when writing
2674         samples to the ringbuffer.
2675         
2676         * gst-libs/gst/audio/gstringbuffer.c:
2677         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2678         (gst_ring_buffer_read):
2679         * gst-libs/gst/audio/gstringbuffer.h:
2680         Added _commit_full() to also take rate into account.
2681         Use simple interpolation algorithm to resample audio.
2682         API: gst_ring_buffer_commit_full()
2683
2684         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2685         * tests/examples/seek/seek.c: (segment_done):
2686         Don't try to seek with 0.0 rate, just pause instead.
2687         Remove bogus debug line.
2688
2689 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2690
2691         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2692         (setup_source):
2693           Catch async errors when starting up the subtitle bin, so we can
2694           stop waiting and continue with the main film instead of hanging
2695           forever. Fixes #339366.
2696
2697         * tests/check/elements/playbin.c: (playbin_suite):
2698           Enable unit test for the above.
2699
2700 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2701
2702         * tests/check/Makefile.am:
2703         * tests/check/elements/.cvsignore:
2704         * tests/check/elements/playbin.c: (GST_START_TEST),
2705         (gst_red_video_src_uri_get_type),
2706         (gst_red_video_src_uri_get_protocols),
2707         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2708         (gst_red_video_src_uri_handler_init),
2709         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2710         (gst_red_video_src_create), (gst_red_video_src_class_init),
2711         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2712           Some small and basic unit tests for playbin; not very useful yet,
2713           but at least a start.
2714
2715 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2716
2717         * gst/playback/gstplaybin.c: (setup_sinks):
2718           The old pad activation spiel.
2719
2720 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2721
2722         * gst/playback/gstplaybasebin.c: (setup_source):
2723           Don't hang forever if the subbin already fails to start up in 
2724           the state change to PAUSED (#339366).
2725
2726 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2727
2728         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2729         (gst_tuner_set_channel), (gst_tuner_get_channel),
2730         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2731         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2732         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2733         (gst_tuner_find_channel_by_name):
2734           Fix some function guards, add some more function guards.
2735
2736 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2737
2738         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2739         (remove_element_chain):
2740         Don't return a pad from get_our_ghost_pad unless it is actually the
2741         one we want.
2742         Change a cast in remove_element_chain slightly.
2743
2744 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2745
2746         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2747         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2748         Segment seeking needs to use the rate and set stop to -1.
2749
2750 2006-10-13  Wim Taymans  <wim@fluendo.com>
2751
2752         * gst-libs/gst/audio/gstbaseaudiosink.c:
2753         (gst_base_audio_sink_setcaps):
2754         Don't crash when ringbuffer is not yet created.
2755         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2756         Fixes #361634.
2757
2758         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2759         * gst/playback/gststreamselector.c:
2760         (gst_stream_selector_request_new_pad):
2761         Activate pads befre adding them to running elements.
2762
2763 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2764
2765         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2766         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2767         updater when we start grabing the slider. Don't wait for the
2768         pipeline to be PAUSED.
2769
2770 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2771
2772         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2773         (gst_mixer_set_volume), (gst_mixer_get_volume),
2774         (gst_mixer_set_mute), (gst_mixer_set_option),
2775         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2776         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2777         (gst_mixer_option_changed):
2778           Guard mixer interface functions against bogus arguments.
2779
2780 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2781
2782         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2783         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2784         (msg_state_changed), (main): Use state-changed messages to trigger
2785         start/stop of scale update timer. Indeed the scale slider was
2786         jumping here and there because the update timer was activated 
2787         before seek completed. This fixes instant applying of rate changes
2788         by pressing the spinbutton like a crazy man !
2789
2790 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2791
2792         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2793
2794         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2795         (gst_basertppayload_finalize):
2796           Fix two small memory leaks (#361456).
2797
2798 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2799
2800         * tests/examples/seek/seek.c: (do_seek),
2801         (rate_spinbutton_changed_cb): When changing spinbutton we try
2802         to change the rate on the fly.
2803
2804 2006-10-10  Wim Taymans  <wim@fluendo.com>
2805
2806         * gst-libs/gst/riff/riff-ids.h:
2807         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2808         (gst_riff_create_audio_template_caps):
2809         Add WMS caps.
2810
2811 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2812
2813         Patch by: Josep Torre Valles <josep@fluendo.com>
2814
2815         * ext/gnomevfs/gstgnomevfssink.c:
2816         * ext/gnomevfs/gstgnomevfssrc.c:
2817         Fix URI interface implementation return type.
2818         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2819         Fix what looks like a copy/paste issue when assigning values.
2820         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2821         (gst_audio_filter_template_get_type):
2822         Cast to prevent Forte warnings.
2823         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2824         Fix URI interface implementation return type.
2825         gst_pad_query_position requires a signed integer pointer as
2826         3rd parameter, GstClockTime is unsigned.
2827         * gst/audioconvert/audioconvert.c:
2828         Fix integer overflow when treated as signed.
2829         * gst/audioresample/resample.c: (resample_add_input_data):
2830         Cast to prevent warnings on Forte.
2831         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2832         Fix integer overflow when treated as signed.
2833         * gst/ffmpegcolorspace/imgconvert_template.h:
2834         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2835         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2836         (cleanup_decodebin):
2837         Who initialises a guint to -1!
2838         Cast function pointers to prevent warnings on Forte.
2839         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2840         (queue_threshold_reached):
2841         Cast function pointers correctly to prevent warnings on Forte.
2842         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2843         Cast function pointers correctly to prevent warnings on Forte.
2844         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2845         Obvious change to unsigned, 0xEF > max signed char.
2846         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2847         GstClockTime is unsigned, initialise correctly.
2848         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2849         Cast so pointer arithemetic doesn't cause warnings on Forte.
2850         * gst/videorate/gstvideorate.c:
2851         Use correct return value.
2852         * tests/examples/seek/scrubby.c:
2853         GstClockTime is unsigned, initialise correctly.
2854
2855 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2856
2857         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2858
2859         * gst/typefind/gsttypefindfunctions.c:
2860           Recognise XML files and XML-like files shorter than 256 bytes as
2861           well (fixes #359237).
2862
2863 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2864
2865         Patch by: Renato Filho <renato.filho@indt.org.br>
2866         
2867         * gst/typefind/gsttypefindfunctions.c:
2868         Added typefind functions to video/x-nuv media.
2869         
2870 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
2871
2872         * gst-libs/gst/interfaces/xoverlay.c:
2873         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
2874           Some more guards against invalid input.
2875
2876 2006-10-07  Julien MOUTTE  <julien@moutte.net>
2877
2878         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
2879         Useless goto.
2880         * tests/examples/seek/seek.c: (do_seek),
2881         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
2882         seek example to experiment with rates != 1.0 (reverse playback !)
2883
2884 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
2885
2886         * gst-libs/gst/interfaces/xoverlay.c:
2887           Unref message in doc-example (spotted by Robert McQueen)
2888
2889 2006-10-06  Wim Taymans  <wim@fluendo.com>
2890
2891         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2892         (mpeg1_parse_header), (mpeg1_sys_type_find):
2893         printf fix.
2894
2895 2006-10-06  Wim Taymans  <wim@fluendo.com>
2896
2897         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
2898         (close_pad_link):
2899         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2900         Activate dynamic pads before adding them to the element.
2901
2902 2006-10-06  Michael Smith  <msmith@fluendo.com>
2903
2904         * gst-libs/gst/floatcast/floatcast.h:
2905           Fix obviously-bogus macros; use the correct types.
2906
2907 2006-10-06  Wim Taymans  <wim@fluendo.com>
2908
2909         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2910         (gst_base_rtp_depayload_change_state):
2911         Also call parent state change function to activate pads.
2912
2913         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2914         (mpeg1_parse_header), (mpeg1_sys_type_find):
2915         Add some more debug info in mpeg typefinding.
2916
2917 2006-10-06  Michael Smith  <msmith@fluendo.com>
2918
2919         * ext/theora/theoradec.c: (theora_dec_chain):
2920           Zero byte theora packets are valid and well-defined; don't warn on
2921           them.
2922
2923 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
2924
2925         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2926         (gst_multi_fd_sink_get_stats), (find_limits),
2927         (gst_multi_fd_sink_queue_buffer):
2928           API: add dropped_buffers to the get-stats GValueArray
2929
2930 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
2931
2932         * ext/alsa/gstalsadeviceprobe.c:
2933         (gst_alsa_device_property_probe_get_values):
2934         * ext/alsa/gstalsasink.c: (set_hwparams):
2935         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
2936         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
2937         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
2938         (gst_ogg_mux_process_best_pad):
2939         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
2940         (gst_ogg_parse_chain):
2941         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2942         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
2943         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
2944         (gst_vorbis_enc_buffer_check_discontinuous):
2945         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
2946         * gst-libs/gst/audio/gstbaseaudiosink.c:
2947         (gst_base_audio_sink_render):
2948         * gst-libs/gst/cdda/gstcddabasesrc.c:
2949         (gst_cdda_base_src_handle_track_seek):
2950         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2951         (gst_base_rtp_depayload_push_full):
2952         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
2953         * gst/audioresample/resample.c: (resample_input_pushthrough):
2954         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
2955         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
2956         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
2957         (wavpack_type_find):
2958         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
2959         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
2960         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
2961         * tests/check/elements/volume.c: (GST_START_TEST):
2962           Printf format fixes.
2963
2964 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
2965
2966         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
2967           Fix a simple mistake (see the docs)
2968           Fixes #359580
2969
2970 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
2971
2972         * docs/plugins/Makefile.am:
2973         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2974         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2975         * docs/plugins/gst-plugins-base-plugins.args:
2976         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2977         * docs/plugins/inspect/plugin-adder.xml:
2978         * docs/plugins/inspect/plugin-alsa.xml:
2979         * docs/plugins/inspect/plugin-audioconvert.xml:
2980         * docs/plugins/inspect/plugin-audiorate.xml:
2981         * docs/plugins/inspect/plugin-audioresample.xml:
2982         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2983         * docs/plugins/inspect/plugin-cdparanoia.xml:
2984         * docs/plugins/inspect/plugin-decodebin.xml:
2985         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2986         * docs/plugins/inspect/plugin-gdp.xml:
2987         * docs/plugins/inspect/plugin-gnomevfs.xml:
2988         * docs/plugins/inspect/plugin-libvisual.xml:
2989         * docs/plugins/inspect/plugin-ogg.xml:
2990         * docs/plugins/inspect/plugin-pango.xml:
2991         * docs/plugins/inspect/plugin-playbin.xml:
2992         * docs/plugins/inspect/plugin-subparse.xml:
2993         * docs/plugins/inspect/plugin-tcp.xml:
2994         * docs/plugins/inspect/plugin-theora.xml:
2995         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2996         * docs/plugins/inspect/plugin-video4linux.xml:
2997         * docs/plugins/inspect/plugin-videorate.xml:
2998         * docs/plugins/inspect/plugin-videoscale.xml:
2999         * docs/plugins/inspect/plugin-videotestsrc.xml:
3000         * docs/plugins/inspect/plugin-volume.xml:
3001         * docs/plugins/inspect/plugin-vorbis.xml:
3002         * docs/plugins/inspect/plugin-ximagesink.xml:
3003         * docs/plugins/inspect/plugin-xvimagesink.xml:
3004           Add vorbistag element to docs; update version numbers to 0.10.10.1.
3005
3006 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3007
3008         Patch by: James "Doc" Livingston <doclivingston at gmail com>
3009
3010         * ext/vorbis/Makefile.am:
3011         * ext/vorbis/vorbis.c: (plugin_init):
3012         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3013         (vorbis_parse_parse_packet), (vorbis_parse_chain):
3014         * ext/vorbis/vorbisparse.h:
3015         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3016         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3017         (gst_vorbis_tag_parse_packet):
3018         * ext/vorbis/vorbistag.h:
3019           Add new vorbistag element which derives from vorbisparse
3020           and is essentially the same as well, only that it implements
3021           the GstTagSetter interface and can modify the stream's
3022           vorbiscomment on the fly (#335635).
3023
3024         * tests/check/Makefile.am:
3025         * tests/check/elements/.cvsignore:
3026         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3027         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3028         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3029         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3030           Add unit test for new vorbistag element.
3031
3032 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3033
3034         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3035         (vorbis_parse_push_headers), (vorbis_parse_chain):
3036           Set BOS flag in packet structure to fix 'jump depends
3037           on unitialized value' errors in valgrind; various minor
3038           clean-ups.
3039
3040 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
3041
3042         * gst/playback/gstdecodebin.c: (close_pad_link):
3043         Fix typo in a debug statement.
3044
3045         * gst/playback/gstplaybasebin.c: (probe_triggered),
3046         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3047         (gen_source_element), (source_new_pad), (analyse_source),
3048         (setup_source):
3049         When handling no_more_pads in new_decoded_pad, make sure to treat
3050         subtitle pads correctly. Fixes playback with subtitle files.
3051
3052         Move a recurring message to LOG level.
3053
3054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3055         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3056         which ends up as -1 when cast to an int. Make the logic handle the
3057         max value as an unsigned mask and only change the colorkey when it's
3058         a value we recognise.
3059
3060 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3061
3062         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3063         Removed empty * between paragraphs
3064
3065 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3066
3067         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3068         * gst-libs/gst/rtp/README:
3069         Moved some documentation into .c file
3070
3071 2006-09-29  Wim Taymans  <wim@fluendo.com>
3072
3073         * gst/playback/gstdecodebin.c: (no_more_pads):
3074         Fix compilation.
3075
3076 2006-09-29  Wim Taymans  <wim@fluendo.com>
3077
3078         * gst/playback/gstdecodebin.c: (new_caps):
3079         Remove g_print
3080
3081         * gst/playback/gstplaybin.c:
3082         Add some docs.
3083
3084 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3085
3086         * tests/check/Makefile.am:
3087           Re-enable cddabasesrc test to see if it works again
3088           now.
3089
3090 2006-09-29  Wim Taymans  <wim@fluendo.com>
3091
3092         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3093         (gen_source_element):
3094         Handle invalid URIs a bit more gracefully.
3095
3096 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3097
3098         * tests/check/pipelines/oggmux.c:
3099           Remove obsolete comment.
3100
3101 2006-09-29  Michael Smith  <msmith@fluendo.com>
3102
3103         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3104         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3105         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3106         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3107         (gst_ogg_mux_collected):
3108           Commit patch from James "Doc" Livingston, adds proper EOS handling
3109           in oggmux. GStreamer can, for the first time ever, create a valid
3110           Ogg file! Yay!
3111
3112         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3113         (oggmux_suite):
3114           Reenable tests now that they pass.
3115
3116 2006-09-29  Wim Taymans  <wim@fluendo.com>
3117
3118         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3119         Stop reading commands when EOF (we read 0) as well.
3120
3121 2006-09-28  Wim Taymans  <wim@fluendo.com>
3122
3123         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3124         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3125         (find_dynamic), (unlinked), (close_link):
3126         Implement delayed caps linking needed for element with a lot of
3127         different caps on the src pads that get fixed at runtime.
3128         Improve management of dynamic elements.
3129
3130         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3131         (group_destroy), (group_commit), (check_queue), (queue_overrun),
3132         (gen_preroll_element), (remove_groups), (unknown_type),
3133         (add_element_stream), (no_more_pads_full), (no_more_pads),
3134         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3135         (new_decoded_pad), (setup_subtitle), (array_has_value),
3136         (gen_source_element), (source_new_pad), (has_all_raw_caps),
3137         (analyse_source), (remove_decoders), (make_decoder),
3138         (remove_source), (setup_source), (finish_source), (prepare_output),
3139         (gst_play_base_bin_change_state):
3140         * gst/playback/gstplaybasebin.h:
3141         Use more _CAST instead of full type checking casts.
3142         Small cleanups, plug some leaks.
3143         Handle dynamic sources.
3144         Add some helper functions to create lists of strings used for
3145         blacklisting and other stuff.
3146         Refactor some code dealing with analysing the source.
3147         Re-enable sources without pads (like cd:// or other selfcontained
3148         elements).
3149
3150 2006-09-28  Wim Taymans  <wim@fluendo.com>
3151
3152         * gst-libs/gst/audio/gstbaseaudiosink.c:
3153         (gst_base_audio_sink_render):
3154         When we have a timestamp, we can still perform clipping.
3155         When we have no clock, we must play the sample ASAP.
3156
3157 2006-09-28  Wim Taymans  <wim@fluendo.com>
3158
3159         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3160         Set caps on outgoing buffers.
3161
3162         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3163         (gst_video_rate_event), (gst_video_rate_chain):
3164         * gst/videorate/gstvideorate.h:
3165         Fix videorate some more. Fixes #357977
3166
3167 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3168
3169         * tests/check/elements/adder.c: (adder_suite):
3170           Don't set timeout to 6 seconds when we're running
3171           in valgrind ... (and how is 6 seconds longer than
3172           the default anyway?)
3173
3174 2006-09-28  Wim Taymans  <wim@fluendo.com>
3175
3176         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3177         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3178         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3179         Keep sink and src segment to keep track of time and support more
3180         input formats.
3181         Fix bogus next_offset and run_time calculation, don't understand how
3182         this could have worked before. Fixes #357976.
3183         Remove some unneeded vars.
3184
3185 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3186
3187         * gst/playback/gstplaybin.c: (remove_sinks):
3188           Only remove visualisation from visbin if there is a visbin (or:
3189           don't throw warnings when closing totem without playing a file).
3190
3191 2006-09-27  Wim Taymans  <wim@fluendo.com>
3192
3193         * gst-libs/gst/audio/gstbaseaudiosink.c:
3194         (gst_base_audio_sink_render):
3195         Add some more info in a WARNING.
3196
3197         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3198         (gst_base_audio_src_create):
3199         Handle PAUSE in create function, use new -core addition to
3200         wait for playing. Fixes pausing and resuming capture from an
3201         audiosrc.
3202
3203         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3204         (gst_ring_buffer_read):
3205         Constify some more.
3206         Caller supports interrupted reads now.
3207
3208 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3209
3210         * tests/check/Makefile.am:
3211           Another attempt to make the gen64 buildbot happy.
3212
3213 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3214
3215         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3216
3217         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3218         (gst_visual_chain), (gst_visual_change_state):
3219           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3220           correctly. Fixes #357800
3221
3222 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3223
3224         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3225           Add timeout to _get_state() so we see which pipeline it is
3226           that causes trouble on the gen64 build bot.
3227
3228 2006-09-27  Wim Taymans  <wim@fluendo.com>
3229
3230         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3231         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3232         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3233         (gst_base_rtp_depayload_set_gst_timestamp):
3234         the source pad always uses fixed caps.
3235
3236 2006-09-27  Wim Taymans  <wim@fluendo.com>
3237
3238         * docs/libs/gst-plugins-base-libs-docs.sgml:
3239         * docs/libs/gst-plugins-base-libs-sections.txt:
3240         * gst-libs/gst/audio/gstaudioclock.c:
3241         * gst-libs/gst/audio/gstaudioclock.h:
3242         * gst-libs/gst/audio/gstaudiosink.c:
3243         * gst-libs/gst/audio/gstaudiosink.h:
3244         * gst-libs/gst/audio/gstaudiosrc.c:
3245         * gst-libs/gst/audio/gstbaseaudiosink.c:
3246         (gst_base_audio_sink_render):
3247         * gst-libs/gst/audio/gstbaseaudiosink.h:
3248         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3249         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3250         * gst-libs/gst/audio/gstringbuffer.h:
3251         Added docs for the audio libs.
3252
3253 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3254
3255         * tests/check/Makefile.am:
3256           Temporarily disable test that fails on the bots for unknown reasons.
3257
3258 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3259
3260         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3261         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3262         Moved AudioCodecType into priv
3263         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3264
3265 2006-09-25  Wim Taymans  <wim@fluendo.com>
3266
3267         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3268         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3269         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3270         (new_pad):
3271         Cleanups and small leak fixes.
3272         Added Depayloaders to valid list of autopluggable elements.
3273
3274 2006-09-25  Wim Taymans  <wim@fluendo.com>
3275
3276         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3277         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3278         (gen_video_element), (gen_text_element), (gen_audio_element),
3279         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3280         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3281         Detect NO_PREROLL state change returns and disable clock distribution to
3282         the sinks so that sync is disabled.
3283         Avoid some type checking and do simple casts instead.
3284         Small cleanups, fix some FIXMEs.
3285         Be more robust when linking user specified elements, catch an report
3286         errors. Fixes #357404.
3287         Fix some leaks in the error paths.
3288
3289 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3290
3291         * ChangeLog:
3292           ChangeLog surgery for missing bug-number
3293
3294 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3295
3296         Patch by: Peter Kjellerstedt  <pkj at axis com>
3297
3298         * gst/playback/test.c:
3299           Fix compilation with uClibc and -Werror (#357591).
3300
3301 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3302
3303         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3304           Parse dates that are followed by a time as well (#357532).
3305
3306         * tests/check/libs/tag.c: (test_vorbis_tags):
3307           Add unit test for this.
3308
3309 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3310
3311         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3312         (gst_audio_convert_transform_caps):
3313         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3314         * gst/videotestsrc/videotestsrc.h:
3315           A few array const-ifications.
3316
3317 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3318
3319         * tests/check/Makefile.am:
3320           See if this makes the build bots happy.
3321
3322         * tests/check/libs/cddabasesrc.c:
3323           UTF8-ise my name.
3324
3325 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3326
3327         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3328
3329         * gst/subparse/samiparse.c: (handle_start_font),
3330         (fix_invalid_entities):
3331           More case-insensitivity for certain tags; recognise entities with
3332           decimal codes as special entities as well (#357330).
3333
3334 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3335
3336         * gst-libs/gst/Makefile.am:
3337           Need to build tag directory before cdda.
3338
3339 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3340
3341         * docs/libs/gst-plugins-base-libs-sections.txt:
3342         * gst-libs/gst/cdda/Makefile.am:
3343         * gst-libs/gst/cdda/gstcddabasesrc.c:
3344         (gst_cdda_base_src_base_init):
3345         * gst-libs/gst/cdda/gstcddabasesrc.h:
3346         * gst-libs/gst/tag/tag.h:
3347         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3348         (gst_tag_register_musicbrainz_tags):
3349           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3350           depend on libgsttag. This is required so we can extract/read tags like
3351           DISCID without depending on libgstcddabasesrc (which used to register
3352           them).
3353
3354         * gst-libs/gst/tag/gstvorbistag.c:
3355           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3356           tags (also see #347848).
3357
3358         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3359           Log vorbis comments we are actually writing. Const-ify array.
3360
3361 2006-09-23  Wim Taymans  <wim@fluendo.com>
3362
3363         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3364         Improve buffering a bit by avoiding a deadlock because we cannot assume
3365         the underrun is always called.
3366
3367 2006-09-23  Wim Taymans  <wim@fluendo.com>
3368
3369         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3370
3371         * gst-libs/gst/riff/riff-ids.h:
3372         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3373         (gst_riff_create_audio_template_caps):
3374         Added MPEG-4 AAC and id and caps. Fixes #357289
3375         Added WMA9 Lossless id.
3376
3377 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3378
3379         * ext/gnomevfs/gstgnomevfssrc.c:
3380           Fix misleading docs addition.
3381
3382         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3383           Get rid of compiler warning the right way.
3384
3385 2006-09-22  Wim Taymans  <wim@fluendo.com>
3386
3387         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3388         (gst_base_rtp_depayload_finalize),
3389         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3390         (gst_base_rtp_depayload_push_full),
3391         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3392         (gst_base_rtp_depayload_process),
3393         (gst_base_rtp_depayload_set_gst_timestamp),
3394         (gst_base_rtp_depayload_queue_release):
3395         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3396         Small cleanups.
3397         Fix some leaks.
3398         Refactored the process method and added methods to push from the process
3399         vmethod.
3400         Use _scale functions.
3401         API: gst_base_rtp_depayload_push_ts
3402         API: gst_base_rtp_depayload_push
3403
3404         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3405         timestamps are uint.
3406
3407 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3408
3409         * gst-libs/gst/interfaces/xoverlay.c:
3410           Remove unused statement from doc example.
3411
3412 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3413
3414         * gst-libs/gst/interfaces/videoorientation.c:
3415         (gst_video_orientation_iface_init),
3416         (gst_video_orientation_get_hflip),
3417         (gst_video_orientation_get_vflip),
3418         (gst_video_orientation_get_hcenter),
3419         (gst_video_orientation_get_vcenter),
3420         (gst_video_orientation_set_hflip),
3421         (gst_video_orientation_set_vflip),
3422         (gst_video_orientation_set_hcenter),
3423         (gst_video_orientation_set_vcenter):
3424           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3425           in ChangeLog)
3426
3427 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3428
3429         * tests/check/Makefile.am:
3430         * tests/check/elements/.cvsignore:
3431         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3432         (create_rgb_conversions), (rgb_conversion_free),
3433         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3434         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3435           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3436           but disable for now since it doesn't pass (something wrong with
3437           RGBA somewhere).
3438
3439 2006-09-21  Wim Taymans  <wim@fluendo.com>
3440
3441         * gst/playback/gstplaybasebin.c: (group_commit),
3442         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3443         (queue_out_of_data), (gen_preroll_element),
3444         (preroll_remove_overrun), (probe_triggered):
3445         Refactor handling of overrun detection.
3446         Separate handling of group completion and deadlock detection when doing
3447         network buffering. This should fix some deadlocks that were not detected
3448         because the group was completed.
3449         Add more comments, improve debugging.
3450
3451 2006-09-21  Wim Taymans  <wim@fluendo.com>
3452
3453         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3454         * tests/check/libs/audio.c:
3455         Some more compilation fixes.
3456
3457 2006-09-21  Wim Taymans  <wim@fluendo.com>
3458
3459         * gst-libs/gst/audio/gstringbuffer.c:
3460         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3461         (gst_ring_buffer_read):
3462         Early morning compilation fix.
3463
3464 2006-09-20  Wim Taymans  <wim@fluendo.com>
3465
3466         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3467         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3468         * tests/check/elements/videorate.c: (GST_START_TEST):
3469         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3470         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3471         Fix some warnings.
3472
3473 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3474
3475         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3476         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3477         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3478           Handcrafted merge to help CVS understanding what I changed and what
3479           not.
3480
3481 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3482
3483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3484         (gst_xvimagesink_get_times):
3485           change colorkey behaviour back according to #354773 comment 6/7
3486
3487 2006-09-19  Michael Smith  <msmith@fluendo.com>
3488
3489         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3490         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3491         (gst_multi_fd_sink_recover_client),
3492         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3493         (gst_multi_fd_sink_get_property):
3494         * gst/tcp/gstmultifdsink.h:
3495           Implement stubbed out properties unit-type, units-soft-max,
3496           units-max, to allow specifying maximum sizes in units other than
3497           buffers.
3498           Fixes #355935
3499
3500 2006-09-19  Wim Taymans  <wim@fluendo.com>
3501
3502         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3503         (gst_riff_create_audio_template_caps):
3504         Reorder the audio formats a bit for clarity.
3505         Detect and create caps for MSGSM and MSN (WAV49).
3506         Fixes #356596.
3507
3508         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3509         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3510         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3511         Small cleanups, move error handling out of normal flow for clarity.
3512
3513 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3514
3515         * docs/libs/gst-plugins-base-libs-docs.sgml:
3516         * docs/libs/gst-plugins-base-libs.types:
3517         * gst-libs/gst/interfaces/Makefile.am:
3518         * gst-libs/gst/interfaces/videoorientation.c:
3519         (gst_video_orientation_get_type),
3520         (gst_video_orientation_iface_init),
3521         (gst_video_orientation_get_hflip),
3522         (gst_video_orientation_get_vflip),
3523         (gst_video_orientation_get_hcenter),
3524         (gst_video_orientation_get_vcenter),
3525         (gst_video_orientation_set_hflip),
3526         (gst_video_orientation_set_vflip),
3527         (gst_video_orientation_set_hcenter),
3528         (gst_video_orientation_set_vcenter):
3529         * gst-libs/gst/interfaces/videoorientation.h:
3530           API: Add new interface to control video orientation (fixes #354908)
3531
3532 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3533
3534         * gst/videotestsrc/gstvideotestsrc.c:
3535           Use G_UNLIKELY in _create and log one more detail.
3536           
3537         (gst_video_test_src_get_times), (gst_video_test_src_create):
3538         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3539           Use gst_util_uint64_scale_int in _get_times().
3540
3541 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3542
3543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3544           Give better warning message (add object and detail).
3545
3546 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3547
3548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3549         (gst_xvimagesink_get_times):
3550           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3551           #354773), use gst_util_uint64_scale_int in _get_times()
3552
3553 2006-09-18  Michael Smith  <msmith@fluendo.com>
3554
3555         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3556           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3557           always true, leading to dropping all timestamps.
3558
3559 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3560
3561         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3562         (gst_visual_chain), (gst_visual_change_state):
3563           update to work also with libvisual 0.4 API, fix double unref (#355914)
3564           
3565         * tools/gst-launch-ext.1.in:
3566         * tools/gst-visualise.1.in:
3567           remove references to old man-pages
3568
3569         * tests/examples/seek/seek.c: (main):
3570           add real meadi-buttons, add tool-tips for the seek-options, arrange
3571           seek options in a table
3572
3573 2006-09-18  Michael Smith  <msmith@fluendo.com>
3574
3575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3576         (gst_ogg_mux_push_buffer):
3577           Don't generate out-of-order timestamps from oggmux, instead clamp
3578           output timestamps to be >= the previously output ts.
3579           Fixes #355595
3580
3581 2006-09-18  Michael Smith  <msmith@fluendo.com>
3582
3583         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3584         (gst_multi_fd_sink_class_init):
3585           Updates, fixes, and typo corrections for multifdsink. No functional
3586           changes.
3587
3588 2006-09-17  Michael Smith  <msmith@fluendo.com>
3589
3590         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3591           Don't crash on truncated files - check that we got an 8 byte buffer
3592           before trying to memcmp it.
3593
3594 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3595
3596         * gst/playback/gstplaybasebin.c: (get_active_source):
3597           Make stream-switching appear instant to the application
3598           (ie. make sure that a g_object_get on 'current-foo' returns
3599           the stream previously set with g_object_set(). Totem needs
3600           this to update stream-related meta-info (like audio-codec)
3601           correctly when switching streams.
3602
3603 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3604
3605         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3606         (gst_alsa_mixer_ensure_track_list):
3607           Try harder to guess which mixer track is the master mixer
3608           track (instead of just taking the first one that has a pvolume).
3609           Fixes #342228.
3610
3611 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3612
3613         reviewed by: <delete if not using a buddy>
3614
3615         * gst-libs/gst/audio/audio.h:
3616         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3617
3618 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3619
3620         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3621         (gst_audio_convert_transform_caps):
3622           Get structure-name just once.
3623
3624 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3625
3626         * tests/check/elements/audioresample.c: (GST_START_TEST):
3627         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3628         * tests/check/elements/volume.c: (GST_START_TEST):
3629         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3630         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3631         (test_pipeline), (GST_START_TEST):
3632         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3633         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3634           Fix big batch of compiler warnings.
3635
3636 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3637
3638         * ext/gnomevfs/gstgnomevfssrc.c:
3639           Add docs about icydemux usage in connection with gnomevfssrc
3640
3641         * ext/libvisual/visual.c:
3642         * ext/ogg/gstoggaviparse.c:
3643         * ext/ogg/gstoggdemux.c:
3644         * ext/ogg/gstoggmux.c:
3645         * ext/ogg/gstoggparse.c:
3646         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3647         * gst-libs/gst/audio/gstaudiosink.c:
3648         * gst-libs/gst/audio/gstaudiosrc.c:
3649         * gst/audiorate/gstaudiorate.c:
3650           More G_OBJECT macro fixing.
3651
3652         * gst/audiotestsrc/gstaudiotestsrc.h:
3653           Fix wrong info in header due to copy & paste
3654
3655 2006-09-15  Wim Taymans  <wim@fluendo.com>
3656
3657         * gst-libs/gst/audio/gstbaseaudiosink.c:
3658         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3659         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3660         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3661         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3662         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3663         Do the delay calculation in the source/sink base classes as this is
3664         specific for the capture/playback mode.
3665         Try to fixate a bit better, like round depth up to a multiple of 8
3666         bigger than width.
3667         Handle underruns correctly by marking DISCONT on buffers and adjusting
3668         timestamps to handle the gap.
3669         Set offset/offset_end correctly on buffers.
3670
3671         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3672         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3673         (gst_ring_buffer_read):
3674         Remove resync and underrun recovery from the ringbuffer.
3675         Fix ringbuffer read code on under/overrun.
3676
3677 2006-09-15  Wim Taymans  <wim@fluendo.com>
3678
3679         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3680         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3681         (queue_threshold_reached), (gst_play_base_bin_set_property),
3682         (gst_play_base_bin_get_property):
3683         * gst/playback/gstplaybasebin.h:
3684         Don't use a 0 low watermark when buffering, it is catching starvation
3685         way too late. Instead, use a 3 second queue with 30 and 95
3686         percent low/high watermarks. 
3687         Added queue-min-threshold property to configure low watermark.
3688         Use new _buffering message API.
3689         Make queue_threshold variable big enough to store a uint64 time value.
3690         API: playbin::queue-min-threshold property.
3691
3692 2006-09-15  Wim Taymans  <wim@fluendo.com>
3693
3694         * configure.ac:
3695         We require 0.10.10.1 now because of _wait_preroll().
3696
3697         * gst-libs/gst/audio/gstbaseaudiosink.c:
3698         (gst_base_audio_sink_render):
3699         Use gst_base_sink_wait_preroll().
3700
3701 2006-09-15  Wim Taymans  <wim@fluendo.com>
3702
3703         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3704         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3705         Use DEBUG_OBJECT more.
3706
3707 === release 0.10.10 ===
3708
3709 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3710
3711         patch by: Michael Smith <msmith at fluendo dot com>
3712
3713         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3714         (gst_multi_fd_sink_client_queue_buffer),
3715         (gst_multi_fd_sink_new_client):
3716         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3717         (multifdsink_suite):
3718           Fix implementation of sync-method 'next-keyframe'
3719           Closes #354594
3720
3721 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3722
3723         patch by: Wim Taymans <wim at fluendo dot com>
3724
3725         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3726         This patch removes the RANDOM flag that was incorrectly introduced with
3727         revision 1.91.  Fixes #354590
3728
3729 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3730
3731         * tests/check/Makefile.am:
3732           Random variation in Makefile line to see if it makes the
3733           gen64-base-full bot any happier.
3734
3735 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3738           Disable test that fails at the moment (killed after timeout).
3739
3740 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3741
3742         Patch by: James Livingston  <doclivingston at gmail.com>
3743
3744         * tests/check/Makefile.am:
3745         * tests/check/pipelines/.cvsignore:
3746         * tests/check/pipelines/oggmux.c: (get_page_codec),
3747         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3748         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3749         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3750         (test_theora_vorbis), (oggmux_suite):
3751           Add simple unit test for oggmux from #337026 with checking for the
3752           EOS flags disabled for the time being.
3753
3754 2006-09-04  Wim Taymans  <wim@fluendo.com>
3755
3756         patch by: Alessandro Dessina <alessandro nnva org>
3757
3758         * ext/ogg/gstoggmux.c:
3759         Add cmml caps to oggmux. Fixes #353912
3760
3761 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3762
3763         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3764           Returning a return value often helps. In this case, we
3765           don't need the return value anyway, so just get rid of it.
3766           Should make build bots much happier.
3767
3768 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3769
3770         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3771         (paint_get_structure), (gst_video_test_src_get_size),
3772         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3773         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3774         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3775         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3776         * gst/videotestsrc/videotestsrc.h:
3777           Add support for AYUV and the various RGBA formats. Initialise
3778           fields of paintinfo structs allocated on the stack.
3779
3780         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3781         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3782         (check_rgb_buf), (videotestsrc_suite):
3783           Add unit tests for videotestsrc's RGB output.
3784
3785 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3786
3787         * gst/videotestsrc/gstvideotestsrc.c:
3788         (gst_video_test_src_pattern_get_type),
3789         (gst_video_test_src_set_pattern):
3790         * gst/videotestsrc/gstvideotestsrc.h:
3791         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3792         (gst_video_test_src_black), (gst_video_test_src_white),
3793         (gst_video_test_src_red), (gst_video_test_src_green),
3794         (gst_video_test_src_blue):
3795         * gst/videotestsrc/videotestsrc.h:
3796           Add more uni-colour patterns ("white", "red", "green", and "blue").
3797
3798 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3799
3800         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3801           Fix stride for YVYU, should be word-aligned (#353658).
3802
3803 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3804
3805         * gst/adder/gstadder.c: (gst_adder_src_event):
3806           Fix build.
3807
3808 2006-08-31  Edward Hervey  <edward@fluendo.com>
3809
3810         * gst/adder/gstadder.c: (forward_event_func),
3811         (gst_adder_src_event), (gst_adder_collected),
3812         (gst_adder_change_state):
3813         * gst/adder/gstadder.h:
3814         Remember the start position asked in the incoming seeks, so we can
3815         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3816         of assuming it will always be 0).
3817
3818 2006-08-31  Edward Hervey  <edward@fluendo.com>
3819
3820         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3821         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3822         (gst_ogg_demux_loop):
3823         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3824
3825 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3826
3827         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3828         (gst_ffmpegcsp_get_unit_size):
3829           Return FALSE instead of returning a random false unit
3830           size when the format isn't known/supported (even if
3831           this shouldn't happen under normal circumstances).
3832
3833 2006-08-29  Wim Taymans  <wim@fluendo.com>
3834
3835         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3836
3837         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3838         (gst_gnome_vfs_src_start):
3839         Try harder to get the size from a uri by using _info_uri() when
3840         _info_from_handle() does not give us enough info. 
3841         Also follow symlinks when getting the size.
3842         Partially Fixes #332864.
3843
3844 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3845
3846         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3847
3848         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3849         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3850         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3851         (gst_alsa_mixer_set_record):
3852         * ext/alsa/gstalsamixertrack.c:
3853         (gst_alsa_mixer_track_update_alsa_capabilities),
3854         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3855         (gst_alsa_mixer_track_update):
3856         * ext/alsa/gstalsamixertrack.h:
3857           Improve and fix mixer track handling, in particular better handling
3858           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3859           separate track objects for tracks that have both capture and playback
3860           volume (and label them differently as well so they're not mistakenly
3861           assumed to be duplicates); classify mixer tracks that only affect
3862           the audible volume of something (rather than the capture volume)
3863           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3864           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3865           (following the meaning documented in the mixer interface header
3866           file); add support for alsa's exclusive cswitch groups; update/sync
3867           state/flags better if mixer settings are changed by another
3868           application. Fixes #336075.
3869
3870 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3871
3872         * gst/playback/gstplaybin.c:
3873           Improve docs: add section about BUFFERING messages sent by playbin.
3874
3875 2006-08-29  Michael Smith  <msmith@fluendo.com>
3876
3877         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
3878         (gst_vorbis_enc_buffer_check_discontinuous),
3879         (gst_vorbis_enc_chain):
3880           Ignore explicit DISCONT marked on buffers (which is often spurious,
3881           particularly when using multiple segments), in favour of solely
3882           using the timestamps/durations.
3883
3884 2006-08-29  Edward Hervey  <edward@fluendo.com>
3885
3886         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3887         Don't rely on incoming buffers offset anymore, since it is completely
3888         broken when using multiple segments.
3889         Instead convert the incoming buffers timestamp to running time, and
3890         then convert that value to the offsets.
3891         Also inform GstSegment of the last outputted stop position, which is
3892         needed if we received several segments with an unknown stop value.
3893
3894 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
3895
3896         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
3897           fix buffer unreffing on a header push failure
3898
3899 2006-08-28  Wim Taymans  <wim@fluendo.com>
3900
3901         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
3902         (gst_audio_rate_chain):
3903         Make the metadata of the buffer writable before changing its
3904         flags.
3905
3906 2006-08-28  Wim Taymans  <wim@fluendo.com>
3907
3908         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3909         (gst_audio_rate_setcaps), (gst_audio_rate_init),
3910         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
3911         (gst_audio_rate_chain), (gst_audio_rate_change_state):
3912         Fix audiorate some more.
3913         Reset and resync counters on flush and READY.
3914         Handle the DISCONT flag correctly.
3915         Use GstSegment to track position.
3916         Fail when not negotiated.
3917         Fixes #353234.
3918
3919 2006-08-25  Michael Smith  <msmith@fluendo.com>
3920
3921         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3922           Fix spelling.
3923           Remove accidently included debug line.
3924
3925 2006-08-25  Wim Taymans  <wim@fluendo.com>
3926
3927         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
3928         Small cleanups.
3929         If a buffer is received with no caps, make the buffer metadata
3930         writable and set the caps, making sure that we don't screw up the
3931         refcounts.
3932
3933 2006-08-25  Michael Smith  <msmith@fluendo.com>
3934
3935         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
3936         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
3937           Fix memory leaks and misleading debug messages, add a couple of
3938           comments.
3939
3940         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
3941         (gst_multi_fd_sink_render):
3942           Do not use gst_buffer_make_writable() in a basesink render method,
3943           as it may incorrectly unref the buffer. Instead, use convoluted
3944           dance to avoid copying the buffer except when we need to.
3945
3946 2006-08-25  Michael Smith  <msmith@fluendo.com>
3947
3948         * ext/vorbis/vorbisenc.c:
3949         (gst_vorbis_enc_buffer_check_discontinuous):
3950           Allow very small discontinuities in the timestamps. These we can't
3951           do anything useful with anyway (because vorbis's timestamps have
3952           only sample granularity), and are commonly produced by elements with
3953           minor bugs. Allow up to 1/2 a sample out.
3954           Fixes #351742.
3955
3956 2006-08-24  Wim Taymans  <wim@fluendo.com>
3957
3958         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
3959         (play_scrub_toggle_cb), (main):
3960         Add a checkbox to enable play scrubbing. Makes it possible to disable
3961         normal scrubbing.
3962
3963 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
3964
3965         * tests/check/elements/.cvsignore:
3966           make buildbot happy
3967
3968 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3969
3970         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
3971         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
3972         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
3973         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
3974         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
3975         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
3976         (gst_ogm_text_parse_strip_trailing_zeroes),
3977         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
3978         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
3979           Refactor ogm parse, do better input checking, misc. clean-ups.
3980           Cache incoming events and push them once the source pad has
3981           been created. Don't pass unterminated strings to sscanf().
3982           Strip trailing zeroes from subtitle text output, since they
3983           are not valid UTF-8. Don't push vorbiscomment packets on
3984           the subtitle text pad. Output perfect streams if possible.
3985
3986 2006-08-23  Wim Taymans  <wim@fluendo.com>
3987
3988         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3989         Waits for tasks to settle down so that we clean up correctly for 
3990         valgrind.
3991
3992 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3993
3994         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
3995           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
3996           actually return return value in taglists_are_equal.
3997
3998 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
3999
4000         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4001           Fix crash due to broken bitstream parsing on x86-64: can't make
4002           any assumptions about sizeof(struct) due to alignment/packing
4003           differences on different architectures. Fixes #351790.
4004
4005 2006-08-22  Wim Taymans  <wim@fluendo.com>
4006
4007         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4008         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4009         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4010         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4011         (gst_riff_parse_info):
4012         Protect public functions against bad input.
4013         Do some cleanups.
4014         Fix documentation.
4015
4016 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4017
4018         * gst-libs/gst/riff/riff-ids.h:
4019         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4020           Add voxware audio IDs (even if we can't play it) (#351795).
4021
4022 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4023
4024         * gst-libs/gst/riff/riff-media.c:
4025         (gst_riff_create_video_template_caps),
4026         (gst_riff_create_audio_template_caps),
4027         (gst_riff_create_iavs_template_caps):
4028           Const-ify some arrays and use G_N_ELEMENTS instead
4029           of wasting oodles of RAM on terminator bits.
4030
4031 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4032
4033         * gst-libs/gst/tag/gstvorbistag.c:
4034         (gst_tag_list_to_vorbiscomment_buffer):
4035         * tests/check/libs/tag.c: (GST_START_TEST):
4036           And the same for _to_vorbiscomment_buffer(): allow
4037           id_data_len == 0 for speex.
4038
4039 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4040
4041         * configure.ac:
4042         * docs/plugins/Makefile.am:
4043         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4044         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4045         * docs/plugins/inspect/plugin-gdp.xml:
4046         * gst/gdp/Makefile.am:
4047         * tests/check/Makefile.am:
4048           Move GDP plugin to -base from -bad.  Closes #347783.
4049
4050 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4051
4052         * gst-libs/gst/tag/gstvorbistag.c:
4053         (gst_tag_list_from_vorbiscomment_buffer):
4054           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4055           Also add some checks to make sure we don't memcmp() beyond the end of
4056           vorbiscomment buffer if the ID to check for is larger than the buffer.
4057
4058         * tests/check/libs/tag.c: (GST_START_TEST):
4059           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4060
4061 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4062
4063         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4064         (gst_vorbis_enc_set_metadata):
4065           Use vorbis comment utility functions from libgsttag
4066           instead of re-inventing the wheel (partially fixes #347091).
4067
4068 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4069
4070         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4071         Fix leaks. Wait for state transitions that might happen ASYNC, as well
4072         as some that won't.
4073
4074 2006-08-21  Wim Taymans  <wim@fluendo.com>
4075
4076         * docs/libs/Makefile.am:
4077         * docs/libs/gst-plugins-base-libs-sections.txt:
4078         * docs/libs/gst-plugins-base-libs.types:
4079         Don't try to GObject scan the netbuffer as it's not a GObject.
4080         Fixes #351308.
4081
4082         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4083         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4084         Document GstNetBuffer.
4085
4086 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
4087
4088         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4089         (audioconvert_suite):
4090           Add testcase for caps-size-explosion
4091
4092 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4093
4094         * gst/audioconvert/gstaudioconvert.c:
4095         (gst_audio_convert_get_unit_size), (set_structure_widths):
4096           Lower debug, use g_assert in _get_unit_size
4097
4098         * gst/audioresample/gstaudioresample.c:
4099         (audioresample_get_unit_size):
4100         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4101         (gst_ffmpegcsp_get_unit_size):
4102         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4103           use g_assert in _get_unit_size
4104
4105 2006-08-18  Wim Taymans  <wim@fluendo.com>
4106
4107         * docs/libs/gst-plugins-base-libs-sections.txt:
4108         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4109         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4110         (gst_rtp_buffer_get_payload_buffer):
4111         * gst-libs/gst/rtp/gstrtpbuffer.h:
4112         Document GstRTPBuffer.
4113         Added function to efficiently strip payload headers.
4114         API: gst_rtp_buffer_get_payload_subbuffer()
4115
4116 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4117
4118         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4119         (gst_tag_to_vorbis_comments):
4120           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4121           tags and deserialise them properly as well (#347091).
4122           Add some more gtk-doc blurbs and also some g_return_if_fail().
4123
4124         * tests/check/libs/tag.c: (GST_START_TEST),
4125         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4126           More tests.
4127
4128 2006-08-17  Wim Taymans  <wim@fluendo.com>
4129
4130         * ext/ogg/Makefile.am:
4131         * ext/ogg/gstogg.c: (plugin_init):
4132         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4133         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4134         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4135         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4136         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4137         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4138         Added ogg-in-avi parser element. Fixes #140139.
4139
4140         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4141         Fixed a bug in oggdemux debug code.
4142
4143         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4144         (gst_riff_create_audio_template_caps):
4145         Recognise Ogg in the AVI extensible wave format.
4146
4147 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4148
4149         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4150           Make buffer durations add up (duration should be next_ts-ts for
4151           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4152           from CVS.
4153
4154         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4155         (test_buffer_timestamps), (cddabasesrc_suite):
4156           Add unit test for the above.
4157
4158         * tests/check/Makefile.am:
4159           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4160           to see what happens.
4161
4162 2006-08-16  Wim Taymans  <wim@fluendo.com>
4163
4164         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4165         (gst_alsasink_open):
4166         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4167         (gst_alsasrc_open):
4168         Avoid setting and using a NULL device name.
4169         Print more info when we fail to open a device.
4170
4171 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4172
4173         * docs/libs/gst-plugins-base-libs-sections.txt:
4174         * gst-libs/gst/tag/tag.h:
4175         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4176           API: add gst_tag_parse_extended_comment() (#351426).
4177
4178         * tests/check/Makefile.am:
4179         * tests/check/libs/.cvsignore:
4180         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4181           Add unit test for gst_tag_parse_extended_comment().
4182
4183 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4184
4185         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4187           Fix leak (#351502).
4188
4189 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4190
4191         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4192         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4193         * docs/plugins/gst-plugins-base-plugins.args:
4194         * gst/playback/gstplaybin.c:
4195           Document playbin.
4196           
4197         * docs/plugins/inspect/plugin-adder.xml:
4198         * docs/plugins/inspect/plugin-alsa.xml:
4199         * docs/plugins/inspect/plugin-audioconvert.xml:
4200         * docs/plugins/inspect/plugin-audiorate.xml:
4201         * docs/plugins/inspect/plugin-audioresample.xml:
4202         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4203         * docs/plugins/inspect/plugin-cdparanoia.xml:
4204         * docs/plugins/inspect/plugin-decodebin.xml:
4205         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4206         * docs/plugins/inspect/plugin-gnomevfs.xml:
4207         * docs/plugins/inspect/plugin-ogg.xml:
4208         * docs/plugins/inspect/plugin-pango.xml:
4209         * docs/plugins/inspect/plugin-playbin.xml:
4210         * docs/plugins/inspect/plugin-subparse.xml:
4211         * docs/plugins/inspect/plugin-tcp.xml:
4212         * docs/plugins/inspect/plugin-theora.xml:
4213         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4214         * docs/plugins/inspect/plugin-video4linux.xml:
4215         * docs/plugins/inspect/plugin-videorate.xml:
4216         * docs/plugins/inspect/plugin-videoscale.xml:
4217         * docs/plugins/inspect/plugin-videotestsrc.xml:
4218         * docs/plugins/inspect/plugin-volume.xml:
4219         * docs/plugins/inspect/plugin-vorbis.xml:
4220         * docs/plugins/inspect/plugin-ximagesink.xml:
4221         * docs/plugins/inspect/plugin-xvimagesink.xml:
4222           Update to CVS version.
4223
4224 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4225
4226         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4227         (gst_play_bin_set_property), (gst_play_bin_get_property),
4228         (value_list_append_structure_list),
4229         (gst_play_bin_handle_redirect_message),
4230         (gst_play_bin_handle_message):
4231           API: GstPlayBin::connection-speed
4232           Add "connection-speed" property; re-order redirect messages with
4233           multiple redirect locations depending on the minimum bitrate if
4234           that information is available and a connection speed is set
4235           (#350399).
4236
4237 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4238
4239         * gst/playback/gstplaybin.c:
4240           Update max volume to the same value that the volume element uses.
4241
4242 2006-08-14  Wim Taymans  <wim@fluendo.com>
4243
4244         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4245         Less uglyness..
4246
4247 2006-08-14  Wim Taymans  <wim@fluendo.com>
4248
4249         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4250         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4251         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4252         Add some more debug info.
4253         Don't crash when a seek failed.
4254         Actually return the result of the seek instead of TRUE.
4255         Ignore multiple BOS pages with the same serial so that we don't create
4256         the same stream multiple times.
4257         Post an error when we fail to do the initial seek.
4258
4259 2006-08-13  Wim Taymans  <wim@fluendo.com>
4260
4261         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4262         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4263         Small code cleanup.
4264
4265         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4266         (gst_alsa_mixer_new):
4267         Remove hack that always set the device to hw:0*.
4268         Properly find the card name for whatever device was configured.
4269         Do some better debugging.
4270         Fixes #350784.
4271
4272         * ext/alsa/gstalsamixerelement.c:
4273         (gst_alsa_mixer_element_set_property),
4274         (gst_alsa_mixer_element_change_state):
4275         Cleanups.
4276         Handle setting of a NULL device name better.
4277
4278 2006-08-11  Wim Taymans  <wim@fluendo.com>
4279
4280         * gst/adder/gstadder.c:
4281         Don't clip float values. Fixes #350900.
4282
4283 2006-08-11  Andy Wingo  <wingo@pobox.com>
4284
4285         * gst/tcp/gsttcp.c: Really fix the build?
4286
4287         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4288         fixes the build.
4289
4290 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4293           Float caps shouldn't have a "signed" field.
4294
4295 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4296
4297         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4298           Implement SEEKING query in its most basic form, so that we can
4299           at least check if we're seekable or not (#350655).
4300
4301 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4302
4303         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4304           The checks here are not even close to anything that would
4305           justify MAXIMUM probability, lowering to POSSIBLE until someone
4306           fixes the checks (case at hand: quicktime redirection files
4307           might start with 00 00 01 XX and pass the checks here just
4308           fine, see #350399).
4309
4310 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4311
4312         Patch by: Sjoerd Simons  <sjoerd at luon net>
4313
4314         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4315           Better detection for multipart/x-mixed-replace: accept leading
4316           whitespaces before the boundary marker as well (as our very own
4317           multipartmux used to produce) (#349068).
4318
4319 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4320
4321         Patch by: Young-Ho Cha  <ganadist at chollian net>
4322
4323         * gst-libs/gst/riff/riff-ids.h:
4324         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4325         (gst_riff_create_audio_template_caps):
4326           Detect DTS audio streams (#350157).
4327
4328 2006-08-05  Andy Wingo  <wingo@pobox.com>
4329
4330         * ext/theora/gsttheoraparse.h:
4331         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4332         (theora_parse_dispose, theora_parse_set_property)
4333         (theora_parse_get_property, theora_parse_munge_granulepos)
4334         (theora_parse_push_buffer, theora_parse_change_state):
4335         API: GstTheoraParse::synchronization-points
4336         Add a property 'synchronization-points' to fix badly synchronized oggs.
4337
4338 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4339
4340         * tests/check/Makefile.am:
4341         * tests/check/libs/.cvsignore:
4342         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4343         (fixed_caps_have_channel_positions), (GST_START_TEST),
4344         (audio_suite), (main):
4345           Add a few tests for the channel position stuff in libgstaudio.
4346
4347 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4348
4349         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4350         (gst_alsa_detect_channels):
4351         * ext/alsa/gstalsasink.c:
4352           Add support for cards that (only) do more than 8 channels,
4353           like the Delta 44 (#345188).
4354
4355         * gst-libs/gst/audio/multichannel.c:
4356         (gst_audio_check_channel_positions):
4357         * gst-libs/gst/audio/multichannel.h:
4358           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4359           unspecified channel position and cannot be combined with any
4360           of the other audio channel positions; adjust position layout
4361           checks accordingly (#345188).
4362
4363 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4364
4365         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4366           Recognise ancient RealAudio files (see #349779).
4367
4368 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4369
4370         Patch by: Jens Granseuer  <jensgr at gmx net>
4371
4372         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4373           Add typefinder for Interplay's MVE format (#348973).
4374
4375 2006-08-02  Wim Taymans  <wim@fluendo.com>
4376
4377         Patch by: Marcel Moreaux <marcelm at luon dot net>
4378
4379         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4380         (gst_base_rtp_depayload_add_to_queue):
4381         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4382         Handle RTP sequence number rollover.
4383         Disable jitterbuffer by default.
4384
4385 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4386
4387         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4388         (audioresample_set_caps):
4389         Don't leak references to the incoming caps. Clean them up when
4390         stopping.
4391
4392         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4393         (gst_video_scale_finalize):
4394         Don't leak our temporary pixel buffer.
4395
4396         * tests/check/Makefile.am:
4397         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4398         (GST_START_TEST), (simple_launch_lines_suite):
4399
4400         Fix leaks and re-enable the test for valgrind checking.
4401
4402 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4403
4404         Patch by: Sjoerd Simons  <sjoerd at luon net>
4405
4406         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4407         (plugin_init):
4408           Add typefind function for multipart/x-mixed-replace (#348916).
4409
4410 2006-07-28  Wim Taymans  <wim@fluendo.com>
4411
4412         * gst/adder/gstadder.c: (gst_adder_setcaps),
4413         (gst_adder_query_duration):
4414         Fix leak in duration query.
4415         Reflow some docs and notes.
4416
4417 2006-07-28  Michael Smith  <msmith@fluendo.com>
4418
4419         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4420         (vorbisenc_suite):
4421           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4422           aspect of it.
4423
4424 2006-07-28  Michael Smith  <msmith@fluendo.com>
4425
4426         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4427         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4428         (gst_vorbis_enc_push_buffer),
4429         (gst_vorbis_enc_buffer_check_discontinuous),
4430         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4431         * ext/vorbis/vorbisenc.h:
4432           Handle discontinuities in the input vorbis stream correctly,
4433           so that the output is properly timestamped (and has good granulepos
4434           values). Needs some oggmux fixes too.
4435
4436 2006-07-27  Wim Taymans  <wim@fluendo.com>
4437
4438         patch by: Kai Vehmanen <kv2004 eca cx>
4439
4440         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4441         (gst_base_rtp_depayload_chain),
4442         (gst_base_rtp_depayload_handle_sink_event),
4443         (gst_base_rtp_depayload_change_state):
4444         Don't send multiple newsegments with different formats.
4445         Fixes #348677.
4446
4447 2006-07-26  Wim Taymans  <wim@fluendo.com>
4448
4449         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4450         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4451         Make seeking in ogg more accurate again by doing the more correct
4452         granuletime to stream time conversion.
4453
4454 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4455
4456         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4457         (gst_multi_fd_sink_new_client):
4458           debug a little more understandably
4459           do not use goto as a substitute for break, especially if
4460           break is also being used
4461
4462 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4463
4464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4465         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4466           Remove GLib-2.6 compatibility cruft.
4467
4468 2006-07-24  Wim Taymans  <wim@fluendo.com>
4469
4470         * gst-libs/gst/audio/gstbaseaudiosink.c:
4471         (gst_base_audio_sink_render):
4472         Don't try to align a sample to an unknown value.
4473
4474 2006-07-24  Wim Taymans  <wim@fluendo.com>
4475
4476         * gst-libs/gst/audio/gstbaseaudiosink.c:
4477         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4478         When the audio clock is slaved to another clock, never try to align
4479         samples but trust the rate interpolation algorithm.
4480
4481 2006-07-24  Wim Taymans  <wim@fluendo.com>
4482
4483         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4484         Don't try to calculate silence samples, base class does this much
4485         better now.
4486
4487         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4488         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4489         (gst_ring_buffer_acquire):
4490         Calculate silence samples correctly.
4491
4492         * gst-libs/gst/audio/gstringbuffer.h:
4493         Add _CAST macro.
4494
4495 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4498           Limit search for the first markup tag to the first few kB of
4499           the file. If we don't find one there, it's highly unlikely that
4500           this is an XML(-ish) file.
4501
4502 2006-07-21  Andy Wingo  <wingo@pobox.com>
4503
4504         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4505         test to the one in vorbisenc. Also commented out.
4506
4507         * tests/check/pipelines/vorbisenc.c: 
4508         (test_discontinuity): New test, commented out until Mike lands
4509         some elite vorbisenc patches.
4510
4511         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4512         Bufferstraw was actually factored out of these tests. Now we share
4513         code yay.
4514
4515         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4516         for bufferstraw addition to gstcheck.
4517
4518 2006-07-21  Wim Taymans  <wim@fluendo.com>
4519
4520         * ext/theora/theoradec.c: (clip_buffer):
4521         Better clipping.
4522
4523 2006-07-21  Wim Taymans  <wim@fluendo.com>
4524
4525         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4526         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4527         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4528         Fix leak.
4529         Avoid type casting when we can.
4530
4531         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4532         Fix mem leak.
4533
4534 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4535
4536         * ext/alsa/gstalsamixerelement.c:
4537         (gst_alsa_mixer_element_change_state):
4538           Make state change fail if the specified device can't be opened
4539           for some reason.
4540
4541 2006-07-20  Wim Taymans  <wim@fluendo.com>
4542
4543         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4544         (cb_newpad), (main):
4545         Example of a small audio/video player using decodebin.
4546
4547 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4548
4549         * gst-libs/gst/riff/riff-ids.h:
4550           Add 'fact' chunk id
4551
4552 2006-07-19  Wim Taymans  <wim@fluendo.com>
4553
4554         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4555         (gst_base_rtp_depayload_chain),
4556         (gst_base_rtp_depayload_change_state):
4557         Don't assert when not negotiated but post a meaningfull 
4558         error message. Fixes #347918.
4559
4560         * gst-libs/gst/rtp/gstbasertppayload.c:
4561         Add comment about better default MTU size.
4562
4563         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4564         Small cleanups, start docs.
4565
4566 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4567
4568         Patch by: Martin Szulecki
4569
4570         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4571           If "device-name" is requested and the device is not
4572           open, try to temporarily open it to obtain this
4573           information (#342494).
4574
4575 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4576
4577         * gst-libs/gst/tag/gstid3tag.c:
4578           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4579
4580         * gst-libs/gst/tag/gsttageditingprivate.h:
4581         * gst-libs/gst/tag/gstvorbistag.c:
4582           Some more random const-ifications.
4583
4584 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4585
4586         * gst-libs/gst/riff/riff-ids.h:
4587         * gst-libs/gst/riff/riff-media.c:
4588         (gst_riff_create_video_template_caps):
4589           Add more FOURCCs (sort list to make stuff easier to find),
4590           add comment what those 16 bytes in struct _gst_riff_strh according to
4591           one avi-dumper are
4592
4593 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4594
4595         * gst-libs/gst/audio/multichannel.c:
4596         (gst_audio_check_channel_positions),
4597         (gst_audio_fixate_channel_positions):
4598           Const-ify two arrays.
4599
4600 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4601
4602         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4603           Fix typo, so that alsasink also advertises 8 channels
4604           if that's supported (tags: can, worms, open, alsa, ph34r).
4605
4606 2006-07-17  Wim Taymans  <wim@fluendo.com>
4607
4608         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4609         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4610         *sigh*, when is the compiler going to warn when the comments
4611         are out-of-sync with the code.. Refix case of busted theora
4612         headers with 0 granule pos.
4613
4614 2006-07-14  Wim Taymans  <wim@fluendo.com>
4615
4616         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4617         (gst_base_rtp_depayload_wait),
4618         (gst_base_rtp_depayload_change_state),
4619         (gst_base_rtp_depayload_set_property),
4620         (gst_base_rtp_depayload_get_property):
4621         Fix 99% cpu load by waiting for absolute times on the
4622         clock. Fixes #347300.
4623
4624 2006-07-14  Andy Wingo  <wingo@pobox.com>
4625
4626         * ext/theora/gsttheoraparse.h: 
4627         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4628         (theora_parse_push_headers, theora_parse_clear_queue)
4629         (theora_parse_drain_queue_prematurely, )
4630         (theora_parse_sink_event, theora_parse_change_state): Queue events
4631         until we initialized our state, like in vorbisparse.
4632
4633         * ext/vorbis/vorbisparse.h: 
4634         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4635         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4636         (vorbis_parse_drain_queue_prematurely, )
4637         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4638         until we have initialized our state. Fixes seeking after an
4639         initial pad block.
4640
4641 2006-07-14  Andy Wingo  <wingo@pobox.com>
4642
4643         Patch by: Iain Holmes <iaingnome@gmail.com>
4644         
4645         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4646
4647 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4648
4649         * configure.ac:
4650         Bump nano back to CVS
4651
4652 === release 0.10.9 ===
4653
4654 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4655
4656         * configure.ac:
4657           releasing 0.10.9, "I walk the line"
4658
4659 2006-07-14  Michael Smith  <msmith@fluendo.com>
4660
4661         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4662           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4663           (commonly happens when running this test under valgrind) when trying
4664           to remove the buffer probe.
4665
4666 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4667
4668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4669         Fix missing g_unlock from the previous commit
4670
4671 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4672
4673         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4674         (gst_ximagesink_change_state):
4675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4676         (gst_xvimagesink_change_state):
4677         Implement a locking order to ensure we always take the object lock
4678         before the x_lock and never vice-versa.
4679
4680 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4681
4682         * gst/playback/gstdecodebin.c: (find_compatibles):
4683         Fix a caps leak when linking (#347304)
4684
4685         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4686         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4687         (gst_ximagesink_change_state):
4688         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4689         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4690         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4691         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4692         Don't leak shared memory resources. Use the object lock to protect
4693         against the xcontext disappearing while returning a buffer from the
4694         pipeline. (#347304)
4695
4696 2006-07-12  Edward Hervey  <edward@fluendo.com>
4697
4698         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4699         (vorbis_handle_comment_packet):
4700         gst_tag_list_merge() returns a new object. Take that into account when
4701         using it. This avoids memleak.
4702         Revert previous commit which is not needed.
4703
4704 2006-07-12  Edward Hervey  <edward@fluendo.com>
4705
4706         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4707         Reset the decoder in finalize so that all fields get cleared.
4708
4709 2006-07-12  Wim Taymans  <wim@fluendo.com>
4710
4711         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4712         (gst_base_audio_src_set_clock),
4713         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4714         Don't try to post an error message when setting the clock fails
4715         as this can happen when adding an element to a bin which will then
4716         deadlock. Fixes #347296.
4717
4718 2006-07-12  Edward Hervey  <edward@fluendo.com>
4719
4720         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4721         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4722         (vorbis_handle_type_packet):
4723         Post tag messages on the bus even if we're not initialized.
4724         If we're not initialized, we still postpone the event pushing of tags.
4725
4726 2006-07-12  Wim Taymans  <wim@fluendo.com>
4727
4728         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4729         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4730         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4731         Revert last two changes that broke the freeze.
4732
4733 2006-07-12  Wim Taymans  <wim@fluendo.com>
4734
4735         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4736         basesink calculates silence sample correctly for us.
4737
4738 2006-07-12  Wim Taymans  <wim@fluendo.com>
4739
4740         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4741         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4742         Calculate correct silence samples so we don't fill our ringbuffer
4743         with noise.
4744
4745 2006-07-12  Edward Hervey  <edward@fluendo.com>
4746
4747         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4748         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4749         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4750         * ext/vorbis/vorbisdec.h:
4751         Delay sending events (newsegment, tags) until the decoder is properly
4752         initialized.
4753         Fixes #347295
4754
4755 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4756
4757         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4758         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4759           Patch from #347221 adding a test for audioconvert
4760           channel remappings.
4761
4762 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4763
4764         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4765         (gst_ssa_parse_parse_line):
4766           Don't include the terminating NUL in the buffer size,
4767           it's only there for extra paranoia (would add random
4768           '*' characters at the end of each subtitle since the
4769           terminator itself is not valid UTF-8 technically).
4770           Also fix indenting after boilerplate macro.
4771
4772 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4773
4774         * gst/playback/gstdecodebin.c: (close_pad_link):
4775           Also emit 'unknown-type' signal (which should really be
4776           called unhandled-type) if we found potential decoders/demuxers
4777           in the registry but none of them worked in the end (as in the
4778           case where the plugins don't exist any longer but are still
4779           listed in the registry). Fixes #329798.
4780
4781 2006-07-08  Andy Wingo  <wingo@pobox.com>
4782
4783         * theoraparse.c (theora_parse_push_buffer)
4784         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4785         Add some more debugging. Fix granulepos reconstruction in the face
4786         of discontinuities.
4787
4788 2006-07-06  Wim Taymans  <wim@fluendo.com>
4789
4790         * gst-libs/gst/audio/gstbaseaudiosink.c:
4791         (gst_base_audio_sink_class_init),
4792         (gst_base_audio_sink_provide_clock):
4793         Use gobject_class instead of G_OBJECT_CLASS (klass)
4794
4795         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4796         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4797         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4798         (gst_base_audio_src_get_time),
4799         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4800         (gst_base_audio_src_create_ringbuffer):
4801         Fix latency and buffer-time constants and properties ala basesink.
4802         Implement pull based scheduling. Fixes #346527.
4803         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4804         one segment.
4805         Refuse slaving to another clock instead of silently not working.
4806         Only provide a clock when we are actually able to do so.
4807         Various small cleanups and compiler hints.
4808
4809 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4810
4811         Patch by: Lutz Mueller <lutz at topfrose de>
4812
4813         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4814         (plugin_init):
4815           Add typefinding for text/html (#346581).
4816
4817 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4818
4819         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4820         (xml_check_first_element), (xml_type_find), (smil_type_find):
4821           Fix SMIL typefinding, make xml_check_first_element() more
4822           useful.
4823
4824 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4825
4826         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4827         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4828         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4829         * gst/playback/gstplaybasebin.h:
4830           Protect list of elements with a subtitle-encoding property and
4831           the subtitle encoding member itself with a lock of their own
4832           instead of using the object lock. This prevents a dead-lock in
4833           the element-remove callback in some circumstances when shutting
4834           down playbin.
4835
4836 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4837
4838         * win32/common/libgsttag.def:
4839         Export some new functions.
4840         * win32/vs6/libgstogg.dsp:
4841         Add a link to libgsttag-0.10.lib.
4842
4843 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4844
4845         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4846           Some const-ification.
4847
4848 2006-07-04  Wim Taymans  <wim@fluendo.com>
4849
4850         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4851         Improve checking if we are dealing with a stream. Added some
4852         more uris that need buffering.
4853
4854 2006-07-03  Edward Hervey  <edward@fluendo.com>
4855
4856         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4857         Remove unused variable.
4858
4859 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4860
4861         * Makefile.am:
4862           include lcov.mak
4863         * configure.ac:
4864           add GCOV_LIBS to GST_LIBS
4865
4866 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4867
4868         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
4869
4870         * ext/alsa/gstalsasrc.c:
4871           Add 32 bps to template caps and increase channels range
4872           from [1,2] to [1,MAX]. See #346326.
4873
4874 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
4875
4876         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
4877           Recognise 'WMVA' video codec fourcc (#345879).
4878           
4879 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
4880          
4881         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
4882           Fixed nasty memory leak
4883
4884 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4885
4886         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
4887         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
4888           fix logging
4889
4890 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
4891
4892         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
4893         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
4894         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
4895         Protect remove_fakesink using a mutex, so that we don't try and
4896         remove the fakesink simultaneously from multiple threads.
4897
4898         When going from READY to PAUSED, restore the fakesink, so that
4899         it is there when decodebin gets reused.
4900
4901 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
4902
4903         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4904         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4905         * gst-libs/gst/rtp/gstbasertppayload.c:
4906         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4907         * gst/tcp/gstmultifdsink.c:
4908         * gst/tcp/gsttcpclientsink.c:
4909         * gst/tcp/gsttcpclientsrc.c:
4910         * gst/tcp/gsttcpserversink.c:
4911         * gst/tcp/gsttcpserversrc.c:
4912         * gst/videorate/gstvideorate.c:
4913         * gst/videotestsrc/gstvideotestsrc.c:
4914         * sys/v4l/gstv4ljpegsrc.c:
4915         * sys/v4l/gstv4lmjpegsink.c:
4916         * sys/v4l/gstv4lsrc.c:
4917         * tests/examples/seek/scrubby.c:
4918         * tests/examples/seek/seek.c:
4919           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
4920
4921 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4922
4923         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
4924           Second field in GEnumValue shouldn't be a description,
4925           but a stringified version of the enum value.
4926
4927 2006-06-22  Wim Taymans  <wim@fluendo.com>
4928
4929         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4930         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
4931         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
4932         Avoid type checking in buffer casts.
4933         Avoid caps copy in buffer_alloc when we can.
4934         Use pad_peer_accept.
4935
4936 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4937
4938         * gst-libs/gst/tag/tag.h:
4939           Oops, make that 'Since: 0.10.9'.
4940
4941 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4942
4943         * docs/libs/gst-plugins-base-libs-sections.txt:
4944         * gst-libs/gst/tag/tag.h:
4945         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
4946         (gst_tag_image_type_get_type):
4947           API: add GstTagImageType enum to describe images contained
4948           in image tags (#345641).
4949
4950 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4951
4952         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4953           Fix warnings with gst-inspect: "buffers-min" property
4954           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
4955           typo in property description.
4956
4957 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
4958
4959         Patch by: Cody Russell <bratsche at gnome org>
4960
4961         * gst/audioresample/gstaudioresample.c:
4962         (gst_audioresample_class_init):
4963         * gst/playback/gststreamselector.c:
4964         (gst_stream_selector_class_init):
4965         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
4966         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4967         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
4968         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
4969         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
4970         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
4971         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
4972         * gst/videotestsrc/gstvideotestsrc.c:
4973         (gst_video_test_src_class_init):
4974         * gst/volume/gstvolume.c: (gst_volume_class_init):
4975           Avoid unnecessary class cast check in class_init
4976           functions (#337747).
4977
4978 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
4979
4980         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
4981         (gst_text_overlay_video_chain):
4982           g_markup_escape_text() REALLY doesn't like non-UTF8 input
4983           and doesn't validate its input either (and neither did
4984           textoverlay it seems). Let's do that then and fix #345206.
4985
4986 2006-06-19  Wim Taymans  <wim@fluendo.com>
4987
4988         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
4989         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
4990         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
4991         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
4992         (find_syncframe), (find_limits), (assign_value),
4993         (count_burst_unit), (gst_multi_fd_sink_new_client),
4994         (gst_multi_fd_sink_handle_client_write),
4995         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
4996         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
4997         (gst_multi_fd_sink_change_state):
4998         * gst/tcp/gstmultifdsink.h:
4999         Added shiny new burst-on-connect methods.
5000         Add properties to control the minimal amount of data queued.
5001         Small cleanups.
5002         API: bytes-min property
5003         API: time-min property
5004         API: buffers-min property
5005         API: burst-unit property
5006         API: burst-value property
5007         API: add-full signal
5008
5009         * gst/tcp/gsttcp-marshal.list:
5010         Added new marshaller code for the new signal.
5011
5012         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5013         (multifdsink_suite):
5014         Added testcases for new burst methods.
5015
5016 2006-06-19  Edward Hervey  <edward@fluendo.com>
5017
5018         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5019         Implement clipping for accurate seeking.
5020         Closes #345225
5021
5022 2006-06-19  Wim Taymans  <wim@fluendo.com>
5023
5024         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5025
5026         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5027         (gst_video_scale_transform):
5028         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5029
5030 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
5031
5032         * configure.ac:
5033           Fix --disable-external (can't set conditionals conditionally,
5034           #343602).
5035
5036 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5037
5038         * tests/check/elements/audioresample.c: (test_reuse),
5039         (audioresample_suite):
5040           Add test case for bug #342789 fixed below.
5041
5042 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5043
5044         * gst/audioresample/gstaudioresample.c:
5045         (gst_audioresample_class_init), (gst_audioresample_init),
5046         (audioresample_start), (audioresample_stop),
5047         (gst_audioresample_set_property), (gst_audioresample_get_property):
5048           Implement GstBaseTransform::start and ::stop so that audioresample
5049           can clear its internal state properly and be reused instead of
5050           causing non-negotiated errors with playbin under some circumstances
5051           (#342789).
5052
5053         * tests/check/elements/audioresample.c: (setup_audioresample),
5054         (cleanup_audioresample):
5055           Need to set element state here so that ::start and ::stop are
5056           called.
5057
5058 2006-06-16  Wim Taymans  <wim@fluendo.com>
5059
5060         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5061
5062         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5063         Parse extra data better, apparently it's right behind
5064         the normal strf header size. Fixes #343500.
5065
5066 2006-06-16  Wim Taymans  <wim@fluendo.com>
5067
5068         * ext/alsa/gstalsasink.c: (set_hwparams):
5069         If we fail to set the buffer_time and period_time alsa
5070         parameters, post a warning and leave alsa select a 
5071         default instead of failing. Fixes #342085
5072
5073 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5074
5075         * docs/libs/gst-plugins-base-libs-sections.txt:
5076         * gst-libs/gst/cdda/gstcddabasesrc.h:
5077           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5078           out in the header file and shouldn't be listed in the docs.
5079
5080         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5081           Must dereference pointer to fourcc in the debug statement.
5082
5083 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
5084
5085         * docs/libs/Makefile.am:
5086         * docs/libs/gst-plugins-base-libs-docs.sgml:
5087         * docs/libs/gst-plugins-base-libs-sections.txt:
5088         * docs/libs/gst-plugins-base-libs.types:
5089         add remaining symbols into correct setions
5090         
5091         * gst-libs/gst/audio/gstringbuffer.c:
5092         fix incomplete docs
5093         
5094         * gst-libs/gst/audio/gstringbuffer.h:
5095         comment out not yet implemented function
5096         
5097         
5098         * gst-libs/gst/floatcast/floatcast.h:
5099         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5100         add short descriptions
5101         
5102         
5103         * gst-libs/gst/interfaces/propertyprobe.c:
5104         fix return value docs   
5105         
5106         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5107         simplify debug logging
5108         
5109         * gst-libs/gst/riff/riff-read.h:
5110         sync function prototype and docs
5111         
5112         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5113         remove left over symbol
5114
5115 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5116
5117         * autogen.sh:
5118         * configure.ac:
5119         * docs/Makefile.am:
5120           Use GST_PLUGIN_DOCS macro in configure.ac, add
5121           --enable-plugin-docs default to autogen.sh and use
5122           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5123
5124 2006-06-15  Wim Taymans  <wim@fluendo.com>
5125
5126         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5127         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5128         (gst_ogg_demux_loop):
5129         Combine GstFlowReturn from the source pads to give a
5130         meaningfull result to the upstream peer or to stop the
5131         processing task in case of errors.
5132
5133 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5134
5135         * gst/playback/gststreaminfo.c: (cb_probe):
5136           Try GST_TAG_CODEC as fallback when extracting the
5137           codec name; more debug info.
5138
5139 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5140
5141         * ext/ogg/Makefile.am:
5142         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5143           Extract language tags from ogm subtitle streams, so that
5144           the subtitle menu choices are labelled correctly in
5145           Totem (fixes #344708).
5146
5147 2006-06-14  Wim Taymans  <wim@fluendo.com>
5148
5149         Patch by: Alessandro Decina <alessandro at nnva dot org>
5150
5151         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5152         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5153         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5154         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5155         Fix various leaks. Fixes #343699.
5156         Add x-smoke mime type.
5157
5158 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5159
5160         * gst-libs/gst/riff/riff-ids.h:
5161           Add IDs for 'bext' chunks (see #343837).
5162
5163 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5164
5165         Patch by: Young-Ho Cha  <ganadist at chollian net>
5166
5167         * gst/subparse/samiparse.c: (sami_context_pop_state),
5168         (handle_start_font), (end_sami_element):
5169           Honour font face tags in SAMI subtitles (#344503).
5170
5171 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5172
5173         * po/POTFILES.in:
5174           add missing files containing translatable strings
5175
5176 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5177
5178         * docs/libs/tmpl/.cvsignore:
5179           we don't want those *.sgml files in CVS either
5180
5181 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5182
5183         * docs/libs/.cvsignore:
5184         * tests/check/elements/.cvsignore:
5185         * tests/check/libs/.cvsignore:
5186           ignore more
5187
5188 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5189
5190         * docs/libs/Makefile.am:
5191           also commiting the changed Makefile.am (added more libs to the
5192           doc-build)
5193
5194 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5195
5196         * docs/libs/gst-plugins-base-libs-docs.sgml:
5197         * docs/libs/gst-plugins-base-libs-sections.txt:
5198         * docs/libs/gst-plugins-base-libs.types:
5199           first batch of reordering things, add index & hierarchy
5200
5201 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5202
5203         * configure.ac:
5204           use GST_PKG_CHECK_MODULES, cleans up output
5205
5206 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5207
5208         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5209           Add support for burn:// URIs (#343385); const-ify things a bit,
5210           use G_N_ELEMENTS instead of hard-coded array size.
5211
5212 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5213
5214         Patch by: Young-Ho Cha  <ganadist at chollian net>
5215
5216         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5217           Fix up broken entities before passing them to libxml *sigh*.
5218           (#343303).
5219           
5220 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5221
5222         * configure.ac:
5223           back to TRUNK
5224
5225 === release 0.10.8 ===
5226
5227 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5228
5229         * configure.ac:
5230           releasing 0.10.8, "Moar gij ziet mij nie"
5231
5232 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5233
5234         * configure.ac:
5235         * po/af.po:
5236         * po/az.po:
5237         * po/cs.po:
5238         * po/en_GB.po:
5239         * po/hu.po:
5240         * po/it.po:
5241         * po/nb.po:
5242         * po/nl.po:
5243         * po/or.po:
5244         * po/sq.po:
5245         * po/sr.po:
5246         * po/sv.po:
5247         * po/uk.po:
5248         * po/vi.po:
5249         * win32/common/config.h:
5250           0.10.7.2 prerelease
5251
5252 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5253
5254         * docs/libs/tmpl/gstaudio.sgml:
5255         * docs/libs/tmpl/gstcolorbalance.sgml:
5256         * docs/libs/tmpl/gstmixer.sgml:
5257         * docs/libs/tmpl/gstringbuffer.sgml:
5258         * docs/libs/tmpl/gsttuner.sgml:
5259         * docs/libs/tmpl/gstxoverlay.sgml:
5260         * gst-libs/gst/audio/audio.c:
5261         * gst-libs/gst/audio/gstringbuffer.c:
5262         * gst-libs/gst/interfaces/colorbalance.c:
5263         * gst-libs/gst/interfaces/mixer.c:
5264         * gst-libs/gst/interfaces/tuner.c:
5265         * gst-libs/gst/interfaces/xoverlay.c:
5266           move last template doc snippets to source code and delete them
5267
5268 2006-06-06  Michael Smith  <msmith@fluendo.com>
5269
5270         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5271         (theora_parse_drain_queue):
5272           Mark DELTA_UNIT on non-keyframes.
5273
5274 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5275
5276         * gst-libs/gst/audio/gstbaseaudiosink.c:
5277         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5278         * gst-libs/gst/audio/gstbaseaudiosink.h:
5279         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5280         (gst_ring_buffer_samples_done):
5281         * gst-libs/gst/audio/gstringbuffer.h:
5282         Document better the fact that latency_time and buffer_time are values
5283         stored in microseconds, and not the usual GStreamer nanoseconds.
5284         Change the variables (compatibly) that store them from GstClockTime 
5285         to guint64 to make it more clear that they're not storing clock times.
5286         Also, remove the bogus property description that says the user can
5287         specify -1 to get the default value, since that's never been the case.
5288
5289         When computing the default segment size for the ring buffer, make it
5290         an integer number of samples.
5291
5292         When the sub-class indicates a delay greater than the number of
5293         samples we've written return 0 from the audio sink get_time method.
5294
5295 2006-06-02  Michael Smith  <msmith@fluendo.com>
5296
5297         * tests/check/elements/audioconvert.c: (set_channel_positions),
5298         (get_float_mc_caps), (get_int_mc_caps):
5299         * tests/check/elements/audioresample.c:
5300         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5301         * tests/check/elements/videorate.c:
5302         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5303         * tests/check/elements/volume.c:
5304         * tests/check/elements/vorbisdec.c:
5305         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5306           Don't busy-wait in tests; this was causing test timeouts very
5307           frequently when running under valgrind.
5308
5309 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5310
5311         * gst/tcp/README:
5312         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5313         (gst_multi_fd_sink_remove_client_link),
5314         (gst_multi_fd_sink_client_queue_caps),
5315         (gst_multi_fd_sink_client_queue_buffer),
5316         (gst_multi_fd_sink_handle_client_write),
5317         (gst_multi_fd_sink_render):
5318         * gst/tcp/gstmultifdsink.h:
5319           make multifdsink properly deal with streamheader:
5320           - streamheader is taken from caps
5321           - buffers marked with IN_CAPS are not sent
5322           - streamheaders are sent, on connection, from the caps of the
5323             buffer where the client gets positioned to
5324           - further streamheader changes are done every time the client
5325             will receive a buffer with different caps
5326         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5327         (gst_multifdsink_create_streamheader):
5328           add tests for this
5329
5330 2006-06-02  Michael Smith  <msmith@fluendo.com>
5331
5332         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5333           Reinstate limit on channel count. Vorbis does not define the meaning
5334           of > 6 channels, so they're just independent channels. Gstreamer
5335           currently has no mechanism to represent N independent channels.
5336
5337 2006-06-02  Michael Smith  <msmith@fluendo.com>
5338
5339         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5340           Don't arbitrarily restrict channel counts and rate in vorbis.
5341           In terms of effects likely on real-world files, this fixes 96kHz
5342           playback of vorbis.
5343
5344 2006-06-02  Michael Smith  <msmith@fluendo.com>
5345
5346         * gst/audioconvert/audioconvert.c: (float):
5347           More correct float->int conversion.
5348
5349 2006-06-02  Michael Smith  <msmith@fluendo.com>
5350
5351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5352           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5353           value. Fixes g-critical on trying to play back ogg containing
5354           unknown codec.
5355
5356 2006-06-02  Wim Taymans  <wim@fluendo.com>
5357
5358         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5359         (setup_source):
5360         * gst/playback/gstplaybasebin.h:
5361         Make the subtitle detection work from any thread so we don't
5362         deadlock. Fixes #343397.
5363
5364 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5365
5366         * gst/volume/Makefile.am:
5367           Seriously, it's not *that* hard to get compilation right.  Even
5368           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5369
5370 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5371
5372         * gst/volume/gstvolume.c: (volume_choose_func),
5373         (volume_update_real_volume), (gst_volume_class_init),
5374         (gst_volume_init), (volume_process_float), (volume_process_int16),
5375         (volume_process_int16_clamp), (volume_set_caps),
5376         (volume_transform_ip), (plugin_init):
5377         * gst/volume/gstvolume.h:
5378         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5379         another property desc., remove unused param from process function
5380         
5381         * tests/check/elements/volume.c: (volume_suite):
5382         reactivate the passthrough test
5383
5384 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5385
5386         * ext/alsa/gstalsamixerelement.h:
5387         * ext/alsa/gstalsamixeroptions.h:
5388         * ext/alsa/gstalsamixertrack.h:
5389         * ext/gnomevfs/gstgnomevfssink.h:
5390         * ext/gnomevfs/gstgnomevfssrc.h:
5391         * ext/theora/gsttheoradec.h:
5392         * ext/theora/gsttheoraenc.h:
5393         * ext/theora/gsttheoraparse.h:
5394         * ext/vorbis/vorbisparse.h:
5395         * gst-libs/gst/audio/gstaudioclock.h:
5396         * gst-libs/gst/audio/gstaudiofilter.h:
5397         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5398         * gst/audioconvert/gstaudioconvert.h:
5399         * gst/audioresample/gstaudioresample.h:
5400         * gst/audiotestsrc/gstaudiotestsrc.h:
5401         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5402         * gst/playback/gststreamselector.h:
5403         * gst/tcp/gstmultifdsink.h:
5404         * gst/tcp/gsttcpclientsink.h:
5405         * gst/tcp/gsttcpclientsrc.h:
5406         * gst/tcp/gsttcpserversink.h:
5407         * gst/tcp/gsttcpserversrc.h:
5408         * gst/videorate/gstvideorate.h:
5409         * gst/videoscale/gstvideoscale.h:
5410         * gst/videotestsrc/gstvideotestsrc.h:
5411         * gst/volume/gstvolume.h:
5412         * sys/v4l/gstv4ljpegsrc.h:
5413         * sys/v4l/gstv4lmjpegsink.h:
5414         * sys/v4l/gstv4lmjpegsrc.h:
5415         * sys/v4l/gstv4lsrc.h:
5416         * sys/ximage/ximagesink.h:
5417         * sys/xvimage/xvimagesink.h:
5418         * tests/old/testsuite/alsa/sinesrc.h:
5419         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5420
5421 2006-05-31  Wim Taymans  <wim@fluendo.com>
5422
5423         * ext/libvisual/visual.c: (gst_visual_reset),
5424         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5425         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5426         Handle DISCONT.
5427         Use running time before doing QoS.
5428         Handle mono too.
5429
5430 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5431
5432         * docs/libs/Makefile.am:
5433           set a magic variable to indicate we know the docs are incomplete
5434
5435 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5436
5437         * win32/common/libgstvideo.def:
5438           export gst_video_calculate_display_ratio
5439         * win32/vs6/libgstvideoscale.dsp:
5440           add link to libgstvideo-0.10.lib
5441
5442 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5443
5444         * gst/playback/gstplaybasebin.c: (gen_source_element):
5445           Throw a more comprehensible error for rtsp:// URIs (rather
5446           than erroring out with a negotiation error later on) until
5447           we fix playbin to handle rtspsrc etc.
5448
5449 2006-05-30  Wim Taymans  <wim@fluendo.com>
5450
5451         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5452         (gst_text_overlay_text_event):
5453         Added some FIXMEs.
5454
5455 2006-05-30  Wim Taymans  <wim@fluendo.com>
5456
5457         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5458         (gst_adder_request_new_pad), (gst_adder_release_pad):
5459         * gst/adder/gstadder.h:
5460         Implement release_request_pad.
5461         Make padcounter atomic.
5462
5463         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5464         Added check for release_pad in adder.
5465
5466 2006-05-30  Wim Taymans  <wim@fluendo.com>
5467
5468         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5469         Fix build again.
5470
5471 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5472
5473         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5474         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5475         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5476         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5477         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5478         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5479         (gst_ogg_demux_bisect_forward_serialno),
5480         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5481         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5482           add more debugging
5483           clean up printf formats for granulepos and serialno
5484
5485 2006-05-30  Michael Smith  <msmith@fluendo.com>
5486
5487         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5488         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5489         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5490         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5491         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5492         * ext/vorbis/vorbisenc.h:
5493           Multi-channel caps negotiation, so we can do proper multichannel
5494           vorbis encoding, negotiated through audioconvert.
5495
5496 2006-05-30  Wim Taymans  <wim@fluendo.com>
5497
5498         * tests/check/elements/adder.c: (test_event_message_received),
5499         (test_play_twice_message_received), (GST_START_TEST),
5500         (adder_suite):
5501         Added check to show that #339935 is fixed with ongoing
5502         adder and collectpads fixes.
5503
5504 2006-05-29  Wim Taymans  <wim@fluendo.com>
5505
5506         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5507         Don't leak pad name.
5508
5509 2006-05-29  Wim Taymans  <wim@fluendo.com>
5510
5511         * gst/adder/gstadder.c: (gst_adder_query_duration),
5512         (forward_event_func), (forward_event), (gst_adder_src_event):
5513         Fix adder seeking.
5514         Make query/seeking code threadsafe.
5515
5516         * tests/check/Makefile.am:
5517         * tests/check/elements/adder.c: (test_event_message_received),
5518         (GST_START_TEST), (test_play_twice_message_received):
5519         Fix adder test case.
5520
5521 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5522
5523         Patch by: Young-Ho Cha  <ganadist at chollian net>
5524
5525         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5526         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5527         (set_encoding_element), (decodebin_element_added_cb),
5528         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5529         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5530         * gst/playback/gstplaybasebin.h:
5531           Add 'subtitle-encoding' property to playbin, so applications can
5532           force a subtitle encoding for non-UTF8 subtitles (#342268).
5533
5534         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5535         (gst_sub_parse_set_property):
5536           Rename recently-added 'encoding' property to 'subtitle-encoding'
5537           (so it can be proxied by playbin/decodebin in a generic way
5538           with less danger of false positives).
5539
5540 2006-05-29  Michael Smith  <msmith@fluendo.com>
5541
5542         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5543         (append_with_other_format), (set_structure_widths),
5544         (gst_audio_convert_transform_caps):
5545           Patch from #341562: give more specific audio caps in get_caps, so
5546           that basetransform  can make better decisions on what caps to
5547           negotiate.
5548
5549 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5550
5551         * tests/check/elements/volume.c:
5552         make it compile again
5553
5554 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5555
5556         * tests/check/elements/volume.c: (volume_suite):
5557         disable test until #343196 gets resolved
5558
5559 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5560
5561         * gst/adder/gstadder.c: (gst_adder_get_type):
5562         Make it easier to copy&paste
5563         
5564         * gst/volume/Makefile.am:
5565         * gst/volume/gstvolume.c: (volume_update_real_volume),
5566         (gst_volume_set_volume), (gst_volume_set_mute),
5567         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5568         (volume_transform_ip), (volume_update_mute),
5569         (volume_update_volume):
5570         * gst/volume/gstvolume.h:
5571         Add own debug category, move duplicate code to helper function, fix
5572         property texts, add more comments and prepare ffor liboil-goodness
5573         
5574         * tests/check/Makefile.am:
5575         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5576         add test for mute and passtrough case, be a bit more verbose to track
5577         failure
5578         
5579         * tests/check/generic/states.c: (GST_START_TEST):
5580         catch elements that fail to instantiate
5581
5582 2006-05-28  Edward Hervey  <edward@fluendo.com>
5583
5584         * tests/check/pipelines/simple-launch-lines.c:
5585         * tests/check/pipelines/theoraenc.c:
5586         * tests/check/pipelines/vorbisenc.c:
5587         Comment out tests using parse_launch() if core was built without
5588         parsing capabilities.
5589
5590 2006-05-27  Edward Hervey  <edward@fluendo.com>
5591
5592         * tests/check/Makefile.am:
5593         Extra bonus points for whoever explains to ensonic that you are meant
5594         to test unit tests thoroughly before commiting them, especially if
5595         you know it's going to break.
5596         De-activated element/adder tests.
5597
5598 2006-05-27  Edward Hervey  <edward@fluendo.com>
5599
5600         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5601         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5602         Marking caps conversion issues as GST_WARNING is way too verbose,
5603         Moving them to GST_LOG.
5604
5605 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5606
5607         * README:
5608           Replace current README (containing the release notes from
5609           some 0.9.x version) with a proper README taken from the core.
5610
5611 2006-05-26  Wim Taymans  <wim@fluendo.com>
5612
5613         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5614         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5615         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5616         (vorbis_dec_change_state):
5617         Small cleanups.
5618         Add some FIXMEs
5619         Clip output samples to segment boundaries.
5620
5621 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5622
5623         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5624         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5625         Improve the errors produced on bad output, including some human
5626         readable description strings.
5627         Handle the (theoretical for ximagesink) case where the XServer 
5628         has a different idea about the size required for a particular 
5629         frame and gives us too small a memory allocation.
5630
5631 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5632
5633         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5634         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5635         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5636         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5637         Improve the errors produced on bad output, including some human 
5638         readable description strings.
5639         Handle RGB Xv formats properly by transforming them into our 
5640         big-endian caps description.
5641         Use gst_caps_truncate to ensure that we never try and choose a
5642         non-fixed caps in buffer_alloc.
5643         Handle the case where the XServer has a different idea about the size
5644         required for a particular frame and gives us too small a memory
5645         allocation.
5646         Use -1 to indicate 'no image format', because 0 is a valid XServer
5647         image format number.
5648         Put RGB Xv formats at the end of the caps, so that we always prefer
5649         YUV format frames.
5650         Iterate the available Xv Encodings to determine the maximum width and
5651         height, and then return that in our caps.
5652         (Closes #315312, #337544)
5653
5654 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5655
5656         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5657         When there is only one unfinished pad and it receives an event that
5658         doesn't match our requirements, we need to set alldone=FALSE so that
5659         the fakesink is not removed yet.
5660
5661 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5662
5663         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5664           Use gst_type_find_helper_for_buffer() to find the type
5665           of stream from the first packet.
5666
5667         * configure.ac:
5668           Bump requirements to core CVS (needed for vorbis
5669           typefinding to work).
5670
5671 2006-05-24  Edward Hervey  <edward@fluendo.com>
5672
5673         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5674         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5675         contain.  Else they play perfectly fine with qtdemux.
5676
5677 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5678
5679         * ext/theora/theoradec.c:
5680         * ext/theora/theoraenc.c:
5681         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5682         * gst/audiorate/gstaudiorate.c:
5683           make more debug catagories static
5684         
5685         * tests/check/Makefile.am:
5686         * tests/check/elements/adder.c: (message_received),
5687         (test_event_message_received), (GST_START_TEST),
5688         (test_play_twice_message_received), (adder_suite):
5689           added test case for using element twice, extra bonus points for anyone
5690           who can make these test run reliably
5691
5692 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5693
5694         * ext/theora/theoradec.c: (theora_dec_chain):
5695           Make work with time-stamped input buffers that do not
5696           have a granulepos in BUFFER_OFFSET_END (like theora
5697           buffers coming from matroskademux). Fixes #342448.
5698
5699 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         Patch by: Peter Kjellerstedt  <pkj at axis com>
5702
5703         * gst/tcp/Makefile.am:
5704           fdstresstest doesn't need Gtk+, fix compilation if 
5705           gtk is not available (#342566).
5706
5707 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5708          
5709         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5710           80 line columns
5711           Removed redundant floor()
5712
5713 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5714
5715         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5716           On second thought, just skip JUNK chunks automatically, so
5717           the caller doesn't have to handle this. Fixes #342345.
5718           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5719           not GST_FLOW_ERROR.
5720
5721 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5722
5723         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5724           Don't bail out on JUNK chunks with a size of 0 (would try to
5725           pull_range 0 bytes before, which sources don't like too much).
5726           See #342345.
5727
5728 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5729
5730         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5731         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5732         Use the gstutil scaling function to preserve 64 bits while calculating
5733         output width and height from the display-aspect-ratio. (A continuation
5734         of #341542)
5735
5736 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5737
5738         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5739         (gst_xvimagesink_buffer_alloc):
5740         * sys/xvimage/xvimagesink.h:
5741         When performing buffer allocations, remember the caps and image format
5742         we return so that if the same caps are asked for next time we can
5743         return them immediately without doing any caps intersections.
5744
5745 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5746          
5747         * gst-libs/gst/rtp/README:
5748           Some new documentation
5749         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5750           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5751         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5752         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5753           New RTP audio base payloader class. Supports frame or sample based
5754           codecs.  Not enabled in Makefile.am until approved.
5755
5756 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5757
5758         * tests/check/elements/alsa.c: (test_device_property_probe):
5759           Fix test case: don't try to free NULL GValueArray when there
5760           are no devices.
5761
5762 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5763
5764         * tests/check/Makefile.am:
5765         * tests/check/elements/alsa.c: (test_device_property_probe),
5766         (alsa_suite), (main):
5767           Add simple test that runs a device property probe on alsasrc,
5768           alsasink and alsamixer. Disable valgrind check for now (too
5769           many leaks in libasound, and valgrind ignored my suppressions
5770           additions).
5771
5772 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5773
5774         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5775         (gst_alsa_device_property_probe_probe_property),
5776         (gst_alsa_device_property_probe_needs_probe),
5777         (gst_alsa_device_property_probe_get_values),
5778         (gst_alsa_type_add_device_property_probe_interface):
5779         * ext/alsa/gstalsadeviceprobe.h:
5780         * ext/alsa/gstalsamixerelement.c:
5781         (gst_alsa_mixer_element_init_interfaces):
5782         * ext/alsa/gstalsamixerelement.h:
5783           Clean up and simplify alsa device probing. Make it actually work
5784           for multiple classes. Don't cache results any longer.
5785
5786         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5787         (gst_alsasink_init):
5788         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5789         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5790         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5791           Make alsasink and alsasrc implement the GstPropertyProbe interface
5792           for device probing (#342181).
5793           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5794
5795 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5796
5797         * gst/subparse/samiparse.c: (handle_start_font):
5798           Don't ignore return value of strtol (++compiler_happiness).
5799
5800 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5801
5802         Patch by: Young-Ho Cha  <ganadist chollian net>
5803
5804         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5805         (gst_sub_parse_class_init), (gst_sub_parse_init),
5806         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5807         (convert_encoding):
5808         * gst/subparse/gstsubparse.h:
5809           Add 'encoding' property (#341681).
5810
5811         * gst/subparse/samiparse.c: (characters_sami):
5812           Output is pango markup, so we need to escape text
5813           between tags (#342143).
5814
5815 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5816
5817         * gst-libs/gst/audio/multichannel.c:
5818         (gst_audio_check_channel_positions):
5819           It's okay to have caps with channels=1 and a channel position
5820           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5821           (deinterleavers might want to keep the position in the caps,
5822           so that they can be re-interleaved again properly later).
5823           Leave check for unexpected 2-channel layouts intact for now.
5824
5825 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5826
5827         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5828         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5829         basesrc can do its job correctly.
5830
5831 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5832
5833         * ext/alsa/Makefile.am:
5834         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5835         (gst_alsa_detect_formats), (get_channel_free_structure),
5836         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5837         (gst_alsa_probe_supported_formats):
5838         * ext/alsa/gstalsa.h:
5839         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5840           Refactor and improve caps probing code: probe signedness
5841           when we probe the supported formats/widths; set endianness
5842           to the one we actually probed for (ie. cpu endianness).
5843           
5844         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5845         (gst_alsasrc_close):
5846         * ext/alsa/gstalsasrc.h:
5847           Implement caps probing for alsasrc.
5848
5849 2006-05-15  Wim Taymans  <wim@fluendo.com>
5850
5851         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5852         (theora_dec_src_query), (theora_dec_src_event),
5853         (theora_dec_sink_event), (theora_handle_comment_packet),
5854         (theora_handle_data_packet), (theora_dec_change_state):
5855         Cleanups, add some G_LIKELY.
5856         Use segment helpers instead of our own wrong code.
5857         Clear queued buffers on seek and READY.
5858
5859         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5860         (vorbis_dec_convert), (vorbis_dec_src_query),
5861         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5862         (vorbis_handle_comment_packet), (vorbis_dec_push),
5863         (vorbis_handle_data_packet), (vorbis_dec_chain),
5864         (vorbis_dec_change_state):
5865         * ext/vorbis/vorbisdec.h:
5866         Remove old useless packetno variable.
5867         Do position query properly.
5868         Add some G_LIKELY.
5869         Do cleanup of queued buffers in new helper function
5870         and use it.
5871
5872 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5873
5874         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5875           Query supported sample rates. Fixes #341732.
5876
5877 2006-05-15  Julien MOUTTE  <julien@moutte.net>
5878
5879         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
5880         (gst_decode_bin_change_state): Make decodebin reusable
5881         when going from PAUSE_TO_READY and then back to PAUSED.
5882         Fixes #331678.
5883
5884 2006-05-15  Wim Taymans  <wim@fluendo.com>
5885
5886         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
5887         (vorbis_dec_convert), (vorbis_dec_src_query),
5888         (vorbis_dec_sink_query), (vorbis_dec_src_event),
5889         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
5890         (vorbis_dec_clean_queued), (vorbis_dec_push),
5891         (vorbis_handle_data_packet), (vorbis_dec_change_state):
5892         Cleanups. Use refcounting and DEBUG_OBJECT.
5893         Reset segment on flush, use code methods instead of our
5894         own wrong version.
5895         Fix potential memleak.
5896
5897 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5898
5899         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
5900         (gst_alsasink_init):
5901         * ext/alsa/gstalsasink.h:
5902           Don't leak allocated snd_output_t structure if there's
5903           more than one alsasink instance at a time (#341873).
5904           Also fix GObject macros in header file.
5905           
5906 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5907
5908         * gst/subparse/gstsubparse.c:
5909         (gst_sub_parse_data_format_autodetect):
5910           Don't use libxml functions in the typefinding code.
5911
5912 2006-05-15  Wim Taymans  <wim@fluendo.com>
5913
5914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
5915         Fix seeking performance in the case where a non-header 
5916         packet has a 0 granulepos (busted theora case). 
5917         Fixes #341719
5918         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
5919          the first place, you limelight stealer you)
5920
5921 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5922
5923         * gst/subparse/gstsubparse.c:
5924         (gst_sub_parse_data_format_autodetect):
5925           Improve SAMI typefinding: handle case where there are
5926           whitespaces or newlines in front of the first <SAMI>
5927           tag (#169936).
5928
5929 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5930
5931         * configure.ac:
5932           Build video4linux plugin even if there's no XVIDEO, just
5933           without implementing the GstXOverlay interface (#334002).
5934          
5935 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5936
5937         * configure.ac:
5938         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
5939         (plugin_init):
5940           Add tentative support for libvisual-0.4 (#336881).
5941
5942 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5943
5944         Patch by: Young-Ho Cha <ganadist at chollian net>
5945
5946         * gst/subparse/samiparse.c: (handle_start_font):
5947           Need to map "silver" colour explicitly (#169936).
5948
5949 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
5950
5951         Patch by: Young-Ho Cha  <ganadist at chollian net>
5952
5953         * gst/subparse/Makefile.am:
5954         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5955         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
5956         (gst_sub_parse_format_autodetect), (feed_textbuf),
5957         (gst_subparse_type_find), (plugin_init):
5958         * gst/subparse/gstsubparse.h:
5959         * gst/subparse/samiparse.c:
5960         * gst/subparse/samiparse.h:
5961           Add support for SAMI subtitles (#169936).
5962
5963 2006-05-14  Michael Smith  <msmith@fluendo.com>
5964
5965         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
5966           Fix #341696: crash when mixing L+R+C to mono or stereo.
5967         * tests/check/Makefile.am:
5968         * tests/check/elements/audioconvert.c: (set_channel_positions),
5969         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
5970         (audioconvert_suite):
5971           Add test for the above, including some generic framework bits for
5972           testing multichannel things.
5973
5974 === release 0.10.7 ===
5975
5976 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
5977
5978         * configure.ac:
5979           releasing 0.10.7, "Leave the gun"
5980
5981 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5982
5983         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5984         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5985         Fix the build.
5986
5987 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
5988
5989         * docs/libs/gst-plugins-base-libs-docs.sgml:
5990         * docs/libs/gst-plugins-base-libs-sections.txt:
5991         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
5992         * gst-libs/gst/video/video.h:
5993         * gst/videoscale/Makefile.am:
5994         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5995         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5996         * tests/check/Makefile.am:
5997         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
5998         (main):
5999           Fix integer overflow problem with pixel-aspect-ratio calculations
6000           in videoscale and xvimagesink (#341542)
6001
6002 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
6003
6004         * gst-libs/gst/tag/gstid3tag.c:
6005           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6006
6007 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
6008
6009         * win32/MANIFEST:
6010           update win32 files listing
6011
6012 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6013
6014         patch by: Sjoerd Simons (sjoerd@luon.net)
6015
6016         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6017         (group_create), (group_destroy), (add_stream),
6018         (gst_play_base_bin_get_property),
6019         (gst_play_base_bin_get_streaminfo_value_array):
6020         * gst/playback/gstplaybasebin.h:
6021           API: GstPlayBaseBin::stream-info-value-array property
6022           use a more bindings-friendly way of exposing streaminfo
6023           using a GValueArray.  Tested in ipython.
6024           Closes #341114
6025
6026 2006-05-11  Wim Taymans  <wim@fluendo.com>
6027
6028         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6029         (queue_underrun_cb), (queue_filled_cb):
6030         Also catch queue underruns but don't do anything yet.
6031         Refactor and comment queue enlarging code a bit.
6032
6033         * gst/playback/gstplaybasebin.c: (queue_overrun),
6034         (queue_threshold_reached), (queue_out_of_data),
6035         (gen_preroll_element):
6036         If a queue over/underruns check that we don't create nasty
6037         deadlocks when the min-threshold is not reached but the
6038         max-bytes is. In those cases disable max-bytes when we
6039         know that the queue is fed timed data.
6040         Add more comments.
6041
6042 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6043
6044         * gst/playback/gstplaybin.c: (gen_audio_element):
6045           Make playbin automatically plug an 'audioresample'
6046           element before the audio sink as well. This solves
6047           problems with sinks that only accept a very specific
6048           sample rate, like esdsink (e.g. #340379).
6049
6050 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6051
6052         * gst/playback/gstplaybasebin.c: (gen_source_element):
6053           Make http sources send special headers so that we receive
6054           icecast metadata if the http stream is an icecast stream
6055           (otherwise the server will just ignore them). This also
6056           means that from now on users will need the 'icydemux'
6057           element from gst-plugins-good installed if they want to
6058           listen to icecast radio streams. (#341432, #333657).
6059
6060 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6061
6062         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6063         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6064           remove stupid example from docs - it should come with a simple
6065           C program instead.
6066           Clean up/fix docs
6067         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6068         (fail_if_can_read), (GST_START_TEST),
6069         (gst_multifdsink_create_streamheader), (multifdsink_suite):
6070           add a test for changing streamheader which exposes a bug in
6071           multifdsink
6072
6073 2006-05-11  Michael Smith  <msmith@fluendo.com>
6074
6075         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6076         (gst_gnome_vfs_src_received_headers_callback):
6077         * ext/gnomevfs/gstgnomevfssrc.h:
6078           Don't set icy-caps unless we have a sane interval value. Move
6079           interval to a local variable; we never use it outside this function.
6080
6081 2006-05-11  Wim Taymans  <wim@fluendo.com>
6082
6083         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6085         Register special buffer types along with the objects so
6086         that they are not registered at runtime from N different
6087         streaming threads since they are not threadsafe.
6088
6089 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6090
6091         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6092         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6093           add two more tests, one doing streamheader
6094
6095 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6096
6097         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6098           clean up the bufqueue when shutting down
6099         * tests/check/Makefile.am:
6100         * tests/check/elements/multifdsink.c: (setup_multifdsink),
6101         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6102         (main):
6103           add a test for the leak that was just fixed
6104
6105 2006-05-10  Wim Taymans  <wim@fluendo.com>
6106
6107         * gst/adder/gstadder.c: (gst_adder_setcaps),
6108         (gst_adder_query_duration), (gst_adder_query), (forward_event),
6109         (gst_adder_src_event), (gst_adder_sink_event),
6110         (gst_adder_class_init), (gst_adder_finalize),
6111         (gst_adder_request_new_pad), (gst_adder_collected):
6112         * gst/adder/gstadder.h:
6113         Updated some docs. Added comments and FIXMEs all over the place.
6114         Improve debugging info.
6115         Fix leak on finalize by not calling the parent.
6116         Implement duration query.
6117         Make event forwarding threadsafe.
6118         Correctly send NEWSEGMENT at start and after flush.
6119         Handle EOS correctly.
6120         Post error when not negotiated.
6121
6122         * tests/check/elements/adder.c: (GST_START_TEST):
6123         Added FIXME in the test.
6124
6125 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6126
6127         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6128         (gst_text_overlay_halign_get_type),
6129         (gst_text_overlay_wrap_mode_get_type):
6130         * ext/theora/theoradec.c: (theora_handle_type_packet),
6131         (theora_handle_data_packet):
6132         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6133         (theora_enc_sink_setcaps), (theora_enc_chain):
6134         * gst-libs/gst/cdda/gstcddabasesrc.c:
6135         (gst_cdda_base_src_mode_get_type):
6136         * gst/audiotestsrc/gstaudiotestsrc.c:
6137         (gst_audiostestsrc_wave_get_type):
6138         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6139         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6140         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6141         (gst_sync_method_get_type), (gst_unit_type_get_type),
6142         (gst_client_status_get_type):
6143         * gst/videoscale/gstvideoscale.c:
6144         (gst_video_scale_method_get_type):
6145         * gst/videotestsrc/gstvideotestsrc.c:
6146         (gst_video_test_src_pattern_get_type):
6147         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6148         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6149         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6150         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6151         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6152         (paint_setup_RGB565), (paint_setup_xRGB1555):
6153           Const-ify GEnumValue and GFlagsValue arrays. Use
6154           GST_ROUND_UP_* macros instead of home-made ones.
6155
6156 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6157
6158         * configure.ac:
6159           Require core CVS for the new newsegment stuff.
6160
6161 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6162
6163         Patch by: Sjoerd Simons  <sjoerd at luon net>
6164
6165         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6166           Register nick for enum value (#341160).
6167
6168 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
6169
6170         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6171         (plugin_init):
6172          backout typefind patch #340375
6173          
6174         * tests/check/elements/adder.c: (message_received),
6175         (GST_START_TEST), (adder_suite):
6176           redo, signal-handling of test
6177
6178 2006-05-09  Wim Taymans  <wim@fluendo.com>
6179
6180         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6181         (gst_adder_collected):
6182         * gst/adder/gstadder.h:
6183         Remove bogus segment merging and forwarding, we don't
6184         care about timestamps anyway and we just produce a
6185         continuous stream. 
6186         Also create a nice NEWSEGMENT event when we start.
6187         Use _scale_int some more.
6188
6189 2006-05-09  Edward Hervey  <edward@fluendo.com>
6190
6191         * tests/icles/stress-xoverlay.c:
6192         Fix if core was built without parsing support.
6193
6194 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6195
6196         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6197           Add SEDG (Samsung MPEG-4) fourcc.
6198
6199 2006-05-09  Edward Hervey  <edward@fluendo.com>
6200
6201         * tests/icles/stress-xoverlay.c:
6202         * tests/examples/volume/volume.c:
6203         Fix if core was built without parsing support.
6204
6205         * tests/examples/seek/seek.c:
6206         Disable the parse_launch example if core was built without parsing
6207         support.
6208
6209 2006-05-08  Edward Hervey  <edward@fluendo.com>
6210
6211         * autogen.sh: (CONFIGURE_DEF_OPT): 
6212         libtoolize on Darwin/MacOSX is called glibtoolize
6213
6214 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6215
6216         * tests/check/Makefile.am:
6217         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6218           Disable the adder test, until the build-slaves posses the kindness to 
6219           either like it or to give valid reason for not doing so 
6220
6221 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6222
6223         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6224         (adder_suite):
6225           Shuffle NULL state change around and raise timeout more
6226
6227 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6228
6229         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6230         (mp4_type_find), (plugin_init):
6231           Add typefind to distinguish between "audio/x-m4a" and new type
6232           "video/mp4". Fixes #340375
6233
6234         * tests/check/elements/adder.c: (adder_suite):
6235           Raise timeout to make buildbot happy
6236
6237 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6238
6239         * gst/adder/gstadder.c: (gst_adder_sink_event),
6240         (gst_adder_request_new_pad), (gst_adder_change_state):
6241         * gst/adder/gstadder.h:
6242         * tests/check/Makefile.am:
6243         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6244         (adder_suite), (main):
6245           Add sink-event handling to adder. It tries to merge incomming
6246           newsegment-events. Added test to check if segment_done is comming
6247           through. Fixes #340060
6248
6249 2006-05-05  Andy Wingo  <wingo@pobox.com>
6250
6251         * ext/theora/theoraparse.c (gst_theora_parse_init)
6252         (theora_parse_src_convert, theora_parse_src_query):
6253         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6254         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6255         query functions on the source pads of the theora and vorbis parse
6256         elements. Fixes position querying when doing a remux.
6257
6258 2006-05-05  Michael Smith  <msmith@fluendo.com>
6259
6260         * ext/theora/theoraparse.c: (parse_granulepos),
6261         (theora_parse_drain_queue_prematurely),
6262         (theora_parse_queue_buffer), (theora_parse_sink_event):
6263           Fix flushing.
6264           Fix invalid granulepos outputs when starting with a non-keyframe.
6265
6266 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6267
6268         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6269         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6270         Rearrange MPEG system stream detection, fixing some memleaks in the
6271         process.
6272         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6273         they clean up their data correctly.
6274         Remove unused ogganx caps and move the 'is_annodex' check to inside
6275         the 'is_ogg' if statement.
6276
6277 2006-05-05  Wim Taymans  <wim@fluendo.com>
6278
6279         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6280         Properly remove ghostpads. Fixes #340392
6281
6282 2006-05-04  David Schleef  <ds@schleef.org>
6283
6284         * gst/typefind/gsttypefindfunctions.c:
6285
6286 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6287
6288         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6289         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6290
6291         When typefinding an MP3 in push-based mode, don't penalise the
6292         probability down to 74% when we found 5 valid frames just because we
6293         can't peek the end of the file.
6294
6295         Make the probability for detecting MPEG Transport Streams based on the
6296         number of sequential headers we successfully detected.
6297
6298 2006-05-03  Wim Taymans  <wim@fluendo.com>
6299
6300         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6301         (vorbis_dec_push), (vorbis_dec_chain):
6302         Still produce an error when we receive an empty packet.
6303
6304 2006-05-03  Wim Taymans  <wim@fluendo.com>
6305
6306         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6307         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6308         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6309         Mark buffers with DISCONT after seek and after activating new
6310         chains.
6311
6312         * ext/theora/gsttheoradec.h:
6313         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6314         (theora_get_query_types), (theora_dec_sink_event),
6315         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6316         (theora_dec_change_state):
6317         Fix frame counter.
6318         Detect and mark DISCONT buffers.
6319
6320         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6321         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6322         (vorbis_dec_change_state):
6323         * ext/vorbis/vorbisdec.h:
6324         Use GstSegment.
6325         Detect and mark DISCONT buffers.
6326         Don't crash on 0 sized buffers.
6327
6328 2006-05-03  Wim Taymans  <wim@fluendo.com>
6329
6330         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6331         (volume_transform_ip):
6332         Increase "volume" property to 10.0. Fixes #340369.
6333         Set the process function to NULL when capsnego fails so that
6334         we properly error out.
6335
6336 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6337
6338         * gst/playback/gstplaybin.c: (add_sink):
6339         * gst/playback/test.c: (main):
6340         * gst/playback/test5.c: (dump_element_stats):
6341         * gst/playback/test6.c: (main):
6342           free caps using gst_caps_unref, don't leak caps-strings
6343
6344 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6345
6346         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6347         (plugin_init):
6348           Refine musepack typefinding a bit. Return MAXIMUM
6349           probability when we detect stream version 7 to make
6350           sure the mpeg audio typefinder doesn't trump us.
6351
6352 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6353
6354         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6355           Protect against unexpected NULL strf_data buffer.
6356
6357 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6358
6359         * tests/check/elements/audioconvert.c: (verify_convert),
6360         (GST_START_TEST):
6361           interpret the out[] buffer in the order the bytes are actually
6362           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6363           Other tests should use BYTE_ORDER since the array is filled in
6364           with actual values
6365
6366 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6367
6368         * tests/check/elements/audioconvert.c: (verify_convert),
6369         (GST_START_TEST):
6370           when a test fails, give an indication of which it is
6371
6372 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6373
6374         * gst-libs/gst/cdda/gstcddabasesrc.c:
6375           compile fix; strtol() needs <stdlib.h>
6376
6377 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6378
6379         * ext/alsa/gstalsamixerelement.c:
6380         * ext/alsa/gstalsasrc.c:
6381         * ext/cdparanoia/gstcdparanoiasrc.c:
6382         * ext/gnomevfs/gstgnomevfssink.c:
6383         * ext/gnomevfs/gstgnomevfssrc.c:
6384         * ext/ogg/gstoggdemux.c:
6385         * ext/ogg/gstoggmux.c:
6386         * ext/ogg/gstoggparse.c:
6387         * ext/ogg/gstogmparse.c:
6388         * ext/pango/gstclockoverlay.c:
6389         * ext/pango/gsttextoverlay.c:
6390         * ext/pango/gsttextrender.c:
6391         * ext/pango/gsttimeoverlay.c:
6392         * ext/theora/theoradec.c:
6393         * ext/theora/theoraenc.c:
6394         * ext/vorbis/vorbisdec.c:
6395         * ext/vorbis/vorbisenc.c:
6396         * gst-libs/gst/audio/gstaudiofilter.c:
6397         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6398         * gst/audioconvert/gstaudioconvert.c:
6399         * gst/audiorate/gstaudiorate.c:
6400         * gst/audioresample/gstaudioresample.c:
6401         * gst/audiotestsrc/gstaudiotestsrc.c:
6402         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6403         * gst/playback/gstdecodebin.c:
6404         * gst/playback/gstplaybin.c:
6405         * gst/playback/gststreamselector.c:
6406         * gst/subparse/gstsubparse.c:
6407         * gst/tcp/gstmultifdsink.c:
6408         * gst/tcp/gsttcpclientsink.c:
6409         * gst/tcp/gsttcpclientsrc.c:
6410         * gst/tcp/gsttcpserversink.c:
6411         * gst/tcp/gsttcpserversrc.c:
6412         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6413         * gst/videorate/gstvideorate.c:
6414         * gst/videoscale/gstvideoscale.c:
6415         * gst/videotestsrc/gstvideotestsrc.c:
6416         * gst/volume/gstvolume.c:
6417         * sys/v4l/gstv4ljpegsrc.c:
6418         * sys/v4l/gstv4lmjpegsink.c:
6419         * sys/v4l/gstv4lmjpegsrc.c:
6420         * sys/v4l/gstv4lsrc.c:
6421         * sys/ximage/ximagesink.c:
6422         * sys/xvimage/xvimagesink.c:
6423         * tests/check/libs/cddabasesrc.c:
6424           make GstElementDetails const
6425
6426 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6427
6428         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6429         (gst_adder_init):
6430           send events from src-pad to all sink-pads fixes #338657
6431
6432 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6433
6434         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6435         (alsasink_parse_spec):
6436           query width capabilities from alsa, fixes #338919
6437
6438 2006-04-28  Wim Taymans  <wim@fluendo.com>
6439
6440         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6441         (gst_multi_fd_sink_remove_client_link):
6442         * gst/tcp/gstmultifdsink.h:
6443         Fix race condition in multifdsink that can lead to spurious 
6444         duplicate clients. this patch adds a new signal that is fired when
6445         multifdsink has removed all references to the fd.
6446         Fixes #339574.
6447         Updated documentation.
6448         API: client-fd-removed signal added
6449
6450 2006-04-28  Michael Smith  <msmith@fluendo.com>
6451
6452         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6453           When asking g_value_array_new to prealloc elements, we may as well
6454           ask for the right number of elements.
6455
6456 2006-04-28  Wim Taymans  <wim@fluendo.com>
6457
6458         * gst-libs/gst/audio/gstbaseaudiosink.c:
6459         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6460         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6461         patch to make timestamp checking more tollerant to rounding 
6462         errors given that real discontinuities are to be marked on
6463         buffers. Fixes some asf files and #338778.
6464         Also avoid some crashers when we receive an event in the 
6465         NULL state.
6466
6467 2006-04-28  Michael Smith  <msmith@fluendo.com>
6468
6469         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6470         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6471         (gst_gnome_vfs_src_get_property),
6472         (gst_gnome_vfs_src_send_additional_headers_callback),
6473         (gst_gnome_vfs_src_received_headers_callback),
6474         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6475         (gst_gnome_vfs_src_stop):
6476         * ext/gnomevfs/gstgnomevfssrc.h:
6477           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6478           proper shared support within icydemux.
6479
6480 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6481
6482         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6483         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6484           fix up docs
6485           fix a leak when no caps negotiated
6486           fix counting of input frames
6487         * tests/check/elements/.cvsignore:
6488         * tests/check/elements/videorate.c: (assert_videorate_stats),
6489         (GST_START_TEST), (videorate_suite):
6490           add tests for these
6491
6492 2006-04-28  Wim Taymans  <wim@fluendo.com>
6493
6494         * gst-libs/gst/audio/gstringbuffer.c:
6495         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6496         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6497         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6498         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6499         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6500         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6501         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6502         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6503         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6504         Check arguments passed to public functions instead of
6505         crashing.
6506
6507 2006-04-28  Wim Taymans  <wim@fluendo.com>
6508
6509         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6510         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6511         GstBaseAudioSrc must be live or it does not work.
6512
6513         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6514         Don't set live to TRUE as this is the default in the parentclass.
6515
6516 2006-04-28  Wim Taymans  <wim@fluendo.com>
6517
6518         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6519         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6520         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6521         fixation cases better. Fixes #338991
6522
6523 2006-04-28  Wim Taymans  <wim@fluendo.com>
6524
6525         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6526         Handle 0/1 framerate correctly Fixes #331901.
6527
6528 2006-04-28  Wim Taymans  <wim@fluendo.com>
6529
6530         * tests/check/elements/audioconvert.c: (get_float_caps),
6531         (GST_START_TEST), (audioconvert_suite):
6532         Added check for correct clipping when doing float samples
6533         in audioconvert.
6534
6535 2006-04-28  Wim Taymans  <wim@fluendo.com>
6536
6537         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6538         (gst_video_rate_chain):
6539         Print more debugging info.
6540
6541 2006-04-28  Wim Taymans  <wim@fluendo.com>
6542
6543         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6544         (resample_set_state_from_caps):
6545         Add support for other formats audioresample can handle such as
6546         32 bits in and float and 64 bits float. Fixes #301759
6547
6548 2006-04-28  Wim Taymans  <wim@fluendo.com>
6549
6550         * gst/audioconvert/audioconvert.c: (float):
6551         correctly clip float samples > 1.0. Fixes #338718
6552
6553 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6554
6555         Patch by: Young-Ho Cha  <ganadist at chollian net>
6556
6557         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6558         (gst_text_overlay_render_text):
6559           Don't strip newlines from the text. Also, center lines
6560           within multi-line paragraphs (#339405).
6561
6562 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6563
6564         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6565           Fix wavpack typefinding to work in more cases (don't peek
6566           for chunks of multiple hundred kBs at once, but process
6567           things step-by-step in smaller units). Fixes #339786.
6568
6569 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6570
6571         * configure.ac:
6572           back to HEAD
6573
6574 === release 0.10.6 ===
6575
6576 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6577
6578         * configure.ac:
6579           releasing 0.10.6, "Chao"
6580
6581 2006-04-26  David Schleef  <ds@schleef.org>
6582
6583         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6584           Fixes #338897.
6585
6586 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6587
6588         * configure.ac:
6589         * win32/common/config.h:
6590           new prerelease
6591
6592 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6593
6594         patch by: Wim Taymans
6595
6596         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6597         (gst_ogg_demux_perform_seek):
6598           make sure correct newsegments are sent, so that the decoder
6599           and the demuxer agree on timestamps.  Fixes playback of a lot
6600           of Ogg files that do not start from 0.  Fixes #339833.
6601
6602 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6603
6604         Patch by: Edward Hervey  <edward@fluendo.com>
6605
6606         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6607         * tests/check/Makefile.am:
6608         * tests/check/elements/videorate.c: (assert_videorate_stats),
6609         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6610         (videorate_suite), (main):
6611           Fix an infinite loop if frames are passed in with wrongly ordered
6612           timestamps.  Fixes #339013.
6613
6614 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6615
6616         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6617
6618         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6619           fix typefinding on some ISO files.  Fixes #339212.
6620
6621 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6622
6623         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6624
6625         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6626           add another H264 fourcc.  Fixes #339047.
6627
6628 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6629
6630         Patch by: Jan Schmidt
6631
6632         * gst/playback/gststreamselector.c:
6633         (gst_stream_selector_bufferalloc):
6634           Restore old StreamSelector behaviour.
6635           Fixes #338419.
6636
6637 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6638
6639         * configure.ac:
6640         * win32/common/config.h:
6641           prerelease
6642
6643 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6644
6645         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6646
6647         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6648         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6649           Fix some memory leaks: on finalize, free buffers left in the queue
6650           before destroying the queue; in _push(), unref rtp_buf even if
6651           the process vfunc returned a NULL buffer as output buffer (#337548);
6652           demote some recuring debug messages to LOG level.
6653
6654 2006-04-11  Wim Taymans  <wim@fluendo.com>
6655
6656         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6657         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6658         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6659         (gst_ogg_demux_loop):
6660         More cleanups.
6661         Respect segment stop when emiting EOS or SEGMENT_DONE.
6662         Fixes (#337945).
6663
6664 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6665
6666         * gst/playback/gststreamselector.c:
6667         (gst_stream_selector_get_property):
6668           Don't leak pad name.
6669
6670 2006-04-10  Michael Smith  <msmith@fluendo.com>
6671
6672         * tests/check/Makefile.am:
6673         * tests/check/gst-plugins-base.supp:
6674           Suppress an old libtheora bug (fixed in more recent versions), so 
6675           that FC4 buildslaves can pass.
6676
6677 2006-04-10  Wim Taymans  <wim@fluendo.com>
6678
6679         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6680         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6681         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6682         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6683         (gst_ogg_demux_loop):
6684         Don't leak events.
6685         Remember what error we got when finding chains, if we
6686         were shutdown, that would not be an error.
6687
6688 2006-04-10  Wim Taymans  <wim@fluendo.com>
6689
6690         * gst-libs/gst/audio/gstbaseaudiosink.c:
6691         (gst_base_audio_sink_event):
6692         Starting the ringbuffer when we did not acquire it can cause
6693         a deadlock, is pointless and causes nasty things for
6694         subclasses. 
6695         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6696
6697 2006-04-10  Wim Taymans  <wim@fluendo.com>
6698
6699         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6700         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6701         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6702         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6703         (gst_ogg_demux_deactivate_current_chain),
6704         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6705         (gst_ogg_demux_bisect_forward_serialno),
6706         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6707         Add some more debugging.
6708
6709 2006-04-10  Wim Taymans  <wim@fluendo.com>
6710
6711         * ext/theora/theoradec.c: (theora_dec_src_event),
6712         (theora_handle_data_packet):
6713         Some more debug info.
6714
6715         * tests/examples/seek/seek.c: (start_seek), (main):
6716         Print element messages too.
6717
6718 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6719
6720         * gst/audioresample/debug.h:
6721           replace debug macros with variable number of parameters
6722           by a simple alias to gstreamer standard debug macros 
6723          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6724           supported by MSVC 6.0 and 7.1)
6725         * gst/audioresample/resample.h:
6726           define M_PI and rint for WIN32
6727         * win32/common/libgstaudio.def:
6728         * win32/common/libgstriff.def:
6729         * win32/common/libgsttag.def:
6730         * win32/common/libgstvideo.def:
6731           add new exported functions
6732         * win32/vs6:
6733           update project files
6734
6735 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6736
6737         * ext/alsa/gstalsamixeroptions.c:
6738         (gst_alsa_mixer_options_class_init):
6739         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6740         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6741         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6742         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6743         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6744         * gst-libs/gst/audio/gstaudiofilter.c:
6745         (gst_audio_filter_class_init):
6746         * gst-libs/gst/audio/gstaudiosink.c:
6747         (gst_audioringbuffer_class_init):
6748         * gst-libs/gst/audio/gstaudiosrc.c:
6749         (gst_audioringbuffer_class_init):
6750         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6751         * gst-libs/gst/interfaces/colorbalancechannel.c:
6752         (gst_color_balance_channel_class_init):
6753         * gst-libs/gst/interfaces/mixeroptions.c:
6754         (gst_mixer_options_class_init):
6755         * gst-libs/gst/interfaces/mixertrack.c:
6756         (gst_mixer_track_class_init):
6757         * gst-libs/gst/interfaces/tunerchannel.c:
6758         (gst_tuner_channel_class_init):
6759         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6760         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6761         (gst_netbuffer_class_init):
6762         * gst-libs/gst/rtp/gstbasertppayload.c:
6763         (gst_basertppayload_class_init):
6764         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6765         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6766         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6767         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6768         * gst/playback/gststreamselector.c:
6769         (gst_stream_selector_class_init):
6770         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6771         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6772         * sys/v4l/gstv4lcolorbalance.c:
6773         (gst_v4l_color_balance_channel_class_init):
6774         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6775         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6776         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6777         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6778         (gst_v4l_tuner_norm_class_init):
6779         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6780         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6781         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6782         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6783
6784 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6785
6786         * ext/pango/gsttextrender.h:
6787         * gst-libs/gst/audio/gstaudiosink.h:
6788         * gst-libs/gst/audio/gstaudiosrc.h:
6789         * gst-libs/gst/audio/gstbaseaudiosink.h:
6790         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6791         * gst-libs/gst/audio/gstringbuffer.h:
6792         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6793         * gst-libs/gst/rtp/gstbasertppayload.h:
6794         * gst-libs/gst/video/gstvideofilter.h:
6795         * gst-libs/gst/video/gstvideosink.h:
6796         * gst/playback/gstplaybasebin.h:
6797         * gst/tcp/gstmultifdsink.h:
6798         * sys/v4l/gstv4lelement.h:
6799         Fix broken GObject macros
6800
6801 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6802
6803         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6804         More debug to trace why my USB headset is not working with gst
6805
6806 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6807
6808         * gst/playback/gstplaybasebin.c: (group_destroy):
6809         Clean up our group elements properly in the case where it never 
6810         got committed - it still got added unconditionally to the bin.
6811
6812 2006-04-07  Wim Taymans  <wim@fluendo.com>
6813
6814         * ext/theora/theoradec.c: (theora_dec_sink_event),
6815         (theora_handle_data_packet), (theora_dec_chain):
6816         Unref unhandled events.
6817         Protect against empty buffers.
6818         Perform QoS on running time.
6819
6820 2006-04-07  Michael Smith  <msmith@fluendo.com>
6821
6822         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6823         (gst_vorbis_enc_chain):
6824           Remove leaks from vorbisenc.
6825           Mostly minor changes, the only significant one is that now the
6826           buffers we set as 'streamheader' on the caps are copies of the
6827           original buffers, to avoid circular refcounting problems.
6828
6829 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6830
6831         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6832           Don't remove our mute-probe if someone else already did so.
6833           Don't set a 2nd one if there is already one pending on the pad.
6834
6835         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6836         (do_playbin_seek):
6837           When a seek fails, ensure that playbin is still set back to playing.
6838           
6839         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6840         (mpeg_ts_type_find), (plugin_init):
6841           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6842
6843 2006-04-06  Andy Wingo  <wingo@pobox.com>
6844
6845         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6846         (gst_video_rate_init): Caps-related parameters should not be reset
6847         by a flush -- move their inits to the instance init function.
6848         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6849         is not OK, just return the result.
6850
6851         * gst/audiotestsrc/gstaudiotestsrc.c
6852         (gst_audio_test_src_class_init)
6853         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6854         broken by Stefan's commit on 24 March.
6855
6856         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6857         buffers being pushed out. Fixes oggmux ! multifdsink.
6858
6859 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6862         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6863         * ext/vorbis/vorbisdec.h:
6864         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6865         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6866         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6867         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
6868         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
6869         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
6870         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
6871         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
6872         (gst_vorbis_enc_buffer_from_packet),
6873         (gst_vorbis_enc_buffer_from_header_packet),
6874         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
6875         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
6876         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
6877         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
6878         (gst_vorbis_enc_change_state):
6879         * ext/vorbis/vorbisenc.h:
6880           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
6881           vorbisenc adhere to the official nomenclature; use boilerplate
6882           macro.
6883
6884 2006-04-04  Andy Wingo  <wingo@pobox.com>
6885
6886         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6887         Whoops, fix bug introduced. Bad hacker!
6888         
6889         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
6890         Properly handle the case where you get EOS before any buffers are
6891         received. Use gst_buffer_make_metadata_writable where appropriate.
6892
6893         * ext/theora/theoradec.c (theora_handle_data_packet): This value
6894         is often negative -- make it signed so as not to wrap around.
6895         Fixes segfaults introduced on 9 March.
6896
6897 2006-04-03  Wim Taymans  <wim@fluendo.com>
6898
6899         * ext/theora/gsttheoradec.h:
6900         * ext/theora/theoradec.c: (theora_dec_src_event):
6901         Don't try to store a gdouble in a gboolean.
6902         Small cleanups.
6903
6904 2006-04-03  Michael Smith  <msmith@fluendo.com>
6905
6906         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
6907           Oggmux sucks.
6908           Make it suck slightly less by writing out the final page.
6909           Still can't encode a vorbis-in-ogg file correctly, though.
6910
6911 2006-04-03  Andy Wingo  <wingo@pobox.com>
6912
6913         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
6914         a g_print.
6915
6916         * ext/theora/theora.c (plugin_init): Register theoraparse.
6917
6918         * ext/theora/gsttheoraparse.h: 
6919         * ext/theora/theoraparse.c: New files implementing a theora
6920         parser. Now we can properly remux ogg/theora+vorbis, yay.
6921
6922         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
6923
6924 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6925
6926         * gst/audiotestsrc/gstaudiotestsrc.c:
6927           Fixed the sample pipeline (see #323798)
6928
6929 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
6930
6931         * configure.ac:
6932         * win32/common/config.h:
6933         * win32/common/config.h.in:
6934           use AS_VERSION and AS_NANO
6935           more cleanups
6936
6937 2006-03-31  Andy Wingo  <wingo@pobox.com>
6938
6939         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
6940         uninitialized variable return that would happen.
6941         
6942         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
6943         uninitialized variable return that would never happen.
6944
6945         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
6946         (vorbis_parse_sink_event): Add an event function to flush our
6947         state on a seek, and to drain buffers on a premature EOS.
6948         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
6949         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
6950         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
6951         (vorbis_parse_drain_queue): Queue up buffers until we can set
6952         their timestamps and granulepos values.
6953
6954         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
6955         and keep track of data needed for deriving granulepos and
6956         timestamps for buffers.
6957
6958 2006-03-29  Wim Taymans  <wim@fluendo.com>
6959
6960         Patch by: j^ <j at bootlab dot org>
6961
6962         * ext/alsa/gstalsamixerelement.c:
6963         (gst_alsa_mixer_element_class_init):
6964         * ext/alsa/gstalsasink.c:
6965         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
6966         * ext/ogg/gstoggdemux.c:
6967         * ext/ogg/gstoggmux.c:
6968         * ext/ogg/gstoggparse.c:
6969         * ext/pango/gstclockoverlay.c:
6970         * ext/pango/gsttextoverlay.c:
6971         * ext/pango/gsttextrender.c:
6972         * ext/pango/gsttimeoverlay.c:
6973         * ext/theora/theoradec.c:
6974         * ext/theora/theoraenc.c:
6975         * ext/vorbis/vorbisdec.c:
6976         * ext/vorbis/vorbisenc.c:
6977         * gst/audioconvert/gstaudioconvert.c:
6978         * gst/subparse/gstsubparse.c:
6979         * gst/tcp/gstmultifdsink.c:
6980         * gst/tcp/gsttcpclientsink.c:
6981         * gst/tcp/gsttcpclientsrc.c:
6982         * gst/tcp/gsttcpserversink.c:
6983         * gst/tcp/gsttcpserversrc.c:
6984           better/unified long descriptions
6985           Fixes #336477
6986
6987 2006-03-29  Wim Taymans  <wim@fluendo.com>
6988
6989         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
6990         (stop_seek):
6991         Don't let double and triple clicks mess up our state.
6992
6993 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
6994
6995         * gst/playback/gstplaybin.c: (gen_video_element),
6996         (gen_text_element), (gen_audio_element), (gen_vis_element):
6997           Error out gracefully when we can't create any of the usual
6998           conversion elements for some reason. Also, don't try to
6999           create an audioscale (sic) element that's not used anyway.
7000
7001 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7002
7003         * gst/playback/gstplaybasebin.c: (setup_source):
7004           Don't post RESOURCE_NOT_FOUND error when we can't find a source
7005           element for a particular protocol, that's confusing for users.
7006           Instead, post a RESOURCE_FAILED error, so that our own error
7007           message is actually shown in totem etc. (#336303).
7008
7009 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7010
7011         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7012
7013         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7014         (gst_gnome_vfs_src_get_icy_metadata):
7015           Fix some minor memory leaks (#336194).
7016
7017 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7018
7019         * ext/gnomevfs/gstgnomevfs.c:
7020         (gst_gnome_vfs_location_to_uri_string):
7021         * ext/gnomevfs/gstgnomevfs.h:
7022         * ext/gnomevfs/gstgnomevfssink.c:
7023         (gst_gnome_vfs_sink_set_property):
7024         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7025           Make gnomevfssink accept filenames as well as URIs for the
7026           "location" property, just like gnomevfssrc does (and
7027           filesrc/filesink do) (#336190).
7028
7029 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7030
7031         * tests/check/generic/clock-selection.c: (GST_START_TEST):
7032           set to NULL before unreffing, fixes a valgrind leak.
7033           Why was this not triggering the error that an object needs to
7034           be NULL before unreffing ?
7035         * win32/common/config.h:
7036           update
7037
7038 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
7039
7040         * gst/subparse/gstsubparse.c: (convert_encoding),
7041         (gst_sub_parse_change_state):
7042         * gst/subparse/gstsubparse.h:
7043           Text subtitle files may or may not be UTF-8. If it's not, we
7044           don't really want to see '?' characters in place of non-ASCII
7045           characters like accented characters. So let's assume the input
7046           is UTF-8 until we come across text that is clearly not. If it's
7047           not UTF-8, we don't really know what it is, so try the following:
7048           (a) see whether the GST_SUBTITLE_ENCODING environment variable
7049           is set; if not, check (b) if the current locale encoding is
7050           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7051           the current locale encoding is UTF-8 and the environment variable
7052           was not set to any particular encoding. Not perfect, but better
7053           than nothing (and better than before, I think) (fixes #172848).
7054
7055 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7056
7057         * configure.ac:
7058           update core requirement to 0.10.4.1 because of async_playback
7059           vmethod on GstBaseSink
7060
7061 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7062
7063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7064         * gst/adder/gstadder.c: (gst_adder_init):
7065         use DEBUG_FUNCPTR for collectpads
7066
7067 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7068
7069         * docs/plugins/Makefile.am:
7070         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7071         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7072         * ext/cdparanoia/gstcdparanoiasrc.c:
7073         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7074         (gst_gnome_vfs_sink_class_init):
7075         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7076         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7077         * ext/ogg/gstoggmux.c:
7078         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7079         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7080         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7081         * ext/pango/gsttextoverlay.c:
7082         * ext/pango/gsttextrender.c:
7083         * ext/theora/theoradec.c:
7084         * ext/theora/theoraenc.c:
7085         * ext/vorbis/vorbisdec.c:
7086         * ext/vorbis/vorbisenc.c:
7087         * gst-libs/gst/audio/gstaudiofilter.c:
7088         (gst_audio_filter_base_init):
7089         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7090         (gst_audio_filter_template_base_init):
7091         * gst/adder/gstadder.c: (gst_adder_get_type):
7092         * gst/adder/gstadder.h:
7093         * gst/audioconvert/gstaudioconvert.c:
7094         * gst/audiotestsrc/gstaudiotestsrc.c:
7095         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7096         (gst_audio_test_src_create):
7097         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7098         * gst/playback/gstdecodebin.c:
7099         * gst/playback/gstplaybin.c:
7100         * gst/playback/gststreamselector.c:
7101         (gst_stream_selector_base_init):
7102         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7103         * gst/volume/gstvolume.c:
7104         * sys/v4l/gstv4lmjpegsink.c:
7105         * sys/v4l/gstv4lmjpegsrc.c:
7106         * tests/check/libs/cddabasesrc.c:
7107         * tests/old/examples/gob/gst-identity2.gob:
7108           Add docs for adder, use GST_ELEMENT_DETAILS macro,
7109           define GstElementDetails at the top
7110
7111 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
7112
7113         * win32/common/libgstinterfaces.def:
7114         Add a lot of export functions for gst-python
7115         * win32/vs6/libgstinterfaces.dsp:
7116         Add a missing include folder in the project configuration
7117         
7118 2006-03-23  Wim Taymans  <wim@fluendo.com>
7119
7120         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7121         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7122         (gst_base_audio_src_change_state):
7123         Fix audio sources, forgot to make the ringbuffer
7124         startable...
7125
7126 2006-03-23  Wim Taymans  <wim@fluendo.com>
7127
7128         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7129         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7130         (gst_base_audio_src_change_state):
7131         unparent instead of unref the ringbuffer.
7132
7133 2006-03-23  Wim Taymans  <wim@fluendo.com>
7134
7135         * gst-libs/gst/audio/gstbaseaudiosink.c:
7136         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7137         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7138         Implement new async_play vmethod to start slaving and allow
7139         playback start in case of async PLAY state changes. 
7140
7141         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7142         Enable QoS with new method in base class.
7143
7144 2006-03-23  Wim Taymans  <wim@fluendo.com>
7145
7146         Patch by: Julien MOUTTE <julien at moutte dot net>
7147
7148         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7149         (gst_video_test_src_do_seek), (gst_video_test_src_create):
7150         Partially handle 0 framerate, only EOS after the first frame
7151         is missing.
7152
7153 2006-03-23  Wim Taymans  <wim@fluendo.com>
7154
7155         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7156
7157         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7158         (gst_riff_create_video_template_caps):
7159         * gst/ffmpegcolorspace/avcodec.h:
7160         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7161         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7162         (gst_ffmpegcsp_avpicture_fill):
7163         * gst/ffmpegcolorspace/imgconvert.c:
7164         Patch for support of YVU9 AVI files (#334822)
7165
7166 2006-03-22  Edward Hervey  <edward@fluendo.com>
7167
7168         * docs/design/design-decodebin.txt:
7169         Added design document for new decodebin
7170         (Target Caps): text/x-pango-markup is also a default target caps.
7171
7172 2006-03-22  Wim Taymans  <wim@fluendo.com>
7173
7174         * gst-libs/gst/audio/gstbaseaudiosink.c:
7175         (gst_base_audio_sink_dispose):
7176         Since we _parent the ringbuffer, we also need to
7177         _unparent instead of a plain _unref.
7178
7179 2006-03-22  Wim Taymans  <wim@fluendo.com>
7180
7181         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7182         (stop_seek), (scrub_toggle_cb), (main):
7183         Add scrub checkbox.
7184
7185 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7186
7187         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7188         (gst_ogg_parse_chain):
7189           Fix very inefficient usage of linked lists (#335365).
7190
7191 2006-03-21  Edward Hervey  <edward@fluendo.com>
7192
7193         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7194         * gst/playback/gstplaybin.c: (handoff):
7195         * gst/playback/gststreamselector.c:
7196         (gst_stream_selector_set_property):
7197         gcc 4.1 unreferenced pointer fixes.
7198         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7199         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7200         gst_buffer_ref() now takes a GstBuffer*.
7201
7202 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7203
7204         * sys/xvimage/xvimagesink.c:
7205         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7206         by Jan Schmidt.
7207
7208 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7209
7210         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7211         (id3v1_type_find), (apetag_type_find), (plugin_init):
7212           Can't do tag preferences via probability, as tags would then
7213           lose against types that are recognised with MAXIMUM probability
7214           (like .wav); so let all tag typefinders return MAXIMUM themselves
7215           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7216           that we can prefer APE to ID3v1 (fixes #335028).
7217           
7218 2006-03-17  Wim Taymans  <wim@fluendo.com>
7219
7220         * gst-libs/gst/audio/gstbaseaudiosink.c:
7221         (gst_base_audio_sink_change_state):
7222         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7223         (gst_ring_buffer_may_start):
7224         * gst-libs/gst/audio/gstringbuffer.h:
7225         Only start playback if we are playing.
7226         should fix #330748.
7227
7228 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7229
7230         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7231         * win32/common/config.h:
7232           Revert accidental commits to these files.
7233
7234 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7235
7236         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7237
7238         * tests/Makefile.am:
7239           Don't try to build tests in tests/icles if we
7240           don't have X (#323852)
7241
7242 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7243
7244         * gst-libs/gst/tag/gstid3tag.c:
7245           Add TXXX frame identifiers for replaygain stuff as used
7246           by some taggers (see #323721).
7247
7248 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7249
7250         * gst/playback/gststreamselector.c:
7251         (gst_stream_selector_set_property),
7252         (gst_stream_selector_bufferalloc):
7253           Preserve the existing buggy streamselector behaviour by performing
7254           a fallback buffer allocation when downstream isn't linked yet.
7255           This should really be fixed in playbin by blocking pads until it's
7256           linked them.
7257           Also, use gst_pad_alloc_buffer instead of
7258           gst_pad_alloc_buffer_and_set.
7259
7260 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7261
7262         * gst-libs/gst/tag/gstid3tag.c:
7263           Don't crash on unknown ID3v2 TXXX frames.
7264           
7265 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7266
7267         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7268           Chain up to the parent finalize method.
7269           Add 32-bit sample size to the template caps.
7270
7271         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7272         (gst_riff_create_video_template_caps):
7273           Add the fourcc that the VMWare codec uses.
7274           
7275         * gst/playback/gststreamselector.c:
7276         (gst_stream_selector_set_property),
7277         (gst_stream_selector_bufferalloc),
7278         (gst_stream_selector_request_new_pad):
7279           For the active pad, forward buffer-alloc requests, otherwise
7280           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7281           having to memcpy every frame when used by playbin.
7282
7283         * gst/tcp/gstmultifdsink.c:
7284         (gst_multi_fd_sink_handle_client_write):
7285           Get negotiated caps from the sink pad, rather than the sink
7286           pad's peer.
7287
7288 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7289
7290         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7291         
7292         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7293           Don't forget to set src->callbacks_pushed to FALSE again when
7294           popping them, otherwise re-activation in a different mode won't
7295           work (#334620).
7296
7297 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7298
7299         Patch by: Sebastien Moutte  <sebastien moutte net>
7300
7301         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7302         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7303         (gst_ffmpeg_smpfmt_to_caps):
7304           Replace __VA_ARGS__ caps creation macros with varargs functions.
7305           Makes things compile on MSVC (#320765), looks nicer, and we can
7306           tell the compiler to check for the NULL terminator.
7307
7308 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7309
7310         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7311
7312         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7313           Make sure the buffer we copy into is really always big
7314           enough, this time for real (#333488).
7315           
7316 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7317
7318         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7319           Add support for 24bpp DIB (#305279).
7320
7321 2006-03-14  Wim Taymans  <wim@fluendo.com>
7322
7323         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7324         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7326         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7327         (gst_video_scale_init), (gst_video_scale_src_event):
7328         Re-enable QoS after the release.
7329         Rework videoscale to use the base class src_event handler.
7330
7331 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7332
7333         * configure.ac:
7334           back to CVS.
7335
7336 === release 0.10.5 ===
7337
7338 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7339
7340         * configure.ac:
7341           releasing 0.10.5, "Net"
7342
7343 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7344
7345         * docs/plugins/Makefile.am:
7346           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7347           
7348 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7349
7350         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7351         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7352         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7353           Add cdparanoiasrc to docs.
7354
7355         * gst-libs/gst/cdda/gstcddabasesrc.c:
7356           More GstCddaBaseSrc docs.
7357
7358 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7359
7360         * docs/libs/gst-plugins-base-libs-sections.txt:
7361         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7362         * gst-libs/gst/tag/tag.h:
7363           API: libgsttag: new method gst_tag_from_id3_user_tag().
7364
7365 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7366
7367         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7368           NULL-terminate array of mpeg4 video file extensions.
7369           Fixes crash on PPC (#334226).
7370
7371 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7372
7373         * ext/gnomevfs/gstgnomevfssrc.c:
7374         (gst_gnome_vfs_src_check_get_range):
7375           gnome_vfs_uri_is_local() alone is not a good indicator
7376           whether we can operate in pull-mode with a specific URI,
7377           as it returns FALSE for file:// URIs that point to an
7378           NFS-mounted path. Be more conservative here: whitelist
7379           local files, blacklist http URIs and use the old
7380           mechanism for anything else (fixes #334216).
7381
7382 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7383
7384         * configure.ac:
7385           back to trunk
7386
7387 === release 0.10.4 ===
7388
7389 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7390
7391         * configure.ac:
7392           releasing 0.10.4, "Power"
7393
7394 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7395
7396         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7397         Disable max-lateness by setting it to -1 for now, so that 
7398         we can bed QoS stuff in thoroughly between now and the next
7399         release.
7400
7401 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7402
7403         Patch by: Fabrizio Gennari
7404
7405         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7406           Make sure we don't read beyond the palette buffer in case of
7407           broken or manipulated files (#333488)
7408
7409 2006-03-10  Edward Hervey  <edward@fluendo.com>
7410
7411         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7412         Fix for variable not initialized.
7413
7414 2006-03-09  Wim Taymans  <wim@fluendo.com>
7415
7416         * ext/libvisual/visual.c: (gst_visual_get_type),
7417         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7418         (gst_visual_chain):
7419         Small cleanups.
7420
7421         * ext/theora/gsttheoradec.h:
7422         * ext/theora/theoradec.c: (gst_theora_dec_init),
7423         (gst_theora_dec_reset), (_theora_granule_time),
7424         (theora_dec_src_convert), (theora_dec_sink_convert),
7425         (theora_dec_src_query), (theora_dec_src_event),
7426         (theora_dec_sink_event), (theora_handle_comment_packet),
7427         (theora_handle_header_packet), (theora_dec_push),
7428         (theora_handle_data_packet), (theora_dec_chain),
7429         (theora_dec_change_state):
7430         Add simple QoS.
7431
7432 2006-03-09  Wim Taymans  <wim@fluendo.com>
7433
7434         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7435         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7436         Some cleanups.
7437
7438 2006-03-09  Wim Taymans  <wim@fluendo.com>
7439
7440         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7441         Don't try to activate NULL chains.
7442
7443 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7444
7445         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7446           Fix invalid memory access to region before peek'd data (#332964).
7447
7448 2006-03-09  Wim Taymans  <wim@fluendo.com>
7449
7450         Patch by: Christophe Fergeau
7451
7452         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7453         * ext/pango/gsttextrender.c: (gst_text_render_init):
7454         * gst/adder/gstadder.c: (gst_adder_init):
7455         Don't leak padtemplates, closes #333510.
7456
7457 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7458
7459         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7460           Fix invalid memory access: make sure string passed to
7461           regexec() is NUL-termianted.
7462
7463 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7466         (mp3_type_find):
7467           Refactor mpeg/audio typefinding to make it more maintainable
7468           and easier to fine-tune. Make probing into middle of the file
7469           work properly (fixes #333900, also see #152688).
7470
7471 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7472
7473         * gst/typefind/gsttypefindfunctions.c:
7474         (utf8_type_find_have_valid_utf8_at_offset):
7475           Remove part from previous commit that was bogus:
7476           g_utf8_validate() does in fact not accept embedded
7477           zeroes, so we don't need to check for those (thanks
7478           to Mike for the hint).
7479
7480 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7481
7482         * gst/typefind/gsttypefindfunctions.c:
7483         (utf8_type_find_count_embedded_zeroes),
7484         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7485           Make plain/text typefinder more conservative: firstly, check
7486           for embedded zeroes, which are perfectly valid UTF-8 characters,
7487           but also a fairly good sign that something is not a plain text
7488           file; secondly, probe into the middle of the file if possible.
7489           If we can't probe into the middle, limit the probability value
7490           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7491
7492 2006-03-08  Michael Smith  <msmith@fluendo.com>
7493
7494         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7495           Make typefind function name for mpeg4 video unique.
7496
7497 2006-03-08  Wim Taymans  <wim@fluendo.com>
7498
7499         * ext/libvisual/visual.c: (gst_visual_init),
7500         (gst_visual_clear_actors), (gst_visual_dispose),
7501         (gst_visual_reset), (gst_visual_src_setcaps),
7502         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7503         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7504         (gst_visual_chain), (gst_visual_change_state):
7505         Cleanups, post nice errors.
7506         Handle sink and src events.
7507         Implement simple QoS.
7508
7509         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7510         Use new basesink methods to configure max-lateness.
7511         Small doc update.
7512
7513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7514         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7515         Debug statement cleanups.
7516
7517         * gst/volume/gstvolume.c: (gst_volume_class_init):
7518         Simple cleanup.
7519
7520 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7521
7522         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7523         (gst_text_overlay_init), (gst_text_overlay_set_property),
7524         (gst_text_overlay_get_property):
7525           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7526           as string type properties, but mark them deprecated. Add
7527           'halignment' and 'valignment' properties that use enums
7528           instead of strings.
7529
7530 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7531
7532         Patch by: Fabrizio Gennari
7533
7534         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7535           Allow palettes with less than 256 colours in AVI files
7536           (#333488)
7537
7538 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7539
7540         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7541         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7542         pad. We were releasing the queued text buffer when we should keep
7543         it until video pad gets EOS or discard the text buffer because it's
7544         too old. That was eating the last subtitle buffer. Add some more
7545         debug.
7546
7547 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7548
7549         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7550         (gst_text_overlay_video_chain):
7551           Fix invalid memory access (we can't access a buffer after it's been
7552           pushed downstream without taking a reference); fix memory leak (if
7553           there's no text to render, bail out before allocating stuff).
7554
7555 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7556
7557         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7558         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7559         * ext/pango/gsttextoverlay.h:
7560           If input is plain text, escape it before passing it to
7561           pango_layout_set_markup().
7562
7563 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7564
7565         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7566           Don't ignore flow return from gst_pad_push().
7567
7568 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7569
7570         Patch by: Fabrizio Gennari
7571
7572         * ext/libvisual/visual.c: (gst_visual_getcaps),
7573         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7574         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7575         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7576         (gst_vorbisenc_convert_sink):
7577         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7578         (gst_audio_duration_from_pad_buffer):
7579         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7580         (gst_audio_filter_chain):
7581         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7582         (gst_base_rtp_depayload_setcaps):
7583         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7584         (gst_video_get_size):
7585         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7586           Don't leak references returned by gst_pad_get_parent()
7587           (#333663)
7588
7589 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7590
7591         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7592           change location param details
7593         * gst/volume/gstvolume.c: (plugin_init):
7594           correct plugin description
7595
7596 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7597
7598         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7599         (gst_gnome_vfs_src_check_get_range):
7600           Override GstBaseSrc::check_get_range() in order to avoid opening
7601           the resource just to check whether we can operate in pull-mode or
7602           not - we can predict that pretty well from the URI alone. Should
7603           fix problems with last.fm (#331690). (Requires latest core CVS).
7604
7605 2006-03-06  Wim Taymans  <wim@fluendo.com>
7606
7607         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7608         (gst_video_sink_class_init):
7609         Throw away frames that are later than 20 ms.
7610
7611 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7612
7613         Patch by: Fabrizio Gennari
7614
7615         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7616           Set depth on WMA caps (#333545)
7617
7618 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7619
7620         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7621         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7622           put Theora BOS pages before others.  This hardcodes
7623           the Ogg/Theora I profile, but hey.
7624
7625 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7626
7627         * ext/ogg/README:
7628           updated with some examples
7629         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7630         (granulepos_add), (theora_buffer_from_packet):
7631         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7632         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7633         (gst_vorbisenc_chain):
7634           implement strategy from ext/ogg/README
7635         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7636         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7637         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7638         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7639           Fix muxer so that oggz-validate is happy with all streams;
7640           except for no eos mark, and the BOS page ordering
7641         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7642         (check_buffer_granulepos):
7643         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7644           update tests to check for OFFSET being set as requested
7645           fixed type of granulepos, it's not a ClockTime
7646
7647 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7648
7649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7650         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7651         Check that the xvimage we are creating has a correct size
7652         before returning it. (#314897)
7653
7654 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7655
7656         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7657           Give id3 and ape tag typefinders a rank slightly higher
7658           than PRIMARY to ensure they're always run before any of
7659           the other typefinders (in particular wav and mp3) (#324186).
7660
7661 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7662
7663         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7664           Add support for '3IVD' fourcc (#333403).
7665
7666 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7667
7668         * configure.ac:
7669           Bump requirements to GStreamer CVS for the new error enum.
7670
7671         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7672           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7673           space left on the device (fixes #333352).
7674
7675 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7676
7677         * win32/vs6:
7678           add a project file for libgstvolume
7679           update the workspace
7680
7681 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7682
7683         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7684         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7685         (GST_START_TEST):
7686           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7687           Set IN_CAPS on header buffers
7688
7689 2006-03-02  Wim Taymans  <wim@fluendo.com>
7690
7691         * docs/plugins/Makefile.am:
7692         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7693         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7694         Add audioresample to docs.
7695
7696         * gst/audioconvert/gstaudioconvert.c:
7697         Add revision date.
7698
7699         * gst/audioresample/gstaudioresample.c:
7700         (gst_audioresample_base_init), (gst_audioresample_class_init),
7701         (gst_audioresample_init), (gst_audioresample_dispose),
7702         (audioresample_get_unit_size), (audioresample_transform_caps),
7703         (resample_set_state_from_caps), (audioresample_transform_size),
7704         (audioresample_set_caps), (audioresample_event),
7705         (audioresample_do_output), (audioresample_transform),
7706         (audioresample_pushthrough), (gst_audioresample_set_property),
7707         (gst_audioresample_get_property), (plugin_init):
7708         * gst/audioresample/gstaudioresample.h:
7709         Added docs.
7710         Small code cleanups.
7711
7712 2006-03-02  Wim Taymans  <wim@fluendo.com>
7713
7714         * docs/plugins/Makefile.am:
7715         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7716         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7717         Added videoscale to docs.
7718
7719         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7720         (gst_video_rate_swap_prev), (gst_video_rate_event),
7721         (gst_video_rate_chain):
7722         Fix typo in docs.
7723
7724         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7725         (gst_video_scale_init), (gst_video_scale_prepare_size),
7726         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7727         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7728         * gst/videoscale/gstvideoscale.h:
7729         Added docs, examples.
7730         Some code cleanups.
7731         Post errors instead of g_warning.
7732
7733 2006-03-02  Wim Taymans  <wim@fluendo.com>
7734
7735         * docs/libs/gst-plugins-base-libs-docs.sgml:
7736         * docs/libs/gst-plugins-base-libs-sections.txt:
7737         * docs/libs/gst-plugins-base-libs.types:
7738         * docs/plugins/Makefile.am:
7739         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7740         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7741         Added some more docs to libs and plugins.
7742
7743         * gst-libs/gst/audio/gstringbuffer.c:
7744         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7745         * gst-libs/gst/audio/gstringbuffer.h:
7746         Document ringbuffer some more.
7747
7748         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7749         (gst_video_rate_setcaps), (gst_video_rate_reset),
7750         (gst_video_rate_init), (gst_video_rate_flush_prev),
7751         (gst_video_rate_swap_prev), (gst_video_rate_event),
7752         (gst_video_rate_chain), (gst_video_rate_change_state):
7753         * gst/videorate/gstvideorate.h:
7754         Fix videorate to use segments.
7755         Make it work with 0/1 framerates (closes #331903)
7756         Handle EOS correctly.
7757         Added docs.
7758
7759 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7760
7761         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7762         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7763         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7764           In state change function, first chain up to parent class,
7765           then handle downwards state change stuff. Remove some
7766           commented out cruft from 0.8 code.
7767
7768 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7769
7770         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7771         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7772         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7773         (gst_ogm_parse_chain):
7774           Don't remove/re-add source pad if the new caps are the same as
7775           the old caps anyway (#333042). When removing source pad, don't
7776           unref it afterwards - we didn't ref it when adding. Sprinkle some
7777           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7778           after using gst_pad_get_parent(). Return downstream flow return
7779           value in chain function.
7780
7781 2006-03-02  Wim Taymans  <wim@fluendo.com>
7782
7783         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7784         * docs/plugins/gst-plugins-base-plugins.args:
7785         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7786         * docs/plugins/gst-plugins-base-plugins.interfaces:
7787         * docs/plugins/gst-plugins-base-plugins.signals:
7788         Fix hierarchy, added some more elements to the docs.
7789
7790         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7791         (gst_ffmpegcsp_get_type):
7792         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7793         Fix docs for ffmpegcolorspace.
7794
7795 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7796
7797         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7798         (apetag_type_find), (ape_type_find), (plugin_init):
7799           Some typefinding fine-tuning:
7800           - rank ID3/APE tags in order of preference via probabilities, so that
7801             ID3v2 > APEv2 > APEv1 > ID3v1.
7802           - three or four bytes don't really justify MAXIMUM probability,
7803             change those to 'very likely' (musepack and monkeysaudio).
7804
7805 2006-03-01  Wim Taymans  <wim@fluendo.com>
7806
7807         * docs/plugins/Makefile.am:
7808         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7809         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7810         * ext/alsa/gstalsamixer.c:
7811         * ext/alsa/gstalsamixer.h:
7812         * ext/alsa/gstalsamixerelement.c:
7813         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7814         * ext/alsa/gstalsamixerelement.h:
7815         * ext/alsa/gstalsasink.c:
7816         * ext/alsa/gstalsasink.h:
7817         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7818         (gst_alsasrc_init):
7819         * ext/alsa/gstalsasrc.h:
7820         Added alsa docs.
7821         Small code cleanups.
7822
7823 2006-03-01  Wim Taymans  <wim@fluendo.com>
7824
7825         * ext/theora/Makefile.am:
7826         Dist new header too,
7827
7828 2006-03-01  Wim Taymans  <wim@fluendo.com>
7829
7830         * docs/plugins/Makefile.am:
7831         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7832         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7833         * ext/gnomevfs/gstgnomevfssink.h:
7834         * ext/gnomevfs/gstgnomevfssrc.h:
7835         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7836         * ext/vorbis/vorbisdec.h:
7837         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7838         * ext/vorbis/vorbisenc.h:
7839         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7840         (vorbis_parse_chain), (vorbis_parse_change_state):
7841         * ext/vorbis/vorbisparse.h:
7842         * gst/audioconvert/gstaudioconvert.h:
7843         * gst/tcp/gsttcpserversink.h:
7844         * gst/videotestsrc/gstvideotestsrc.c:
7845         * gst/videotestsrc/gstvideotestsrc.h:
7846         * gst/volume/gstvolume.c:
7847         * gst/volume/gstvolume.h:
7848         Fix some more docs.
7849         Added docs for vorbisdec and vorbisparse.
7850         Fix vorbisparse.
7851
7852 2006-03-01  Wim Taymans  <wim@fluendo.com>
7853
7854         * docs/plugins/Makefile.am:
7855         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7856         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7857         * ext/pango/gstclockoverlay.h:
7858         * ext/pango/gsttextoverlay.h:
7859         * ext/pango/gsttextrender.h:
7860         * ext/pango/gsttimeoverlay.h:
7861         * ext/theora/gsttheoradec.h:
7862         * ext/theora/gsttheoraenc.h:
7863         * ext/theora/theoradec.c:
7864         * ext/theora/theoraenc.c:
7865         * gst/audioconvert/gstaudioconvert.h:
7866         * gst/audiotestsrc/gstaudiotestsrc.h:
7867         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7868         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
7869         * gst/tcp/gstmultifdsink.h:
7870         Updated/added documentation.
7871
7872         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
7873         (gst_text_overlay_halign_get_type),
7874         (gst_text_overlay_wrap_mode_get_type),
7875         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
7876         (gst_text_overlay_init), (gst_text_overlay_set_property),
7877         (gst_text_overlay_get_property):
7878         Fix up properties to be enums instead of string to make bindings,
7879         introspection and automatic GUI creation possible.
7880         Add getters for the properties.
7881
7882 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
7883
7884         * gst/audiotestsrc/gstaudiotestsrc.c:
7885           added defines of M_PI and M_PI_2
7886         * gst/ffmpegcolorspace/avcodec.h:
7887           removed #include "stdint.h" for win32 as _stdint.h is 
7888           autogenerated to win32/common
7889         * win32/common/libgstaudio.def:
7890         * win32/common/libgsttag.def:
7891           added some exports
7892         * win32/vs6:
7893           some project files bugs corrected
7894         * win32/vs7:
7895           project files are reset to the default vs7 configuration 
7896           (they link to msvcr71.dll using default optimizations)
7897           
7898 2006-02-28  Wim Taymans  <wim@fluendo.com>
7899
7900         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7901         Fix some docs.
7902
7903 2006-02-28  Edward Hervey  <edward@fluendo.com>
7904
7905         * ext/alsa/gstalsasrc.c:
7906         Set proper class on the ElementDetails:
7907         Source/Audio instead of Src/Audio/
7908
7909 2006-02-28  Edward Hervey  <edward@fluendo.com>
7910
7911         * gst/videoscale/vs_scanline.c:
7912         (vs_scanline_resample_nearest_RGBA):
7913         Revert optimization in videoscale. It should go in liboil and have
7914         an appropriate liboil function.
7915
7916 2006-02-28  Wim Taymans  <wim@fluendo.com>
7917
7918         * gst-libs/gst/audio/gstbaseaudiosink.c:
7919         (gst_base_audio_sink_provide_clock):
7920         Don't try to provide a clock in the NULL state.
7921
7922 2006-02-28  Wim Taymans  <wim@fluendo.com>
7923
7924         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
7925         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
7926         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7927         (gst_ogg_demux_deactivate_current_chain),
7928         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
7929         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
7930         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
7931         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
7932         Use GstSegment infrastructure to remove duplicated code
7933         and handle more seek cases correctly.
7934
7935 2006-02-28  Wim Taymans  <wim@fluendo.com>
7936
7937         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7938         (gst_ffmpegcsp_transform):
7939         Don't ignore return code from ffmpeg convert function.
7940
7941         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
7942         Split out some long statements to ease debugging.
7943
7944 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
7945
7946         * ext/libvisual/visual.c: (gst_visual_init),
7947         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
7948         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
7949         being able to renegotiate the size. Instead, use the negotiation
7950         algorithm from the goom plugin to pick an initial output caps. 
7951
7952         Also, allow theoretical libvisual plugins that might support non-GL 
7953         output even if they also do GL.
7954
7955 2006-02-26  Julien MOUTTE  <julien@moutte.net>
7956
7957         * ext/libvisual/visual.c: (gst_visual_init),
7958         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
7959         (plugin_init): Load only non GL plugins. Fix some memleaks and 
7960         possible negotiation issues.
7961
7962 2006-02-25  Julien MOUTTE  <julien@moutte.net>
7963
7964         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
7965
7966 2006-02-24  Michael Smith  <msmith@fluendo.com>
7967
7968         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
7969         (cmml_type_find), (plugin_init):
7970           Fix CMML type find function to not require a specific minor version
7971           of the CMML header.
7972
7973           Add an MPEG4 video elementary stream typefind function.
7974
7975 2006-02-04  Michael Smith  <msmith@fluendo.com>
7976
7977         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
7978         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
7979         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
7980         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
7981         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
7982         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
7983           Annodex support in ogg demuxer. Doesn't do very much without the
7984           other annodex patches (to come).
7985
7986 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7987
7988         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
7989
7990         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7991           Pick up palette for MS video v1 (#327028)
7992
7993 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
7994
7995         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7996         (gst_ffmpegcsp_caps_remove_format_info),
7997         (gst_ffmpegcsp_get_unit_size):
7998           The 'palette_data' field from incoming RGB caps shouldn't be
7999           proxied on outgoing YUV caps; also, restrict unit size
8000           adjustment in case of paletted data only to the unit that
8001           actually has a palette. Fixes #330711.
8002
8003 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8004
8005         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8006         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8007         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8008         (gst_ffmpegcsp_get_unit_size):
8009           Plug some memory leaks.
8010
8011 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8012
8013         * sys/ximage/Makefile.am:
8014         * sys/xvimage/Makefile.am:
8015           Add some _CFLAGS and _LIBS that seem to be missing
8016           and/or required for Cygwin (see #317048).
8017
8018 2006-02-22  Wim Taymans  <wim@fluendo.com>
8019
8020         * ext/alsa/gstalsasrc.c:
8021         Fix description as pointed out by caugier.
8022
8023 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
8024
8025         Reviewed by : Edward Hervey  <edward@fluendo.com>
8026
8027         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8028         (qt_type_find):
8029         Better 3gp typefinding (#331526).
8030
8031 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8032
8033         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8034           Don't send EOS event here, the base class will send one for us.
8035
8036         * gst/playback/gstplaybasebin.c: (prepare_output):
8037           Subpictures without video stream aren't allowed either.
8038         
8039         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8040           Fix debug statement copy'n'paste-o.
8041
8042 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8043
8044         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8045           Fix issues with mixer keeping state when muting/unmuting
8046           and when changing the volume whilst muted (see #331763
8047           and #331765).
8048
8049 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8050
8051         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8052         (parse_subrip), (gst_sub_parse_format_autodetect):
8053           Set right caps given that we send escaped text. Also,
8054           honour <i></i>, <b></b> and <u></u> markers that can be found
8055           in .srt files (fixes #310202).
8056
8057 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8058
8059         * gst-libs/gst/audio/mixerutils.c:
8060         (element_factory_rank_compare_func):
8061           Make order in which elements are tried more determinable.
8062
8063 2006-02-20  Julien MOUTTE  <julien@moutte.net>
8064
8065         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8066         (remove_element_chain), (cleanup_decodebin),
8067         (gst_decode_bin_change_state): Make decodebin reusable by
8068         fixing remove_element_chain first and then introduce a
8069         cleaner in state change to ->NULL. (Closes #331678)
8070
8071 2006-02-19  Wim Taymans  <wim@fluendo.com>
8072
8073         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8074         use 0666 mask when creating files so umask gets applied
8075         correctly. Fixes #331295.
8076
8077 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8078
8079         * gst/subparse/Makefile.am:
8080         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8081         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8082         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8083         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8084         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8085         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8086         * gst/subparse/gstssaparse.h:
8087         * gst/subparse/gstsubparse.c: (plugin_init):
8088           Add very basic parser for SSA subtitle streams (as often
8089           found in matroska files).
8090
8091 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8092
8093         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8094           That should be text/x-pango-markup, not text/x-pango-layout.
8095
8096 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8097
8098         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8099         Polishing.
8100
8101 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8102
8103         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8104         (gst_text_overlay_finalize), (gst_text_overlay_init),
8105         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8106         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8107         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8108         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8109         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8110         Fix state change deadlock.
8111
8112 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8113
8114         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8115         (gst_text_overlay_finalize), (gst_text_overlay_init),
8116         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8117         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8118         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8119         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8120         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8121         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8122         and subtitles files.
8123
8124 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8125
8126         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8127         should be considered as raw.
8128
8129 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8130
8131         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8132         (cb_probe):
8133         * gst/playback/gststreaminfo.h: Introduce language informations.
8134
8135 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
8136
8137         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8138         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8139         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8140         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8141         Set shared memory segments to be deleted as soon as we have attached,
8142         that way they get cleaned up automatically if we crash.
8143
8144 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8145
8146         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
8147         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8148         functions are called with lock held.
8149
8150 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8151
8152         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8153         (gst_text_overlay_finalize), (gst_text_overlay_init),
8154         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8155         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8156         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8157         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8158         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8159         (gst_text_overlay_change_state): Refactoring of textoverlay
8160         without collectpads. This now supports sparse subtitles coming
8161         from a demuxer instead of a sub file. Seeking is still broken 
8162         though. Need to discuss with wtay some more on how to handle
8163         seeking correctly.
8164         * ext/pango/gsttextoverlay.h:
8165         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8166         subtitles coming from the demuxer.
8167
8168 2006-02-17  Wim Taymans  <wim@fluendo.com>
8169
8170         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8171         (gst_vorbisenc_convert_sink):
8172         Use some more scaling functions.
8173
8174 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8175
8176         * ext/cdparanoia/gstcdparanoiasrc.c:
8177         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8178         (gst_cd_paranoia_paranoia_callback),
8179         (gst_cd_paranoia_src_signal_is_being_watched),
8180         (gst_cd_paranoia_src_read_sector):
8181         * ext/cdparanoia/gstcdparanoiasrc.h:
8182           Add back 'transport-error' and 'uncorrected-error' signals and
8183           make them actually be fired when bad stuff happens (#319340).
8184
8185 2006-02-17  Wim Taymans  <wim@fluendo.com>
8186
8187         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8188         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8189         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8190         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8191         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8192         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8193         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8194         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8195         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8196         (gst_ring_buffer_clear):
8197         Small cleanups.
8198         Added some G_LIKELY.
8199
8200 2006-02-17  Wim Taymans  <wim@fluendo.com>
8201
8202         * gst-libs/gst/audio/TODO:
8203         Update TODO
8204
8205         * gst-libs/gst/audio/gstbaseaudiosink.c:
8206         (gst_base_audio_sink_get_offset):
8207         When trying to play samples ASAP and we don't have a
8208         previous sample, try to play at position 0 instead of
8209         an invalid position.
8210
8211 2006-02-17  Wim Taymans  <wim@fluendo.com>
8212
8213         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8214         (gst_alsasink_reset):
8215         Also release lock when we get an error in _reset();
8216         fix an error message.
8217
8218 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8219
8220         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8221         (gst_alsasink_init), (get_channel_free_structure),
8222         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8223         (gst_alsasink_close):
8224         * ext/alsa/gstalsasink.h:
8225           Add support for more than 2 channels (#326720).
8226
8227 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8228
8229         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8230           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8231           with 4 or 6 channels, assume a default channel layout to make things
8232           work (not sure there's anything else we can do in those cases).
8233
8234 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8235
8236         * gst-libs/gst/audio/multichannel.c:
8237           Minor docs fix.
8238
8239         * gst-libs/gst/riff/Makefile.am:
8240         * gst-libs/gst/riff/riff-ids.h:
8241         * gst-libs/gst/riff/riff-media.c:
8242         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8243           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8244           channels and a channel layout map.
8245           
8246 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8247
8248         Reviewed by Edward Hervey  <edward@fluendo.com>
8249
8250         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8251         C-level optimization of the RGBA nearest neighbour function.
8252         Eventually this might end up in liboil with vectorized versions.
8253
8254 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8255
8256         * gst-libs/gst/audio/multichannel.c:
8257         (gst_audio_get_channel_positions):
8258           When we have more than 2 channels, but no channel layout is
8259           specified in the caps, return some default channel layout
8260           to the caller and warn about about a possibly buggy element
8261           (could be buggy filtercaps as well of course) (#317038).
8262
8263 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8264
8265         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8266           Add gst-libs/gst/cdda to list of lib search paths.
8267
8268 2006-02-15  Andy Wingo  <wingo@pobox.com>
8269
8270         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8271         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8272         to the Lord Jesus that I do not have to touch the ogg muxer ever
8273         again.
8274
8275 2006-02-15  Edward Hervey  <edward@fluendo.com>
8276
8277         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8278         quicktime movie files can also contain 'uuid' atoms.
8279
8280 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8281
8282         * gst/audioconvert/plugin.c: (plugin_init):
8283           Register the GstAudioChannelPosition enum type with the type
8284           system in the plugin_init function, so that it is known before
8285           any element actually makes use of multi-channel stuff. This is
8286           required for example if one wants to be able to deserialise/use
8287           a caps string with channel positions before any pipeline has
8288           been setup and started, like with gst-launch.
8289
8290 2006-02-14  Wim Taymans  <wim@fluendo.com>
8291
8292         * gst-libs/gst/audio/gstringbuffer.c:
8293         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8294         (gst_ring_buffer_samples_done), (wait_segment),
8295         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8296         Add some compiler G_(UN_)LIKELY help.
8297         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8298         make sure they can exit their functions. Should fix #330748
8299
8300 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8301
8302         * Makefile.am:
8303         * configure.ac:
8304         * win32/MANIFEST:
8305         * win32/common/_stdint.h:
8306           Windows does not have long long; copy the generated _stdint.h
8307         * win32/common/interfaces-enumtypes.c:
8308         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8309         (gst_mixer_track_flags_get_type),
8310         (gst_tuner_channel_flags_get_type):
8311         * win32/common/multichannel-enumtypes.c:
8312         (gst_audio_channel_position_get_type):
8313           update
8314
8315 2006-02-13  Wim Taymans  <wim@fluendo.com>
8316
8317         * gst-libs/gst/audio/gstbaseaudiosink.c:
8318         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8319         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8320         Always sync on first sample we receive when starting.
8321
8322 2006-02-13  Wim Taymans  <wim@fluendo.com>
8323
8324         * gst/playback/gstplaybin.c: (gen_vis_element):
8325         Update vis bin docs.
8326         Move queue after tee so we don't queue video buffers but
8327         audio samples instead. Fixes problems where the video queue
8328         is filled and the audio queue empty.
8329
8330 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8331
8332         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8333           No need to push an EOS event here, GstBaseSrc will do that for us
8334           when we return FLOW_UNEXPECTED.
8335           
8336 2006-02-12  Wim Taymans  <wim@fluendo.com>
8337
8338         * gst-libs/gst/audio/gstbaseaudiosink.c:
8339         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8340         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8341         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8342         Use scale functions when possible.
8343         Fix error messages.
8344         Free clockid when after waiting for EOS.
8345         Use G_(UN_)LIKLY when it makes sense.
8346         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8347
8348 2006-02-12  Edward Hervey  <edward@fluendo.com>
8349
8350         * gst/playback/gstplaybasebin.c: (prepare_output): 
8351         Remove stray semi-colon (fixes #330888).
8352
8353 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8354
8355         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8357         Fix up the XShm call testing so that we catch errors, and don't
8358         cause new ones by attempting to detach from a segment we failed
8359         to attach to. Fixes #312439.
8360
8361 2006-02-10  Edward Hervey  <edward@fluendo.com>
8362
8363         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8364         Added flv file typefind (video/x-flv).
8365
8366 2006-02-10  Edward Hervey  <edward@fluendo.com>
8367
8368         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8369         (gst_riff_create_video_template_caps):
8370         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8371         Also added the caps to the default set of riff video caps.
8372
8373 2006-02-09  Andy Wingo  <wingo@pobox.com>
8374
8375         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8376         time and the end time of the last packet in the page.
8377         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8378         on the pages in our queue, set the duration as well. Reflow a
8379         debug statement.
8380         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8381         Fixes bad muxing order.
8382
8383 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8384
8385         * gst-libs/gst/rtp/gstbasertppayload.c:
8386         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8387           update seqnum before setting it on the packet; this makes sure
8388           that the timestamp and seqnum properties match after pushing
8389           a buffer
8390
8391 2006-02-09  Andy Wingo  <wingo@pobox.com>
8392
8393         * gst-libs/gst/audio/gstringbuffer.c
8394         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8395         overflow after 13.5 hours of recording. Kapow!
8396
8397         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8398         the buffer size -- we don't care about underrun/overrun reporting
8399         right now, just need to return a useful value.
8400
8401 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8402
8403         * configure.ac:
8404           Back to CVS
8405
8406 === release 0.10.3 ===
8407
8408 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8409
8410         * configure.ac:
8411           releasing 0.10.3, "Under Pressure"
8412
8413 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8414
8415         * configure.ac:
8416         Drat. Bump libtool version number for new API.
8417         Prelease 0.10.2.3 (of 0.10.3)
8418
8419 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8420
8421         * configure.ac:
8422         * win32/common/config.h:
8423         0.10.2.2 prerelease (of 0.10.3).
8424
8425 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8426
8427         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8428           Revert Andy's newsegment change pending a more correct
8429           fix.
8430
8431 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8432
8433         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8434         (qt_type_find), (plugin_init):
8435           detect more files as 3gp
8436           group and reorder the iso file formats
8437
8438 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8439
8440         * ext/vorbis/vorbis.c: (plugin_init):
8441           Register musicbrainz tags, so apps don't have to.
8442
8443 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8444
8445         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8446         (gst_tag_to_vorbis_tag):
8447           Make sure we called gst_tag_register_musicbrainz_tags()
8448           before possibly mapping a vorbiscomment string from/to a
8449           musicbrainz tag.
8450
8451 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8452
8453         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8454           In case we can't find the required number of consecutive
8455           mpeg audio frames to positively identify an MPEG audio
8456           stream, check if there's at least a valid mpeg audio
8457           frame right at offset 0 and if so suggest mpeg/audio
8458           caps with a very low probability (#153004).
8459
8460 2006-02-07  Andy Wingo  <wingo@pobox.com>
8461
8462         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8463         a TIME segment if we get timestamped buffers. Requires recent
8464         fixes in core to work properly.
8465
8466 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8467
8468         * gst/playback/gstplaybasebin.c: (prepare_output):
8469           Don't print the URI as part of the error message, it
8470           makes error dialogs look rather ugly, especially if
8471           the URI is very long or has characters in it that
8472           need escaping.
8473
8474 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8475
8476         * gst/playback/gstplaybasebin.c: (prepare_output):
8477           Error out if we have only text or subtitles, but nothing
8478           else. Also error out if we have subtitles but no video
8479           stream.
8480
8481 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8482
8483         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8484           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8485           Post an error message on the bus when we encounter an
8486           error, which will hopefully be more meaningful than the
8487           'Internal Flow Error' message users get to see if we
8488           just return GST_FLOW_ERROR.
8489
8490 2006-02-07  Andy Wingo  <wingo@pobox.com>
8491
8492         * configure.ac (GST_MAJORMINOR): Update core version req to
8493         0.10.2.2, for the collectpads API addition (#330244).
8494
8495 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8496
8497         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8498           Return FALSE from plugin_init() when GnomeVFS can't
8499           be initialised for some reason (#328423).
8500
8501 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8502
8503         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8504         Stick to seeking theory until i find the bug.
8505         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8506
8507 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8508
8509         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8510         (theora_enc_finalize), (theora_enc_sink_setcaps),
8511         (theora_set_header_on_caps), (theora_enc_chain),
8512         (theora_enc_change_state):
8513         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8514           Make theoraenc and the tests leak free. Like, really.
8515
8516 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8517
8518         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8519         (theora_enc_finalize), (theora_enc_sink_setcaps):
8520           Add a finalize method to ensure we clean up state even if
8521           someone omitted the state change back to NULL.
8522
8523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8524         (gst_vorbisenc_chain):
8525           Free some more leaked bits.
8526
8527         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8528         (stop_pipeline):
8529           Wait for state changes to happen if they're ASYNC.
8530
8531           This ought to teach those fancy pants buildbots a lesson.
8532
8533 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8534
8535         * gst-libs/gst/tag/gstid3tag.c:
8536           Add mapping for ID3 International Standard Recording Code
8537           tag "TSRC"
8538
8539 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8540
8541         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8542           Don't leak tag names.
8543
8544 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8545
8546         * docs/libs/gst-plugins-base-libs-docs.sgml:
8547         * docs/libs/gst-plugins-base-libs-sections.txt:
8548         * gst-libs/gst/tag/gstid3tag.c:
8549         * gst-libs/gst/tag/gstvorbistag.c:
8550         * gst-libs/gst/tag/tags.c:
8551           Split libgsttag docs into multiple sections.
8552
8553 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8554
8555         * docs/libs/Makefile.am:
8556         * docs/libs/gst-plugins-base-libs-docs.sgml:
8557         * docs/libs/gst-plugins-base-libs-sections.txt:
8558         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8559         * gst-libs/gst/tag/gstvorbistag.c:
8560         * gst-libs/gst/tag/tag.h:
8561         * gst-libs/gst/tag/tags.c:
8562           Add libgsttag to the docs.
8563
8564 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8565
8566         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8567         (gst_text_overlay_init), (gst_text_overlay_src_event),
8568         (gst_text_overlay_collected): Fix clockoverlay.
8569
8570 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8571
8572         * docs/libs/compiling.sgml:
8573           Fix typo: it's pkg-config, not pkg-gconfig
8574
8575         * docs/libs/gst-plugins-base-libs-docs.sgml:
8576         * docs/libs/gst-plugins-base-libs-sections.txt:
8577         * docs/libs/tmpl/gstgconf.sgml:
8578           There is no libgstgconf in 0.10, remove it
8579           from the docs.
8580
8581 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8582
8583         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8584         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8585         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8586         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8587         (gst_sub_parse_class_init), (gst_sub_parse_init),
8588         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8589         (parse_mpsub), (parser_state_init), (handle_buffer),
8590         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8591         * gst/subparse/gstsubparse.h: Introduce seeking code.
8592
8593 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8594
8595         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8596           Add comment about LANGUAGE tag inconsistency (we want
8597           ISO-639-1, but extract three-letter identifiers?)
8598
8599         * po/POTFILES.in:
8600           Add two translatable files.
8601
8602 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8603
8604         * gst-libs/gst/tag/Makefile.am:
8605         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8606         * gst-libs/gst/tag/tag.h:
8607         * gst-libs/gst/tag/tags.c:
8608         (gst_tag_register_musicbrainz_tags_internal),
8609         (gst_tag_register_musicbrainz_tags):
8610           Forward-port some tags stuff from the 0.8 branch. This is
8611           mostly the addition of musicbrainz tags and their mapping
8612           to vorbistags, and a vorbistag mapping of the language tag.
8613
8614 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8615
8616         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8617         refactoring.
8618
8619 2006-02-04  David Schleef  <ds@schleef.org>
8620
8621         * ext/ogg/gstoggmux.c:
8622         * gst/typefind/gsttypefindfunctions.c:
8623           Add Dirac typefinding and add dirac format to oggmux.
8624
8625 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8626
8627         * gst/playback/gstdecodebin.c: (try_to_link_1):
8628           Don't put essential function call into
8629           g_return_*() macro, otherwise it'll all be
8630           replaced by NOOPs when compiling with
8631           G_DISABLE_CHECKS defined.
8632
8633 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8634
8635         * ext/ogg/gstoggdemux.c:
8636         * ext/ogg/gstoggparse.c:
8637         * gst/tcp/gsttcpserversink.c:
8638         * sys/v4l/v4lsrc_calls.c:
8639         * sys/v4l/v4lsrc_calls.h:
8640         Just make it compile with --disable-gst-debug.
8641
8642 2006-02-03  Wim Taymans  <wim@fluendo.com>
8643
8644         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8645         (gst_alsasink_class_init), (gst_alsasink_init),
8646         (gst_alsasink_write), (gst_alsasink_reset):
8647         * ext/alsa/gstalsasink.h:
8648         Add lock to protect alsa calls.
8649         Implement reset to flush samples ASAP, does not work
8650         with dmix though.
8651
8652 2006-02-02  Wim Taymans  <wim@fluendo.com>
8653
8654         * gst-libs/gst/audio/gstbaseaudiosink.c:
8655         (gst_base_audio_sink_provide_clock):
8656         Ugh.. getting late I guess...
8657
8658 2006-02-02  Wim Taymans  <wim@fluendo.com>
8659
8660         * gst-libs/gst/audio/gstbaseaudiosink.c:
8661         (gst_base_audio_sink_provide_clock),
8662         (gst_base_audio_sink_set_property),
8663         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8664         Don't try to provide a clock when we are not negotiated since
8665         we might not be able to make it run.
8666
8667 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8668
8669         * gst/playback/gstdecodebin.c: (try_to_link_1):
8670           Unlinking two source pads is ... hard.
8671
8672 2006-02-02  Wim Taymans  <wim@fluendo.com>
8673
8674         * gst-libs/gst/audio/TODO:
8675         Updated.
8676
8677         * gst-libs/gst/audio/gstbaseaudiosink.c:
8678         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8679         On EOS, wait till the last sample is played before posting EOS.
8680
8681 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8682
8683         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8684           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8685           setting queue_delay to zero. Also avoid thread being started if
8686           queue_delay is zero.
8687
8688 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8689
8690         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8691           Make test work again by connecting fakesinks to each decoded pad,
8692           which makes the pipeline wait until each fakesink has a buffer
8693           queued before going to PAUSED state. At that point we know the
8694           decodebin pads are negotiated.
8695
8696 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8697
8698         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8699         (gst_cdda_base_src_handle_event):
8700         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8701           Pass unhandled queries to the parent class's query function.
8702
8703 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8704
8705         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8706         (gst_ogg_pad_src_query):
8707         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8708         * ext/theora/theoradec.c: (theora_dec_src_query),
8709         (theora_dec_sink_query):
8710         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8711         (vorbis_dec_sink_query):
8712         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8713         (gst_vorbisenc_sink_query):
8714         * gst/adder/gstadder.c: (gst_adder_query):
8715           Pass unhandled queries upstream instead of just
8716           dropping them (#326447). Also, fix supported
8717           query types list for some elements.
8718
8719 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8720
8721         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8722         (paris_type_find), (ilbc_type_find), (plugin_init):
8723           Fix typefinding for audio/x-au, audio/x-paris and
8724           audio/iLBC-sh. We cannot use the START_WITH macros
8725           here, because there can only be one typefind factory
8726           with the same name (caps), so the second one would
8727           replace the first one and the first one would never
8728           be called when doing typefinding (see #161712).
8729           
8730
8731 2006-01-31  Wim Taymans  <wim@fluendo.com>
8732
8733         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8734         (vorbis_handle_header_packet), (vorbis_dec_push),
8735         (vorbis_handle_data_packet):
8736         Use scale_int when we can, add some more scaling.
8737         Check packettype before parsing it.
8738
8739 2006-01-31  Wim Taymans  <wim@fluendo.com>
8740
8741         * ext/theora/theoradec.c: (_theora_granule_time),
8742         (theora_dec_src_convert), (theora_dec_sink_convert):
8743         Call right _scale functions.
8744         Use parameter instead of some other random value.
8745
8746 2006-01-31  Wim Taymans  <wim@fluendo.com>
8747
8748         * ext/theora/theoradec.c: (_theora_granule_frame),
8749         (_theora_granule_time), (_inc_granulepos),
8750         (theora_dec_src_convert), (theora_dec_sink_convert),
8751         (theora_handle_type_packet), (theora_handle_data_packet),
8752         (theora_dec_chain):
8753         Use higher precision timestamps calculation.
8754         Convert some other conversions to _scale.
8755
8756 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8757
8758         * gst/audiotestsrc/gstaudiotestsrc.c:
8759         (gst_audio_test_src_create_sine_table), (plugin_init):
8760         * gst/volume/gstvolume.c: (plugin_init):
8761           initialize gst_controller before using
8762
8763 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8764
8765         * tests/check/pipelines/theoraenc.c:
8766         * tests/check/pipelines/vorbisenc.c:
8767         Define constant using G_GINT64_CONSTANT to avoid errors when
8768         passing it around - otherwise it gets truncated to 32 bits.
8769
8770         Fixes failing tests.
8771
8772 2006-01-31  Andy Wingo  <wingo@pobox.com>
8773
8774         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8775         caps being set doesn't have a framerate value. Basically a stopgap
8776         measure.
8777
8778         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8779         technically correct enough to put into core though.
8780         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8781         DURATION. Fixes theoraenc ! oggmux.
8782
8783         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8784         fraction, not double.
8785
8786 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8787
8788         * win32/vs7:
8789         add vs7 project files created by Sergey Scobich
8790
8791 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8792
8793         * win32/vs8:
8794         add vs8 project files created by Sergey Scobich
8795         
8796 2006-01-30  Andy Wingo  <wingo@pobox.com>
8797
8798         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8799         timestamp + duration, not just timestamp -- ogg pages should be
8800         ordered by stop time. Necessary fix given the change in vorbis
8801         timestamps.
8802
8803         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8804         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8805         (granulepos_add): New function, handles the messiness of adjusting
8806         granulepos values.
8807         (theora_buffer_from_packet):
8808         (theora_enc_chain):
8809         (theora_enc_sink_event): Use granulepos_add, not +.
8810
8811         * tests/check/pipelines/theoraenc.c
8812         (check_buffer_granulepos_from_starttime): Just check the frame
8813         count, not the actual granulepos -- we can't dictate to the
8814         encoder when it should be placing keyframes.
8815
8816 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8817
8818         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8819           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8820           play an http:// stream from a server that's not serving
8821
8822 2006-01-30  Andy Wingo  <wingo@pobox.com>
8823
8824         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8825         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8826         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8827         available.
8828
8829         * ext/theora/gsttheoraenc.h:
8830         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8831         although theoraenc was timestamping correctly. Added handling of
8832         streams that start with nonzero timestamps.
8833
8834         * tests/check/Makefile.am:
8835         * tests/check/pipelines/theoraenc.c: New file, basically does same
8836         tests as vorbisenc.
8837
8838         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8839
8840 2006-01-30  Wim Taymans  <wim@fluendo.com>
8841
8842         * gst-libs/gst/audio/gstaudiosink.c:
8843         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8844         (gst_audioringbuffer_pause):
8845         Implement pause that does not wait for completion.
8846
8847         * gst-libs/gst/audio/gstbaseaudiosink.c:
8848         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8849         Don't drop buffers when going to PAUSED but perform preroll on
8850         remaining samples now that core base class supports this.
8851
8852         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8853         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8854         (gst_ring_buffer_commit):
8855         Pause should not signal waiters.
8856         Implement return value of _commit correctly.
8857
8858 2006-01-30  Andy Wingo  <wingo@pobox.com>
8859
8860         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8861
8862         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8863         updated to timestamp from the first sample, not the last.
8864         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8865         special care of granulepos and timestamp for header packets.
8866         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8867         when the first buffer has a nonzero timestamp.
8868
8869         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
8870         (GstVorbisEnc.subgranule_offset): New members. Take care of the
8871         case when the first audio buffer we get has a nonzero timestamp.
8872         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
8873         properly timestamp vorbis buffers with the time of the first
8874         sample, not the last.
8875         
8876         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
8877         vorbis_granule_time_copy -- now it takes the granule/subgranule
8878         offset into account.
8879
8880         * tests/check/pipelines/vorbisenc.c: New test for correctness of
8881         timestamps, durations, and granulepos on buffers produced by
8882         vorbisenc.
8883
8884 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
8885
8886         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
8887         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
8888           Patch from Eric Jonas to support conversions to/from UYVY 
8889           (Fixes: #324626)
8890
8891 2006-01-30  Julien MOUTTE  <julien@moutte.net>
8892
8893         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
8894         (setup_subtitle), (setup_source), (set_active_source):
8895         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
8896         (gen_text_element), (gen_audio_element), (gen_vis_element),
8897         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
8898
8899 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
8900
8901         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
8902         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
8903                 use gst_guint64_to_gdouble to be compliant with vs6
8904         * gst/playback/gstdecodebin.c: (try_to_link_1)
8905         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
8906                 use G_GINT64_CONSTANT for int64 constants
8907         * win32/common/libgstinterfaces.def:
8908                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
8909         * win32/vs6:
8910                 update and add new project files
8911                 
8912 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8913
8914         * Makefile.am:
8915         * win32/MANIFEST:
8916         * win32/common/interfaces-enumtypes.c:
8917         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8918         (gst_mixer_track_flags_get_type),
8919         (gst_tuner_channel_flags_get_type):
8920         * win32/common/interfaces-enumtypes.h:
8921         * win32/common/multichannel-enumtypes.c:
8922         (gst_audio_channel_position_get_type):
8923         * win32/common/multichannel-enumtypes.h:
8924           add a win32-update rule like in core, and copy over enumtypes files
8925
8926 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
8927
8928         * win32/MANIFEST:
8929         * win32/common/config.h:
8930         * win32/common/config.h.in:
8931           add config files just like in core
8932
8933 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
8934
8935         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
8936           Make gcc-4.1 happy (part of #327357).
8937
8938 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8939
8940         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
8941         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
8942         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
8943         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
8944         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
8945         (gst_alsasrc_unprepare), (gst_alsasrc_read):
8946           Update all error messages.  All of them should either use
8947           the default translated message, or actually provide a
8948           translatable string.
8949           Make the string for channel count problems meaningful.
8950
8951 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
8952
8953         * sys/v4l/v4l_calls.c: (gst_v4l_open):
8954           check for and throw RESOURCE_BUSY
8955
8956 2006-01-27  David Schleef  <ds@schleef.org>
8957
8958         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
8959           checked in this change -- it requires liboil features not
8960           in 0.3.6.  Revert parts.
8961
8962 2006-01-27  David Schleef  <ds@schleef.org>
8963
8964         * REQUIREMENTS:
8965         * configure.ac: update liboil requirement to 0.3.6
8966         * gst/videoscale/Makefile.am:
8967         * gst/videoscale/vs_scanline.c: liboilify
8968
8969 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8970
8971         * ext/libvisual/visual.c: (get_buffer):
8972           When pad_alloc returns a GstFlowReturn other
8973           than GST_FLOW_OK, make sure it is passed upstream.
8974
8975 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
8976
8977         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8978         (gst_alsasink_class_init):
8979           Free the device name string.
8980
8981         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
8982         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
8983         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
8984           Don't remove a pad from the collectpads structure until it
8985           is released - it's a request pad, and may receive data again
8986           if the element gets moved back to PLAYING state.
8987
8988         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
8989           Ensure we turn on double buffering on the Xv port, and
8990           set the colour key to something dark and mysterious that
8991           isn't black.
8992
8993 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
8994
8995         * ext/alsa/gstalsaplugin.c: (plugin_init):
8996         * ext/cdparanoia/gstcdparanoiasrc.c:
8997         (gst_cd_paranoia_src_base_init), (plugin_init):
8998         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9000           - a library should not call setlocale. see "Libraries" node in
9001             gettext manual
9002           - make sure all plugins that use translation do bindtextdomain
9003             to point to the localedir
9004         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9005         (setup_sinks), (plugin_init):
9006           all this, and check for NULL when creating sinks
9007
9008 2006-01-27  Julien MOUTTE  <julien@moutte.net>
9009
9010         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9011         (plugin_init): Make typefinding of subtitles work again.
9012
9013 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
9014
9015         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9016         (mp3_type_frame_length_from_header), (mp3_type_find),
9017         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9018         (plugin_init):
9019           Backport a bunch of typefinding fixes from the 0.8 branch.
9020           Also, improve wavpack typefinding: if we can't peek the
9021           entire wavpack block, try to parse the bits we can get and
9022           see if we find what we're looking for in those.
9023
9024 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9025
9026         * sys/ximage/ximagesink.c:
9027         (gst_ximagesink_calculate_pixel_aspect_ratio):
9028         * sys/xvimage/xvimagesink.c:
9029         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9030         more cases of pixel aspect ratio.
9031
9032 2006-01-26  Edward Hervey  <edward@fluendo.com>
9033
9034         * gst/playback/gstdecodebin.c: (pad_probe):
9035         Also consider the flush-start and tag events as unblockers
9036         for the pad probes.
9037
9038 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9039
9040         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9041         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9042         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
9043         On the fly visualisation switch, works disabling, enabling as
9044         well but it won't be able to enable vis in a playbin that was
9045         created with no visualisation.
9046
9047 2006-01-25  Wim Taymans  <wim@fluendo.com>
9048
9049         * gst-libs/gst/audio/gstbaseaudiosink.c:
9050         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9051         Undo previous commit that returned WRONG_STATE sooner, it breaks 
9052         resume after pause.
9053
9054 2006-01-25  Wim Taymans  <wim@fluendo.com>
9055
9056         * gst-libs/gst/audio/gstbaseaudiosink.c:
9057         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9058         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9059         Improve debugging.
9060         Post error when caps cannot be parsed.
9061         Resync on discontinuity in the stream.
9062         Clip samples to segment boundaries.
9063         return WRONG_STATE sooner when we are flushing.
9064
9065         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9066         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9067         Make audiosrc operate in TIME.
9068         Set TIMESTAMP and DURATION on buffers.
9069
9070 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
9071
9072         * tests/examples/seek/seek.c: (main):
9073           Output tag messages as well.
9074
9075 2006-01-23  Edward Hervey  <edward@fluendo.com>
9076
9077         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9078         (free_pad_probes), (remove_fakesink), (pad_probe),
9079         (close_pad_link), (gst_decode_bin_change_state):
9080         Replace GstPadBlockCallback with pad probes that detect
9081         first buffer AND eos before removing fakesink.
9082         Fixes hang with demuxers doing EOS while pre-rolling.
9083         Solves #328279
9084
9085 2006-01-23  Andy Wingo  <wingo@pobox.com>
9086
9087         * ext/alsa/gstalsasink.c:
9088         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9089         (gst_base_rtp_depayload_setcaps),
9090         (gst_base_rtp_depayload_add_to_queue),
9091         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9092         
9093         Patch by: Jens Granseuer <jensgr at gmx dot net>
9094
9095 2006-01-22  Julien MOUTTE  <julien@moutte.net>
9096
9097         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9098         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9099         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
9100         frames. We might get a frame destroyed after changing state to
9101         NULL, adding a safety check on xcontext.
9102
9103 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9104
9105         * gst-libs/gst/interfaces/xoverlay.c:
9106           Fix prepare-xwindow-id code example in the docs - we need to
9107           ignore all messages that aren't element messages as well.
9108           
9109 2006-01-21  Julien MOUTTE  <julien@moutte.net>
9110
9111         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9112           I think one day i'll completely undestand how caps negotiation
9113           is supposed to work. This refactoring handles buffer_alloc
9114           called with caps we can't handle. We definitely don't want a
9115           set_caps with those caps, so we define and allocate a buffer
9116           we would like to receive.
9117
9118 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9119
9120         * gst/playback/gstplaybasebin.c: (setup_source):
9121           Free iterator when done.
9122
9123 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
9124
9125         * gst-libs/gst/audio/gstbaseaudiosink.c:
9126         (gst_base_audio_sink_render):
9127           Fix playback of non-synchronised streams by assuming a rate
9128           of 1.0 instead of a random one.
9129
9130           Makes this work again:
9131
9132           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9133           endianness=(int)4321, signed=(boolean)true, width=(int)16,
9134           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9135           audioresample ! alsasink
9136
9137 === release 0.10.2 ===
9138
9139 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
9140
9141         * configure.ac:
9142           releasing 0.10.2, "Then the devil is six"
9143
9144 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9145
9146         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9147         * gst/playback/gststreamselector.c:
9148         (gst_stream_selector_set_property):
9149           Comment out broken code that connects to the state-changed signal.
9150           At this point, changing current stream selection is broken, but 
9151           stuff like gst-launch playbin current-audio=1 works and filters
9152           to the chosen stream.
9153
9154 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9155
9156         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9157           Fix #327216 (null dereference in vorbisdec)
9158
9159 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9160
9161         * ext/theora/theoradec.c: (theora_handle_comment_packet):
9162           Post taglist actually on bus instead of just freeing it
9163           (fixes #327114 and totem bug #327080).
9164
9165         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9166           Use gst_element_found_tags_for_pad(), so that the tags
9167           are sent downstream as an event as well.
9168
9169 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9170
9171         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9172         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9173         (gst_ximagesink_buffer_alloc):
9174         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9175         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9176         (gst_xvimagesink_buffer_alloc):
9177           move all regularly occurring messages to GST_LOG level
9178           add some more object logs
9179
9180 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9181
9182         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9183           fix a silly segfault
9184
9185 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9186
9187         * docs/libs/gst-plugins-base-libs-docs.sgml:
9188         * docs/libs/gst-plugins-base-libs-sections.txt:
9189         * gst-libs/gst/audio/mixerutils.c:
9190         * gst-libs/gst/audio/mixerutils.h:
9191           Add docs for mixerutils stuff.
9192
9193 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9194
9195         * gst/playback/gstplaybasebin.c: (setup_source):
9196           Fix playback for sources that emit raw audio or
9197           raw video streams (e.g.: cd audio sources) (#325984).
9198
9199 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9200
9201         * gst-libs/gst/audio/mixerutils.c:
9202         (gst_audio_mixer_filter_do_filter):
9203           actually save the element we create
9204
9205 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9206
9207         * gst-libs/gst/cdda/gstcddabasesrc.c:
9208         (gst_cdda_base_src_handle_track_seek):
9209           No need to post a tag message on the bus when seeking
9210           within the same track, only post it when the current
9211           track changes.
9212
9213 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9214
9215         * gst/playback/gstplaybasebin.c: (group_destroy),
9216         (probe_triggered), (new_decoded_pad), (mute_group_type),
9217         (set_active_source):
9218         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9219         * gst/playback/gststreamselector.c:
9220         (gst_stream_selector_base_init),
9221         (gst_stream_selector_set_property),
9222         (gst_stream_selector_request_new_pad):
9223           Reenable stream selection. These mechanisms need a complete overhaul
9224           in the face of 0.8->0.10 changes though.
9225
9226 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9227
9228         * ext/ogg/gstoggdemux.c:
9229           Change the pad template to src_%d to match the pads that 
9230           are created from it. decodebin needs this information in order
9231           to decide that oggdemux is capable of producing multiple pads
9232           (and hence needs queues inserted).
9233
9234         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9235         (gst_ogg_mux_collected):
9236           Make debug output more useful by using GST_PTR_FORMAT.
9237
9238 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9239
9240         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9241
9242         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9243           Set depth and width for alaw/mulaw (fixes #326601).
9244
9245 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9246
9247         * tests/icles/Makefile.am:
9248           don't build the tests if we don't have the libs
9249
9250 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9253         (gst_cd_paranoia_paranoia_callback):
9254           Don't try to free NULL pointers.
9255
9256 2006-01-10  Edward Hervey  <edward@fluendo.com>
9257
9258         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9259         (gst_audio_rate_change_state), (plugin_init):
9260         Add debugging category.
9261         Fix type issues.
9262         Add case for incoming buffers without valid offset/offset_end.
9263
9264 2006-01-10  Michael Smith  <msmith@fluendo.com>
9265
9266         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9267           Don't leak GCond in audio sources.
9268
9269 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9270
9271         * gst/playback/gstplaybin.c: (gen_audio_element):
9272           Don't leak an autoaudiosink/alsasink when we generate
9273           a new audio element. (old code, I guess)
9274
9275 2006-01-10  Michael Smith  <msmith@fluendo.com>
9276
9277         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9278           Support float audio in audiorate.
9279           Use width rather than depth for selecting sample width.
9280
9281 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9282
9283         * gst/videotestsrc/videotestsrc.h:
9284           Use GLib types here (that way we don't have to include the
9285           generated _stdint.h header, which makes life easier for win32
9286           folks that don't use autotools for the build) (#325990, patch
9287           by: Sergey Scobich).
9288
9289 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9290
9291         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9292         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9293         (gst_ring_buffer_pause), (wait_segment):
9294         * gst-libs/gst/audio/gstringbuffer.h:
9295           Name (private) union, makes Forte compiler happy (this time
9296           for real) (#324900).
9297
9298 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9299
9300         * gst-libs/gst/audio/Makefile.am:
9301           Link against libgstinterfaces, needed for mixer
9302           and property probe stuff.
9303
9304 2006-01-09  Edward Hervey  <edward@fluendo.com>
9305
9306         * gst-libs/gst/Makefile.am:
9307
9308 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9309
9310         * gst-libs/gst/audio/Makefile.am:
9311         * gst-libs/gst/audio/mixerutils.c:
9312         (gst_audio_mixer_filter_do_filter),
9313         (gst_audio_mixer_filter_check_element),
9314         (gst_audio_mixer_filter_probe_feature),
9315         (element_factory_rank_compare_func),
9316         (gst_audio_default_registry_mixer_filter):
9317         * gst-libs/gst/audio/mixerutils.h:
9318           Add gst_audio_default_registry_mixer_filter() utility
9319           function.
9320
9321 2006-01-03  Michael Smith  <msmith@fluendo.com>
9322
9323         * gst/audioresample/resample.h:
9324           As before, but for o_buf
9325
9326 2006-01-03  Michael Smith  <msmith@fluendo.com>
9327
9328         * gst/audioresample/resample.h:
9329           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9330           since we do arithmetic on it.
9331
9332 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9333
9334         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9335         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9336         (gst_ring_buffer_pause), (wait_segment):
9337         * gst-libs/gst/audio/gstringbuffer.h:
9338           Sun's Forte compiler doesn't seem to like anonymous structs,
9339           so use same setup as in GstBaseSrc (fixes #324900).
9340
9341 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9342
9343         * configure.ac:
9344         * gst/volume/Makefile.am:
9345         * gst/volume/demo.c:
9346           move old example to tests/examples/volume/volune.c
9347         * tests/examples/Makefile.am:
9348         * tests/examples/seek/seek.c: (main):
9349           change window-close event from "delete-event" to "destroy"
9350         * tests/examples/volume/Makefile.am:
9351         * tests/examples/volume/volume.c: (value_changed_callback),
9352         (setup_gui), (message_received), (eos_message_received), (main):
9353           fix event handling and bus usage
9354
9355 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9356
9357         * gst/audiotestsrc/gstaudiotestsrc.c:
9358         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9359         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9360         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9361         (gst_audio_test_src_create_square),
9362         (gst_audio_test_src_create_saw),
9363         (gst_audio_test_src_create_triangle),
9364         (gst_audio_test_src_create_silence),
9365         (gst_audio_test_src_create_white_noise),
9366         (gst_audio_test_src_create_pink_noise),
9367         (gst_audio_test_src_init_sine_table),
9368         (gst_audio_test_src_create_sine_table),
9369         (gst_audio_test_src_change_wave),
9370         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9371         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9372         * gst/audiotestsrc/gstaudiotestsrc.h:
9373           update to basesrc changes, implement segmented seeking and eos
9374           handling, add a 'sine-tab' waveform for performance critical playback
9375
9376 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9377
9378         * po/POTFILES.in:
9379           ... and this time the other modified file that I missed last time.
9380
9381 2005-12-29  Michael Smith  <msmith@fluendo.com>
9382
9383         * gst/playback/gstdecodebin.c: (new_pad):
9384           Fix non-C89 variable declaration not at the start of a block. Should
9385           help some compilers.
9386
9387 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9388
9389         * tests/check/Makefile.am:
9390           And now fix 'make distcheck' (builddir != srcdir)
9391
9392 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9393
9394         * configure.ac:
9395         * ext/cdparanoia/Makefile.am:
9396         * ext/cdparanoia/gstcdparanoia.c:
9397         * ext/cdparanoia/gstcdparanoia.h:
9398         * ext/cdparanoia/gstcdparanoiasrc.c:
9399         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9400         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9401         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9402         (gst_cd_paranoia_paranoia_callback),
9403         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9404         (gst_cd_paranoia_src_set_property),
9405         (gst_cd_paranoia_src_get_property), (plugin_init):
9406         * ext/cdparanoia/gstcdparanoiasrc.h:
9407           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9408           plugin again (there are still fixes required to playbin to make
9409           cdda:// uris work there).
9410
9411 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9412
9413         * tests/check/Makefile.am:
9414           Fix test case compilation.
9415
9416 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9417
9418         * gst-libs/gst/cdda/gstcddabasesrc.c:
9419         (gst_cdda_base_src_update_duration),
9420         (gst_cdda_base_src_calculate_cddb_id):
9421           An integer is not a string. Fix access to uninitialised variable.
9422
9423         * tests/check/Makefile.am:
9424           Add cddabasesrc unit test; also actually enable the vorbis test.
9425
9426         * tests/check/generic/states.c:
9427           Blacklist new cd audio elements as well.
9428
9429         * tests/check/libs/cddabasesrc.c:
9430           Unit test for GstCddaBaseSrc (discid calculation mostly).
9431
9432 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9433
9434         * docs/libs/Makefile.am:
9435         * docs/libs/gst-plugins-base-libs-docs.sgml:
9436         * docs/libs/gst-plugins-base-libs-sections.txt:
9437         * docs/libs/gst-plugins-base-libs.types:
9438           Add docs for libgstcdda/GstCddaBaseSrc.
9439
9440         * gst-libs/gst/interfaces/mixertrack.h:
9441           Do one struct member per line with a semicolon at the end, that way
9442           even gtk-doc might parse it without complaining.
9443
9444 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9445
9446         * configure.ac:
9447         * gst-libs/gst/Makefile.am:
9448         * gst-libs/gst/cdda/Makefile.am:
9449         * gst-libs/gst/cdda/base64.c:
9450         * gst-libs/gst/cdda/base64.h:
9451         * gst-libs/gst/cdda/gstcddabasesrc.c:
9452         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9453         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9454         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9455         (gst_cdda_base_src_get_property),
9456         (gst_cdda_base_src_get_track_from_sector),
9457         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9458         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9459         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9460         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9461         (gst_cdda_base_src_uri_get_protocols),
9462         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9463         (gst_cdda_base_src_uri_handler_init),
9464         (gst_cdda_base_src_setup_interfaces),
9465         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9466         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9467         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9468         (gst_cdda_base_src_add_tags),
9469         (gst_cdda_base_src_add_index_associations),
9470         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9471         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9472         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9473         (gst_cdda_base_src_create):
9474         * gst-libs/gst/cdda/gstcddabasesrc.h:
9475         * gst-libs/gst/cdda/sha1.c:
9476         * gst-libs/gst/cdda/sha1.h:
9477           Add new libgstcdda with GstCddaBaseSrc class.
9478
9479 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9480
9481         * ext/gnomevfs/gstgnomevfssink.h:
9482           Use GstBaseSinkClass as parent_class member for class struct, not
9483           GstBaseSink.
9484
9485 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9486
9487         Patch by: Michael Benes
9488
9489         * gst/videotestsrc/gstvideotestsrc.c:
9490         (gst_video_test_src_class_init), (gst_video_test_src_start):
9491           Add start method to reset running time and number of frames sent
9492           when starting up (fixes #324696)
9493
9494 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9495
9496         * docs/plugins/Makefile.am:
9497         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9498         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9499         * docs/plugins/gst-plugins-base-plugins.args:
9500         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9501         * docs/plugins/gst-plugins-base-plugins.signals:
9502           Add docs stuff for gnomevfssrc and gnomevfssink.
9503
9504         * ext/gnomevfs/gstgnomevfssrc.c:
9505           Fix example pipeline in gtk-doc blurb.
9506
9507 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9508
9509         * ext/gnomevfs/Makefile.am:
9510         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9511         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9512         (gst_gnome_vfs_handle_get_type), (plugin_init):
9513         * ext/gnomevfs/gstgnomevfs.h:
9514         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9515         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9516         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9517         (gst_gnome_vfs_sink_set_property),
9518         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9519         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9520         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9521         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9522         (gst_gnome_vfs_sink_uri_get_type),
9523         (gst_gnome_vfs_sink_uri_get_protocols),
9524         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9525         (gst_gnome_vfs_sink_uri_handler_init):
9526         * ext/gnomevfs/gstgnomevfssink.h:
9527           Port gnomevfssink; add gtk-doc blurb.
9528
9529         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9530         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9531         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9532         (gst_gnome_vfs_src_uri_get_type),
9533         (gst_gnome_vfs_src_uri_get_protocols),
9534         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9535         (gst_gnome_vfs_src_uri_handler_init),
9536         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9537         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9538         (gst_gnome_vfs_src_send_additional_headers_callback),
9539         (gst_gnome_vfs_src_received_headers_callback),
9540         (gst_gnome_vfs_src_push_callbacks),
9541         (gst_gnome_vfs_src_pop_callbacks),
9542         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9543         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9544         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9545         * ext/gnomevfs/gstgnomevfssrc.h:
9546           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9547           file; add gtk-doc blurb with example pipelines.
9548
9549 === release 0.10.1 ===
9550
9551 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9552
9553         * configure.ac:
9554           releasing 0.10.1, "Dobro Dedek"
9555
9556 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9557
9558         * gst/typefind/gsttypefindfunctions.c:
9559         iLBC30 and iLBC20 added to typefind.
9560
9561 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9562
9563         * gst-libs/gst/audio/gstbaseaudiosink.c:
9564         (gst_base_audio_sink_class_init):
9565         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9566         (gst_base_audio_src_class_init):
9567           update strings, values are in microseconds
9568           change the default sink buffer time to something that is smaller
9569           (to help software volume mixing have a slightly lower delay) but
9570           still be acceptable on Wim's laptop
9571
9572 2005-12-20  Edward Hervey  <edward@fluendo.com>
9573
9574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9575         Made a quack, forgot to add DUCK to the riff video template.
9576
9577 2005-12-19  Edward Hervey  <edward@fluendo.com>
9578
9579         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9580         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9581         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9582         (gst_ogm_parse_chain):
9583         Make sure pads are initialized correctly.
9584         * gst-libs/gst/riff/riff-ids.h:
9585         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9586         (gst_riff_create_video_template_caps):
9587         Add a whole bunch of FOURCC <=> MimeType.
9588         Extend the riff video pad template to support the newly added fourcc.
9589
9590 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9591
9592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9593         (gst_ogg_demux_activate_chain):
9594           Extra debug output when activating/deactivating chains.
9595
9596         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9597         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9598         (unlinked):
9599           Remove a queue from our list when it becomes unlinked.
9600           Don't add queues to elements in class 'Demux' if they
9601           can only produce one pad 
9602
9603 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9604
9605         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9606         (gst_video_sink_get_type): Add a debug category.
9607
9608 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9609
9610         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9611         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9612           Handle downstream newsegment by sending our own newsegment before the
9613           next buffer to be released. (#323900)
9614
9615 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9616
9617         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9618         (gst_base_rtp_depayload_set_gst_timestamp):
9619           add queue delay to new segment as well (as opposed to just the first
9620           buffer). (bug #322347)
9621
9622 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9623
9624         * ext/libvisual/visual.c: (make_valid_name):
9625           change some char* into char[]
9626         * gst/audiotestsrc/gstaudiotestsrc.c:
9627         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9628         (gst_audio_test_src_create):
9629         * gst/audiotestsrc/gstaudiotestsrc.h:
9630           prepare to handle EOS and SEGMENT_DONE
9631
9632 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9633
9634         * tests/check/generic/states.c: (GST_START_TEST):
9635           Blacklist cdparanoia element in state test.
9636
9637 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9638
9639           Patch by: Benjamin Pineau
9640
9641         * gst/tcp/gsttcp.c:
9642         * gst/tcp/gsttcpclientsink.c:
9643         * gst/tcp/gsttcpserversink.c:
9644         * gst/tcp/gsttcpserversrc.c:
9645           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9646
9647 2005-12-15  Michael Smith  <msmith@fluendo.com>
9648
9649         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9650         (gst_video_rate_chain):
9651           Fix timestamping for videorate when the first buffer it sees has a
9652           non-zero timestamp. Fix some misleading debug output.
9653
9654 2005-12-15  Michael Smith  <msmith@fluendo.com>
9655
9656         * gst/audioresample/gstaudioresample.c:
9657           Don't leak all input buffers to audioresample.
9658
9659 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9660
9661         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9662           Don't operate on empty text buffers. Strip newlines and
9663           tabs only from the end of the text, but leave them intact
9664           in the middle. Fix typo in gtk-doc description.
9665
9666 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * gst/playback/gstplaybasebin.c:
9669         * gst/playback/gstplaybin.c: (handoff):
9670           Make sure the video frame buffer we return to apps via the
9671           "frame" property always has caps set on it. Modify
9672           _gst_gvalue_set_object() macro to handle NULL objects
9673           gracefully too.
9674
9675 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9676
9677         * gst/audiotestsrc/gstaudiotestsrc.c:
9678         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9679         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9680         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9681         (gst_audio_test_src_create):
9682         * gst/audiotestsrc/gstaudiotestsrc.h:
9683         Adjust to some recent api changes and add wtays new cool seeking
9684         capabillities
9685
9686 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9687
9688         * ext/alsa/Makefile.am:
9689         * ext/alsa/gstalsadeviceprobe.c:
9690         * ext/alsa/gstalsadeviceprobe.h:
9691           Helper functions to add device probing via the GstPropertyProbe
9692           interface to a class.
9693
9694         * ext/alsa/gstalsamixer.h:
9695           Comment out GST_ALSA_MIXER, it returns a struct that's not
9696           used.
9697
9698         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9699           Add some debug info. 
9700
9701         * ext/alsa/gstalsamixerelement.c:
9702         (gst_alsa_mixer_element_interface_supported),
9703         (gst_implements_interface_init),
9704         (gst_alsa_mixer_element_init_interfaces),
9705         (gst_alsa_mixer_element_class_init),
9706         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9707         (gst_alsa_mixer_element_set_property),
9708         (gst_alsa_mixer_element_get_property),
9709         (gst_alsa_mixer_element_change_state):
9710         * ext/alsa/gstalsamixerelement.h:
9711           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9712           for device handling (gnome-volume-control will need that).
9713
9714 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9715
9716         * ext/Makefile.am: fix cdparanoia entry
9717         * gst-plugins-base.spec.in: add cdparanoia
9718
9719 2005-12-12  Michael Smith  <msmith@fluendo.com>
9720
9721         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9722           Use the correct function to free list of typefind factories.
9723
9724 2005-12-12  Wim Taymans  <wim@fluendo.com>
9725
9726         * gst/videotestsrc/gstvideotestsrc.c:
9727         (gst_video_test_src_class_init), (gst_video_test_src_init),
9728         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9729         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9730         (gst_video_test_src_create):
9731         * gst/videotestsrc/gstvideotestsrc.h:
9732         Implement seeking in videotestsrc.
9733         Small cleanups.
9734
9735 2005-12-12  Wim Taymans  <wim@fluendo.com>
9736
9737         * ext/cdparanoia/Makefile.am:
9738         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9739         (gst_paranoia_endian_get_type), (_do_init),
9740         (cdparanoia_class_init), (cdparanoia_init),
9741         (cdparanoia_set_property), (cdparanoia_get_property),
9742         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9743         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9744         (cdparanoia_convert), (cdparanoia_get_query_types),
9745         (cdparanoia_query), (cdparanoia_set_index),
9746         (cdparanoia_uri_set_uri):
9747         * ext/cdparanoia/gstcdparanoia.h:
9748         Partially ported cdparanoia now that basesrc can support a
9749         plugin like this..
9750
9751 2005-12-12  Wim Taymans  <wim@fluendo.com>
9752
9753         * tests/examples/seek/scrubby.c: (main):
9754         Set higher priority for bus events so they don't get reordered with
9755         gtk gui events.
9756
9757         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9758         (flush_toggle_cb), (main):
9759         Added checkbox to disable flushing seeks. 
9760         Disable scrubbing when doing non flushing seeks.
9761
9762 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9763
9764         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9765         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9766         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9767         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9768           Implement some sort of event handling that doesn't rely on
9769           g_return_if_fail; make sure we always push the last chunk of an 
9770           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9771           state change function; remove some old cruft. Seeking is still
9772           rather unlikely to work though.
9773
9774         * tools/.cvsignore:
9775           Ignore more.
9776
9777 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9778
9779         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9780         Fixed a leak of the current image reference when cleaning up.
9781         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9782
9783 2005-12-09  Michael Smith  <msmith@fluendo.com>
9784
9785         * tools/Makefile.am:
9786         * tools/gst-launch-ext-m.m:
9787           Remove gst-launch-ext. It doesn't work, and is no longer
9788           particularly useful.
9789
9790 2005-12-08  Luca Ognibene  <luogni@tin.it>
9791
9792         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9793           don't pass random values to ogmparse convert function.
9794           Make seeking possible in the exile1.ogm file.
9795
9796 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9797
9798         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9799         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9800           Work around refcount problem with g_value_set_object() that occur
9801           if the core has been compiled against GLib-2.6 (g_value_set_object()
9802           will only g_object_ref() the element, but the caller will
9803           gst_object_unref() it and bad things will happen due to the way
9804           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9805           totem for people on FC4 using Thomas's 0.10 RPMs.
9806           
9807 2005-12-07  Edward Hervey  <edward@fluendo.com>
9808
9809         Time to welcome ogm to 0.10 :)
9810         
9811         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9812         (gst_ogg_pad_typefind):
9813         Oggdemux can now properly typefind elements with dynamic pads.
9814         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9815         Properly set caps on src pad, and set caps on outgoing buffers.
9816
9817 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9818
9819         * ext/alsa/gstalsamixer.h:
9820         * ext/alsa/gstalsamixerelement.h:
9821         * ext/alsa/gstalsamixeroptions.h:
9822         * ext/alsa/gstalsamixertrack.h:
9823         * ext/alsa/gstalsasink.c:
9824         * ext/alsa/gstalsasink.h:
9825         * ext/alsa/gstalsasrc.c:
9826         * ext/alsa/gstalsasrc.h:
9827         * ext/cdparanoia/gstcdparanoia.h:
9828         * ext/gnomevfs/gstgnomevfsuri.h:
9829         * ext/ogg/gstoggdemux.c:
9830         * ext/ogg/gstoggmux.c:
9831         * ext/pango/gsttextoverlay.h:
9832         * ext/theora/theoradec.c:
9833         * ext/theora/theoraenc.c:
9834         * ext/vorbis/vorbisdec.h:
9835         * ext/vorbis/vorbisenc.c:
9836         * ext/vorbis/vorbisenc.h:
9837         * ext/vorbis/vorbisparse.h:
9838         * gst-libs/gst/audio/gstaudioclock.h:
9839         * gst-libs/gst/audio/gstaudiosink.c:
9840         * gst-libs/gst/audio/gstaudiosink.h:
9841         * gst-libs/gst/audio/gstaudiosrc.c:
9842         * gst-libs/gst/audio/gstaudiosrc.h:
9843         * gst-libs/gst/audio/gstbaseaudiosink.c:
9844         * gst-libs/gst/audio/gstbaseaudiosink.h:
9845         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9846         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9847         * gst-libs/gst/audio/gstringbuffer.h:
9848         * gst-libs/gst/audio/multichannel.h:
9849         * gst-libs/gst/floatcast/floatcast.h:
9850         * gst-libs/gst/interfaces/colorbalance.c:
9851         * gst-libs/gst/interfaces/colorbalance.h:
9852         * gst-libs/gst/interfaces/colorbalancechannel.h:
9853         * gst-libs/gst/interfaces/mixer.h:
9854         * gst-libs/gst/interfaces/mixeroptions.h:
9855         * gst-libs/gst/interfaces/mixertrack.h:
9856         * gst-libs/gst/interfaces/navigation.h:
9857         * gst-libs/gst/interfaces/propertyprobe.h:
9858         * gst-libs/gst/interfaces/tuner.h:
9859         * gst-libs/gst/interfaces/tunerchannel.h:
9860         * gst-libs/gst/interfaces/tunernorm.h:
9861         * gst-libs/gst/interfaces/xoverlay.h:
9862         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9863         * gst-libs/gst/riff/riff-ids.h:
9864         * gst-libs/gst/riff/riff-media.h:
9865         * gst-libs/gst/riff/riff-read.h:
9866         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9867         * gst-libs/gst/rtp/gstbasertppayload.c:
9868         * gst-libs/gst/rtp/gstbasertppayload.h:
9869         * gst-libs/gst/rtp/gstrtpbuffer.c:
9870         * gst-libs/gst/rtp/gstrtpbuffer.h:
9871         * gst-libs/gst/tag/gsttageditingprivate.h:
9872         * gst-libs/gst/tag/gstvorbistag.c:
9873         (gst_tag_list_from_vorbiscomment_buffer):
9874         * gst-libs/gst/tag/tag.h:
9875         * gst-libs/gst/video/video.h:
9876         * gst/adder/gstadder.c:
9877         * gst/adder/gstadder.h:
9878         * gst/audioconvert/audioconvert.c:
9879         * gst/audioconvert/audioconvert.h:
9880         * gst/audioconvert/gstaudioconvert.c:
9881         * gst/audioconvert/gstchannelmix.c:
9882         * gst/audioconvert/gstchannelmix.h:
9883         * gst/audiorate/gstaudiorate.c:
9884         * gst/audioresample/buffer.h:
9885         * gst/audioresample/functable.h:
9886         * gst/audioresample/gstaudioresample.c:
9887         * gst/audioresample/resample.h:
9888         * gst/ffmpegcolorspace/avcodec.h:
9889         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9890         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
9891         * gst/ffmpegcolorspace/imgconvert.c:
9892         * gst/ffmpegcolorspace/imgconvert_template.h:
9893         * gst/playback/gstdecodebin.c:
9894         * gst/playback/gstplaybasebin.h:
9895         * gst/playback/gstplaybin.c:
9896         * gst/playback/gststreaminfo.h:
9897         * gst/tcp/gstfdset.c:
9898         * gst/tcp/gstfdset.h:
9899         * gst/tcp/gstmultifdsink.c:
9900         * gst/tcp/gstmultifdsink.h:
9901         * gst/tcp/gsttcp.h:
9902         * gst/tcp/gsttcpclientsrc.c:
9903         * gst/tcp/gsttcpclientsrc.h:
9904         * gst/tcp/gsttcpplugin.h:
9905         * gst/tcp/gsttcpserversink.c:
9906         * gst/tcp/gsttcpserversrc.c:
9907         * gst/typefind/gsttypefindfunctions.c:
9908         * gst/videorate/gstvideorate.c:
9909         * gst/videotestsrc/gstvideotestsrc.h:
9910         * gst/videotestsrc/videotestsrc.h:
9911         * sys/v4l/gstv4lcolorbalance.h:
9912         * sys/v4l/gstv4ltuner.h:
9913         * sys/v4l/gstv4lxoverlay.h:
9914         * sys/v4l/v4l_calls.h:
9915         * sys/v4l/videodev_mjpeg.h:
9916         * tests/check/elements/audioconvert.c:
9917         * tests/check/elements/audioresample.c:
9918         * tests/check/elements/audiotestsrc.c:
9919         * tests/check/elements/videotestsrc.c:
9920         * tests/check/elements/volume.c:
9921         * tests/examples/seek/scrubby.c:
9922         * tests/examples/seek/seek.c:
9923           expand tabs
9924
9925 === release 0.10.0 ===
9926
9927 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
9928
9929         * configure.ac:
9930           releasing 0.10.0, "Mont-d'or"
9931
9932 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
9933
9934         * tests/examples/seek/Makefile.am:
9935         Build fix for when gtk is not available.
9936
9937 2005-12-05  Andy Wingo  <wingo@pobox.com>
9938
9939         * ext/libvisual/visual.c: (get_buffer):
9940         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
9941         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9942         * ext/theora/theoradec.c: (theora_handle_data_packet):
9943         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
9944         (theora_enc_chain):
9945         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9946         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
9947         Update for alloc_buffer changes.
9948
9949 2005-12-05  Andy Wingo  <wingo@pobox.com>
9950
9951         patch by: Kai Vehmanen <kv2004 eca cx>
9952         
9953         * gst-libs/gst/rtp/gstbasertpdepayload.c
9954         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
9955
9956 2005-12-04  Andy Wingo  <wingo@pobox.com>
9957
9958         patch by: Sebastien Cote <sebas642 yahoo ca>
9959         
9960         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
9961         Fixes #319172.
9962
9963 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
9964
9965         * docs/plugins/Makefile.am:
9966         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9967         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9968         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9969         * ext/pango/gstclockoverlay.c:
9970         * ext/pango/gsttextoverlay.c: 
9971         * ext/pango/gsttextrender.c:
9972         * ext/pango/gsttimeoverlay.c:
9973           Add gtk-doc blurbs to pango elements.
9974
9975 2005-12-02  Wim Taymans  <wim@fluendo.com>
9976
9977         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
9978         * gst/audioresample/buffer.h:
9979         * gst/audioresample/gstaudioresample.c:
9980         * gst/audioresample/gstaudioresample.h:
9981         * gst/audioresample/resample.c: (resample_input_flush),
9982         (resample_input_pushthrough), (resample_input_eos),
9983         (resample_get_output_size_for_input),
9984         (resample_get_input_size_for_output), (resample_get_output_size),
9985         (resample_get_output_data):
9986         * gst/audioresample/resample.h:
9987         * gst/audioresample/resample_ref.c: (resample_scale_ref):
9988         Fix audioresample, seek torture, new segments, reverse negotiation
9989         etc.. work fine.
9990
9991 2005-12-02  Wim Taymans  <wim@fluendo.com>
9992
9993         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
9994         Small cleanups.
9995
9996 2005-12-02  Wim Taymans  <wim@fluendo.com>
9997
9998         * gst/audioconvert/gstaudioconvert.c:
9999         (gst_audio_convert_transform):
10000         Post errors.
10001
10002 === release 0.9.7 ===
10003
10004 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10005
10006         * configure.ac:
10007           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10008
10009 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10010
10011         * Makefile.am:
10012         * po/hu.po:
10013         * win32/MANIFEST:
10014         * win32/gst.sln:
10015           add win32 MANIFEST file
10016           do something to the hungarian translation
10017
10018 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
10019
10020         * ext/Makefile.am:
10021           Add $(PANGO_DIR) to SUBDIRS
10022
10023         * ext/pango/gstclockoverlay.c:
10024         * ext/pango/gsttimeoverlay.c:
10025           Fix and improve element descriptions.
10026
10027 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10028
10029         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10030         * docs/plugins/inspect/plugin-libvisual.xml:
10031         * docs/plugins/inspect/plugin-pango.xml:
10032           add pango plugin to docs
10033
10034 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10035
10036         * configure.ac:
10037         * ext/Makefile.am:
10038           moved pango to base
10039
10040 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10041
10042         * configure.ac:
10043         * tests/Makefile.am:
10044         * tests/icles/.cvsignore:
10045         * tests/icles/Makefile.am:
10046         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10047         (close_display), (resize_window), (move_window), (create_window),
10048         (terminate_playback), (pause_playback), (start_playback), (main):
10049           add stress test for xoverlay from Julien
10050
10051 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10052
10053         * docs/libs/tmpl/gstcolorbalance.sgml:
10054         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10055         * gst-libs/gst/rtp/gstbasertppayload.c:
10056         * gst-libs/gst/rtp/gstrtpbuffer.c:
10057         * gst-libs/gst/rtp/gstrtpbuffer.h:
10058           Do burger's rename for rtp payloaders and depayloaders
10059
10060 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10061
10062         * win32/:
10063           add Visual Studio 6 build files
10064
10065 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10066
10067         * docs/libs/gst-plugins-base-libs-docs.sgml:
10068         * docs/libs/gst-plugins-base-libs-sections.txt:
10069         * docs/libs/tmpl/gstaudio.sgml:
10070         * docs/libs/tmpl/gstringbuffer.sgml:
10071         * gst-libs/gst/interfaces/xoverlay.c:
10072         * gst-libs/gst/video/gstvideofilter.c:
10073         * gst-libs/gst/video/gstvideosink.c:
10074           update documentation
10075
10076 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10077
10078         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10079         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10080         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10081         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10082         (gst_multi_fd_sink_get_stats),
10083         (gst_multi_fd_sink_remove_client_link),
10084         (gst_multi_fd_sink_handle_client_read),
10085         (gst_multi_fd_sink_client_queue_data),
10086         (gst_multi_fd_sink_client_queue_caps),
10087         (gst_multi_fd_sink_client_queue_buffer),
10088         (gst_multi_fd_sink_new_client),
10089         (gst_multi_fd_sink_handle_client_write),
10090         (gst_multi_fd_sink_recover_client),
10091         (gst_multi_fd_sink_queue_buffer),
10092         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10093         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10094         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10095         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10096         * gst/tcp/gstmultifdsink.h:
10097         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10098         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10099         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10100         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10101         (gst_tcp_client_sink_set_property),
10102         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10103         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10104         * gst/tcp/gsttcpclientsink.h:
10105         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10106         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10107         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10108         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10109         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10110         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10111         * gst/tcp/gsttcpclientsrc.h:
10112         * gst/tcp/gsttcpplugin.c: (plugin_init):
10113         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10114         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10115         (gst_tcp_server_sink_finalize),
10116         (gst_tcp_server_sink_handle_server_read),
10117         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10118         (gst_tcp_server_sink_set_property),
10119         (gst_tcp_server_sink_get_property),
10120         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10121         * gst/tcp/gsttcpserversink.h:
10122         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10123         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10124         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10125         (gst_tcp_server_src_set_property),
10126         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10127         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10128         * gst/tcp/gsttcpserversrc.h:
10129           more borgifying
10130
10131 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10132
10133         * docs/plugins/Makefile.am:
10134         * docs/plugins/gst-plugins-base-plugins.args:
10135         * docs/plugins/inspect/plugin-libvisual.xml:
10136         * gst/audioconvert/plugin.h:
10137         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10138         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10139         (gst_audio_rate_setcaps), (gst_audio_rate_init),
10140         (gst_audio_rate_chain), (gst_audio_rate_set_property),
10141         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10142         (plugin_init):
10143         * gst/audiotestsrc/gstaudiotestsrc.c:
10144         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10145         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10146         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10147         (gst_audio_test_src_get_query_types),
10148         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10149         (gst_audio_test_src_create_square),
10150         (gst_audio_test_src_create_saw),
10151         (gst_audio_test_src_create_triangle),
10152         (gst_audio_test_src_create_silence),
10153         (gst_audio_test_src_create_white_noise),
10154         (gst_audio_test_src_init_pink_noise),
10155         (gst_audio_test_src_generate_pink_noise_value),
10156         (gst_audio_test_src_create_pink_noise),
10157         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10158         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10159         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10160         (plugin_init):
10161         * gst/audiotestsrc/gstaudiotestsrc.h:
10162         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10163         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10164         (gst_sub_parse_init), (gst_sub_parse_formats),
10165         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10166         (convert_encoding), (get_next_line),
10167         (gst_sub_parse_data_format_autodetect),
10168         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10169         (gst_sub_parse_loop), (gst_sub_parse_chain),
10170         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10171         (plugin_init):
10172         * gst/subparse/gstsubparse.h:
10173         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10174         (gst_video_rate_base_init), (gst_video_rate_class_init),
10175         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10176         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10177         (gst_video_rate_init), (gst_video_rate_event),
10178         (gst_video_rate_chain), (gst_video_rate_set_property),
10179         (gst_video_rate_get_property), (gst_video_rate_change_state),
10180         (plugin_init):
10181         * gst/videoscale/gstvideoscale.c:
10182         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10183         (gst_video_scale_src_template_factory),
10184         (gst_video_scale_sink_template_factory),
10185         (gst_video_scale_get_type), (gst_video_scale_base_init),
10186         (gst_video_scale_class_init), (gst_video_scale_init),
10187         (gst_video_scale_set_property), (gst_video_scale_get_property),
10188         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10189         (gst_video_scale_prepare_size), (parse_caps),
10190         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10191         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10192         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10193         (plugin_init):
10194         * gst/videoscale/gstvideoscale.h:
10195         * gst/videotestsrc/gstvideotestsrc.c:
10196         (gst_video_test_src_pattern_get_type),
10197         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10198         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10199         (gst_video_test_src_set_pattern),
10200         (gst_video_test_src_set_property),
10201         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10202         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10203         (gst_video_test_src_event), (gst_video_test_src_get_times),
10204         (gst_video_test_src_create), (plugin_init):
10205         * gst/videotestsrc/gstvideotestsrc.h:
10206         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10207         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10208         (gst_video_test_src_black):
10209         * gst/videotestsrc/videotestsrc.h:
10210           borgify further
10211           clean up docs a little
10212
10213 2005-11-30  Wim Taymans  <wim@fluendo.com>
10214
10215         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10216         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10217         (gst_basertppayload_event), (gst_basertppayload_push),
10218         (gst_basertppayload_change_state):
10219         * gst-libs/gst/rtp/gstbasertppayload.h:
10220         closed #320644.
10221
10222 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10223
10224         * docs/libs/gst-plugins-base-libs-docs.sgml:
10225         * docs/libs/gst-plugins-base-libs-sections.txt:
10226         * gst-libs/gst/video/gstvideofilter.c:
10227         * gst-libs/gst/video/gstvideosink.c:
10228         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10229
10230 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10231
10232         * LICENSE:
10233           move
10234         * po/af.po:
10235         * po/az.po:
10236         * po/cs.po:
10237         * po/en_GB.po:
10238         * po/hu.po:
10239         * po/it.po:
10240         * po/nb.po:
10241         * po/nl.po:
10242         * po/or.po:
10243         * po/sq.po:
10244         * po/sr.po:
10245         * po/sv.po:
10246         * po/uk.po:
10247         * po/vi.po:
10248         * Makefile.am:
10249           update
10250         * scripts/autoplugins.sh:
10251           remove
10252
10253 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10254
10255         * Makefile.am:
10256         * configure.ac:
10257         * examples/Makefile.am:
10258         * examples/capsfilter/Makefile.am:
10259         * examples/capsfilter/capsfilter1.c:
10260         * examples/gob/Makefile.am:
10261         * examples/gob/gst-identity2.gob:
10262         * examples/indexing/.cvsignore:
10263         * examples/indexing/Makefile.am:
10264         * examples/indexing/indexmpeg.c:
10265         * examples/seeking/.cvsignore:
10266         * examples/seeking/Makefile.am:
10267         * examples/seeking/cdparanoia.c:
10268         * examples/seeking/cdplayer.c:
10269         * examples/seeking/chained.c:
10270         * examples/seeking/scrubby.c:
10271         * examples/seeking/seek.c:
10272         * examples/stats/Makefile.am:
10273         * examples/stats/mp2ogg.c:
10274         * examples/switch/.cvsignore:
10275         * examples/switch/Makefile.am:
10276         * examples/switch/switcher.c:
10277         * tests/Makefile.am:
10278         * tests/check/generic/.cvsignore:
10279         * tests/check/pipelines/.cvsignore:
10280         * tests/examples/Makefile.am:
10281         * tests/examples/seek/Makefile.am:
10282           reorganize stuff under tests/
10283
10284 2005-11-30  Edward Hervey  <edward@fluendo.com>
10285
10286         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10287         Go away you stupid GstStaticPadTemplate memleak.
10288
10289 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10290
10291         * gst-libs/gst/net/Makefile.am:
10292         * gst-libs/gst/net/README:
10293         * gst-libs/gst/net/gstnetbuffer.c:
10294         * gst-libs/gst/net/gstnetbuffer.h:
10295           this was moved to "netbuffer"
10296
10297 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10298
10299         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10300         (gst_video_filter_class_init), (gst_video_filter_init):
10301         * gst-libs/gst/video/gstvideofilter.h:
10302           borgify name to bring in line with other classes
10303
10304 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10305
10306         * gst/audioscale/.cvsignore:
10307         * gst/audioscale/Makefile.am:
10308         * gst/audioscale/README:
10309         * gst/audioscale/audioscale.vcproj:
10310         * gst/audioscale/dtof.c:
10311         * gst/audioscale/dtos.c:
10312         * gst/audioscale/functable.c:
10313         * gst/audioscale/gstaudioscale.c:
10314         * gst/audioscale/gstaudioscale.h:
10315         * gst/audioscale/private.h:
10316         * gst/audioscale/resample.c:
10317         * gst/audioscale/resample.h:
10318         * gst/audioscale/test.c:
10319           remove
10320
10321 2005-11-30  Edward Hervey  <edward@fluendo.com>
10322
10323         * gst-libs/gst/netbuffer/Makefile.am:
10324         really, really tired
10325
10326 2005-11-30  Edward Hervey  <edward@fluendo.com>
10327
10328         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10329         Update for new GstTypeFindFactory _register()
10330
10331 2005-11-30  Edward Hervey  <edward@fluendo.com>
10332
10333         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10334         Let's not override libgstnet from core for no reason...
10335         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10336         Ok, maybe not so quick next time.
10337
10338 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10339
10340         * configure.ac:
10341         * gst-libs/gst/Makefile.am:
10342           moved gst-libs/gst/net to netbuffer through CVS surgery
10343           remove old directory
10344           updating build to accomodate
10345           (#322257)
10346
10347 2005-11-29  Andy Wingo  <wingo@pobox.com>
10348
10349         * pkgconfig/gstreamer-plugins-base.pc.in:
10350         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10351         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10352         (#322257).
10353
10354 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10355
10356         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10357         3rd time's the charm. Correct ref-counting for discarded buffers.
10358
10359 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10360
10361         * gst/playback/gststreamselector.c:
10362         (gst_stream_selector_class_init),
10363         (gst_stream_selector_set_property),
10364         (gst_stream_selector_get_property),
10365         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10366         Fix ref-counting
10367
10368 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10369
10370         * gst/subparse/gstsubparse.c: (feed_textbuf):
10371           Don't access already unref'ed buffer.
10372
10373 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10374
10375         * gst/playback/gststreamselector.c:
10376         (gst_stream_selector_class_init), (gst_stream_selector_init),
10377         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10378         (gst_stream_selector_get_property),
10379         (gst_stream_selector_get_linked_pad),
10380         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10381         * gst/playback/gststreamselector.h:
10382         Add the active-pad property for playbin to use shortly. Ignore buffers
10383         from any other pad, returning GST_FLOW_NOT_LINKED
10384
10385 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10386
10387         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10388         patch from bug #322704 (Alessandro Decina).
10389
10390 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10391
10392         * gst-libs/gst/audio/Makefile.am:
10393           folded audiofilter into the audio library
10394
10395 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10396
10397         * gst/videoscale/gstvideoscale.h:
10398         * gst/videoscale/gstvideoscale.c:
10399           remove unimplemented scale methods
10400
10401 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10402
10403         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10404           Don't leak caps.
10405
10406 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10407
10408         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10409         (gst_ximagesink_setcaps):
10410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10411         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10412         happens (only visible on ximagesink but bug is in xv too) set_caps was
10413         destroying the internal x[v]image used to memcpy non locally alloced
10414         buffers so that it got renewed on next _chain. The issue is that 
10415         _expose will try to put that image as it reffed it in _put.
10416         Using gst_buffer_unref instead of destroy fixes it !
10417
10418 2005-11-28  Edward Hervey  <edward@fluendo.com>
10419
10420         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10421         (try_to_link_1), (queue_filled_cb):
10422         Better use of the queues. Start with a small size queue and only increase
10423         the size of the queues when the other queues are empty.
10424
10425 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10426
10427         * gst-libs/gst/video/Makefile.am:
10428           compile in copied-over videofilter into the video library
10429         * gst-libs/gst/video/videosink.h:
10430           rename the header to gstvideosink.h since it's a base GstObject class
10431         * sys/ximage/ximagesink.h:
10432         * sys/xvimage/xvimagesink.h:
10433           use the new header
10434
10435 2005-11-28  Wim Taymans  <wim@fluendo.com>
10436
10437         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10438         * gst/playback/gstplaybasebin.h:
10439         Prepare to handle errors betters.
10440
10441         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10442         Set sinks to PAUSED first before adding and linking them so that
10443         we don't interrupt dataflow.
10444
10445 2005-11-28  Wim Taymans  <wim@fluendo.com>
10446
10447         * gst-libs/gst/audio/TODO:
10448         Updated TODO
10449
10450         * gst-libs/gst/audio/gstaudiosink.c:
10451         (gst_audioringbuffer_open_device),
10452         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10453         (gst_audioringbuffer_release):
10454         Small cleanups.
10455
10456         * gst-libs/gst/audio/gstbaseaudiosink.c:
10457         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10458         (gst_base_audio_sink_change_state):
10459         Slave to the master clock when going to PLAYING and unslave when
10460         going to PAUSED.
10461
10462         * gst-libs/gst/audio/gstringbuffer.c:
10463         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10464         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10465         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10466         (gst_ring_buffer_clear_all), (wait_segment),
10467         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10468         (gst_ring_buffer_advance):
10469         * gst-libs/gst/audio/gstringbuffer.h:
10470         Add some docs and cleanups.
10471
10472 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10473
10474         * sys/xvimage/xvimagesink.c:
10475         (gst_xvimagesink_navigation_send_event): Fix navigation events
10476         coordinates translation with pixel aspect ratios.
10477
10478 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10479
10480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10481         Use calculated video geometry from _setcaps instead of buffer
10482         caps to respect pixel aspect ratio. (fixes #322388)
10483
10484 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10485
10486         * docs/libs/tmpl/gstcolorbalance.sgml:
10487         * docs/libs/tmpl/gstmixer.sgml:
10488         * docs/libs/tmpl/gstxoverlay.sgml:
10489         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10490         interface.
10491
10492 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10493
10494         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10495         Refuse to create an XvImage if we can't find the format.
10496
10497 2005-11-28  Edward Hervey  <edward@fluendo.com>
10498
10499         * gst-libs/gst/riff/riff-media.c:
10500         (gst_riff_create_audio_template_caps):
10501         Add ATRAC3 to the list of riff-possible audio caps.
10502         I know we still don't have a plugin for atrac3, but it's saner to output
10503         that than a cryptic mimetype.
10504
10505 2005-11-27  Edward Hervey  <edward@fluendo.com>
10506
10507         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10508         Don't try to create a zero-sized subbuffer.
10509
10510 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10511
10512         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10513         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10514         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10515         (gst_ximagesink_expose): Fixed a tricky race.
10516         * sys/ximage/ximagesink.h:
10517         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10518         (gst_xvimagesink_expose): Fixed a tricky race.
10519         * sys/xvimage/xvimagesink.h:
10520
10521 2005-11-27  Edward Hervey  <edward@fluendo.com>
10522
10523         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10524         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10525         Remove unused properties, and add queues between demuxers and decoders
10526         so that a lot more files can preroll properly.
10527
10528 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10529
10530         * gst-libs/gst/net/Makefile.am:
10531         * gst-libs/gst/rtp/Makefile.am:
10532         * gst-libs/gst/tag/Makefile.am:
10533           remove silly include
10534         * gst/tags/Makefile.am:
10535         * gst/tags/gsttagediting.c:
10536         * gst/tags/gsttageditingprivate.h:
10537         * gst/tags/tagedit.vcproj:
10538           remove directory, is as good as empty
10539
10540 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10541
10542         * configure.ac:
10543           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10544         * gst-libs/Makefile.am:
10545         * gst-libs/gst/audio/Makefile.am:
10546         * gst-libs/gst/interfaces/Makefile.am:
10547         * gst-libs/gst/net/Makefile.am:
10548         * gst-libs/gst/riff/Makefile.am:
10549         * gst-libs/gst/rtp/Makefile.am:
10550         * gst-libs/gst/tag/Makefile.am:
10551         * gst-libs/gst/video/Makefile.am:
10552           and use them
10553
10554 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10555
10556         * docs/libs/tmpl/gstcolorbalance.sgml:
10557         * docs/libs/tmpl/gstmixer.sgml:
10558         * docs/libs/tmpl/gstxoverlay.sgml:
10559         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10560         * sys/ximage/ximagesink.h:
10561         * sys/xvimage/xvimagesink.h: More and more documentation.
10562
10563 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10564
10565         * docs/libs/gst-plugins-base-libs-docs.sgml:
10566         * docs/libs/gst-plugins-base-libs-sections.txt:
10567         * docs/libs/tmpl/gstcolorbalance.sgml:
10568         * docs/libs/tmpl/gstmixer.sgml:
10569         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10570         to documentation.
10571
10572 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10573
10574         * docs/plugins/Makefile.am:
10575         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10576         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10577         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10578
10579 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10580
10581         * docs/plugins/Makefile.am:
10582         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10583         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10584         * docs/plugins/inspect/plugin-adder.xml:
10585         * docs/plugins/inspect/plugin-alsa.xml:
10586         * docs/plugins/inspect/plugin-audioconvert.xml:
10587         * docs/plugins/inspect/plugin-audiorate.xml:
10588         * docs/plugins/inspect/plugin-audioresample.xml:
10589         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10590         * docs/plugins/inspect/plugin-decodebin.xml:
10591         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10592         * docs/plugins/inspect/plugin-gnomevfs.xml:
10593         * docs/plugins/inspect/plugin-ogg.xml:
10594         * docs/plugins/inspect/plugin-playbin.xml:
10595         * docs/plugins/inspect/plugin-subparse.xml:
10596         * docs/plugins/inspect/plugin-tcp.xml:
10597         * docs/plugins/inspect/plugin-theora.xml:
10598         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10599         * docs/plugins/inspect/plugin-video4linux.xml:
10600         * docs/plugins/inspect/plugin-videorate.xml:
10601         * docs/plugins/inspect/plugin-videoscale.xml:
10602         * docs/plugins/inspect/plugin-videotestsrc.xml:
10603         * docs/plugins/inspect/plugin-volume.xml:
10604         * docs/plugins/inspect/plugin-vorbis.xml:
10605         * docs/plugins/inspect/plugin-ximagesink.xml:
10606         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10607         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10608
10609 2005-11-26  Edward Hervey  <edward@fluendo.com>
10610
10611         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10612         Properly return GstFlowReturn from gst_pad_push in chain functions.
10613
10614 2005-11-25  Michael Smith  <msmith@fluendo.com>
10615
10616         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10617         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10618         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10619         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10620           Handle various conditions better when we don't understand a stream.
10621           Removes a heap of CRITICALs on ogg streams containing unknown data.
10622
10623 2005-11-24  Andy Wingo  <wingo@pobox.com>
10624
10625         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10626         Be threadsafe.
10627
10628 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10629
10630         * configure.ac: back to HEAD
10631
10632 === release 0.9.6 ===
10633
10634 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10635
10636         * configure.ac:
10637           releasing 0.9.6, "White Eight"
10638
10639 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10640
10641         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10642         * docs/plugins/inspect/plugin-sine.xml:
10643           remove sinesrc some more
10644
10645 2005-11-23  Wim Taymans  <wim@fluendo.com>
10646
10647         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10648         If we are reading too slowly, jump forward in the ringbuffer
10649         instead of blocking.
10650
10651 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10652
10653         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10654         (gst_visual_chain):
10655         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10656         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10657         (gst_videorate_chain):
10658         * gst/videotestsrc/gstvideotestsrc.c:
10659         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10660         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10661         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10662         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10663         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10664         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10665           Updates for API changes
10666
10667 2005-11-23  Wim Taymans  <wim@fluendo.com>
10668
10669         * gst-libs/gst/audio/gstbaseaudiosink.c:
10670         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10671         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10672         Fix for calibration API change.
10673
10674 2005-11-23  Michael Smith <msmith@fluendo.com>
10675
10676         * gst-libs/gst/audio/multichannel.c:
10677         (gst_audio_get_channel_positions),
10678         (gst_audio_set_channel_positions),
10679         (gst_audio_set_structure_channel_positions_list),
10680         (gst_audio_fixate_channel_positions):
10681           Use gst_value_array_*() functions on value arrays, not
10682           gst_value_list_*().
10683
10684 2005-11-23  Edward Hervey  <edward@fluendo.com>
10685
10686         * autogen.sh:
10687         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10688         Fixes autogen
10689
10690 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10691
10692         * check/Makefile.am:
10693         * check/elements/videotestsrc.c: (setup_videotestsrc),
10694         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10695         (main):
10696           add a test for videotestsrc
10697
10698 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10699
10700         * gst/sine/.cvsignore:
10701         * gst/sine/Makefile.am:
10702         * gst/sine/gstsinesrc.c:
10703         * gst/sine/gstsinesrc.h:
10704         * gst/sine/sinesrc.vcproj:
10705           and remove sinesrc from the repository.  Closes #321446
10706
10707 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10708
10709         * configure.ac:
10710         * gst-plugins-base.spec.in:
10711           remove sinesrc from the build
10712
10713 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10714
10715         * check/Makefile.am:
10716         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10717         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10718         (main):
10719           add a test for audiotestsrc, testing all waves.  Even seems
10720           leak-free at first glance, nice job Stefan
10721
10722 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10723
10724         * po/af.po:
10725         * po/az.po:
10726         * po/cs.po:
10727         * po/en_GB.po:
10728         * po/hu.po:
10729         * po/it.po:
10730         * po/nb.po:
10731         * po/nl.po:
10732         * po/or.po:
10733         * po/sq.po:
10734         * po/sr.po:
10735         * po/sv.po:
10736         * po/uk.po:
10737         * po/vi.po:
10738           Translation string updates
10739
10740         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10741         (gst_v4lsrc_set_caps):
10742         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10743         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10744         * sys/v4l/v4lsrc_calls.h:
10745           Improve v4lsrc, by making it work again.
10746
10747 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10748
10749         * ext/libvisual/visual.c: (gst_visual_chain):
10750           Fix the fps calculations.
10751
10752         * gst/ffmpegcolorspace/avcodec.h:
10753           Move structure element for clarity
10754
10755         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10756         * gst-libs/gst/interfaces/tunernorm.h:
10757         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10758         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10759         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10760         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10761         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10762         (gst_v4lmjpegsrc_getcaps):
10763         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10764         (gst_v4lsrc_set_caps):
10765         * sys/v4l/gstv4lsrc.h:
10766         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10767         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10768         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10769         * sys/v4l/v4lsrc_calls.h:
10770           Fractional framerates...
10771
10772 2005-11-22  Wim Taymans  <wim@fluendo.com>
10773
10774         * gst-libs/gst/audio/gstbaseaudiosink.c:
10775         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10776         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10777         And we provide a clock by default, of course...
10778
10779 2005-11-22  Wim Taymans  <wim@fluendo.com>
10780
10781         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10782         This clock can be slaved to a master clock now.
10783
10784         * gst-libs/gst/audio/gstbaseaudiosink.c:
10785         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10786         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10787         (gst_base_audio_sink_set_clock),
10788         (gst_base_audio_sink_set_property),
10789         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10790         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10791         * gst-libs/gst/audio/gstbaseaudiosink.h:
10792         Handle slaving the internal clock to the clock selected in the
10793         pipeline.
10794         Add property to make the basesink not provide a clock.
10795
10796         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10797         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10798         (gst_base_rtp_depayload_wait):
10799         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10800         We can use the clock in GstElement, no need to store it ourselves.
10801
10802 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10803
10804         * docs/libs/tmpl/gstaudio.sgml:
10805           update
10806         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10807         (gst_paranoia_endian_get_type):
10808         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10809         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10810         * gst/audiotestsrc/gstaudiotestsrc.c:
10811         (gst_audiostestsrc_wave_get_type):
10812         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10813         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10814         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10815         (gst_sync_method_get_type), (gst_unit_type_get_type),
10816         (gst_client_status_get_type), (gst_multifdsink_class_init),
10817         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10818         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10819         (gst_multifdsink_get_property):
10820         * gst/tcp/gstmultifdsink.h:
10821         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10822         * gst/videotestsrc/gstvideotestsrc.c:
10823         (gst_videotestsrc_pattern_get_type):
10824           remove deprecated properties
10825           fix up enums to correctly have short lowercase dashed nicks
10826
10827 2005-11-22  Michael Smith <msmith@fluendo.com>
10828
10829         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10830         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10831           Add underscore.
10832
10833 2005-11-22  Michael Smith <msmith@fluendo.com>
10834
10835         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10836         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10837           Use utility method for scaling clocktime for fractional framerates.
10838
10839 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10840
10841         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10842         (gst_visual_chain):
10843         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10844         * ext/theora/theoradec.c: (theora_handle_type_packet):
10845         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10846         (theora_enc_chain):
10847         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10848         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10849         * gst-libs/gst/video/video.h:
10850         * gst/ffmpegcolorspace/avcodec.h:
10851         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10852         (gst_ffmpeg_caps_to_pixfmt):
10853         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10854         (gst_ffmpegcsp_set_caps):
10855         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10856         (gst_videorate_setcaps), (gst_videorate_blank_data),
10857         (gst_videorate_chain):
10858         * gst/videotestsrc/gstvideotestsrc.c:
10859         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10860         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10861         (gst_videotestsrc_event), (gst_videotestsrc_create):
10862         * gst/videotestsrc/gstvideotestsrc.h:
10863         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10864         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10865         (gst_ximagesink_get_times), (gst_ximagesink_init):
10866         * sys/ximage/ximagesink.h:
10867         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10868         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
10869         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
10870         * sys/xvimage/xvimagesink.h:
10871           Convert elements to use fractions for their framerate.
10872           V4L elements to come later tonight.
10873
10874 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10875
10876         * gst-libs/gst/audio/audio.c:
10877         * gst-libs/gst/audio/audio.h:
10878           remove some deprecated functions
10879
10880 2005-11-22  Andy Wingo  <wingo@pobox.com>
10881
10882         * Update for gst_tag_setter API changes.
10883
10884 2005-11-22  Andy Wingo  <wingo@pobox.com>
10885
10886         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
10887         (gst_ogg_demux_perform_seek):
10888         * ext/theora/theoradec.c (theora_dec_sink_event):
10889         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
10890         update-funcnames.
10891
10892 2005-11-22  Wim Taymans  <wim@fluendo.com>
10893
10894         * examples/seeking/seek.c: (main):
10895         Give higher priority to bus signals than the gtk events
10896         to fix a race condition in the segment looping.
10897
10898 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10899
10900         * ext/theora/Makefile.am:
10901         * ext/vorbis/Makefile.am:
10902         * gst-libs/gst/tag/Makefile.am:
10903         * gst-plugins-base.spec.in:
10904           Rename libgsttagedit to libgsttag (#322117).
10905
10906 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10907
10908         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
10910           Call gst_x_overlay_prepare_xwindow_id() to give applications
10911           a final chance to set their own xwindow id before the video
10912           sink creates its own window.
10913
10914 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10915
10916         * sys/xvimage/xvimagesink.c:
10917         (gst_xvimagesink_navigation_send_event): Handle navigation
10918         events correcly with borders if applicable.
10919
10920 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
10921
10922         Patch by: Luca Ognibene
10923
10924         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10925         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
10926         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10927         (gst_ffmpegcsp_caps_remove_format_info):
10928         * gst/ffmpegcolorspace/imgconvert.c:
10929         * gst/ffmpegcolorspace/imgconvert_template.h:
10930           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
10931           #318353); use gst_structure_has_name().
10932
10933 2005-11-22  Julien MOUTTE  <julien@moutte.net>
10934
10935         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
10936         (gst_ximagesink_class_init): Add debug macros on functions.
10937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10938         (gst_xvimagesink_xwindow_draw_borders),
10939         (gst_xvimagesink_xvimage_put),
10940         (gst_xvimagesink_xwindow_update_geometry),
10941         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
10942         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
10943         (gst_xvimagesink_xcontext_clear),
10944         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
10945         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
10946         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
10947         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
10948         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
10949         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10950         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
10951         expose while being PAUSED, out of data flow navigation events, etc..
10952
10953 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10954
10955         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10956         * gst-libs/gst/audio/audio.h:
10957           fix prototype - wondering why the test worked regardless
10958
10959 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
10960
10961         * check/Makefile.am:
10962         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
10963         * gst-libs/gst/audio/audio.h:
10964           add a method that returns a proper GstClockTime
10965
10966 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10967
10968         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
10969         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
10970         * gst-libs/gst/interfaces/xoverlay.h:
10971           Remove everything having to do with the desired size; add 
10972           gst_x_overlay_prepare_xwindow_id() function; remove the
10973           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
10974           post a message on the bus instead (#321816).
10975
10976         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
10977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
10978         (gst_xvimagesink_xoverlay_init):
10979           Remove desired size stuff (#321816).
10980
10981 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
10982
10983         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
10984         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
10985         (mpeg_video_type_find), (mpeg_video_stream_type_find):
10986           Terminate vararg functions with NULL instead of 0 to 
10987           make gcc4 happy.
10988
10989 2005-11-21  Andy Wingo  <wingo@pobox.com>
10990
10991         patch by: Sebastien Cote <sebas642@yahoo.ca>
10992         
10993         * gst-libs/gst/rtp/gstrtpbuffer.h: 
10994         * gst-libs/gst/rtp/gstrtpbuffer.c
10995         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
10996
10997 2005-11-21  Andy Wingo  <wingo@pobox.com>
10998
10999         * gst/playback/gstplaybin.c (gen_audio_element) 
11000         (gen_video_element): Use the new MISSING_PLUGIN core error
11001         category. Closes #320060.
11002
11003         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
11004         * gst/videorate/gstvideorate.c (gst_videorate_event):
11005         * ext/theora/theoradec.c (theora_dec_sink_event): 
11006         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11007         stream lock.
11008
11009         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11010         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11011         stream lock changes.
11012
11013 2005-11-21  Wim Taymans  <wim@fluendo.com>
11014
11015         * gst-libs/gst/audio/gstbaseaudiosink.c:
11016         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11017         (gst_base_audio_sink_provide_clock),
11018         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11019         (gst_base_audio_sink_change_state):
11020         * gst/audioresample/gstaudioresample.c:
11021         Segment update fix.
11022
11023 2005-11-21  Andy Wingo  <wingo@pobox.com>
11024
11025         * *.h:
11026         * *.c: Ran scripts/update-macros. Oh yes.
11027
11028 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11029
11030         * sys/ximage/Makefile.am:
11031         * sys/ximage/ximage.c:
11032           Rename ximage plugin to ximagesink (#321426) (Don't forget to
11033           remove your old libgstximage.* manually if necessary).
11034
11035 2005-11-21  Michael Smith <msmith@fluendo.com>
11036
11037         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11038           Minimal fix for bug #320200: set the min/max bitrate in the correct
11039           units. A better fix would be to upgrade to the RATEMANAGE2
11040           interface, rather than using the deprecated interface used here, but
11041           that would require an update in our libvorbis dependency (to 1.1),
11042           which is probably undesirable.
11043
11044 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
11045
11046         * ext/libvisual/visual.c: (get_buffer):
11047         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11048         (gst_base_audio_src_fixate):
11049         * gst/audioconvert/gstaudioconvert.c:
11050         (gst_audio_convert_fixate_caps):
11051         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11052         * gst/audiotestsrc/gstaudiotestsrc.c:
11053         (gst_audiotestsrc_src_fixate):
11054         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11055         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11056         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11057         * gst/videotestsrc/gstvideotestsrc.c:
11058         (gst_videotestsrc_src_fixate):
11059         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11060         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11061           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11062           (#322027)
11063
11064
11065 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11066
11067         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11068         (gst_riff_create_iavs_caps):
11069         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11070         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11071         (gst_riff_parse_info):
11072         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11073         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11074         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11075           Fixes for GST_FOURCC_FORMAT API change.
11076
11077 2005-11-21  Andy Wingo  <wingo@pobox.com>
11078
11079         patch by: Alessandro Dessina <alessandro nnva org>
11080
11081         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11082         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11083         (gst_ogg_parse_chain):
11084         * ext/theora/theoraenc.c (theora_set_header_on_caps):
11085         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11086         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11087         gst_value_list calls on arrays. Fixes #321962.
11088
11089 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11090
11091         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11092         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11093         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11094         * gst/adder/gstadder.c: (gst_adder_init),
11095         (gst_adder_request_new_pad), (gst_adder_collected),
11096         (gst_adder_change_state):
11097           Update for gst_collectpads_foo() to gst_collect_pads_foo()
11098           API change.
11099
11100 2005-11-21  Michael Smith <msmith@fluendo.com>
11101
11102         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11103         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11104           Properly handle pad_push return values.
11105
11106 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
11107
11108         * gst-libs/gst/tag/Makefile.am:
11109         * gst-libs/gst/tag/gstvorbistag.c:
11110         (gst_tag_list_to_vorbiscomment_buffer):
11111           Remove obsolete vorbistag element and debug category.
11112
11113         * gst/playback/gstplaybasebin.c: (check_queue):
11114           Don't divide by 0 when queue-threshold is 0.
11115
11116         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11117           Don't modify an existing pixel-aspect-ratio if we fail to read
11118           a new one.
11119
11120 2005-11-20  Wim Taymans  <wim@fluendo.com>
11121
11122         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11123         (gst_vorbisenc_push_packet):
11124         GST_PAD_IS_USABLE is gone, use the return value of
11125         the push or pad_alloc_buffer instead.
11126
11127 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11128
11129         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11130         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11131         (gst_ximagesink_ximage_destroy),
11132         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11133         (gst_ximagesink_xwindow_new),
11134         (gst_ximagesink_xwindow_update_geometry),
11135         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11136         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11137         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11138         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11139         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11140         (gst_ximagesink_navigation_send_event),
11141         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11142         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11143         (gst_ximagesink_finalize), (gst_ximagesink_init),
11144         (gst_ximagesink_class_init):
11145         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11146         This new version brings correct software scaling, non flickering
11147         window while resizing, pixel aspect ratio handling, usage of
11148         hardware buffer pools, out of data flow event thread for 
11149         navigation and handling of expose events even when being PAUSED,
11150         a new property to keep video aspect ratio when resizing, etc...
11151
11152 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11153
11154         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11155         (gst_videoscale_fixate_caps): Introduce back caps fixate with
11156         handling of PAR.
11157
11158 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
11159
11160         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
11161         Unsetting IS_SINK flag from the fakesink, so decodebin
11162         never behaves as a sink.
11163
11164 2005-11-17  Wim Taymans  <wim@fluendo.com>
11165
11166         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11167         (gst_base_audio_src_change_state):
11168         Fix the audiosrc base class again, we did not unflush.
11169
11170 2005-11-17  Julien MOUTTE  <julien@moutte.net>
11171
11172         * examples/seeking/seek.c: (make_dv_pipeline),
11173         (make_vorbis_theora_pipeline), (make_avi_pipeline),
11174         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11175         to ogg/vorbis/theora pipeline.
11176
11177 2005-11-17  Wim Taymans  <wim@fluendo.com>
11178
11179         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11180         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11181         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11182         Fix EOS on multiple streams.
11183         More debugging.
11184
11185 2005-11-16  Wim Taymans  <wim@fluendo.com>
11186
11187         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11188         (gst_ogg_demux_perform_seek):
11189         Segment done must include stream time.
11190
11191         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11192         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11193         (gst_ogg_mux_change_state):
11194         Fix ogg muxer again.
11195
11196 2005-11-16  Wim Taymans  <wim@fluendo.com>
11197
11198         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11199         Fix compile again.
11200
11201 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11202
11203         * ext/libvisual/visual.c: (gst_visual_init):
11204         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11205         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11206         (gst_ogg_parse_chain):
11207         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11208         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11209         * ext/theora/theoradec.c: (gst_theora_dec_init):
11210         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11211         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11212         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11213         * gst/adder/gstadder.c: (gst_adder_class_init),
11214         (gst_adder_dispose):
11215         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11216         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11217         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11218           Fix a whole set of pad template leaks
11219
11220 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11221
11222         * check/generic/states.c: (GST_START_TEST):
11223           fix the test so that it only checks for elements that are part of
11224           this source module
11225
11226 2005-11-16  Michael Smith <msmith@fluendo.com>
11227
11228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11229         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11230         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11231         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11232         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11233         (gst_ogg_mux_change_state):
11234           Fix leaking collectpads.
11235
11236 2005-11-16  Edward Hervey  <edward@fluendo.com>
11237
11238         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11239         (gst_videorate_event), (gst_videorate_chain):
11240         Handle segment seeks
11241
11242 2005-11-16  Wim Taymans  <wim@fluendo.com>
11243
11244         * gst-libs/gst/audio/gstbaseaudiosink.c:
11245         (gst_base_audio_sink_provide_clock),
11246         (gst_base_audio_sink_change_state):
11247         Set ringbuffer to non-flushing when going to PAUSED, set to
11248         flushing again when going to READY.
11249
11250         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11251         (gst_ring_buffer_stop):
11252         Start in flushing mode by default.
11253         Don't set flushing in the _stop method, let the app call
11254         this explicitly.
11255
11256 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11257
11258         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11259         * gst-libs/gst/video/videosink.h: Add helper function needed
11260         for video sinks.
11261
11262 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11263
11264         * gst/videoscale/gstvideoscale.c:
11265         (gst_videoscale_handle_src_event):
11266           Don't leak reference to pad parent.
11267
11268 2005-11-16  Wim Taymans  <wim@fluendo.com>
11269
11270         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11271         Set ringbuffer to flushing when stopping so that we don't
11272         block on wait_segment anymore and livelock.
11273
11274 2005-11-16  Wim Taymans  <wim@fluendo.com>
11275
11276         * examples/seeking/seek.c: (send_event), (do_seek),
11277         (loop_toggle_cb), (segment_done), (main):
11278         Added looping checkbox.
11279
11280 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11281
11282         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11283         (gst_ogg_demux_init):
11284         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11285         (gst_vorbis_dec_init):
11286           revert unrefs, they don't pass make check
11287
11288 2005-11-15  Johan Dahlin  <johan@gnome.org>
11289
11290         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11291         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11292         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11293         (gst_vorbis_dec_init):
11294         Fix pad template leaks. 
11295
11296 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11297
11298         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11299           Make state change function thread safe.
11300
11301 2005-11-15  Edward Hervey  <edward@fluendo.com>
11302
11303         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11304         (gst_ogg_demux_class_init):
11305         Implement GstElement::send_event, so we can send seek events
11306         in GST_STATE_READY
11307
11308 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11309
11310         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11311         Discovered how to take away flickering while resizing the
11312         window. Please don't put that in ximagesink, refactoring in
11313         progress.
11314
11315 2005-11-14  Michael Smith <msmith@fluendo.com>
11316
11317         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11318         (gst_multifdsink_render):
11319           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11320
11321 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11322
11323         * gst/playback/gstplaybin.c: (gen_audio_element):
11324           Use autoaudiosink, it tends to be more widely available than
11325           autoaudiiosink.
11326           
11327 2005-11-14  Andy Wingo  <wingo@pobox.com>
11328
11329         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11330         as well if it is available. Fixes #316442.
11331
11332 2005-11-14  Michael Smith <msmith@fluendo.com>
11333
11334         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11335         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11336         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11337         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11338         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11339         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11340         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11341         (gst_vorbisenc_change_state):
11342           Fix a small memory leak in vorbisenc.
11343           Fix large memory leaks in oggmux, also fix lots of state change
11344           bugs in oggmux.
11345
11346 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11347
11348         * gst/videotestsrc/gstvideotestsrc.c:
11349         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11350         (gst_videotestsrc_src_fixate):
11351           move fixation to a fixate function
11352           remove negotiate function, basesrc's is good enough
11353           fixes a bug for check when using the element alone
11354
11355 2005-11-13  Edward Hervey  <edward@fluendo.com>
11356
11357         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11358         (key_toggle_cb), (main):
11359         Added checkboxes for adding/removing the accurate and key_unit seek
11360         flags.
11361
11362 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11363
11364         * configure.ac: back to HEAD
11365
11366 === release 0.9.5 ===
11367
11368 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11369
11370         * configure.ac:
11371           releasing 0.9.5, "No No Kia"
11372
11373 2005-11-11  Edward Hervey  <edward@fluendo.com>
11374
11375         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11376         Added parse-launch syntax seeking mode for the seeking example.
11377         This should help stress-test even more cases.
11378         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11379
11380 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11381
11382         * sys/xvimage/xvimagesink.c:
11383         (gst_xvimagesink_navigation_send_event):
11384           Check whether peer pad exists before sending navigation events
11385           to it.
11386
11387 2005-11-11  Michael Smith <msmith@fluendo.com>
11388
11389         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11390         (gst_vorbisenc_buffer_from_packet):
11391         * ext/vorbis/vorbisenc.h:
11392           Set duration on encoded buffers. This allows oggmux's
11393           max_page_delay parameter to actually work.
11394
11395 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11396
11397         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11398         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11399         (gst_ffmpegcsp_avpicture_fill):
11400         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11401         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11402           Make palettes work again (see #132341). Use our own macros
11403           for rounding up.
11404
11405 2005-11-10  Andy Wingo  <wingo@pobox.com>
11406
11407         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11408         string doober.
11409
11410 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11411
11412         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11413         (gst_ffmpegcsp_transform_caps):
11414           Prefer passthrough in transform_caps
11415
11416 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11417
11418         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11419           check for ALSA errors properly, instead of relying on ALSA's
11420           error strings to serve to the user.
11421
11422 2005-11-10  Wim Taymans  <wim@fluendo.com>
11423
11424         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11425         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11426         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11427         Modernise the seek code.
11428
11429 2005-11-10  Michael Smith <msmith@fluendo.com>
11430         
11431         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11432         (setup_substreams), (set_active_source):
11433           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11434           trying to go to NULL if we failed to read a file.
11435
11436 2005-11-10  Wim Taymans  <wim@fluendo.com>
11437
11438         * gst/audiotestsrc/gstaudiotestsrc.c:
11439         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11440         (gst_audiotestsrc_create):
11441         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11442         (gst_sinesrc_get_times), (gst_sinesrc_create):
11443         * gst/videotestsrc/gstvideotestsrc.c:
11444         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11445         (gst_videotestsrc_create):
11446         The base class can now sync for us.
11447
11448 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11449
11450         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11451           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11452           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11453           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11454           format=(fourcc)I420" ! xvimagesink
11455
11456 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11457
11458         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11459         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11460         (gst_sinesrc_newsegment):
11461           Send newsegment event in TIME format, set duration if
11462           num-buffers is set, fix duration querying.
11463
11464 2005-11-10  Michael Smith <msmith@fluendo.com>
11465
11466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11467         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11468         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11469         (gst_ogg_mux_collected):
11470          Fix EOS handling, partially. Now forwarding an EOS event once we have
11471          EOS on all pads works correctly. However, we still don't properly set
11472          EOS on the actual ogg stream pages.
11473
11474 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11475
11476         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11477           Set elements to NULL state before disposing of them.
11478
11479 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11480
11481         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11482
11483         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11484         (gst_base_rtp_depayload_init),
11485         (gst_base_rtp_depayload_set_gst_timestamp):
11486         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11487           We need to send a newsegment event for each instance, not
11488           just for the first instance of this class (get rid of
11489           static variable in function). (#321011).
11490           
11491 2005-11-08  Michael Smith <msmith@fluendo.com>
11492
11493         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11494         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11495         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11496         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11497           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11498           This makes us mux things correctly according to the ogg muxing
11499           rules. Still not handling EOS correctly right now, though.
11500
11501 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11502
11503         * gst/audioconvert/gstaudioconvert.c:
11504           Fix typo in docs. 
11505
11506 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11507
11508         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11509         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11510           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11511           creating a new chain; should fix live streaming. Also
11512           add more debug output and fix a typo.
11513
11514 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11515
11516         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         * gst/volume/gstvolume.c: (volume_set_caps):
11519           Fix compilation on Solaris with Forte. (#320923)
11520
11521 2005-11-08  Wim Taymans  <wim@fluendo.com>
11522
11523         * gst-libs/gst/audio/gstbaseaudiosink.c:
11524         (gst_base_audio_sink_render):
11525         No need to do a typecheck.
11526
11527 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11528
11529         * ext/alsa/gstalsa.h:
11530           We register a debug category, so let's use it.
11531
11532 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11533
11534         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11535         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11536         Fixed a small problem.
11537
11538 2005-11-04  Wim Taymans  <wim@fluendo.com>
11539
11540         * examples/seeking/Makefile.am:
11541         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11542         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11543         (make_playerbin_pipeline), (format_value), (update_scale),
11544         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11545         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11546         (print_usage), (main):
11547         Added app for playback speed testing.
11548
11549         * examples/seeking/seek.c: (dynamic_link),
11550         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11551         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11552         (message_received), (main):
11553         Updated seek example.
11554
11555 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11556
11557         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11558         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11559         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11560         (gst_base_rtp_depayload_set_clock):
11561         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11562         Don't sleep on the bench (system clock) when you have a nice 
11563         comfortable bed (Gstreamer clock) to sleep on.
11564
11565 2005-11-03  Wim Taymans  <wim@fluendo.com>
11566
11567         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11568         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11569         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11570         Handle the case where a pad_block failed.
11571
11572 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11573
11574         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11575
11576         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11577         (gst_base_rtp_depayload_add_to_queue),
11578         (gst_base_rtp_depayload_push),
11579         (gst_base_rtp_depayload_set_gst_timestamp),
11580         (gst_base_rtp_depayload_queue_release):
11581           Fixes some bugs in the depayloader's queuing/de-queueing code.
11582
11583 2005-10-31  Michael Smith <msmith@fluendo.com>
11584
11585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11586         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11587         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11588           Patch from Alessandro Decina <alessandro@nnva.org>.
11589           Make oggdemux only find the final time in a chain, not per-pad,
11590           since the per-pad information can be very expensive to locate, and
11591           it isn't used anywhere. This makes reading a file containing
11592           OggSkeleton reasonably fast.
11593           Also, make chain finding work when there are logical bitstreams that
11594           can't be decoded. Fixes #319110.
11595
11596 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11597
11598         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11599         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11600         (gst_base_rtp_depayload_chain),
11601         (gst_base_rtp_depayload_add_to_queue),
11602         (gst_base_rtp_depayload_push),
11603         (gst_base_rtp_depayload_set_gst_timestamp),
11604         (gst_base_rtp_depayload_queue_release),
11605         (gst_base_rtp_depayload_start_thread),
11606         (gst_base_rtp_depayload_set_property),
11607         (gst_base_rtp_depayload_get_property):
11608         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11609         Some random fixes, to fullfill the desires of thomas.
11610
11611 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11612
11613         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11614         (gst_base_rtp_depayload_add_to_queue),
11615         (gst_base_rtp_depayload_push):
11616         Fixed the queueing algorithm.
11617
11618 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11619
11620         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11621         (gst_base_rtp_depayload_push):
11622         A small fix
11623
11624 2005-10-31  Wim Taymans  <wim@fluendo.com>
11625
11626         * gst-libs/gst/audio/gstringbuffer.h:
11627         Don't break ABI.
11628
11629         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11630         (gst_ffmpeg_caps_to_pixfmt):
11631         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11632         (gst_ffmpegcsp_set_caps):
11633         Some more comments.
11634         Handle missing required caps fields better.
11635
11636 2005-10-31  Wim Taymans  <wim@fluendo.com>
11637
11638         * gst-libs/gst/audio/gstbaseaudiosink.c:
11639         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11640         (gst_base_audio_sink_render):
11641         * gst-libs/gst/audio/gstringbuffer.c:
11642         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11643         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11644         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11645         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11646         (gst_ring_buffer_read):
11647         * gst-libs/gst/audio/gstringbuffer.h:
11648         Add flushing mode to the ringbuffer so that it in all cases does
11649         not try to handle more audio. This makes sure it does not try to
11650         block anymore when flushing and fixes a livelock.
11651
11652 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11655         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11656         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11657           Explicitly check for -1 values before doing a conversion
11658           and always map them to -1. (#315545)
11659
11660 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11661
11662         * gst/playback/gstplaybin.c: (gen_video_element):
11663           first try autovideosink, then xvimagesink, then error out
11664         * po/POTFILES.in:
11665           add translatable file
11666         * po/af.po:
11667         * po/az.po:
11668         * po/cs.po:
11669         * po/en_GB.po:
11670         * po/hu.po:
11671         * po/it.po:
11672         * po/nb.po:
11673         * po/nl.po:
11674         * po/or.po:
11675         * po/sq.po:
11676         * po/sr.po:
11677         * po/sv.po:
11678         * po/uk.po:
11679         * po/vi.po:
11680           update translations
11681
11682 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11683
11684         * gst-libs/gst/rtp/gstbasedepayload.c:
11685         * gst-libs/gst/rtp/gstbasedepayload.h:
11686           Minor cleanups
11687
11688 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11689
11690         * gst/playback/.cvsignore:
11691         * gst/playback/decodetest.c:
11692         * gst/playback/test3.c:
11693           Port these two tests as well.
11694
11695 2005-10-27  Wim Taymans  <wim@fluendo.com>
11696
11697         * ext/theora/theoradec.c: (theora_dec_src_query),
11698         (theora_dec_sink_event):
11699         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11700         (theora_enc_change_state):
11701         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11702         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11703         Take proper locks when handling events.
11704
11705 2005-10-27  Wim Taymans  <wim@fluendo.com>
11706
11707         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11708         (gst_adder_change_state):
11709         Fix timestamps and fix deadlock when stopping the collectpads.
11710
11711 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11712
11713         * gst-libs/gst/rtp/gstrtpbuffer.h:
11714         Declaring the payload types as strings too so that they can be used
11715         in the padtemplate inialization.
11716
11717 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11718
11719         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11720
11721         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11722         (gst_base_rtp_depayload_class_init):
11723         Fixes a small but nasty bug. The derived elements no longer segfaults
11724         on finalization.
11725
11726 2005-10-26  Michael Smith <msmith@fluendo.com>
11727
11728         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11729           When clearing an audioconvert context, set tmpbufsize to zero, so
11730           we'll allocate it again later if required.
11731           This fixes audioconvert re-negotiating formats, which previously
11732           segfaulted with a NULL destination buffer.
11733
11734 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11735
11736         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11737         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11738         (gst_base_rtp_depayload_set_gst_timestamp),
11739         (gst_base_rtp_depayload_queue_release):
11740         Fixed a smalll memleak.
11741
11742 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11743         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11744         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11745         (gst_base_rtp_depayload_finalize),
11746         (gst_base_rtp_depayload_setcaps),
11747         (gst_base_rtp_depayload_add_to_queue),
11748         (gst_base_rtp_depayload_push),
11749         (gst_base_rtp_depayload_set_gst_timestamp),
11750         (gst_base_rtp_depayload_queue_release),
11751         (gst_base_rtp_depayload_thread),
11752         (gst_base_rtp_depayload_change_state):
11753         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11754         Changed the C++ comments to C comments
11755
11756 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11757
11758         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11759         * gst/tcp/gsttcpclientsrc.h:
11760         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11761         * gst/tcp/gsttcpserversrc.h:
11762           Remove unused 'curoffset' structure member.
11763
11764 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11765
11766         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11767         (gst_base_rtp_depayload_base_init),
11768         (gst_base_rtp_depayload_finalize):
11769         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11770         * gst-libs/gst/rtp/gstbasertppayload.h:
11771           The pad-template on the sinkpad should be set by the derived classes.
11772           Also added some useful macros.
11773
11774 2005-10-24  Wim Taymans  <wim@fluendo.com>
11775
11776         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11777         Correctly flush decoder samples even if we could not
11778         copy them to an output buffer. Fixes #319618.
11779
11780 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11781
11782         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11783         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11784         the caps against our xcontext caps.
11785
11786 2005-10-24  Wim Taymans  <wim@fluendo.com>
11787
11788         * gst-libs/gst/audio/gstbaseaudiosink.c:
11789         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11790         Remove g_print
11791         Use sync property from baseclass to disable sync.
11792
11793 2005-10-24  Wim Taymans  <wim@fluendo.com>
11794
11795         * gst-libs/gst/audio/gstbaseaudiosink.c:
11796         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11797         Buffers with no timestamps get aligned with previous buffers or
11798         on underrun, played ASAP.
11799
11800 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11801
11802         * gst-libs/gst/video/video.h:
11803         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11804         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11805         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11806         here comes my change on caps for framerate and geometry range.
11807         We are now accepting 1 to MAXINT for width and height, and from
11808         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11809         to be blended correctly in videomixer.
11810
11811 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11812
11813         * configure.ac:
11814           back to HEAD
11815
11816 === release 0.9.4 ===
11817
11818 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11819
11820         * NEWS:
11821         * RELEASE:
11822         * configure.ac:
11823           releasing 0.9.4, "Velociraptor"
11824
11825 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11826
11827         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11828         * po/POTFILES.in:
11829           STOPPED -> FAILED
11830
11831 2005-10-21  Wim Taymans  <wim@fluendo.com>
11832
11833         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11834         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11835         (pad_blocked), (close_pad_link), (new_pad):
11836         Don't try to remove elements twice.
11837
11838 2005-10-21  Wim Taymans  <wim@fluendo.com>
11839
11840         * ext/theora/theoradec.c: (theora_dec_src_query),
11841         (theora_dec_sink_event):
11842         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11843         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11844         (vorbis_handle_data_packet):
11845         * ext/vorbis/vorbisdec.h:
11846         Fix old naming.
11847
11848         * gst-libs/gst/audio/gstbaseaudiosink.c:
11849         (gst_base_audio_sink_render):
11850         Don't try to sync on buffers without a timestamp.
11851
11852 2005-10-21  Wim Taymans  <wim@fluendo.com>
11853
11854         * ext/theora/theoradec.c: (theora_dec_src_query),
11855         (theora_dec_sink_event):
11856         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11857         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11858         (vorbis_handle_data_packet):
11859         * ext/vorbis/vorbisdec.h:
11860         Fix old naming.
11861
11862 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11863
11864         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11865         (gst_vorbisenc_src_query):
11866           Implement position and duration queries.
11867
11868         * gst/playback/test3.c: (update_scale), (main):
11869           Fix for async state changes and print nicer output.
11870
11871 2005-10-20  Wim Taymans  <wim@fluendo.com>
11872
11873         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11874         (dump_element_stats), (main):
11875         * gst/playback/test6.c: (main):
11876         Fix tests again
11877
11878 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11879
11880         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11881         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11882           Don't use functions for position queries when handling
11883           duration queries.
11884
11885 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11886
11887         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11888         (vorbis_handle_data_packet), (vorbis_dec_chain),
11889         (vorbis_dec_change_state):
11890         * ext/vorbis/vorbisdec.h:
11891           Vorbis streams can be embedded in other container formats
11892           than ogg, container formats where the demuxer might set 
11893           timestamps on encoded vorbis buffers instead of those silly 
11894           granulepos thingies. In short: make vorbisdec handle 
11895           timestamps on incoming buffers as well.
11896
11897 2005-10-20  Wim Taymans  <wim@fluendo.com>
11898
11899         * gst/playback/gstplaybasebin.c: (group_destroy),
11900         (gst_play_base_bin_change_state):
11901         Fix leak.
11902         Handle case where playbasebin is now ASYNC because
11903         decodebin is.
11904
11905 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11906
11907         * gst/audioconvert/Makefile.am:
11908         * gst/audioconvert/bufferframesconvert.c:
11909         * gst/audioconvert/plugin.c: (plugin_init):
11910         * gst/audioconvert/plugin.h:
11911           And bye bye buffer-frames-convert
11912
11913 2005-10-19  Wim Taymans  <wim@fluendo.com>
11914
11915         * check/elements/audioconvert.c:
11916         * docs/libs/tmpl/gstaudio.sgml:
11917         * docs/libs/tmpl/gstcolorbalance.sgml:
11918         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11919         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
11920         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
11921         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
11922         * gst-libs/gst/audio/audio.h:
11923         * gst/audioconvert/audioconvert.h:
11924         * gst/audioconvert/gstaudioconvert.c:
11925         (gst_audio_convert_parse_caps):
11926         * gst/volume/gstvolume.c:
11927         Bye bye buffer-frames.
11928
11929 2005-10-19  Wim Taymans  <wim@fluendo.com>
11930
11931         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
11932         (query_positions_elems), (query_positions_pads), (update_scale),
11933         (do_seek), (set_update_scale), (message_received), (main):
11934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
11935         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
11936         (gst_ogg_demux_loop):
11937         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
11938         * ext/theora/theoradec.c: (theora_dec_src_query),
11939         (theora_dec_sink_event):
11940         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11941         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
11942         * gst/adder/gstadder.c: (gst_adder_query):
11943         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
11944         * gst/playback/test3.c: (update_scale):
11945         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11946         (dump_element_stats), (main):
11947         * gst/playback/test6.c: (main):
11948         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
11949         Query API update.
11950
11951 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11952
11953         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
11954         (xml_check_first_element), (xml_type_find), (smil_type_find),
11955         (plugin_init):
11956           Add typefinding for SMIL and for generic XML. Based on patch by
11957           Akos Maroy (#308663).
11958
11959 2005-10-18  Wim Taymans  <wim@fluendo.com>
11960
11961         * gst/playback/Makefile.am:
11962         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11963         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
11964         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
11965         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
11966         (gst_decode_bin_change_state):
11967         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
11968         (gst_play_bin_send_event_to_sink):
11969         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
11970         (dump_element_stats), (main):
11971         * gst/playback/test6.c: (main):
11972         Make playbin async, it'll commit state to paused when all streams
11973         are detected.
11974         Remove ugly hack.
11975         Added test6.c to show async behaviour.
11976
11977 2005-10-18  Wim Taymans  <wim@fluendo.com>
11978
11979         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
11980         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
11981         Fix for segment-start/stop API change.
11982
11983 2005-10-18  Wim Taymans  <wim@fluendo.com>
11984
11985         * check/Makefile.am:
11986         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
11987         (main):
11988         Add future test for clock selection.
11989
11990 2005-10-18  Wim Taymans  <wim@fluendo.com>
11991
11992         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
11993         (gst_alsasink_close):
11994         Set handle to NULL.
11995
11996         * gst-libs/gst/audio/gstringbuffer.c:
11997         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11998         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
11999         (gst_ring_buffer_start), (gst_ring_buffer_pause),
12000         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12001         (gst_ring_buffer_read):
12002         More debug info.
12003
12004 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
12005
12006         * gst/audiotestsrc/Makefile.am:
12007         * gst/sine/Makefile.am:
12008         * gst/volume/Makefile.am:
12009           fix broken build of controllerized plugins
12010
12011 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12012
12013         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12014
12015         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12016         (gst_riff_create_video_template_caps):
12017           Add support for Indeo-3 (IV32).
12018
12019 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12020
12021         * configure.ac:
12022           rewrite
12023
12024 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12025
12026         * gst-libs/gst/video/video.c: (gst_video_get_size):
12027         * gst/audiotestsrc/gstaudiotestsrc.c:
12028           doc updates
12029
12030 2005-10-17  Andy Wingo  <wingo@pobox.com>
12031
12032         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12033         with the collectpads change.
12034         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12035
12036         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12037
12038         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12039
12040         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12041         alloc_buffer flow return to callers.
12042         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12043         change. Fix some memleaks in theoraenc.
12044
12045         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12046         in strange circumstance.
12047
12048 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12049
12050         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12051         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12052         from caps, let's use the caps...
12053
12054 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12055
12056         * configure.ac:
12057           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12058
12059 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12060
12061         * gst-libs/gst/interfaces/Makefile.am:
12062           fix silly typo
12063
12064 2005-10-16  Andy Wingo  <wingo@pobox.com>
12065
12066         * gst/playback/gstdecodebin.c
12067         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12068         function!
12069         (try_to_link_1): Increase kraziness level.
12070
12071 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12072
12073         * configure.ac:
12074           restructure like the core one
12075         * gst-libs/gst/audio/Makefile.am:
12076         * gst-libs/gst/interfaces/Makefile.am:
12077         * gst-libs/gst/net/Makefile.am:
12078         * gst-libs/gst/riff/Makefile.am:
12079         * gst-libs/gst/rtp/Makefile.am:
12080         * gst-libs/gst/tag/Makefile.am:
12081         * gst-libs/gst/video/Makefile.am:
12082           use correct linker flags, now the libs are properly versioned
12083         * check/elements/audioconvert.c: (verify_convert):
12084         * ext/alsa/gstalsaplugin.c:
12085         * ext/cdparanoia/gstcdparanoia.c:
12086         * ext/gnomevfs/gstgnomevfs.c:
12087         * ext/libvisual/visual.c:
12088         * ext/ogg/gstogg.c:
12089         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12090         * ext/theora/theora.c:
12091         * ext/vorbis/vorbis.c:
12092         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12093         * gst-libs/gst/tag/gsttagediting.c:
12094         * gst-libs/gst/video/video.c:
12095         * gst/adder/gstadder.c:
12096         * gst/audioconvert/plugin.c:
12097         * gst/audiorate/gstaudiorate.c:
12098         * gst/audioresample/gstaudioresample.c:
12099         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12100         * gst/audioscale/gstaudioscale.c:
12101         * gst/audioscale/resample.c:
12102         * gst/audiotestsrc/gstaudiotestsrc.c:
12103         * gst/ffmpegcolorspace/gstffmpeg.c:
12104         * gst/playback/gstdecodebin.c: (close_pad_link):
12105         * gst/playback/gstplaybin.c: (gen_video_element),
12106         (gen_audio_element):
12107         * gst/sine/gstsinesrc.c:
12108         * gst/subparse/gstsubparse.c:
12109         * gst/tags/gsttagediting.c:
12110         * gst/tcp/gsttcpplugin.c:
12111         * gst/typefind/gsttypefindfunctions.c:
12112         * gst/videorate/gstvideorate.c:
12113         * gst/videoscale/gstvideoscale.c:
12114         * gst/videotestsrc/gstvideotestsrc.c:
12115         * gst/volume/gstvolume.c:
12116         * sys/v4l/gstv4l.c:
12117         * sys/ximage/ximage.c:
12118         * sys/xvimage/xvimagesink.c:
12119           fix up defines
12120
12121 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12122
12123         * ext/vorbis/vorbisenc.c:
12124         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12125         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12126         (gst_tag_to_vorbis_comments):
12127           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12128
12129 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12130
12131         * examples/stats/mp2ogg.c:
12132         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12133           typo fixes
12134
12135 2005-10-13  Michael Smith <msmith@fluendo.com>
12136
12137         * ext/ogg/gstoggmux.c:
12138           Use magic glib macros to define constants as 64 bit, to ensure
12139           appropriate vararg passing.
12140
12141 2005-10-13  Michael Smith <msmith@fluendo.com>
12142
12143         * ext/ogg/gstoggmux.c:
12144         * gst/audioconvert/audioconvert.c: (float):
12145           Don't use LL suffix, as it's not portable, and neither of these
12146           uses required it anyway.
12147
12148 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12149
12150         * examples/indexing/indexmpeg.c: (main):
12151         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12152         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12153         (cdparanoia_convert), (cdparanoia_query):
12154         * ext/cdparanoia/gstcdparanoia.h:
12155         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12156         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12157         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12158         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12159         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12160         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12161         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12162         (gst_multifdsink_render), (gst_multifdsink_start),
12163         (gst_multifdsink_stop):
12164         * gst/tcp/gstmultifdsink.h:
12165         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12166         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12167         (gst_tcpclientsink_stop):
12168         * gst/tcp/gsttcpclientsink.h:
12169         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12170         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12171         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12172         * gst/tcp/gsttcpclientsrc.h:
12173         * gst/tcp/gsttcpserversink.h:
12174         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12175         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12176         (gst_tcpserversrc_stop):
12177         * gst/tcp/gsttcpserversrc.h:
12178         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12179         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12180         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12181           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12182           moved bitshift from macro to enum definition
12183
12184 2005-10-12  Wim Taymans  <wim@fluendo.com>
12185
12186         * examples/seeking/Makefile.am:
12187         Oops.
12188
12189 2005-10-12  Wim Taymans  <wim@fluendo.com>
12190
12191         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12192         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12193         Don't assert on normal stuff.
12194
12195         * gst/playback/gstplaybin.c: (do_playbin_seek):
12196         API fix.
12197
12198 2005-10-12  Wim Taymans  <wim@fluendo.com>
12199
12200         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12201         * examples/seeking/Makefile.am:
12202         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12203         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12204         (do_seek), (set_update_scale), (message_received), (main):
12205         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12206         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12207         Update for _get_state() API change.
12208
12209 2005-10-11  Wim Taymans  <wim@fluendo.com>
12210
12211         * gst-libs/gst/audio/gstbaseaudiosink.c:
12212         (gst_base_audio_sink_render):
12213         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12214         (gst_base_audio_src_create):
12215         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12216         (gst_ring_buffer_read):
12217         Cleanups.
12218         Commit and read from ringbuffer in samples rather than bytes.
12219
12220 2005-10-11  Wim Taymans  <wim@fluendo.com>
12221
12222         * gst-libs/gst/audio/gstbaseaudiosink.c:
12223         (gst_base_audio_sink_render):
12224         Respect segment rate and accum when scheduling samples.
12225
12226 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12227
12228         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12229         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12230         EOS correctly, that needs more work.
12231
12232 2005-10-11  Wim Taymans  <wim@fluendo.com>
12233
12234         * check/generic/states.c: (GST_START_TEST):
12235         remove old property.
12236
12237         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12238         (gst_ogg_demux_perform_seek):
12239         * ext/theora/theoradec.c: (theora_dec_sink_event):
12240         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12241         (vorbis_handle_data_packet):
12242         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12243         (gst_base_rtp_depayload_set_gst_timestamp):
12244         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12245         Update for newsegment API change.
12246
12247 2005-10-11  Michael Smith <msmith@fluendo.com>
12248
12249         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12250         (do_playbin_seek), (gst_play_bin_send_event):
12251           Override send_event differently, so that we can takes bits of
12252           functionality from GstPipeline (special handling for seeks,
12253           including pausing/resuming, and resetting stream time) and still get
12254           the appropriate behaviour of only forwarding event to a single sink,
12255           rather than all of them.
12256           Unfortunately requires a lot of code duplication, but the
12257           alternatives are equally ugly in the end.
12258
12259 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12260
12261         * check/elements/audioconvert.c: (setup_audioconvert),
12262         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12263         (GST_START_TEST), (audioconvert_suite):
12264           clean up tests a little, fix some leaks.
12265
12266 2005-10-10  Wim Taymans  <wim@fluendo.com>
12267
12268         * ext/alsa/gstalsasink.c:
12269         Also allow unsigned int.
12270
12271         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12272         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12273         Small cleanup
12274
12275 2005-10-10  Wim Taymans  <wim@fluendo.com>
12276
12277         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12278         Small update, use API as stated in design docs.
12279
12280         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12281         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12282         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12283         (message_received), (main):
12284         Updated seek example for GOption. Some usability improvements.
12285
12286 2005-10-10  Wim Taymans  <wim@fluendo.com>
12287
12288         * gst/audioconvert/audioconvert.h:
12289         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12290         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12291         Alloc temp storage somewhere else where we can do it more
12292         portable.
12293
12294 2005-10-10  Wim Taymans  <wim@fluendo.com>
12295
12296         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12297         (gst_tcpserversrc_start):
12298         Don't block in accept while doing the state change, move
12299         to poll and make cancellable.
12300
12301 2005-10-09  Philippe Khalaf <burger@speedy.org>
12302
12303         * gst-libs/gst/rtp/rtpbasedepayload.c:
12304         Set timestamp and add queue delay to timestamp
12305         * gst-libs/gst/rtp/rtpbuffer.h:
12306         Set correct payload type for h263
12307
12308 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12309
12310         * gst/audiotestsrc/gstaudiotestsrc.c:
12311         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12312         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12313         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12314         (gst_audiotestsrc_create_triangle),
12315         (gst_audiotestsrc_create_silence),
12316         (gst_audiotestsrc_create_white_noise),
12317         (gst_audiotestsrc_init_pink_noise),
12318         (gst_audiotestsrc_generate_pink_noise_value),
12319         (gst_audiotestsrc_create_pink_noise),
12320         (gst_audiotestsrc_change_wave):
12321         * gst/audiotestsrc/gstaudiotestsrc.h:
12322           fixed typo, added pink noise
12323
12324 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12325
12326         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12327         (plugin_init):
12328           Add wavpack and spc typefind functions from 0.8 branch.
12329
12330 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12331
12332         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12333         (ar_type_find), (msdos_type_find), (plugin_init):
12334           Add typefind functions for tar archives, ar archives,
12335           RAR archives, and msdos-executables (dlls, exe, etc.).
12336           Some of those would be wrongly identified as mpeg
12337           streams of some sort before (#315550).
12338
12339 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12340
12341         * configure.ac:
12342         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12343         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12344         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12345         * gst/audiotestsrc/Makefile.am:
12346         * gst/audiotestsrc/gstaudiotestsrc.c:
12347         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12348         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12349         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12350         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12351         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12352         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12353         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12354         (gst_audiotestsrc_create_silence),
12355         (gst_audiotestsrc_create_white_noise),
12356         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12357         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12358         (gst_audiotestsrc_start), (plugin_init):
12359         * gst/audiotestsrc/gstaudiotestsrc.h:
12360           add new plugin and element
12361         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12362           use gobject_class
12363
12364 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12365
12366         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12367         (gst_adder_init), (gst_adder_request_new_pad),
12368         (gst_adder_change_state):
12369           Add query function to source pad, so adder reports the correct
12370           time/sample position when queried (#315457); fix state change
12371           function; use GST_DEBUG_FUNCPTR() for pad functions.
12372
12373 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12374
12375         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12376           Fix leaks in typefind registration
12377           Clean up the gratuitous commenting and whitespacing a little
12378
12379 2005-10-08  Wim Taymans  <wim@fluendo.com>
12380
12381         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12382         Only actually wait for the thread to be stopped if it's 
12383         running.
12384
12385 2005-10-08  Wim Taymans  <wim@fluendo.com>
12386
12387         * gst-libs/gst/audio/gstbaseaudiosink.c:
12388         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12389         If we receive EOS we can start playback of what we had.
12390
12391 2005-10-08  Wim Taymans  <wim@fluendo.com>
12392
12393         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12394         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12395         (gst_multifdsink_stop):
12396         Fix crasher when going to NULL multiple times.
12397
12398 2005-10-06  Wim Taymans  <wim@fluendo.com>
12399
12400         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12401         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12402         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12403         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12404         patch from Edgard Lima <edgard.lima@indt.org.br>
12405         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12406
12407 2005-10-06  Wim Taymans  <wim@fluendo.com>
12408
12409         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12410         Report the FLOW_RETURN as string in the error message.
12411
12412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12413         Don't assert when clearing an unnegotiated buffer.
12414
12415 2005-10-04  Michael Smith <msmith@fluendo.com>
12416
12417         * gst/playback/gstplaybasebin.c: (group_destroy),
12418         (gen_preroll_element), (remove_groups), (setup_source):
12419         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12420         (setup_sinks), (gst_play_bin_send_event),
12421         (gst_play_bin_change_state):
12422           Set state to NULL before removing from bin. Fix refcounting.
12423
12424 2005-10-04  Michael Smith <msmith@fluendo.com>
12425
12426         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12427           Correct refcounting in send_event() function. Previously was wrong
12428           if the first sink was unable to handle the event.
12429
12430 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12431
12432         * configure.ac:
12433           back to development
12434
12435 === release 0.9.3 ===
12436
12437 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12438
12439         * configure.ac:
12440           Releasing 0.9.3, "De Facto"
12441
12442 2005-10-03  Andy Wingo  <wingo@pobox.com>
12443
12444         * gst/playback/gstdecodebin.c (try_to_link_1)
12445         (remove_element_chain): set element to NULL before removing it.
12446
12447 2005-10-02  Johan Dahlin  <johan@gnome.org>
12448
12449         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12450         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12451         MT safe.
12452
12453 2005-10-02  Andy Wingo  <wingo@pobox.com>
12454
12455         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12456         (gst_ring_buffer_prepare_read): 
12457         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12458         Demote to LOG.
12459
12460 2005-09-29  Wim Taymans  <wim@fluendo.com>
12461
12462         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12463         * ext/theora/theoradec.c: (theora_handle_data_packet):
12464         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12465         Propagate error codes from alloc_buffer too.
12466
12467 2005-09-29  Wim Taymans  <wim@fluendo.com>
12468
12469         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12470         We use fixed caps.
12471
12472         * gst/playback/Makefile.am:
12473         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12474         (dump_element_stats), (main):
12475         Added example stream introspection code.
12476
12477 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12478
12479         * gst/adder/gstadder.c: (gst_adder_collected):
12480           fix adder for float elements
12481
12482 2005-09-28  Wim Taymans  <wim@fluendo.com>
12483
12484         * gst-libs/gst/audio/gstbaseaudiosink.c:
12485         (gst_base_audio_sink_class_init),
12486         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12487         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12488         (gst_base_audio_src_class_init),
12489         (gst_base_audio_src_provide_clock):
12490         get_clock -> provide_clock
12491
12492 2005-09-28  Andy Wingo  <wingo@pobox.com>
12493
12494         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12495         and unlocking.
12496
12497         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12498         unlocking.
12499
12500         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12501         Actually add the pad template.
12502         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12503
12504         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12505         I'm at it...
12506
12507         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12508         from fdsrc. Get caps in create() instead of start() so it can be
12509         interrupted. Interruption somewhat untested.
12510
12511         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12512         Proper EOS handling.
12513
12514 2005-09-27  Andy Wingo  <wingo@pobox.com>
12515
12516         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12517
12518         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12519
12520         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12521
12522         * gst/tcp/gsttcp.h: 
12523         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12524         out of tcpclientsrc.c. Cancellable.
12525         (gst_tcp_socket_read): Made private, cancellable, with better
12526         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12527         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12528         whole buffer, and better diagnostics.
12529         (gst_tcp_gdp_read_caps): Same.
12530
12531         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12532
12533 2005-09-26  Andy Wingo  <wingo@pobox.com>
12534
12535         * gst/sine/gstsinesrc.h:
12536         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12537         change the 'sync' property to 'is-live' and implement it halfway,
12538         update for controller api change.
12539
12540         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12541         controller api change.
12542
12543 2005-09-24  Wim Taymans  <wim@fluendo.com>
12544
12545         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12546         * gst-libs/gst/audio/gstaudiosink.c:
12547         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12548         (gst_audioringbuffer_stop):
12549         * gst-libs/gst/audio/gstbaseaudiosink.c:
12550         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12551         (gst_base_audio_sink_change_state):
12552         * gst-libs/gst/audio/gstbaseaudiosink.h:
12553         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12554         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12555         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12556         * gst-libs/gst/audio/gstringbuffer.h:
12557         Fix sync again. Moved sample alignment to basesink.
12558
12559 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12560
12561         * docs/plugins/Makefile.am:
12562         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12563         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12564         * gst/volume/gstvolume.c:
12565           add/fix docs
12566         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12567         * gst-libs/gst/audio/audio.h:
12568           add conversion macros for frames <-> clocktime
12569
12570 2005-09-23  David Schleef  <ds@schleef.org>
12571
12572         * gst/audioresample/Makefile.am:
12573         * gst/audioresample/debug.h:
12574         * gst/audioresample/gstaudioresample.c:
12575         * gst/audioresample/resample.c: Convert to using gst debugging
12576
12577 2005-09-22  Wim Taymans  <wim@fluendo.com>
12578
12579         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12580         (gst_play_bin_send_event):
12581         Only seek on one sink, the first one that succeeds.
12582
12583 2005-09-22  Michael Smith <msmith@fluendo.com>
12584
12585         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12586         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12587         Don't flush encoder state unless we have an initialised encoder.
12588         Clear out encoder state on PAUSED_TO_READY.
12589
12590 2005-09-22  Wim Taymans  <wim@fluendo.com>
12591
12592         * gst-libs/gst/rtp/gstbasertppayload.c:
12593         (gst_basertppayload_class_init), (gst_basertppayload_init),
12594         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12595         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12596         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12597         (gst_basertppayload_set_property),
12598         (gst_basertppayload_get_property),
12599         (gst_basertppayload_change_state):
12600         * gst-libs/gst/rtp/gstbasertppayload.h:
12601         Added max-ptime to control amount of data in the rtp packets.
12602
12603 2005-09-21  Andy Wingo  <wingo@pobox.com>
12604
12605         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12606         thingies.
12607
12608         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12609         can be called multiple times, dogs.
12610
12611 2005-09-21  Wim Taymans  <wim@fluendo.com>
12612
12613         * gst-libs/gst/rtp/gstbasertppayload.c:
12614         (gst_basertppayload_class_init), (gst_basertppayload_init),
12615         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12616         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12617         (gst_basertppayload_push), (gst_basertppayload_get_property),
12618         (gst_basertppayload_change_state):
12619         Allow 0 ssrc too.
12620
12621 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12622
12623         * docs/libs/compiling.sgml:
12624           fixing typos
12625
12626 2005-09-20  Wim Taymans  <wim@fluendo.com>
12627
12628         * gst-libs/gst/rtp/gstbasertppayload.c:
12629         (gst_basertppayload_class_init), (gst_basertppayload_init),
12630         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12631         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12632         (gst_basertppayload_push), (gst_basertppayload_set_property),
12633         (gst_basertppayload_get_property),
12634         (gst_basertppayload_change_state):
12635         * gst-libs/gst/rtp/gstbasertppayload.h:
12636         Added property to configure sequence number offsets.
12637
12638 2005-09-20  Wim Taymans  <wim@fluendo.com>
12639
12640         * gst-libs/gst/rtp/gstbasertppayload.c:
12641         (gst_basertppayload_class_init), (gst_basertppayload_init),
12642         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12643         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12644         (gst_basertppayload_push), (gst_basertppayload_set_property),
12645         (gst_basertppayload_get_property),
12646         (gst_basertppayload_change_state):
12647         * gst-libs/gst/rtp/gstbasertppayload.h:
12648         Make timestamp offset configurable.
12649
12650 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12651
12652         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12653           fix wrong pop/unref
12654
12655 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12656
12657         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12658
12659         * gst-libs/gst/interfaces/propertyprobe.c:
12660         (gst_property_probe_probe_property_name),
12661         (gst_property_probe_needs_probe_name),
12662         (gst_property_probe_get_values_name),
12663         (gst_property_probe_probe_and_get_values_name):
12664           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12665           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12666
12667 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12668
12669         * check/Makefile.am:
12670           have some tests be disabled for valgrinding
12671         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12672         (GST_START_TEST):
12673         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12674           Fix A Leak.  Chain To Parent Finalize.
12675
12676 2005-09-19  Wim Taymans  <wim@fluendo.com>
12677
12678         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12679         Fixed wav pipeline.
12680
12681 2005-09-19  Wim Taymans  <wim@fluendo.com>
12682
12683         * gst-libs/gst/rtp/gstbasertppayload.c:
12684         (gst_basertppayload_class_init), (gst_basertppayload_init),
12685         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12686         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12687         (gst_basertppayload_push), (gst_basertppayload_get_property),
12688         (gst_basertppayload_change_state):
12689         Posting ERROR and WARNING messages is good.
12690
12691 2005-09-19  Wim Taymans  <wim@fluendo.com>
12692
12693         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12694         (gst_base_rtp_depayload_add_to_queue),
12695         (gst_base_rtp_depayload_push),
12696         (gst_base_rtp_depayload_set_gst_timestamp),
12697         (gst_base_rtp_depayload_queue_release):
12698         This one was not supposed to go in.
12699
12700 2005-09-19  Wim Taymans  <wim@fluendo.com>
12701
12702         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12703         Fix for bus API.
12704
12705         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12706         (gst_base_rtp_depayload_chain),
12707         (gst_base_rtp_depayload_add_to_queue),
12708         (gst_base_rtp_depayload_push),
12709         (gst_base_rtp_depayload_set_gst_timestamp),
12710         (gst_base_rtp_depayload_queue_release):
12711         Some cleanups.
12712
12713         * gst-libs/gst/rtp/gstbasertppayload.c:
12714         (gst_basertppayload_class_init), (gst_basertppayload_init),
12715         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12716         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12717         (gst_basertppayload_get_property),
12718         (gst_basertppayload_change_state):
12719         Added debugging category.
12720
12721 2005-09-18  David Schleef  <ds@schleef.org>
12722
12723         * gst/playback/gstdecodebin.c: free plugin list correctly
12724         * gst/playback/gstplaybin.c: emit warning if autovideosink
12725           and autoaudiosink can't be found (instead of segfaulting)
12726
12727 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12728
12729         * check/elements/audioconvert.c: (GST_START_TEST):
12730           try out 24 bit conversion
12731
12732 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12733
12734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12735         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12736         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12737         * ext/vorbis/vorbisenc.h:
12738           Fix EOS handling.  Still needs a fix in the ogg muxer to
12739           mark the last page as eos.
12740
12741 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12742
12743         * common/gtk-doc-plugins.mak:
12744         * docs/plugins/Makefile.am:
12745         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12746         * gst/ffmpegcolorspace/Makefile.am:
12747         * gst/ffmpegcolorspace/avcodec.h:
12748         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12749         * gst/tcp/gstmultifdsink.c:
12750           fix up ffmpegcolorspace docs; extract header
12751
12752 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12753
12754         * common/gtk-doc-plugins.mak:
12755         * docs/plugins/Makefile.am:
12756         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12757         * ext/theora/Makefile.am:
12758         * ext/theora/gsttheoraenc.h:
12759         * ext/theora/theoraenc.c:
12760         * ext/vorbis/vorbisenc.c:
12761           pick up signals and args for vorbis; add some docs for vorbis
12762
12763 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12764
12765         * common/gstdoc-scangobj:
12766         * common/gtk-doc-plugins.mak:
12767         * docs/libs/Makefile.am:
12768         * docs/plugins/gst-plugins-base-plugins.args:
12769         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12770         * docs/plugins/gst-plugins-base-plugins.interfaces:
12771         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12772         * docs/plugins/gst-plugins-base-plugins.signals:
12773           only scanobj stuff from our source module.  Not sure yet
12774           if that's correct, given the hierarchy stuff :)
12775
12776 2005-09-15  Wim Taymans  <wim@fluendo.com>
12777
12778         * gst/audioconvert/gstaudioconvert.c:
12779         And enable 24 bits mode as well..
12780
12781 2005-09-15  Wim Taymans  <wim@fluendo.com>
12782
12783         * gst-libs/gst/rtp/Makefile.am:
12784         * gst-libs/gst/rtp/gstbasertppayload.c:
12785         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12786         (gst_basertppayload_class_init), (gst_basertppayload_init),
12787         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12788         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12789         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12790         (gst_basertppayload_set_property),
12791         (gst_basertppayload_get_property),
12792         (gst_basertppayload_change_state):
12793         * gst-libs/gst/rtp/gstbasertppayload.h:
12794         Added rtp payloader base class.
12795
12796 2005-09-15  Andy Wingo  <wingo@pobox.com>
12797
12798         * configure.ac (plugindir): Remove the EOL matcher from the
12799         regexp, as it causes me problems. Libtool? Make? Who knows?
12800
12801 2005-09-14  David Schleef  <ds@schleef.org>
12802
12803         * check/generic/states.c: 
12804         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12805         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12806           Fixes for changes in registry API.
12807
12808         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12809           to GST_PLUGIN_LDFLAGS.
12810         * ext/libvisual/visual.c: Make the library shut up.
12811         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12812         * gst-libs/gst/audio/gstaudiofilter.c: same
12813
12814 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12815
12816         * docs/plugins/Makefile.am:
12817         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12818         * docs/plugins/inspect/plugin-libvisual.xml:
12819         * docs/plugins/tmpl/element-tcpserversink.sgml:
12820         * ext/theora/theoraenc.c:
12821           add libvisual plugin and theoraenc element to docs
12822
12823 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12824
12825         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12826         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12827         * ext/theora/theoraenc.c:
12828           add theoraenc
12829
12830 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12831
12832         * gst/audioconvert/Makefile.am:
12833           Audioconvert derives from GstBaseTransform and should
12834           link to the library with our base elements to avoid
12835           unresolved symbols. Makes things work with MinGW (#316160)
12836
12837         * gst/playback/test4.c: (main):
12838           Fix MinGW build problem and use g_usleep() instead of 
12839           sleep() (#316162)
12840
12841 2005-09-12  Wim Taymans  <wim@fluendo.com>
12842
12843         * gst/audioconvert/audioconvert.c: (float),
12844         (audio_convert_prepare_context), (audio_convert_convert):
12845         * gst/audioconvert/audioconvert.h:
12846         Cleanups, speedups, simplifications, added back support
12847         for 24 bits.
12848
12849 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12850
12851         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12852         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12853         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12854         * docs/plugins/tmpl/element-tcpserversink.sgml:
12855         * gst/ffmpegcolorspace/gstffmpeg.c:
12856         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12857         * gst/videotestsrc/gstvideotestsrc.c:
12858         * gst/volume/gstvolume.c:
12859           add more elements to the docs
12860
12861 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12862
12863         * check/Makefile.am:
12864         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12865         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12866           Add extra tests for basetransform based components. 
12867           Comment out the test_element_negotiation test until we decide
12868           if it's testing correct behaviour.
12869         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
12870         (gst_visual_chain), (gst_visual_change_state):
12871           Slightly more correct but still bogus timestamping.
12872           Fix state change function.
12873         * gst/audioconvert/gstaudioconvert.c:
12874         (gst_audio_convert_class_init):
12875         * gst/audioresample/gstaudioresample.c:
12876         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12877         (gst_ffmpegcsp_class_init):
12878         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
12879         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
12880         (gst_videoscale_prepare_image):
12881         * gst/volume/gstvolume.c: (gst_volume_class_init),
12882         (volume_transform_ip):
12883           Basetransform updates. Enable passthrough modes.
12884         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12885         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
12886         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
12887           Negotiation fix that allows the window to return to the original
12888           size and renegotiate passthrough upstream. Extra debug output.
12889
12890 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
12891
12892         * gst/sine/gstsinesrc.c:
12893         * gst/volume/gstvolume.c:
12894           fix up header include
12895
12896 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
12897
12898         * gst-libs/gst/audio/gstbaseaudiosink.c:
12899         (gst_base_audio_sink_render):
12900         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
12901         * gst/volume/gstvolume.c: (gst_volume_class_init),
12902         (volume_transform):
12903           fixing lost sync, some more debugging
12904
12905 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
12906
12907         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12908         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
12909         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12910         (gst_xvimagesink_check_xshm_calls):
12911           Fix compilation when XShm is not available.
12912
12913 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12914
12915         * ext/libvisual/visual.c: (gst_visual_dispose),
12916         (gst_visual_getcaps), (gst_visual_src_setcaps),
12917         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
12918         (gst_visual_change_state):
12919           Finish fixing up libvisual plugin so that it runs. 
12920
12921 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12922
12923         * ext/vorbis/vorbisenc.c:
12924         * gst-libs/gst/tag/gstvorbistag.c:
12925           gsttaginterface.h -> gsttagsetter.h
12926
12927 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12928
12929         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
12930           added another test that failes for me (test is not active by default)
12931
12932 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
12933
12934         * configure.ac:
12935           v4l2 is no longer in gst-plugins-base
12936
12937 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
12938
12939         * configure.ac:
12940           In the output at the end, don't show the first plugin on the same
12941           line as "Core plug-ins, always built:".
12942           Indent the output as for other plugin categories
12943         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
12944           #define that can be used to not use peer buffer_alloc functions for
12945           test purposes.
12946         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
12947         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
12948         (gst_ximagesink_show_frame):
12949         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
12950         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
12951         (gst_xvimagesink_show_frame):
12952           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
12953           fails gracefully instead of XError aborting or deadlocking.
12954
12955 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
12956
12957         * ext/libvisual/Makefile.am:
12958           link against gst-base-libs
12959
12960 2005-09-06  David Schleef  <ds@schleef.org>
12961
12962         * configure.ac: Enable libvisual plugin.
12963         * ext/libvisual/Makefile.am:
12964         * ext/libvisual/visual.c: Fixes to make it compile.
12965
12966 === release 0.9.2 ===
12967
12968 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
12969
12970         * NEWS:
12971         * RELEASE:
12972         * configure.ac:
12973         * docs/random/ChangeLog-0.8:
12974           releasing 0.9.2, "Spoon"
12975
12976 2005-09-05  Michael Smith <msmith@fluendo.com>
12977
12978         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
12979           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
12980           that in the vorbisenc element.
12981
12982 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12983
12984         * common/gtk-doc-plugins.mak:
12985         * docs/plugins/Makefile.am:
12986           fix distcheck
12987         * gst/audioresample/resample.c:
12988           fix wrong docstring
12989
12990 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
12991
12992         * common/gst-xmlinspect.py:
12993         * common/gtk-doc-plugins.mak:
12994           only inspect plugins for this given package
12995           require gst-python 0.9
12996
12997 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12998
12999         * Makefile.am:
13000         * autogen.sh:
13001         * common/gst-xmlinspect.py:
13002         * configure.ac:
13003         * docs/Makefile.am:
13004         * docs/plugins/inspect/plugin-alsa.xml:
13005         * docs/plugins/inspect/plugin-audioresample.xml:
13006         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13007         * docs/plugins/inspect/plugin-ogg.xml:
13008         * docs/plugins/tmpl/element-gnomevfssink.sgml:
13009         * docs/plugins/tmpl/element-multifdsink.sgml:
13010         * docs/plugins/tmpl/element-tcpserversink.sgml:
13011         * docs/plugins/tmpl/element-vorbisenc.sgml:
13012         * gst-plugins-base.spec.in:
13013           various doc-related updates
13014
13015 2005-08-31  Wim Taymans  <wim@fluendo.com>
13016
13017         * gst-libs/gst/audio/gstbaseaudiosink.c:
13018         (gst_base_audio_sink_render):
13019         Resync if the buffer timestamps drift more than a 10th 
13020         of a second.
13021
13022 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13023
13024         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13025         (gst_v4lsrc_get_property):
13026           The 'timestamp-offset' property is registered as an int64, so
13027           let's use g_value_{set|get}_int64() in our setter and getter
13028           functions (makes it work and fixes warnings with gst-inspect).
13029
13030 2005-08-30  Wim Taymans  <wim@fluendo.com>
13031
13032         * check/elements/audioconvert.c: (setup_audioconvert):
13033         * check/elements/audioresample.c: (setup_audioresample):
13034         * check/elements/volume.c: (setup_volume):
13035         Fix checks.
13036
13037 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13038
13039         * common/gtk-doc-plugins.mak:
13040         * common/plugins.xsl:
13041         * docs/plugins/Makefile.am:
13042           make module a param
13043
13044 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13045
13046         * examples/seeking/seek.c: (make_mp3_pipeline),
13047         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13048         (play_cb), (pause_cb), (stop_cb):
13049           update the example
13050
13051 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13052
13053         * gst/volume/gstvolume.c: (gst_volume_class_init),
13054         (volume_transform):
13055           do not update controlled params, if buffer has no timestamp
13056
13057 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13058
13059         * configure.ac:
13060         * gst/sine/Makefile.am:
13061         * gst/volume/Makefile.am:
13062           controllerized elements also need to link against controller-libs ;)
13063
13064 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13065
13066         * docs/libs/tmpl/gstcolorbalance.sgml:
13067         * docs/libs/tmpl/gstgconf.sgml:
13068         * docs/libs/tmpl/gstmixer.sgml:
13069         * docs/libs/tmpl/gstringbuffer.sgml:
13070         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13071         (gst_sinesrc_create):
13072         * gst/volume/gstvolume.c: (gst_volume_class_init),
13073         (volume_transform):
13074           controllerized two audio plugins
13075
13076 2005-08-29  Andy Wingo  <wingo@pobox.com>
13077
13078         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
13079         (vorbis_handle_data_packet): Fix some int overflow errors.
13080
13081         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13082         -1.
13083         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13084         valid.
13085         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13086         if it's valid. Fixed streaming-mode playback.
13087
13088         * check/elements/volume.c (cleanup_volume): Fix for running
13089         CK_FORK=no.
13090
13091         * check/elements/audioconvert.c: Convert from native endian, not
13092         little endian.
13093
13094 2005-08-29  Michael Smith <msmith@fluendo.com>
13095
13096         * ext/ogg/Makefile.am:
13097         * ext/ogg/gstogg.c: (plugin_init):
13098         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13099         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13100         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13101         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13102         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13103         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13104         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13105         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13106         Add an ogg parser element.
13107
13108 2005-08-28  Andy Wingo  <wingo@pobox.com>
13109
13110         * Updates for two-arg init from GST_BOILERPLATE_FULL.
13111
13112 2005-08-26  Wim Taymans  <wim@fluendo.com>
13113
13114         * gst/audioconvert/audioconvert.c: (if), (float),
13115         (audio_convert_get_func_index), (check_default),
13116         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13117         (audio_convert_clean_context), (audio_convert_get_sizes),
13118         (audio_convert_convert):
13119         Cleanups.
13120
13121 2005-08-26  Wim Taymans  <wim@fluendo.com>
13122
13123         * gst/audioconvert/audioconvert.c: (if), (float),
13124         (audio_convert_get_func_index), (check_default),
13125         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13126         (audio_convert_clean_context), (audio_convert_get_sizes),
13127         (audio_convert_convert):
13128         More elegant and working temp buffer selection algo.
13129
13130 2005-08-26  Wim Taymans  <wim@fluendo.com>
13131
13132         * gst/audioconvert/audioconvert.c: (if), (float),
13133         (audio_convert_get_func_index), (check_default),
13134         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13135         (audio_convert_clean_context), (audio_convert_get_sizes),
13136         (get_temp_buffer), (audio_convert_convert):
13137         Use realloc else we lose our original data.
13138
13139 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13140
13141         * gst/audioresample/gstaudioresample.c:
13142           use base class' newsegment to properly timestamp
13143
13144 2005-08-26  Wim Taymans  <wim@fluendo.com>
13145
13146         * gst/audioconvert/audioconvert.c: (if), (float),
13147         (audio_convert_get_func_index), (check_default),
13148         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13149         (audio_convert_clean_context), (audio_convert_get_sizes),
13150         (get_temp_buffer), (audio_convert_convert):
13151         * gst/audioconvert/gstaudioconvert.c:
13152         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13153         (gst_audio_convert_transform_caps),
13154         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13155         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13156         Oops, allocate enough space to perform the channel mix.
13157
13158 2005-08-26  Wim Taymans  <wim@fluendo.com>
13159
13160         * gst/audioconvert/Makefile.am:
13161         * gst/audioconvert/audioconvert.c: (if), (float),
13162         (audio_convert_get_func_index), (check_default),
13163         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13164         (audio_convert_clean_context), (audio_convert_get_sizes),
13165         (get_temp_buffer), (audio_convert_convert):
13166         * gst/audioconvert/audioconvert.h:
13167         * gst/audioconvert/gstaudioconvert.c:
13168         (gst_audio_convert_class_init), (gst_audio_convert_init),
13169         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13170         (gst_audio_convert_get_unit_size),
13171         (gst_audio_convert_transform_caps),
13172         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13173         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13174         * gst/audioconvert/gstaudioconvert.h:
13175         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13176         (gst_channel_mix_fill_identical),
13177         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13178         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13179         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13180         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13181         (gst_channel_mix_mix):
13182         * gst/audioconvert/gstchannelmix.h:
13183         Cleanups, librarify a bit, optimize, better negotiation and more.
13184
13185 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13186
13187         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13188         Another from MikeS:
13189         During typefinding, don't support negative offsets
13190         (offsets from the end of the stream) in our typefind->peek() function
13191         - nothing embedded in ogg ever needs them. However, we need to recognise
13192         those requests and reject them, otherwise we return invalid pointers.
13193
13194 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13195
13196         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13197         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13198         (vorbisdec_finalize), (vorbis_handle_type_packet):
13199           Big shout-out to MikeS for fixing this giant memory leak.
13200           Huzzah!
13201
13202 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13203
13204         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13205         (audio_convert_get_unit_size):
13206           plug some leaks
13207
13208 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13209
13210         * check/Makefile.am:
13211         * check/elements/audioconvert.c: (setup_audioconvert),
13212         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13213         (GST_START_TEST), (audioconvert_suite), (main):
13214           add a test for audioconvert
13215         * gst/audioresample/gstaudioresample.c:
13216         * gst/audioresample/gstaudioresample.h:
13217           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13218           note that for buffers of 1/3 sec this means DURATION(c) is 
13219           one nanosecond more than for a and b
13220
13221 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13222
13223         * check/Makefile.am:
13224         * check/elements/audioresample.c: (setup_audioresample),
13225         (cleanup_audioresample), (fail_unless_perfect_stream),
13226         (test_perfect_stream_instance), (GST_START_TEST),
13227           add a check for audioresample
13228         (audioresample_suite), (main):
13229         * check/elements/volume.c: (GST_START_TEST):
13230           remove unused method
13231         * gst/audioresample/gstaudioresample.c:
13232           set correct buffer parameters since we're changing them
13233         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13234           add some debug
13235
13236 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13237
13238         * gst/audioresample/debug.c:
13239         * gst/audioresample/gstaudioresample.c:
13240           add room for extra overlap samples when asked to transform size
13241           protect against possible mem corruption and check for discrepancies
13242           between written size and outbuffer's size so we can warn for
13243           potential problems
13244         * gst/audioresample/resample.c: (resample_init),
13245         (resample_get_output_size_for_input), (resample_get_output_size),
13246         (resample_set_n_channels), (resample_set_format):
13247           set debug level based on RESAMPLE_DEBUG env var
13248           make sure that get_output_size* returns a whole number of
13249           sample_size
13250           set sample_size each time either channel or format is set
13251         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13252         * gst/audioresample/resample_functable.c:
13253         (resample_scale_functable):
13254         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13255           remove r->sample_size, it's done in resample.c now
13256           add some debugging to the ref implementation
13257           make sure we only give back bytes that are wholes of the sample
13258           size
13259
13260 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13261         * gst/playback/gstplaybasebin.c: (fill_buffer):
13262         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13263
13264 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13265
13266         * gst/volume/gstvolume.c:
13267           made set_caps function static
13268
13269 2005-08-24  Wim Taymans  <wim@fluendo.com>
13270
13271         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13272         (gst_vorbisenc_change_state):
13273         Stop leaking taglists.
13274
13275 2005-08-24  Wim Taymans  <wim@fluendo.com>
13276
13277         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13278         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13279         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13280         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13281         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13282         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13283         Parse seeking events better.
13284         Unref static caps.
13285         Generate correct newsegment events, fixes seeking in live oggs.
13286
13287         * ext/theora/theoradec.c: (theora_dec_src_query),
13288         (theora_dec_src_event), (theora_dec_src_getcaps),
13289         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13290         Use newsegment values to report correct play time.
13291
13292         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13293         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13294         * ext/vorbis/vorbisdec.h:
13295         Parse and use newsegment values to report correct play time.
13296
13297         * gst-libs/gst/audio/gstbaseaudiosink.c:
13298         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13299         Clear ringbuffer on flush.
13300         Use newsegment values to calculate playback time.
13301
13302         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13303         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13304         Basesink does newsegment calculations for us now.
13305
13306 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13307
13308         * check/Makefile.am:
13309         * configure.ac:
13310           add core's plugins to the mix so that playbin works
13311         * check/generic/states.c: (GST_START_TEST):
13312           set a 0 timeout on pipelines, so they don't force the next
13313           state change
13314         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13315         (gst_play_base_bin_change_state):
13316           remove the crappy error handling and do GST error handling
13317
13318 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13319
13320         * check/Makefile.am:
13321         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13322           add same test as to core, it bitches out on playbin atm.
13323
13324 2005-08-24  Wim Taymans  <wim@fluendo.com>
13325
13326         * configure.ac:
13327         Remove audioscale.
13328
13329 2005-08-24  Wim Taymans  <wim@fluendo.com>
13330
13331         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13332         (gst_videoscale_prepare_size), (parse_caps),
13333         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13334         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13335         (gst_videoscale_transform):
13336         * gst/videoscale/gstvideoscale.h:
13337         Refactor, make use of BaseTranform really well.
13338
13339 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13340
13341         * configure.ac:
13342           compile audioresample
13343         * gst/audioresample/Makefile.am:
13344         * gst/audioresample/buffer.c:
13345         * gst/audioresample/functable.c:
13346         * gst/audioresample/gstaudioresample.c:
13347         * gst/audioresample/gstaudioresample.h:
13348         * gst/audioresample/resample.c:
13349         (resample_get_output_size_for_input):
13350         * gst/audioresample/resample.h:
13351         * gst/audioresample/resample_chunk.c:
13352         * gst/audioresample/resample_functable.c:
13353         * gst/audioresample/resample_ref.c:
13354           port to use basetransform; doesn't work in all cases yet
13355
13356 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13357
13358         * gst/audioconvert/gstaudioconvert.c:
13359         (gst_audio_convert_class_init), (gst_audio_convert_init),
13360         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13361         (audio_convert_fixate_caps), (audio_convert_set_caps),
13362         (audio_convert_transform),
13363         (gst_audio_convert_buffer_to_default_format),
13364         (gst_audio_convert_buffer_from_default_format),
13365         (gst_audio_convert_channels):
13366         * gst/audioconvert/gstchannelmix.c:
13367         * gst/audioconvert/gstchannelmix.h:
13368           port to basetransform
13369         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13370         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13371         (gst_ffmpegcsp_get_unit_size):
13372         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13373         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13374           fix for basetransform changes
13375
13376 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13377
13378         * check/Makefile.am:
13379           Add CHECK_CFLAGS and LDFLAGS
13380
13381         * gst/playback/gstplaybasebin.c: (fill_buffer):
13382           GST_MESSAGE_SRC became a GObject
13383
13384 2005-08-24  Wim Taymans  <wim@fluendo.com>
13385
13386         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13387         (gst_ring_buffer_clear_all):
13388         * gst-libs/gst/audio/gstringbuffer.h:
13389         Added function to clear the ringbuffer.
13390
13391 2005-08-24  Andy Wingo  <wingo@pobox.com>
13392
13393         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13394         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13395         of _open and _close.
13396
13397         * sys/v4l/gstv4lxoverlay.h:
13398         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13399         an Xv connection here, instead of all the time. Make Xv only be
13400         loaded if you axe for it. Kindof a workaround for buggy behaviour
13401         of Xv when using remote xservers (XvQueryExtension would block).
13402         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13403         replace the _open and _close public API. Only start the xv
13404         connection if necessary.
13405         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13406
13407 2005-08-23  David Schleef  <ds@schleef.org>
13408
13409         * gst/audioresample/Makefile.am: Leet audioresampling code
13410         * gst/audioresample/buffer.c:
13411         * gst/audioresample/buffer.h:
13412         * gst/audioresample/debug.c:
13413         * gst/audioresample/debug.h:
13414         * gst/audioresample/functable.c:
13415         * gst/audioresample/functable.h:
13416         * gst/audioresample/gstaudioresample.c:
13417         * gst/audioresample/gstaudioresample.h:
13418         * gst/audioresample/resample.c:
13419         * gst/audioresample/resample.h:
13420         * gst/audioresample/resample_chunk.c:
13421         * gst/audioresample/resample_functable.c:
13422         * gst/audioresample/resample_ref.c:
13423
13424 2005-08-23  Wim Taymans  <wim@fluendo.com>
13425
13426         * examples/seeking/seek.c: (make_vorbis_pipeline),
13427         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13428         Small seek updates.
13429
13430 2005-08-23  Andy Wingo  <wingo@pobox.com>
13431
13432         * gst-libs/gst/audio/gstbaseaudiosrc.c
13433         (gst_base_audio_src_fixate): Only fixate endianness if it is
13434         present in the caps.
13435
13436 2005-08-22  Andy Wingo  <wingo@pobox.com>
13437
13438         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13439         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13440         device-name property.
13441
13442         * gst-libs/gst/audio/gstaudiosrc.h:
13443         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13444         close_device in the ring buffer, like gstaudiosink.
13445
13446         * ext/alsa/gstalsamixer.h:
13447         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13448         macro to implement the interface without much code. Cleanups. 
13449
13450         * ext/alsa/gstalsasrc.h:
13451         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13452         READY.
13453
13454         * ext/alsa/Makefile.am: Add new files.
13455         * ext/alsa/gstalsamixerelement.c: 
13456         * ext/alsa/gstalsamixerelement.c: Split element code out from
13457         mixer code so that alsasrc can be a mixer too.
13458
13459 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13460
13461         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13462         (GST_START_TEST):
13463         * check/elements/vorbisdec.c: (setup_vorbisdec),
13464         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13465         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13466         (vorbis_handle_identification_packet),
13467         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13468         (vorbis_handle_header_packet), (vorbis_dec_push),
13469         (vorbis_dec_chain):
13470           use the setup/teardown methods to save code.  save code is good.
13471
13472 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13473
13474         * check/Makefile.am:
13475           add ext dir for plugins
13476           add vorbisdec test conditionally
13477         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13478         (GST_START_TEST), (volume_suite):
13479           add a test with wrong caps
13480         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13481         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13482           add a vorbisdec test
13483         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13484         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13485           clean up debug output
13486         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13487           yay, fix a segfault/security issue in vorbisdec
13488           gst-launch fakesrc ! vorbisdec wasn't happy
13489         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13490         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13491         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13492         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13493         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13494         (gst_vorbisenc_set_metadata), (get_constraints_string),
13495         (update_start_message), (gst_vorbisenc_setup),
13496         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13497         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13498         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13499         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13500         * ext/vorbis/vorbisenc.h:
13501           march in line
13502         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13503         (gst_ffmpegcsp_transform):
13504           have the kow come home
13505         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13506           debug my func ptr
13507         * gst/volume/gstvolume.c: (volume_set_caps):
13508           add a debug
13509
13510 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13511
13512         * Makefile.am:
13513         * check/.cvsignore:
13514         * check/Makefile.am:
13515         * check/elements/.cvsignore:
13516         * check/elements/volume.c: (chain_func), (event_func),
13517         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13518         (main):
13519         * configure.ac:
13520           add unit test structure for gst-plugins-base
13521           add a test for volume
13522         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13523         (gst_volume_set_volume), (gst_volume_get_volume),
13524         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13525         (volume_funcfind), (volume_process_float), (volume_process_int16),
13526         (volume_set_caps), (volume_transform), (volume_update_mute),
13527         (volume_update_volume), (volume_set_property),
13528         (volume_get_property):
13529           document a little; use basetransform vmethod _set_caps
13530
13531 2005-08-19  Andy Wingo  <wingo@pobox.com>
13532
13533         * ext/alsa/gstalsamixertrack.h:
13534         * ext/alsa/gstalsamixertrack.c:
13535         * ext/alsa/gstalsamixeroptions.h:
13536         * ext/alsa/gstalsamixeroptions.c:
13537         * ext/alsa/gstalsamixer.h:
13538         * ext/alsa/gstalsamixer.c: Port to 0.9.
13539
13540         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13541         Remove gstalsa.c and alsaclock. No more cruft here.
13542         
13543 2005-08-18  Wim Taymans  <wim@fluendo.com>
13544
13545         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13546         (gst_base_rtp_depayload_chain),
13547         (gst_base_rtp_depayload_add_to_queue),
13548         (gst_base_rtp_depayload_push),
13549         (gst_base_rtp_depayload_queue_release):
13550         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13551         Fix for RTPBuffer changes.
13552
13553         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13554         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13555         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13556         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13557         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13558         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13559         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13560         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13561         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13562         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13563         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13564         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13565         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13566         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13567         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13568         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13569         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13570         (gst_rtpbuffer_get_payload):
13571         * gst-libs/gst/rtp/gstrtpbuffer.h:
13572         Don't subclass GstBuffer but add methods and helper functions
13573         to construct and manipulate RTP packets in regular GstBuffers.
13574
13575 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13576
13577         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13578           moved statement below switch
13579         * gst/volume/gstvolume.c: (gst_volume_class_init):
13580           added debug ptr
13581
13582 2005-08-16  Wim Taymans  <wim@fluendo.com>
13583
13584         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13585         (gst_base_audio_src_change_state):
13586         Open and close device in READY<->NULL state change.
13587
13588 2005-08-16  Andy Wingo  <wingo@pobox.com>
13589
13590         * examples/seeking/Makefile.am: Don't compile non-compiling
13591         compiled objects with the compiler.
13592
13593         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13594         elements.
13595
13596 2005-08-12  Philippe Khalaf <burger@speedy.org>
13597         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13598         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13599           Made a thread to release the queue.
13600           Removed timestamp conversion for now.
13601
13602 2005-08-10  Philippe Khalaf <burger@speedy.org>
13603         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13604         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13605           Added rtp timestamp -> gst timestamp conversion.
13606           Fixed several problems with queue.
13607
13608 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13609
13610         * gst-libs/gst/audio/gstaudioclock.h:
13611         * gst-libs/gst/audio/gstaudiofilter.h:
13612         * gst-libs/gst/audio/gstaudiosink.h:
13613         * gst-libs/gst/audio/gstaudiosrc.h:
13614         * gst-libs/gst/audio/gstbaseaudiosink.h:
13615         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13616         * gst-libs/gst/audio/gstringbuffer.h:
13617         * gst-libs/gst/net/gstnetbuffer.h:
13618         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13619         * gst-libs/gst/rtp/gstrtpbuffer.h:
13620           Add padding (you will need to rebuild gst-plugins-base,
13621           gst-plugins and all applications afterwards!)
13622
13623 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13624
13625         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13626         (gst_riff_parse_chunk):
13627           Fix bug in debug message and add some more debug messages.
13628
13629 2005-08-08  Edward Hervey  <edward@fluendo.com>
13630
13631         * gst-libs/gst/riff/riff-media.c:
13632         backported updates since branch
13633
13634 2005-08-08  Andy Wingo  <wingo@pobox.com>
13635
13636         * gst-libs/gst/audio/gstbaseaudiosink.c
13637         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13638         like good elements should. Close on READY->NULL too.
13639
13640         * gst-libs/gst/audio/gstaudiosink.c
13641         (gst_audioringbuffer_open_device,
13642         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13643         (gst_audioringbuffer_release): Updates for new ring buffer API,
13644         hook into the new audio sink api.
13645
13646         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13647         (GstAudioSinkClass.close): Just open and close the device -- no
13648         resource allocation or configuration.
13649         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13650         vmethods, handle device setup and resource allocation.
13651
13652         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13653         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13654         base class API.
13655
13656         * gst-libs/gst/audio/gstringbuffer.h
13657         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13658         New vmethods.
13659
13660         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13661         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13662         New API functions. The device should be opened before acquiring
13663         and closed after releasing.
13664
13665 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13666
13667         * gst-libs/gst/interfaces/mixer.h:
13668           Reset padding to GST_PADDING.
13669
13670 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13671
13672         * gst/playback/gstplaybin.c: (remove_sinks):
13673           Remove visualization from parent explicitely; works around some
13674           apparent refcount issue that I haven't tracked down yet.
13675
13676 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13677
13678         * ext/alsa/gstalsasink.c: (set_hwparams):
13679           Assign debug category, add negotiation debug msgs.
13680
13681 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13682
13683         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13684           Fix error code for file-not-found to NOT_FOUND.
13685
13686 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13687
13688         * common/gtk-doc-plugins.mak:
13689         * docs/plugins/Makefile.am:
13690         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13691         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13692           renamed to actual element names, so much nicer to look at
13693         * docs/plugins/tmpl/gstmultifdsink.sgml:
13694           remove
13695         * docs/plugins/tmpl/multifdsink.sgml:
13696         * docs/plugins/tmpl/tcpserversink.sgml:
13697           add
13698         * ext/alsa/gstalsa.c:
13699         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13700         * ext/ogg/gstoggmux.c:
13701         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13702         * gst/playback/gstdecodebin.c:
13703         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13704         * gst/tcp/gsttcpserversink.c:
13705           various fixes and documentation additions
13706
13707 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13708
13709         * common/Makefile.am:
13710         * common/gstdoc-scangobj:
13711         * common/gtk-doc-plugins.mak:
13712         * common/gtk-doc.mak:
13713           add a custom scangobj that uses the registry
13714           add a custom gtk-doc-plugins.mak that uses it
13715           some doc build fixes
13716         * configure.ac:
13717         * docs/Makefile.am:
13718         * docs/plugins/Makefile.am:
13719         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13720         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13721         * docs/plugins/gst-plugins-base-plugins.types:
13722         * docs/plugins/tmpl/gstmultifdsink.sgml:
13723           add docs for one element, multifdsink
13724         * gst/adder/gstadder.h:
13725         * gst/volume/gstvolume.h:
13726           don't privatize enum
13727         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13728         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13729         (gst_sync_method_get_type), (gst_client_status_get_type),
13730         (gst_multifdsink_class_init),
13731         (gst_multifdsink_client_queue_buffer),
13732         (gst_multifdsink_handle_client_write):
13733         * gst/tcp/gstmultifdsink.h:
13734         * gst/tcp/gsttcp.h:
13735         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13736         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13737         (gst_tcpclientsink_render):
13738         * gst/tcp/gsttcpclientsink.h:
13739         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13740         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13741         (gst_tcpclientsrc_start):
13742         * gst/tcp/gsttcpclientsrc.h:
13743         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13744         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13745         * gst/tcp/gsttcpserversrc.h:
13746         * gst/typefind/gsttypefindfunctions.c:
13747           remove superfluous Type stuff
13748
13749 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13750
13751         * gst/playback/gstplaybin.c: (gen_video_element):
13752           Enable videoscale.
13753
13754 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13755
13756         * gst-libs/gst/gconf/gconf.c:
13757         * gst-libs/gst/gconf/gconf.h:
13758           Fix some Andy Problem [tm].
13759
13760 2005-08-04  Andy Wingo  <wingo@pobox.com>
13761
13762         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13763         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13764         (gst_ffmpegcsp_get_size): Adapt to API changes.
13765
13766         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13767         Implement an in-place do-nothing transform.
13768
13769 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13770
13771         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13772         (gst_ximagesink_renegotiate_size):
13773           Do not set new window sizes yet if we prepare a new buffer size
13774           for upstream renegotiation (software scaling) at some point in the
13775           future, because this new size waqs not actually accepted yet. Once
13776           accepted, renegotiation later on will set the new sizes just fine.
13777           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13778           embedding testcase.
13779
13780 2005-08-03  Andy Wingo  <wingo@pobox.com>
13781
13782         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13783         (gst_ximagesink_buffer_alloc): 
13784         Protect the height, width, and desired_caps with the pool_lock.
13785         Fixes videotestsrc ! queue ! ximagesink.
13786
13787 2005-08-02  Edward Hervey  <edward@fluendo.com>
13788
13789         * gst/volume/gstvolume.c:
13790         include left from controller cleanup
13791
13792 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13793         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13794           Stop collectpads before calling the parent state
13795           change function on PAUSED->READY.
13796
13797 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13798         * configure.ac:
13799           When testing for X libs, use the X CFlags 
13800         * gst/adder/gstadder.c: (gst_adder_change_state):
13801           Stop the collectpads before calling parent state change function
13802           on PAUSED->READY, otherwise we deadlock deactivating pads.
13803
13804 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13805
13806         * configure.ac:
13807         * docs/libs/tmpl/gstcolorbalance.sgml:
13808         * docs/libs/tmpl/gstmixer.sgml:
13809         * examples/Makefile.am:
13810         * gst/sine/Makefile.am:
13811         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13812         (gst_sinesrc_set_property), (plugin_init):
13813         * gst/sine/gstsinesrc.h:
13814         * gst/volume/Makefile.am:
13815         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13816         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13817         (volume_process_float), (volume_process_int16),
13818         (volume_set_property), (plugin_init):
13819         * gst/volume/gstvolume.h:
13820           deactivate and remove dparams (libgstcontrol)
13821
13822 2005-07-29  Wim Taymans  <wim@fluendo.com>
13823
13824         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13825         Convert me to BaseTransform!! help..
13826
13827 2005-07-29  Andy Wingo  <wingo@pobox.com>
13828
13829         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13830         sinks.
13831
13832         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13833         support of both endiannesses.
13834
13835 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13836
13837         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13838           Fix confusing debug message (s/event/query/)
13839
13840 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13841
13842         * gst/videotestsrc/videotestsrc.h:
13843           Use "_stdint.h" instead of <stdint.h>
13844
13845 2005-07-27  Wim Taymans  <wim@fluendo.com>
13846
13847         * ext/vorbis/Makefile.am:
13848         Revert wrong commit.
13849
13850 2005-07-27  Wim Taymans  <wim@fluendo.com>
13851
13852         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13853         More compilation fixen.
13854
13855 2005-07-27  Wim Taymans  <wim@fluendo.com>
13856
13857         * gst-libs/gst/audio/gstbaseaudiosink.c:
13858         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13859         (gst_base_audio_sink_create_ringbuffer),
13860         (gst_base_audio_sink_change_state):
13861         Fix compilation.
13862
13863 2005-07-27  Wim Taymans  <wim@fluendo.com>
13864
13865         * examples/seeking/seek.c: (setup_dynamic_link),
13866         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13867         (query_positions_elems), (query_positions_pads), (do_seek):
13868         Update seek example.
13869
13870         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13871         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
13872         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
13873         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
13874         (gst_ogg_demux_handle_event),
13875         (gst_ogg_demux_deactivate_current_chain),
13876         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13877         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13878         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
13879         (gst_ogg_demux_loop):
13880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
13881         * ext/theora/theoradec.c: (theora_dec_src_event),
13882         (theora_dec_src_getcaps), (theora_dec_sink_event),
13883         (theora_dec_push), (theora_dec_chain):
13884         * ext/vorbis/Makefile.am:
13885         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
13886         (vorbis_dec_sink_event), (vorbis_dec_push),
13887         (vorbis_handle_data_packet):
13888         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
13889         (gst_vorbisenc_chain):
13890         * gst/playback/gststreaminfo.c: (cb_probe):
13891         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
13892         * gst/videorate/gstvideorate.c: (gst_videorate_event):
13893         * gst/videoscale/gstvideoscale.c:
13894         (gst_videoscale_handle_src_event):
13895         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
13896         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
13897         (gst_ximagesink_navigation_send_event):
13898         * sys/xvimage/xvimagesink.c:
13899         (gst_xvimagesink_navigation_send_event):
13900         Various event updates and cleanups
13901
13902 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13903
13904         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
13905           Fix segfault for I420/YV12.
13906
13907 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13908
13909         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
13910           Report bitrate.
13911
13912 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13913
13914         * gst/playback/gstplaybin.c: (gen_video_element),
13915         (gen_audio_element):
13916           Switch to auto*sink elements as default sinks; add volume element
13917           so that volume control in totem works.
13918
13919 2005-07-21  Wim Taymans  <wim@fluendo.com>
13920
13921         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
13922         * gst/playback/gstplaybin.c: (setup_sinks),
13923         (gst_play_bin_change_state):
13924         Refcount fix and more comments.
13925
13926 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13927
13928         * sys/ximage/Makefile.am:
13929         * sys/ximage/ximage.c: (plugin_init):
13930         * sys/ximage/ximagesink.c:
13931         Prepare for adding ximagesrc, rename of plugin to ximage etc.
13932         
13933
13934 2005-07-21  Wim Taymans  <wim@fluendo.com>
13935
13936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
13937         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13938         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13939         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13940         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13941         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
13942         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
13943         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
13944         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
13945         Generate correct disconts for live chained oggs.
13946
13947         * gst-libs/gst/audio/gstbaseaudiosink.c:
13948         (gst_base_audio_sink_render),
13949         (gst_base_audio_sink_create_ringbuffer),
13950         (gst_base_audio_sink_change_state):
13951         Handle discont math correctly.
13952
13953         * gst/playback/gstplaybin.c: (add_sink):
13954         Some small debug cleanup.
13955
13956 2005-07-21  Wim Taymans  <wim@fluendo.com>
13957
13958         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
13959         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
13960         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
13961         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
13962         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
13963         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
13964         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
13965         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
13966         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13967         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
13968         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
13969         (gst_ogg_demux_change_state), (gst_ogg_print):
13970         Reorganize code to send the right disconts when in streaming
13971         mode.
13972
13973 2005-07-20  Andy Wingo  <wingo@pobox.com>
13974
13975         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
13976         fix (?), fixes a seggie mcfalterson (#310894).
13977
13978 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13979
13980         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
13981         (gst_ogg_mux_set_header_on_caps):
13982         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
13983         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
13984         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
13985         * gst-libs/gst/audio/multichannel.c:
13986         (gst_audio_set_channel_positions),
13987         (gst_audio_set_structure_channel_positions_list):
13988         * gst/playback/gstdecodebin.c: (dynamic_create):
13989         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
13990         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
13991           Fixes for API changes in core.
13992
13993 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13994
13995         * gst/playback/gstplaybasebin.c: (fill_buffer):
13996           Use _new_custom() so we can set custom message types for buffering
13997           messages.
13998
13999 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14000
14001         * configure.ac:
14002         * gst-libs/gst/Makefile.am:
14003         * gst-libs/gst/gconf/.cvsignore:
14004         * gst-libs/gst/gconf/Makefile.am:
14005         * gst-libs/gst/gconf/test-gconf.c:
14006         * pkgconfig/Makefile.am:
14007         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14008         * pkgconfig/gstreamer-gconf.pc.in:
14009           Remove gconf stuff, use gconf elements instead from now on.
14010
14011 2005-07-20  Wim Taymans  <wim@fluendo.com>
14012
14013         * gst-libs/gst/audio/TODO:
14014         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14015         (gst_audio_clock_get_internal_time):
14016         * gst-libs/gst/audio/gstaudioclock.h:
14017         * gst-libs/gst/audio/gstbaseaudiosink.c:
14018         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14019         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14020         (gst_base_audio_sink_render),
14021         (gst_base_audio_sink_create_ringbuffer),
14022         (gst_base_audio_sink_change_state):
14023         Make sure the audio clock always returns an increasing value.
14024
14025 2005-07-19  Andy Wingo  <wingo@pobox.com>
14026
14027         * gst/videotestsrc/: Cleanups.
14028
14029 2005-07-19  Wim Taymans  <wim@fluendo.com>
14030
14031         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14032         Better debugging.
14033
14034 2005-07-19  Wim Taymans  <wim@fluendo.com>
14035
14036         * examples/seeking/seek.c: (make_dv_pipeline),
14037         (make_vorbis_theora_pipeline), (query_rates),
14038         (query_positions_elems), (query_positions_pads), (do_seek):
14039         Make correct DV pipeline.
14040
14041 2005-07-18  Andy Wingo  <wingo@pobox.com>
14042
14043         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14044         default. Also because it's the only thing that really works. (This
14045         is used in the GConf elements).
14046         Use AS_LIBTOOL_TAGS.
14047
14048 2005-07-18  Wim Taymans  <wim@fluendo.com>
14049
14050         * gst/playback/gstdecodebin.c: (remove_element_chain):
14051         * gst/playback/gstplaybin.c: (add_sink):
14052         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14053         (gst_stream_info_set_mute):
14054         * gst/playback/gststreamselector.c:
14055         (gst_stream_selector_get_linked_pad),
14056         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14057         More leak and compile fixes.
14058
14059 2005-07-18  Wim Taymans  <wim@fluendo.com>
14060
14061         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14062         (query_rates), (query_positions_elems), (query_positions_pads),
14063         (do_seek), (seek_cb), (stop_seek):
14064         Updated seek example. 
14065
14066         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14067         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14068         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14069         * gst/playback/gstplaybin.c: (add_sink):
14070         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14071         (gst_stream_info_set_mute):
14072         Some refcount leak fixes.
14073
14074 2005-07-16  Wim Taymans  <wim@fluendo.com>
14075
14076         * gst-libs/gst/audio/gstbaseaudiosink.c:
14077         (gst_base_audio_sink_render):
14078         Align samples even if we have roundoff errors in the 
14079         timestamp conversion.
14080
14081 2005-07-16  Wim Taymans  <wim@fluendo.com>
14082
14083         * docs/libs/tmpl/gstringbuffer.sgml:
14084         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14085         (query_rates), (query_positions_elems), (query_positions_pads),
14086         (update_scale), (do_seek):
14087         Updated seek example.
14088
14089         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14090         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14091         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14092         (gst_ogg_demux_loop):
14093         Push out correct discont values.
14094
14095         * ext/theora/theoradec.c: (theora_dec_src_convert),
14096         (theora_dec_sink_convert), (theora_dec_src_getcaps),
14097         (theora_dec_sink_event), (theora_handle_type_packet),
14098         (theora_handle_header_packet), (theora_dec_push),
14099         (theora_handle_data_packet), (theora_dec_chain),
14100         (theora_dec_change_state):
14101         Better timestamping.
14102
14103         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14104         (vorbis_dec_sink_event), (vorbis_dec_push),
14105         (vorbis_handle_data_packet), (vorbis_dec_chain):
14106         * ext/vorbis/vorbisdec.h:
14107         Better timestamping.
14108
14109         * gst-libs/gst/audio/gstbaseaudiosink.c:
14110         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14111         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14112         Handle syncing on timestamps instead of sample offsets. Make
14113         use of DISCONT values as described in design docs.
14114
14115         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14116         (gst_base_audio_src_get_time):
14117         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14118         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14119         (gst_ring_buffer_read):
14120         * gst-libs/gst/audio/gstringbuffer.h:
14121         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14122         (gst_ximagesink_show_frame):
14123         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14124         Correcly convert buffer timestamp to stream time.
14125
14126 2005-07-16  Wim Taymans  <wim@fluendo.com>
14127
14128         * gst/audioconvert/gstaudioconvert.c:
14129         (gst_audio_convert_get_buffer):
14130         Timestamp buffers correctly.
14131
14132         * gst/playback/gstplaybin.c: (gen_video_element):
14133         Make internal fakesink silent.
14134
14135 2005-07-15  Wim Taymans  <wim@fluendo.com>
14136
14137         * gst/ffmpegcolorspace/Makefile.am:
14138         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14139         (gst_ffmpegcsp_caps_remove_format_info),
14140         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14141         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14142         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14143         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14144         Ported ffmpegcolorspace to basetransform.
14145
14146         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14147         * gst/volume/gstvolume.c: (volume_transform):
14148         Ported to new API.
14149
14150 2005-07-14  Wim Taymans  <wim@fluendo.com>
14151
14152         * gst/videotestsrc/Makefile.am:
14153         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14154         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14155         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14156         (gst_videotestsrc_init), (gst_videotestsrc_event),
14157         (gst_videotestsrc_create), (gst_videotestsrc_start),
14158         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14159         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14160         (gst_videotestsrc_get_property):
14161         * gst/videotestsrc/gstvideotestsrc.h:
14162         Make videotestsrc a pushsrc.
14163
14164 2005-07-14  Wim Taymans  <wim@fluendo.com>
14165
14166         * gst/tcp/gstfdset.c: (gst_fdset_free):
14167         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14168         (gst_multifdsink_add), (gst_multifdsink_remove),
14169         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14170         (gst_multifdsink_remove_client_link),
14171         (gst_multifdsink_client_queue_data),
14172         (gst_multifdsink_client_queue_caps),
14173         (gst_multifdsink_client_queue_buffer),
14174         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14175         (gst_multifdsink_stop):
14176         * gst/tcp/gstmultifdsink.h:
14177         0.8 backporting.
14178
14179         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14180         Also draw image when not from a pool.
14181
14182 2005-07-14  Wim Taymans  <wim@fluendo.com>
14183
14184         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14185         (mute_stream), (silence_stream):
14186         Small debug additions.
14187
14188 2005-07-14  Wim Taymans  <wim@fluendo.com>
14189
14190         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14191         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14192         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14193         Better error recovery, ignore unconnected pads and
14194         non-fatal errors.
14195
14196 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14197
14198         * docs/libs/tmpl/gstaudio.sgml:
14199         * docs/libs/tmpl/gstcolorbalance.sgml:
14200         * docs/libs/tmpl/gstgconf.sgml:
14201         * docs/libs/tmpl/gstmixer.sgml:
14202         * docs/libs/tmpl/gstringbuffer.sgml:
14203         * docs/libs/tmpl/gsttuner.sgml:
14204         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14205         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14206         (gst_tcpclientsrc_class_init):
14207         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14208         (gst_tcpserversrc_class_init):
14209         * sys/v4l/gstv4lelement.c:
14210           more autistic cleanliness in functions/names/defines
14211
14212 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14213
14214         * configure.ac:
14215           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14216           added manually to each Makefile.am so we are sure it goes
14217           *last* and doesn't add -L flags before linking in libs of our
14218           own, like, say, internal .la libs, that then accidentally pick
14219           up the installed copy.
14220         * docs/libs/Makefile.am:
14221         * ext/alsa/Makefile.am:
14222         * ext/cdparanoia/Makefile.am:
14223         * ext/gnomevfs/Makefile.am:
14224         * ext/libvisual/Makefile.am:
14225         * ext/ogg/Makefile.am:
14226         * ext/theora/Makefile.am:
14227         * ext/vorbis/Makefile.am:
14228         * gst-libs/gst/video/Makefile.am:
14229         * gst/adder/Makefile.am:
14230         * gst/audioconvert/Makefile.am:
14231         * gst/audiorate/Makefile.am:
14232         * gst/audioscale/Makefile.am:
14233         * gst/ffmpegcolorspace/Makefile.am:
14234         * gst/playback/Makefile.am:
14235         * gst/sine/Makefile.am:
14236         * gst/subparse/Makefile.am:
14237         * gst/tags/Makefile.am:
14238         * gst/tcp/Makefile.am:
14239         * gst/typefind/Makefile.am:
14240         * gst/videorate/Makefile.am:
14241         * gst/videoscale/Makefile.am:
14242         * gst/videotestsrc/Makefile.am:
14243         * gst/volume/Makefile.am:
14244         * sys/v4l/Makefile.am:
14245         * sys/ximage/Makefile.am:
14246         * sys/xvimage/Makefile.am:
14247           adapt properly to this change. This should make sure that
14248           plugins and libs properly link to the as-yet-uninstalled
14249           copies of stuff like libgstinterfaces and libgstvideo
14250
14251 2005-07-13  Andy Wingo  <wingo@pobox.com>
14252
14253         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14254         (gst_v4lsrc_fixate): Fixate on format as well.
14255
14256         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14257         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14258         buffer points to it.
14259         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14260         rather just doing X calls ourselves. Also fixes a memleak.
14261
14262 2005-07-12  Andy Wingo  <wingo@pobox.com>
14263
14264         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14265         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14266         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14267         TRUE to avoid deadlocks if an element holds on to our buffers.
14268
14269 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14270
14271         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14272         (gst_sinesrc_init), (gst_sinesrc_create),
14273         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14274         (gst_sinesrc_start):
14275         * gst/sine/gstsinesrc.h:
14276           removing num-buffers property before moving it
14277
14278 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14279
14280         * configure.ac:
14281           use overridable ERROR_CFLAGS
14282         * docs/libs/gst-plugins-base-libs.types:
14283         * docs/libs/tmpl/gstringbuffer.sgml:
14284         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14285         (gst_alsasink_class_init):
14286         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14287         (gst_alsasrc_class_init):
14288         * gst-libs/gst/audio/audio.h:
14289         * gst-libs/gst/audio/gstaudioclock.h:
14290         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14291         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14292         (gst_audio_filter_link), (gst_audio_filter_init),
14293         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14294         (gst_audio_filter_get_property),
14295         (gst_audio_filter_class_add_pad_templates):
14296         * gst-libs/gst/audio/gstaudiofilter.h:
14297         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14298         (gst_audio_filter_template_get_type),
14299         (gst_audio_filter_template_base_init),
14300         (gst_audio_filter_template_class_init),
14301         (gst_audio_filter_template_init),
14302         (gst_audio_filter_template_set_property),
14303         (gst_audio_filter_template_get_property), (plugin_init),
14304         (gst_audio_filter_template_setup),
14305         (gst_audio_filter_template_filter),
14306         (gst_audio_filter_template_filter_inplace):
14307         * gst-libs/gst/audio/gstaudiosink.c:
14308         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14309         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14310         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14311         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14312         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14313         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14314         * gst-libs/gst/audio/gstaudiosink.h:
14315         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14316         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14317         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14318         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14319         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14320         (gst_audio_src_class_init), (gst_audio_src_init),
14321         (gst_audio_src_create_ringbuffer):
14322         * gst-libs/gst/audio/gstaudiosrc.h:
14323         * gst-libs/gst/audio/gstbaseaudiosink.c:
14324         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14325         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14326         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14327         (gst_base_audio_sink_set_property),
14328         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14329         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14330         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14331         (gst_base_audio_sink_create_ringbuffer),
14332         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14333         * gst-libs/gst/audio/gstbaseaudiosink.h:
14334         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14335         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14336         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14337         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14338         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14339         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14340         (gst_base_audio_src_event), (gst_base_audio_src_create),
14341         (gst_base_audio_src_create_ringbuffer),
14342         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14343         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14344         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14345         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14346         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14347         (gst_ring_buffer_debug_spec_caps),
14348         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14349         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14350         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14351         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14352         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14353         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14354         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14355         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14356         (gst_ring_buffer_clear):
14357         * gst-libs/gst/audio/gstringbuffer.h:
14358         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14359         (gst_video_sink_class_init), (gst_video_sink_get_type):
14360         * gst-libs/gst/video/videosink.h:
14361         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14362         (gst_multifdsink_class_init),
14363         (gst_multifdsink_handle_client_write),
14364         (gst_multifdsink_change_state):
14365         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14366         (gst_tcpclientsink_setcaps):
14367         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14368         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14369         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14370         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14371         (gst_ximagesink_send_pending_navigation),
14372         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14373         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14375         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14376         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14377         (gst_xvimagesink_send_pending_navigation),
14378         (gst_xvimagesink_navigation_send_event),
14379         (gst_xvimagesink_set_xwindow_id),
14380         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14381         (gst_xvimagesink_get_type):
14382         more macro splitting
14383
14384 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14385
14386         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14387           plug a memleak, allows me to import 1479 albums in one go
14388           in jamboree
14389         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14390         (vorbis_handle_type_packet), (vorbis_dec_chain),
14391         (vorbis_dec_change_state):
14392           fix some format strings
14393
14394 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14395
14396         * docs/libs/tmpl/gstcolorbalance.sgml:
14397         * docs/libs/tmpl/gstmixer.sgml:
14398         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14399         (gst_alsasink_set_property), (gst_alsasink_get_property):
14400         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14401         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14402           add device property
14403
14404 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14405
14406         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14407         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14408         (audiocast_register_listener), (audiocast_thread_run),
14409         (gst_gnomevfssrc_send_additional_headers_callback),
14410         (gst_gnomevfssrc_received_headers_callback),
14411         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14412         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14413         (gst_gnomevfssrc_get_size):
14414           add/clean up debugging
14415         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14416           cleanups
14417
14418 2005-07-07  Andy Wingo  <wingo@pobox.com>
14419
14420         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14421         framerate. Need to get a handle on when exactly this function is
14422         called, tho.
14423
14424         * sys/v4l/v4lsrc_calls.h:
14425         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14426         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14427         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14428
14429         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14430         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14431         v4lelements are sources.
14432
14433         * sys/v4l/gstv4lxoverlay.h:
14434         * sys/v4l/gstv4lxoverlay.c:
14435         * sys/v4l/gstv4ltuner.h:
14436         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14437         
14438         * sys/v4l/gstv4lsrc.h:
14439         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14440         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14441         or something should handle that. Made a live source.
14442
14443         * sys/v4l/gstv4lelement.h:
14444         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14445         signals. Some cleanups.
14446
14447         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14448
14449         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14450         stuff.
14451
14452         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14453         stuff.
14454
14455         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14456
14457 2005-07-07  Wim Taymans  <wim@fluendo.com>
14458
14459         * ext/theora/theoradec.c: (theora_get_query_types),
14460         (theora_dec_src_getcaps), (theora_dec_push):
14461         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14462         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14463         Remove deprecated/unused query types.
14464
14465 2005-07-06  Wim Taymans  <wim@fluendo.com>
14466
14467         * ext/alsa/Makefile.am:
14468         * ext/alsa/gstalsaplugin.c: (plugin_init):
14469         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14470         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14471         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14472         (gst_alsasrc_class_init), (gst_alsasrc_init),
14473         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14474         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14475         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14476         (gst_alsasrc_reset):
14477         * ext/alsa/gstalsasrc.h:
14478         * gst-libs/gst/audio/Makefile.am:
14479         * gst-libs/gst/audio/gstaudiosink.c:
14480         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14481         (gst_audioringbuffer_start):
14482         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14483         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14484         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14485         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14486         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14487         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14488         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14489         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14490         * gst-libs/gst/audio/gstaudiosrc.h:
14491         * gst-libs/gst/audio/gstbaseaudiosink.c:
14492         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14493         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14494         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14495         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14496         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14497         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14498         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14499         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14500         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14501         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14502         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14503         (gst_baseaudiosrc_change_state):
14504         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14505         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14506         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14507         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14508         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14509         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14510         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14511         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14512         * gst-libs/gst/audio/gstringbuffer.h:
14513         Added audiosource base classes.
14514         Ported alsasrc, still very basic.
14515
14516 2005-07-06  Wim Taymans  <wim@fluendo.com>
14517
14518         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14519         (theora_dec_push), (theora_handle_data_packet):
14520         Prepare for better timestamp fix later.
14521
14522         * gst/audioconvert/gstaudioconvert.c:
14523         List most accurate caps first
14524
14525         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14526         Use proper pad task function.
14527
14528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14529         (gst_xvimagesink_show_frame):
14530         Fix deadlock when alloc failed.
14531
14532 2005-07-05  Andy Wingo  <wingo@pobox.com>
14533
14534         * ext/gnomevfs/gstgnomevfssrc.c:
14535         * gst/sine/gstsinesrc.c:
14536         * gst/tcp/gsttcpserversrc.c:
14537         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14538
14539         * sys/v4l/: Port from 0.8.
14540
14541         * Many files: Null if we got it....
14542
14543 2005-07-05  Andy Wingo  <wingo@pobox.com>
14544
14545         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14546         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14547         Signedness fixes.
14548
14549 2005-07-05  Wim Taymans  <wim@fluendo.com>
14550
14551         * configure.ac:
14552         * gst/tcp/Makefile.am:
14553         * gst/tcp/README:
14554         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14555         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14556         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14557         (is_sync_frame), (gst_multifdsink_handle_client_write),
14558         (gst_multifdsink_render), (gst_multifdsink_start),
14559         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14560         * gst/tcp/gstmultifdsink.h:
14561         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14562         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14563         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14564         * gst/tcp/gsttcp.h:
14565         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14566         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14567         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14568         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14569         * gst/tcp/gsttcpclientsink.h:
14570         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14571         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14572         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14573         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14574         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14575         * gst/tcp/gsttcpclientsrc.h:
14576         * gst/tcp/gsttcpplugin.c: (plugin_init):
14577         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14578         * gst/tcp/gsttcpserversink.h:
14579         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14580         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14581         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14582         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14583         (gst_tcpserversrc_stop):
14584         * gst/tcp/gsttcpserversrc.h:
14585         * gst/tcp/gsttcpsink.c:
14586         * gst/tcp/gsttcpsink.h:
14587         * gst/tcp/gsttcpsrc.c:
14588         * gst/tcp/gsttcpsrc.h:
14589         Ported tcp plugins to 0.9. 
14590         
14591
14592 2005-07-05  Andy Wingo  <wingo@pobox.com>
14593
14594         * gst/playback/gstplaybasebin.c (fill_buffer):
14595         message_new_application fixen.
14596
14597         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14598         Style fix.
14599
14600 2005-07-04  Wim Taymans  <wim@fluendo.com>
14601
14602         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14603         Set caps on output buffer.
14604
14605 2005-07-04  Andy Wingo  <wingo@pobox.com>
14606
14607         * ext/gnomevfs/gstgnomevfssrc.c
14608         (gst_gnomevfssrc_received_headers_callback) 
14609         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14610         hopefully.
14611
14612         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14613         No refcount leakage.
14614
14615         * configure.ac: Enable -Werror.
14616         
14617         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14618         * gst/audioconvert/bufferframesconvert.c
14619         (buffer_frames_convert_fixate):
14620         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14621         (gst_audio_convert_fixate):
14622         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14623         (gst_sinesrc_create): Fixate func changes.
14624         
14625         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14626         (gst_ximagesink_buffer_alloc): Unused var.
14627
14628 2005-07-01  Andy Wingo  <wingo@pobox.com>
14629
14630         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14631         getcaps to do explicit caps. Needs to be done in all decoders,
14632         possibly via a base class.
14633
14634         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14635
14636         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14637         caps on the sink pad, just rely on the pad template. Also, setting
14638         ANY caps on a pad is not valid because the caps are not fixed.
14639
14640         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14641         caps on the buffer, and get the width from the desired_caps if
14642         they're set.
14643         (gst_ximagesink_renegotiate_size): Implement via setting the
14644         desired_caps on the ximagesink.
14645         (gst_ximagesink_setcaps): Only reset the width of the player if it
14646         wasn't already set. Not sure if this is right.
14647         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14648
14649         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14650         that the user wants. NULL unless the window has been resized.
14651
14652         * gst/volume/gstvolume.c (volume_transform): Adapt to
14653         basetransform refcount changes.
14654         
14655 2005-07-01  Andy Wingo  <wingo@pobox.com>
14656
14657         * gst/videoscale/gstvideoscale.c:
14658         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14659         from BaseTransform, implements a transform_caps. Removed dead code
14660         including some PAR stuff that was never reached -- should probably
14661         be added back somehow.
14662
14663 2005-07-01  Andy Wingo  <wingo@pobox.com>
14664
14665         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14666         come later.
14667
14668 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14669
14670         * configure.ac:
14671         * docs/libs/Makefile.am:
14672         * docs/libs/gst-plugins-libs.types:
14673         * ext/alsa/Makefile.am:
14674         * ext/alsa/gstalsamixer.h:
14675         * ext/alsa/gstalsamixeroptions.h:
14676         * ext/alsa/gstalsamixertrack.h:
14677         * gst-libs/gst/Makefile.am:
14678         * gst-libs/gst/colorbalance/.cvsignore:
14679         * gst-libs/gst/colorbalance/Makefile.am:
14680         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14681         * gst-libs/gst/colorbalance/colorbalance.c:
14682         * gst-libs/gst/colorbalance/colorbalance.h:
14683         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14684         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14685         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14686         * gst-libs/gst/interfaces/Makefile.am:
14687         * gst-libs/gst/interfaces/colorbalance.c:
14688         (gst_color_balance_class_init):
14689         * gst-libs/gst/interfaces/colorbalance.h:
14690         * gst-libs/gst/interfaces/interfaces-marshal.list:
14691         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14692         * gst-libs/gst/interfaces/mixer.h:
14693         * gst-libs/gst/interfaces/mixeroptions.h:
14694         * gst-libs/gst/interfaces/navigation.c:
14695         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14696         * gst-libs/gst/interfaces/tuner.h:
14697         * gst/volume/Makefile.am:
14698         * gst/volume/gstvolume.c:
14699         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14700         * sys/ximage/Makefile.am:
14701         * sys/ximage/ximagesink.c:
14702         * sys/xvimage/Makefile.am:
14703         * sys/xvimage/xvimagesink.c:
14704           fold in all interfaces into an interfaces dir, preserving CVS
14705           history
14706
14707 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14708
14709         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14710           Fix build after riff changes.
14711
14712 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14713
14714         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14715         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14716         (gst_riff_create_video_template_caps),
14717         (gst_riff_create_audio_template_caps),
14718         (gst_riff_create_iavs_template_caps):
14719         * gst-libs/gst/riff/riff-media.h:
14720         * gst-libs/gst/riff/riff-read.h:
14721         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14722           Add gst_riff_init() to initialize the debug category, instead
14723           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14724
14725 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14726
14727         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14728           Oops, I shouldn't apply hacks.
14729
14730 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14731
14732         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14733           Remove pad_loop function which doesn't work.
14734
14735 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14736
14737         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14738           Send EOS when deactivating.
14739         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14740         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14741         (gen_preroll_element), (probe_triggered), (mute_stream),
14742         (silence_stream), (new_decoded_pad), (setup_substreams),
14743         (set_active_source):
14744         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14745         (remove_sinks), (add_sink):
14746         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14747           Change for new probe API.
14748
14749 2005-06-29  Wim Taymans  <wim@fluendo.com>
14750
14751         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14752         * gst-libs/gst/audio/gstbaseaudiosink.c:
14753         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14754         (gst_baseaudiosink_change_state):
14755         * gst-libs/gst/audio/gstbaseaudiosink.h:
14756         * gst-libs/gst/audio/gstringbuffer.c:
14757         (gst_ringbuffer_set_callback):
14758         Fix compilation error.
14759         Ringbuffer starts out as not running.
14760         Free our clock in dispose.
14761         When releasing the ringbuffer we need to renegotiate so
14762         clear the pad caps.
14763
14764 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14765
14766         * autogen.sh:
14767         * configure.ac:
14768         * docs/Makefile.am:
14769         * docs/libs/Makefile.am:
14770         * docs/libs/gst-plugins-libs-docs.sgml:
14771         * docs/libs/gst-plugins-libs-sections.txt:
14772         * docs/libs/gst-plugins-libs.types:
14773         * docs/libs/tmpl/gstaudio.sgml:
14774         * docs/libs/tmpl/gstcolorbalance.sgml:
14775         * docs/libs/tmpl/gstringbuffer.sgml:
14776         * gst-libs/gst/audio/gstringbuffer.c:
14777         (gst_ringbuffer_set_callback):
14778           reinstate gtk-doc docs for plugin libs
14779
14780 2005-06-28  Wim Taymans  <wim@fluendo.com>
14781
14782         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14783         (gst_ogg_demux_init):
14784         Removed pad loop function.
14785
14786 2005-06-28  Wim Taymans  <wim@fluendo.com>
14787
14788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14789         If we're building a chain we are not in an error case
14790         when we queue a buffer.
14791
14792 2005-06-28  Andy Wingo  <wingo@pobox.com>
14793
14794         * *.c: Don't cast to GstObject before reffing/unreffing.
14795
14796 2005-06-27  Andy Wingo  <wingo@pobox.com>
14797
14798         * gst/videotestsrc/gstvideotestsrc.c
14799         (gst_videotestsrc_activate_push): Activation API changes.
14800
14801         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14802         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14803         they have refs on the decodebin.
14804
14805         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14806         parent class.
14807         (gst_ogg_pad_typefind): Don't leak a pad ref.
14808         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14809         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14810         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14811
14812 2005-06-27  Edward Hervey  <edward@fluendo.com>
14813
14814         * ext/theora/theoradec.c: (theora_dec_change_state): 
14815         re-arranged call to parent's state change in order to avoid locks (or
14816         worse).
14817
14818 2005-06-26  Edward Hervey  <edward@fluendo.com>
14819
14820         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14821         2nd argument of 'unknow-type' signal is a GstCaps and not a
14822         GstMiniObject
14823
14824 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14825         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14826           Set the worker thread's running flag to TRUE before starting the
14827           thread.
14828         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14829           Catch a failure to add typefind to the bin.
14830
14831 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14832
14833         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14834         (gst_sinesrc_init), (gst_sinesrc_create),
14835         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14836         (gst_sinesrc_start):
14837         * gst/sine/gstsinesrc.h:
14838           add num-buffers and timestamp-offset properties
14839         * gst/videotestsrc/gstvideotestsrc.c:
14840         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14841         (gst_videotestsrc_get_property):
14842           add timestamp-offset property
14843
14844 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14845
14846         * configure.ac: add videorate
14847         * gst-plugins-base.spec.in: add videorate
14848
14849 2005-06-23  Wim Taymans  <wim@fluendo.com>
14850
14851         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14852         (gst_videorate_getcaps), (gst_videorate_setcaps),
14853         (gst_videorate_event), (gst_videorate_chain):
14854         Fixed videorate, fixating an already fixated caps is not
14855         an error.
14856
14857 2005-06-23  Wim Taymans  <wim@fluendo.com>
14858
14859         * ext/ogg/README:
14860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14861         Buffer on caps is not boxed anymore.
14862
14863 2005-06-22  Wim Taymans  <wim@fluendo.com>
14864
14865         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14866         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14867         Set buffers on caps as miniobjects and not as boxed.
14868
14869 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14870
14871         * configure.ac:
14872           back to HEAD
14873
14874 === release 0.9.1 ===
14875
14876 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
14877
14878         * .cvsignore:
14879         * NEWS:
14880         * README:
14881         * RELEASE:
14882         * configure.ac:
14883         * po/af.po:
14884         * po/az.po:
14885         * po/cs.po:
14886         * po/en_GB.po:
14887         * po/hu.po:
14888         * po/it.po:
14889         * po/nb.po:
14890         * po/nl.po:
14891         * po/or.po:
14892         * po/sq.po:
14893         * po/sr.po:
14894         * po/sv.po:
14895         * po/uk.po:
14896         * po/vi.po:
14897           updates for release
14898
14899 2005-06-09  Andy Wingo  <wingo@pobox.com>
14900
14901         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
14902         
14903 2005-06-09  Andy Wingo  <wingo@pobox.com>
14904
14905         * configure.ac:
14906         * gst-libs/gst/Makefile.am:
14907         * gst-libs/gst/net/Makefile.am:
14908         Add gstnet to build.
14909
14910 2005-06-09  Andy Wingo  <wingo@pobox.com>
14911
14912         * gst-libs/gst/gconf/gconf.c:
14913         * gst/playback/test.c:
14914         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
14915         fixes.
14916
14917         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
14918
14919         * ext/theora/theoraenc.c (theora_enc_chain): 
14920         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
14921
14922         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
14923         RealPad.
14924
14925 2005-06-02  Wim Taymans  <wim@fluendo.com>
14926
14927         * gst-libs/gst/net/Makefile.am:
14928         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
14929         * pkgconfig/gstreamer-libs.pc.in:
14930         Added net stuff, version net lib.
14931
14932 2005-06-02  Wim Taymans  <wim@fluendo.com>
14933
14934         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14935         (query_rates), (query_positions_elems), (query_positions_pads),
14936         (do_seek):
14937         Updated seek example.
14938
14939 2005-06-02  Andy Wingo  <wingo@pobox.com>
14940
14941         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
14942         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
14943         list.
14944
14945         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
14946         remove the typefind, the bin dispose will do it for us. When it's
14947         removed and unreffed, the signal handler will be disconnected,
14948         too.
14949         (unlinked): It's too difficult to disconnect from unlinked
14950         handlers, as they are on pads not elements. Just punt if the pads
14951         aren't grandkids of the bin.
14952
14953 2005-06-02  Wim Taymans  <wim@fluendo.com>
14954
14955         * ext/ogg/README:
14956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14957         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
14958         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
14959         * ext/theora/theoradec.c: (theora_dec_src_query),
14960         (theora_handle_data_packet):
14961         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
14962         (theora_enc_chain):
14963         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14964         (vorbis_handle_data_packet):
14965         * gst/audioconvert/bufferframesconvert.c:
14966         (buffer_frames_convert_chain):
14967         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14968         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
14969         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
14970         (gst_ffmpegcsp_chain):
14971         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14972         (gst_videorate_getcaps), (gst_videorate_setcaps),
14973         (gst_videorate_event), (gst_videorate_chain):
14974         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
14975         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
14976         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14977         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
14978         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
14979         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
14980         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
14981         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
14982         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14983         Cleanups and buffer alloc.
14984
14985 2005-05-31  Wim Taymans  <wim@fluendo.com>
14986
14987         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
14988         Don't try to call the delay method when the device is not
14989         opened.
14990
14991 2005-05-31  Wim Taymans  <wim@fluendo.com>
14992
14993         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
14994         Get actual segment size and buffer size after opening
14995         the device.
14996
14997 2005-05-30  Wim Taymans  <wim@fluendo.com>
14998
14999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15000         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15001         Also FLUSH upstream, makes the loop function exit faster.
15002         
15003         * ext/theora/theoradec.c: (theora_dec_src_query):
15004         Some more debug info in the query.
15005         
15006         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15007         (gst_ximagesink_setcaps):
15008         Release lock on par error, better error reporting.
15009
15010 2005-05-26  Wim Taymans  <wim@fluendo.com>
15011
15012         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15013         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15014         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15015         Clear chains in READY
15016         Queue packets until the chain is activated.
15017
15018 2005-05-25  Wim Taymans  <wim@fluendo.com>
15019
15020         * gst-libs/gst/audio/gstaudiosink.c:
15021         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15022         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15023         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15024         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15025         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15026         (gst_audiosink_create_ringbuffer):
15027         * gst-libs/gst/audio/gstbaseaudiosink.c:
15028         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15029         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15030         (gst_baseaudiosink_set_property), (build_linear_format),
15031         (debug_spec_caps), (debug_spec_buffer),
15032         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15033         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15034         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15035         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15036         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15037         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15038         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15039         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15040         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15041         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15042         (wait_segment), (gst_ringbuffer_commit),
15043         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15044         (gst_ringbuffer_clear):
15045         Various small cleanups.
15046
15047         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15048         (gst_audio_convert_change_state):
15049         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15050         No need to take the locks anymore.
15051
15052 2005-05-25  Wim Taymans  <wim@fluendo.com>
15053
15054         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15055         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15056         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15057         (type_found):
15058         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15059         (group_destroy), (group_commit), (queue_overrun),
15060         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15061         (mute_stream), (new_decoded_pad), (setup_substreams),
15062         (setup_source), (mute_group_type), (set_active_source),
15063         (gst_play_base_bin_change_state):
15064         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15065         (gen_video_element), (gen_text_element), (gen_audio_element),
15066         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15067         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15068         (gst_stream_info_dispose), (gst_stream_info_set_mute):
15069         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15070         Some playbin cleanups mostly refcounting sloppyness.
15071
15072 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15073
15074         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15075           Work with streaming input.
15076
15077 2005-05-25  Wim Taymans  <wim@fluendo.com>
15078
15079         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15080         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15081         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15082         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15083         No need to take the STREAM lock anymore.
15084
15085 2005-05-25  Wim Taymans  <wim@fluendo.com>
15086
15087         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15088         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15089         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15090         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15091         (gst_ogg_demux_sink_activate):
15092         * ext/theora/theoradec.c: (theora_dec_src_event),
15093         (theora_handle_comment_packet), (theora_dec_chain),
15094         (theora_dec_change_state):
15095         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15096         (vorbis_handle_data_packet), (vorbis_dec_chain),
15097         (vorbis_dec_change_state):
15098         Remove STREAM locks as they are taken in core now.
15099         Never set bogus granulepos on vorbis/theora.
15100         Fix leaks in theoradec tag parsing.
15101
15102 2005-05-25  Wim Taymans  <wim@fluendo.com>
15103
15104         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15105         Fix memleaks, GST_BUFFER_DATA() is not freed.
15106
15107 2005-05-25  Wim Taymans  <wim@fluendo.com>
15108
15109         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15110         Open non-blocking, set to blocking mode afterwards to avoid
15111         lockups when audio device is busy.
15112
15113 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15114
15115         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15116           This can't be good.
15117
15118 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15119
15120         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15121         (gst_audio_convert_chain), (gst_audio_convert_link_src),
15122         (gst_audio_convert_setcaps):
15123           Implement instant setup switching.
15124
15125 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15126
15127         * gst/playback/gstplaybasebin.c: (probe_triggered):
15128           Fix missing unlock.
15129         * gst/playback/gstplaybin.c: (add_sink):
15130           First add, then link (otherwise pad link fails).
15131
15132 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15133
15134         * examples/Makefile.am:
15135         fix buildbot (make distcheck)
15136
15137 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15138
15139         * gst/playback/gstplaybin.c: (gen_vis_element):
15140           Remove some wrong code. Doesn't work yet.
15141
15142 2005-05-19  Wim Taymans  <wim@fluendo.com>
15143
15144         * gst-libs/gst/net/Makefile.am:
15145         * gst-libs/gst/net/README:
15146         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15147         (gst_netbuffer_class_init), (gst_netbuffer_init),
15148         (gst_netbuffer_finalize), (gst_netbuffer_copy),
15149         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15150         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15151         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15152         * gst-libs/gst/net/gstnetbuffer.h:
15153         Added buffer subclass to store extra to/from addresses for
15154         network sources/sinks.
15155
15156 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15157
15158         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15159           Don't lock an unassigned variable.
15160
15161 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15162
15163         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15164           Increase buffer for video, decrease buffer for other media types.
15165         * gst/playback/gstplaybin.c: (gen_video_element),
15166         (gen_audio_element):
15167           Change names for debugging purposes.
15168
15169 2005-05-18  Wim Taymans  <wim@fluendo.com>
15170
15171         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15172         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15173         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15174         (gst_ffmpegcsp_chain):
15175         Enable buffer alloc passthrough if the source and dest
15176         formats are the same.
15177
15178 2005-05-17  Wim Taymans  <wim@fluendo.com>
15179
15180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15181         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15182         (gst_ogg_demux_chain_unlocked):
15183         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15184         (gst_audio_convert_caps_remove_format_info),
15185         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15186         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15187         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15188         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15189         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15190         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15191         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15192         (gst_ffmpegcsp_get_property):
15193         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15194         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15195         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15196         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15197         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15198         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15199         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15200         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15201         Leak fixes in oggdemux.
15202         Some cleanups in audioconvert.
15203         Make passthrough work along with buffer_alloc etc.
15204         Make buffer_alloc and buffer recycling actually work in
15205         xvimagesink.
15206
15207 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15208
15209         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15210           make the compiler happy
15211
15212 2005-05-17  Wim Taymans  <wim@fluendo.com>
15213
15214         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15215         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15216         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15217         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15218         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15219         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15220         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15221         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15222         (gst_xvimagesink_set_xwindow_id):
15223         * sys/xvimage/xvimagesink.h:
15224         Port xvimagesink to new MiniObject.
15225
15226 2005-05-17  Wim Taymans  <wim@fluendo.com>
15227
15228         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15229         (gst_audiofilter_chain):
15230         * gst-libs/gst/audio/gstaudiosink.c:
15231         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15232         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15233         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15234         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15235         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15236         (gst_audiosink_create_ringbuffer):
15237         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15238         (gst_audio_convert_caps_remove_format_info),
15239         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15240         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15241         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15242         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15243         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15244         Fix passthrough in ffmpegcolorspace.
15245         Fix memset in audiosink on wrong memory.
15246
15247 2005-05-16  David Schleef  <ds@schleef.org>
15248
15249         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15250         to GstMiniObject.
15251
15252 2005-05-16  David Schleef  <ds@schleef.org>
15253
15254         Port from GstData to GstMiniObject.
15255         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15256         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15257         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15258         (gst_ogg_mux_collected):
15259         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15260         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15261         (theora_handle_data_packet):
15262         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15263         (theora_set_header_on_caps), (theora_enc_chain):
15264         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15265         (vorbis_handle_comment_packet):
15266         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15267         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15268         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15269         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15270         * gst/audioconvert/gstaudioconvert.c:
15271         (gst_audio_convert_get_buffer):
15272         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15273         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15274         (mute_stream), (silence_stream):
15275         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15276         * gst/volume/gstvolume.c: (volume_transform):
15277         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15278         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15279         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15280         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15281         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15282         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15283         (gst_ximagesink_buffer_alloc):
15284         * sys/ximage/ximagesink.h:
15285
15286 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15287
15288         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15289         (fill_buffer), (check_queue), (queue_threshold_reached),
15290         (queue_out_of_data):
15291         * gst/playback/gstplaybasebin.h:
15292           Post buffer-fullness on the bus.
15293
15294 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15295
15296         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15297         (try_to_link_1):
15298         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15299         (group_commit), (probe_triggered), (setup_source),
15300         (gst_play_base_bin_change_state):
15301         * gst/playback/gstplaybasebin.h:
15302         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15303         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15304         (gst_play_bin_change_state):
15305           Move setup_output_pads into a virtual function, remove
15306           group-switch (no longer needed) and redirect (handled by bus
15307           now) signals.
15308
15309 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15310
15311         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15312         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15313         (get_active_group), (get_building_group), (group_destroy),
15314         (group_commit), (check_queue), (queue_overrun),
15315         (queue_threshold_reached), (queue_out_of_data),
15316         (gen_preroll_element), (remove_groups), (unknown_type),
15317         (add_element_stream), (no_more_pads), (probe_triggered),
15318         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15319         (setup_substreams), (setup_source), (finish_source),
15320         (prepare_output), (muted_group_change_state),
15321         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15322         (gst_play_base_bin_change_state):
15323         * gst/playback/gstplaybasebin.h:
15324         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15325         (gst_play_bin_init), (gst_play_bin_set_property),
15326         (gen_video_element), (gen_text_element), (gen_audio_element),
15327         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15328         (gst_play_bin_change_state):
15329         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15330         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15331         (stream_info_change_state), (gst_stream_info_set_mute),
15332         (gst_stream_info_get_property):
15333         * gst/playback/gststreaminfo.h:
15334         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15335         (gst_stream_selector_get_linked_pad),
15336         (gst_stream_selector_getcaps),
15337         (gst_stream_selector_get_linked_pads),
15338         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15339         * gst/playback/gststreamselector.h:
15340           Rough port of playbin. Needs some more work, but is mostly done,
15341           and uses a few locks in important places, which should make stuff
15342           like chain-switches clean. Still uses GST_STATE() in a few places,
15343           which isn't all that good an idea, subtitles/elements disabled
15344           because no elements to test with and thus probably broken, query
15345           and event handling moved to GstBin, internal thread removed
15346           alltogether because the pipeline does that for us now. Can play
15347           Ogg/Vorbis files. Haven't tested anything else yet.
15348
15349 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15350
15351         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15352           Do no-more-pads (needed for autoplugging).
15353
15354 2005-05-10  Andy Wingo  <wingo@pobox.com>
15355
15356         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15357         message to the bus with the tags. Still not sent downstream tho.
15358
15359         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15360         get_parent.
15361         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15362         avoid refcounting hassles.
15363
15364 2005-05-09  Andy Wingo  <wingo@pobox.com>
15365
15366         * gst/volume/Makefile.am:
15367         * gst/volume/demo.c
15368         * gst/volume/gstvolume.h
15369         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15370         basetransform. Probably need an audio filter base class.
15371
15372 2005-05-09  Wim Taymans  <wim@fluendo.com>
15373
15374         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15375         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15376         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15377         (gst_vorbisenc_chain):
15378         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15379         (gst_audio_convert_caps_remove_format_info),
15380         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15381         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15382         Make caps writable before writing to it.
15383         Fix negotiation in audioconvert some more.
15384
15385 2005-05-09  Wim Taymans  <wim@fluendo.com>
15386
15387         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15388         (gst_videorate_getcaps), (gst_videorate_setcaps),
15389         (gst_videorate_event), (gst_videorate_chain):
15390         Better negotiation.
15391
15392 2005-05-09  Wim Taymans  <wim@fluendo.com>
15393
15394         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15395         (gst_videorate_getcaps), (gst_videorate_setcaps),
15396         (gst_videorate_blank_data), (gst_videorate_init),
15397         (gst_videorate_event), (gst_videorate_chain),
15398         (gst_videorate_change_state):
15399         Port videorate, do a better job at negotiation while we're at
15400         it.
15401
15402 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15403
15404         * configure.ac:
15405           Disable libvisual
15406
15407         * examples/Makefile.am:
15408         * gst-libs/gst/audio/Makefile.am:
15409         * gst-libs/gst/riff/Makefile.am:
15410         * gst-libs/gst/tag/Makefile.am:
15411         * gst-libs/gst/video/Makefile.am:
15412           Fixups for missing variables.
15413
15414 2005-05-09  Wim Taymans  <wim@fluendo.com>
15415
15416         * examples/seeking/seek.c: (make_theora_pipeline),
15417         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15418         (query_rates), (query_positions_elems), (query_positions_pads),
15419         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15420         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15421         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15422         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15423         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15424         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15426         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15427         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15428         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15429         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15430         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15431         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15432         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15433         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15434         (theora_dec_src_convert), (theora_dec_sink_convert),
15435         (theora_dec_src_query), (theora_dec_sink_query),
15436         (theora_dec_src_event), (theora_dec_sink_event),
15437         (theora_handle_comment_packet), (theora_handle_type_packet),
15438         (theora_handle_header_packet), (theora_handle_data_packet),
15439         (theora_dec_chain):
15440         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15441         (vorbis_dec_convert), (vorbis_dec_src_query),
15442         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15443         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15444         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15445         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15446         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15447         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15448         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15449         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15450         (gst_play_bin_query):
15451         * gst/playback/test3.c: (update_scale):
15452         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15453         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15454         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15455         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15456         (gst_videotestsrc_src_query):
15457         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15458         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15459         (paint_hline_YUV9):
15460         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15461         Port to new query API.
15462         Updated seek.
15463         Cleanups in x[v]imagesink
15464
15465 2005-05-09  Andy Wingo  <wingo@pobox.com>
15466
15467         * ext/alsa/gstalsasink.h:
15468         * ext/gnomevfs/gstgnomevfssrc.c:
15469         (gst_gnomevfssrc_get_icy_metadata):
15470         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15471         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15472         * ext/theora/theoradec.c (theora_dec_src_query)
15473         (theora_dec_src_event, theora_dec_sink_event)
15474         (theora_handle_comment_packet, theora_handle_data_packet):
15475         * ext/theora/theoraenc.c (theora_enc_chain):
15476         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15477         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15478         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15479         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15480         (qt_type_find):
15481         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15482         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15483         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15484         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15485         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15486         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15487         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15488         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15489         (paint_setup_RGB565, paint_setup_xRGB1555):
15490         * gst/videotestsrc/videotestsrc.h:
15491         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15492         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15493         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15494         GCC4 fixes.
15495         
15496         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15497         gst_pad_query_position. Fixes oggdemux.
15498
15499 2005-05-08  David Schleef  <ds@schleef.org>
15500
15501         * configure.ac: Require liboil.
15502         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15503         a few more.
15504         * gst/videotestsrc/videotestsrc.c:
15505         * gst/videotestsrc/videotestsrc.h:
15506
15507 2005-05-06  Wim Taymans  <wim@fluendo.com>
15508
15509         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15510         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15511         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15512         Well, unreffing a buffer right before pushing it is asking
15513         for trouble..
15514
15515 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15516
15517         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15518
15519 2005-05-06  Wim Taymans  <wim@fluendo.com>
15520
15521         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15522         (gst_audio_convert_caps_remove_format_info),
15523         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15524         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15525         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15526         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15527         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15528         * gst/sine/Makefile.am:
15529         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15530         (gst_sinesrc_class_init), (gst_sinesrc_init),
15531         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15532         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15533         (gst_sinesrc_update_freq):
15534         * gst/sine/gstsinesrc.h:
15535         * gst/tcp/gstmultifdsink.c:
15536         * sys/xvimage/xvimagesink.c:
15537         Fixed negotiation wrt _peer_get_caps()
15538         Some cleanups.
15539
15540
15541 2005-05-06  Wim Taymans  <wim@fluendo.com>
15542
15543         * gst-libs/gst/audio/gstaudiosink.c:
15544         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15545         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15546         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15547         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15548         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15549         (gst_audiosink_create_ringbuffer):
15550         * gst-libs/gst/audio/gstbaseaudiosink.c:
15551         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15552         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15553         (gst_baseaudiosink_set_property), (build_linear_format),
15554         (debug_spec_caps), (debug_spec_buffer),
15555         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15556         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15557         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15558         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15559         * gst-libs/gst/audio/gstbaseaudiosink.h:
15560         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15561         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15562         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15563         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15564         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15565         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15566         (wait_segment), (gst_ringbuffer_commit),
15567         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15568         (gst_ringbuffer_clear):
15569         * gst-libs/gst/audio/gstringbuffer.h:
15570         Make the base audiosink return an error when there is no
15571         audiobuffer negotiated.
15572
15573 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15574
15575         * ext/Makefile.am:
15576         Disable cdparanoia until someone ports it!
15577
15578 2005-05-06  Wim Taymans  <wim@fluendo.com>
15579
15580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15581         (gst_ogg_demux_sink_activate):
15582         And revert after wingo's revert.. sigh..
15583
15584 2005-05-05  Andy Wingo  <wingo@pobox.com>
15585
15586         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15587         GObject.
15588         * configure.ac: Return audiorate and subparse from the ghetto.
15589         Re-enable -Wall -Werror.
15590         * gst/subparse/gstsubparse.c:
15591         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15592         or chain-based. Cleaned up a bit. Not tested.
15593         
15594 2005-05-05  Christian Schaller <christian@fluendo.com> 
15595
15596         * Makefile.am: remove stuff that is not building
15597         * configure.ac: remove stuff that is not building
15598         * examples/Makefile.am: remove stuff that is not building
15599         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15600         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15601         * sys/Makefile.am: remove stuff that is not building
15602         * testsuite/Makefile.am: remove stuff that is not building
15603
15604 2005-05-05  Andy Wingo  <wingo@pobox.com>
15605
15606         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15607         * gst-libs/gst/tag/gstvorbistag.c:
15608         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15609         * gst/adder/gstadder.h:
15610         * gst/audioconvert/gstchannelmix.c:
15611         (gst_audio_convert_fill_one_other):
15612         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15613         (gst_audiorate_init), (gst_audiorate_chain):
15614         * gst/playback/gstplaybasebin.c: (setup_source):
15615         * gst/playback/test3.c: (update_scale):
15616         Some GCC4 fixes
15617         
15618         * po/af.po:
15619         * po/az.po:
15620         * po/cs.po:
15621         * po/en_GB.po:
15622         * po/hu.po:
15623         * po/it.po:
15624         * po/nb.po:
15625         * po/nl.po:
15626         * po/or.po:
15627         * po/sq.po:
15628         * po/sr.po:
15629         * po/sv.po:
15630         * po/uk.po:
15631         * po/vi.po: Foo
15632
15633 2005-05-05  Wim Taymans  <wim@fluendo.com>
15634
15635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15636         (gst_audio_convert_caps_remove_format_info),
15637         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15638         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15639         * gst/videotestsrc/gstvideotestsrc.c:
15640         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15641         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15642         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15643         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15644         Don't ignore _push() return values.
15645         Make sure no processing is done when shutting down.
15646         Videotestsrc pad activation fix.
15647
15648 2005-05-05  Wim Taymans  <wim@fluendo.com>
15649
15650         * gst/adder/Makefile.am:
15651         * gst/adder/gstadder.c: (gst_adder_setcaps),
15652         (gst_adder_class_init), (gst_adder_init),
15653         (gst_adder_request_new_pad), (gst_adder_collected),
15654         (gst_adder_change_state):
15655         * gst/adder/gstadder.h:
15656         Ported adder as an example of a mixer element using
15657         collect pads. Needs more negotiation work.
15658
15659 2005-05-05  Wim Taymans  <wim@fluendo.com>
15660
15661         * ext/theora/theoradec.c: (_inc_granulepos),
15662         (theora_dec_src_event), (theora_dec_sink_event),
15663         (theora_handle_comment_packet), (theora_handle_type_packet),
15664         (theora_handle_header_packet), (theora_handle_data_packet),
15665         (theora_dec_chain):
15666         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15667         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15668         (theora_push_buffer), (theora_push_packet),
15669         (theora_enc_sink_event), (theora_enc_chain),
15670         (theora_enc_change_state), (theora_enc_set_property),
15671         (theora_enc_get_property):
15672         Added stream lock to decoder so that we can serialize
15673         the discont event.
15674         More theoraenc porting, recover from errors, do clean
15675         shutdown.
15676
15677 2005-05-05  Wim Taymans  <wim@fluendo.com>
15678
15679         * ext/ogg/Makefile.am:
15680         * ext/ogg/README:
15681         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15682         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15683         (gst_ogg_print):
15684         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15685         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15686         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15687         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15688         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15689         (gst_ogg_mux_change_state):
15690         Ported ogg muxer.
15691
15692 2005-05-05  Wim Taymans  <wim@fluendo.com>
15693
15694         * docs/design-audiosinks.txt:
15695         * gst-libs/gst/audio/TODO:
15696         * gst-libs/gst/audio/gstaudiosink.c:
15697         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15698         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15699         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15700         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15701         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15702         (gst_audiosink_create_ringbuffer):
15703         * gst-libs/gst/audio/gstbaseaudiosink.c:
15704         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15705         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15706         (gst_baseaudiosink_set_property), (build_linear_format),
15707         (debug_spec_caps), (debug_spec_buffer),
15708         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15709         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15710         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15711         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15712         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15713         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15714         (gst_ringbuffer_release), (gst_ringbuffer_play),
15715         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15716         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15717         (gst_ringbuffer_set_sample), (wait_segment),
15718         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15719         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15720         More work on the audiosink, mostly debugging and a race in
15721         shutdown.
15722
15723 2005-04-28  Wim Taymans  <wim@fluendo.com>
15724
15725         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15726         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15727         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15728         (vorbis_dec_src_query), (vorbis_dec_src_event),
15729         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15730         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15731         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15732         Don't crap out when seeking back to position 0.
15733
15734 2005-04-28  Wim Taymans  <wim@fluendo.com>
15735
15736         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15737         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15738         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15739         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15740         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15741         Make audio sink configurable, use alsasink as default.
15742
15743 2005-04-28  Wim Taymans  <wim@fluendo.com>
15744
15745         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15746         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15747         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15748         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15749         (vorbis_dec_change_state):
15750         * ext/vorbis/vorbisdec.h:
15751         Refactor, use STREAM_LOCK.
15752
15753 2005-04-28  Wim Taymans  <wim@fluendo.com>
15754
15755         * ext/theora/theoradec.c: (_inc_granulepos),
15756         (theora_dec_sink_event), (theora_handle_comment_packet),
15757         (theora_handle_type_packet), (theora_handle_header_packet),
15758         (theora_handle_data_packet), (theora_dec_chain),
15759         (theora_dec_change_state):
15760         Refactor a bit, use STREAM_LOCK.
15761
15762 2005-04-28  Wim Taymans  <wim@fluendo.com>
15763
15764         * ext/alsa/Makefile.am:
15765         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15766         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15767         (gst_alsa_link), (gst_alsa_close_audio):
15768         * ext/alsa/gstalsaplugin.c: (plugin_init):
15769         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15770         (gst_alsasink_dispose), (gst_alsasink_base_init),
15771         (gst_alsasink_class_init), (gst_alsasink_init),
15772         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15773         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15774         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15775         (gst_alsasink_reset):
15776         * ext/alsa/gstalsasink.h:
15777         Implement alsasink with simple open/write/close API. 
15778         Make alsa dir build by disabling compilation of code.
15779
15780 2005-04-28  Wim Taymans  <wim@fluendo.com>
15781
15782         * gst-libs/gst/audio/Makefile.am:
15783         * gst-libs/gst/audio/audio.h:
15784         * gst-libs/gst/audio/audioclock.c:
15785         * gst-libs/gst/audio/audioclock.h:
15786         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15787         (gst_audio_clock_class_init), (gst_audio_clock_init),
15788         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15789         * gst-libs/gst/audio/gstaudioclock.h:
15790         * gst-libs/gst/audio/gstaudiosink.c:
15791         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15792         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15793         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15794         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15795         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15796         (gst_audiosink_create_ringbuffer):
15797         * gst-libs/gst/audio/gstbaseaudiosink.c:
15798         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15799         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15800         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15801         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15802         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15803         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15804         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15805         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15806         * gst-libs/gst/audio/gstbaseaudiosink.h:
15807         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15808         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15809         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15810         (gst_ringbuffer_release), (gst_ringbuffer_play),
15811         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15812         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15813         (gst_ringbuffer_set_sample), (wait_segment),
15814         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15815         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15816         * gst-libs/gst/audio/gstringbuffer.h:
15817         Make ringbuffer faster and more simple by removing the locks
15818         in the playback thread.
15819         Add sample accurate playback based on buffer sample offsets.
15820         Make the baseaudiosink provide a clock.
15821         Parse caps in the base class.
15822         Correctly handle seeking, flushing and state changes.
15823
15824 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15825
15826         * configure.ac:
15827         * gst/audioconvert/Makefile.am:
15828         * gst/audioscale/Makefile.am:
15829           Fix part of the build.  Come on guys, autogen didn't even work :)
15830
15831 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15832
15833         * configure.ac:
15834         * gst-libs/gst/Makefile.am:
15835         * gst-libs/gst/media-info/.cvsignore:
15836         * gst-libs/gst/media-info/Makefile.am:
15837         * gst-libs/gst/media-info/README:
15838         * gst-libs/gst/media-info/media-info-priv.c:
15839         * gst-libs/gst/media-info/media-info-priv.h:
15840         * gst-libs/gst/media-info/media-info-test.c:
15841         * gst-libs/gst/media-info/media-info.c:
15842         * gst-libs/gst/media-info/media-info.h:
15843         * gst-libs/gst/media-info/media-info.vcproj:
15844         * pkgconfig/Makefile.am:
15845         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15846         * pkgconfig/gstreamer-media-info.pc.in:
15847           Remove media-info, which is also successed by playbin (see Totem
15848           implementation).
15849
15850 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15851
15852         * configure.ac:
15853         * examples/Makefile.am:
15854         * examples/gstplay/.cvsignore:
15855         * examples/gstplay/Makefile.am:
15856         * examples/gstplay/player.c:
15857         * gst-libs/gst/Makefile.am:
15858         * gst-libs/gst/play/.cvsignore:
15859         * gst-libs/gst/play/Makefile.am:
15860         * gst-libs/gst/play/play.c:
15861         * gst-libs/gst/play/play.h:
15862         * gst-libs/gst/play/play.vcproj:
15863         * pkgconfig/Makefile.am:
15864         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15865         * pkgconfig/gstreamer-play.pc.in:
15866           Remove libgstplay, playbin is now the official successor.
15867
15868 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15869
15870         * configure.ac:
15871         * gst-libs/gst/Makefile.am:
15872         * gst-libs/gst/xwindowlistener/Makefile.am:
15873         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
15874         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
15875           Remove deprecated xwindowlistener (I've moved xwindowlistening
15876           in the v4l/v4l2 plugins over to serverside).
15877
15878 2005-04-25  David Schleef  <ds@schleef.org>
15879
15880         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
15881         to examples/dynparams.  Examples do not belong interspersed with
15882         source code.
15883         * examples/dynparams/demo-dparams.c:
15884         * gst/sine/Makefile.am:
15885         * gst/sine/demo-dparams.c:
15886
15887 2005-04-25  David Schleef  <ds@schleef.org>
15888
15889         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
15890         * gst-libs/gst/audio/Makefile.am:
15891         * gst-libs/gst/riff/Makefile.am:
15892         * gst-libs/gst/tag/Makefile.am:
15893         * gst-libs/gst/video/Makefile.am:
15894         * gst-libs/gst/xwindowlistener/Makefile.am:
15895
15896         Convert to 0.9 API, seems to work:
15897         * sys/ximage/Makefile.am:
15898         * sys/ximage/ximagesink.c:
15899
15900 2005-04-24  David Schleef  <ds@schleef.org>
15901
15902         Link plugins against libraries:
15903         * ext/alsa/Makefile.am:
15904         * gst/tcp/Makefile.am:
15905
15906         Remove asm code that should be in liboil
15907         * gst/videoscale/Makefile.am:
15908         * gst/videoscale/videoscale_x86_asm.s:
15909
15910         gettext wants these checked in:
15911         * po/af.po:
15912         * po/az.po:
15913         * po/cs.po:
15914         * po/en_GB.po:
15915         * po/hu.po:
15916         * po/it.po:
15917         * po/nb.po:
15918         * po/nl.po:
15919         * po/or.po:
15920         * po/sq.po:
15921         * po/sr.po:
15922         * po/sv.po:
15923         * po/uk.po:
15924         * po/vi.po:
15925
15926 2005-04-24  David Schleef  <ds@schleef.org>
15927
15928         Convert gst_main() to g_main_loop_run()
15929         * gst/playback/decodetest.c: (main):
15930         * gst/playback/test2.c: (main):
15931         * gst/playback/test3.c: (main):
15932         * gst/playback/test4.c: (main):
15933
15934         Link plugins against libraries:
15935         * ext/libvisual/Makefile.am:
15936         * sys/xvimage/Makefile.am:
15937
15938 2005-04-24  David Schleef  <ds@schleef.org>
15939
15940         * configure.ac: Remove idct and resample libs
15941         * gst-libs/gst/Makefile.am: same
15942
15943         Remove usage of gst_library_load():
15944         * ext/alsa/gstalsaplugin.c: (plugin_init):
15945         * ext/libvisual/visual.c: (plugin_init):
15946         * ext/ogg/gstogg.c: (plugin_init):
15947         * ext/theora/theora.c: (plugin_init):
15948         * ext/vorbis/vorbis.c: (plugin_init):
15949         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
15950         * gst/audioscale/gstaudioscale.c:
15951         * gst/adder/gstadder.c: (plugin_init):
15952         * gst/audioconvert/plugin.c: (plugin_init):
15953         * sys/ximage/ximagesink.c: (plugin_init):
15954         * sys/xvimage/xvimagesink.c: (plugin_init):
15955         * gst/tcp/gsttcpplugin.c: (plugin_init):
15956
15957         Link plugins against libraries:
15958         * ext/ogg/Makefile.am:
15959         * ext/theora/Makefile.am:
15960         * ext/vorbis/Makefile.am:
15961         * gst/audioconvert/Makefile.am:
15962
15963         Create proper libraries:
15964         * gst-libs/gst/riff/Makefile.am:
15965         * gst-libs/gst/audio/Makefile.am:
15966         * gst-libs/gst/video/Makefile.am:
15967
15968         Move resample library to audioscale plugin directory:
15969         * gst-libs/gst/resample/Makefile.am:
15970         * gst-libs/gst/resample/README:
15971         * gst-libs/gst/resample/dtof.c:
15972         * gst-libs/gst/resample/dtos.c:
15973         * gst-libs/gst/resample/functable.c:
15974         * gst-libs/gst/resample/private.h:
15975         * gst-libs/gst/resample/resample.c:
15976         * gst-libs/gst/resample/resample.h:
15977         * gst-libs/gst/resample/resample.vcproj:
15978         * gst-libs/gst/resample/test.c:
15979         * gst/audioscale/Makefile.am:
15980         * gst/audioscale/README:
15981         * gst/audioscale/dtof.c:
15982         * gst/audioscale/dtos.c:
15983         * gst/audioscale/functable.c:
15984         * gst/audioscale/private.h:
15985         * gst/audioscale/resample.c:
15986         * gst/audioscale/resample.h:
15987         * gst/audioscale/test.c:
15988
15989         Move tagedit library to gst-libs:
15990         * gst-libs/gst/tag/Makefile.am:
15991         * gst-libs/gst/tag/gstid3tag.c:
15992         * gst-libs/gst/tag/gsttagediting.c:
15993         * gst-libs/gst/tag/gsttageditingprivate.h:
15994         * gst-libs/gst/tag/gstvorbistag.c:
15995         * gst/tags/Makefile.am:
15996         * gst/tags/gstid3tag.c:
15997         * gst/tags/gstvorbistag.c:
15998
15999         Fix for core changes:
16000         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16001         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16002         (gst_sinesrc_getrange):
16003
16004 2005-04-23  David Schleef  <ds@schleef.org>
16005
16006         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
16007         in gst-plugins in a long time, and properly belongs in liboil.
16008         * gst-libs/gst/idct/Makefile.am:
16009         * gst-libs/gst/idct/README:
16010         * gst-libs/gst/idct/dct.h:
16011         * gst-libs/gst/idct/doieee:
16012         * gst-libs/gst/idct/fastintidct.c:
16013         * gst-libs/gst/idct/floatidct.c:
16014         * gst-libs/gst/idct/idct.c:
16015         * gst-libs/gst/idct/idct.h:
16016         * gst-libs/gst/idct/idtc.vcproj:
16017         * gst-libs/gst/idct/ieeetest.c:
16018         * gst-libs/gst/idct/intidct.c:
16019
16020 2005-04-20  Wim Taymans  <wim@fluendo.com>
16021
16022         * docs/design-audiosinks.txt:
16023         * gst-libs/gst/audio/Makefile.am:
16024         * gst-libs/gst/audio/TODO:
16025         * gst-libs/gst/audio/gstaudiosink.c:
16026         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16027         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16028         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16029         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16030         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16031         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16032         (gst_audiosink_class_init), (gst_audiosink_init),
16033         (gst_audiosink_create_ringbuffer):
16034         * gst-libs/gst/audio/gstaudiosink.h:
16035         * gst-libs/gst/audio/gstbaseaudiosink.c:
16036         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16037         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16038         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16039         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16040         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16041         (gst_baseaudiosink_create_ringbuffer),
16042         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16043         * gst-libs/gst/audio/gstbaseaudiosink.h:
16044         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16045         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16046         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16047         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16048         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16049         (gst_ringbuffer_play), (gst_ringbuffer_pause),
16050         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16051         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16052         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16053         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16054         * gst-libs/gst/audio/gstringbuffer.h:
16055         An attempt at a set of audio base classes together with some
16056         design docs.
16057
16058 2005-04-20  Wim Taymans  <wim@fluendo.com>
16059
16060         * gst/audioconvert/Makefile.am:
16061         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16062         (gst_audio_convert_caps_remove_format_info),
16063         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16064         (gst_audio_convert_channels):
16065         Link against audio libs.
16066         Fix audio convert plugin.
16067
16068 2005-04-20  Wim Taymans  <wim@fluendo.com>
16069
16070         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16071         (gst_ogg_demux_sink_activate):
16072         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16073         (theora_set_header_on_caps), (theora_enc_sink_event),
16074         (theora_enc_chain):
16075         Fix theora encoder.
16076
16077 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16078
16079         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16080         * gst/playback/gstdecodebin.c: (find_compatibles):
16081           Work with staticpadtemplates in elementfactories.
16082
16083 2005-04-12  Wim Taymans  <wim@fluendo.com>
16084
16085         * gst/playback/README:
16086         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16087         (compare_ranks), (print_feature), (gst_decode_bin_init),
16088         (dynamic_create), (dynamic_free), (find_compatibles),
16089         (mimetype_is_raw), (close_pad_link), (got_redirect),
16090         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16091         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16092         (gst_decode_bin_change_state):
16093         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16094         (gst_play_base_bin_init), (group_destroy), (group_commit),
16095         (check_queue), (queue_overrun), (queue_threshold_reached),
16096         (queue_out_of_data), (gen_preroll_element), (unknown_type),
16097         (new_decoded_pad), (setup_subtitle), (gen_source_element),
16098         (got_redirect), (setup_source), (play_base_eos),
16099         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16100         (gst_play_base_bin_remove_element):
16101         * gst/playback/gstplaybasebin.h:
16102         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16103         (gst_play_bin_init), (gst_play_bin_dispose),
16104         (gst_play_bin_set_property), (gen_video_element),
16105         (gen_text_element), (gen_audio_element), (remove_sinks),
16106         (gst_play_bin_send_event):
16107         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16108         (stream_info_change_state), (gst_stream_info_set_mute):
16109         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16110         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16111         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16112         (gst_stream_selector_chain):
16113         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16114         (main):
16115         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16116         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16117         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16118         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16119         Raw and crude port of decodebin. 
16120         Make playbin compile.
16121
16122 2005-04-06  Wim Taymans  <wim@fluendo.com>
16123
16124         * ext/gnomevfs/Makefile.am:
16125         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16126         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16127         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16128         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16129         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16130         (gst_gnomevfssrc_stop):
16131         * ext/ogg/Makefile.am:
16132         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16133         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16134         * ext/theora/Makefile.am:
16135         * ext/theora/theoradec.c: (_inc_granulepos),
16136         (theora_dec_sink_event), (theora_dec_chain):
16137         * ext/vorbis/Makefile.am:
16138         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16139         (vorbis_dec_sink_event), (vorbis_dec_chain):
16140         * gst-libs/gst/audio/Makefile.am:
16141         * sys/xvimage/Makefile.am:
16142         Make gnomevfssrc extend the source base class.
16143         Fix linking against libs in various plugins.
16144
16145 2005-04-06  Andy Wingo  <wingo@pobox.com>
16146
16147         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16148         GST_BASE_LIBS.
16149
16150         * configure.ac: Add check and AC_SUBST for libgstbase.
16151
16152 2005-03-31  Wim Taymans  <wim@fluendo.com>
16153
16154         * examples/seeking/Makefile.am:
16155         * examples/seeking/cdparanoia.c: (main):
16156         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16157         (play_cb), (pause_cb), (stop_cb), (main):
16158         * examples/seeking/playbin.c:
16159         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16160         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16161         (make_sid_pipeline), (make_vorbis_pipeline),
16162         (make_theora_pipeline), (make_vorbis_theora_pipeline),
16163         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16164         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16165         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16166         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16167         (stop_cb), (main):
16168         * examples/seeking/spider_seek.c:
16169         * examples/seeking/vorbisfile.c:
16170         * ext/gnomevfs/Makefile.am:
16171         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16172         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16173         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16174         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16175         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16176         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16177         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16178         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16179         * ext/ogg/README:
16180         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16181         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16182         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16183         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16184         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16185         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16186         (gst_ogg_pad_event), (gst_ogg_pad_reset),
16187         (gst_ogg_demux_factory_filter), (compare_ranks),
16188         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16189         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16190         (gst_ogg_chain_new), (gst_ogg_chain_free),
16191         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16192         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16193         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16194         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16195         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16196         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16197         (gst_ogg_demux_get_prev_page),
16198         (gst_ogg_demux_deactivate_current_chain),
16199         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16200         (gst_ogg_demux_bisect_forward_serialno),
16201         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16202         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16203         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16204         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16205         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16206         (gst_ogg_demux_change_state), (gst_ogg_print):
16207         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16208         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16209         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16210         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16211         (gst_ogg_mux_loop):
16212         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16213         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16214         (theora_dec_src_convert), (theora_dec_sink_convert),
16215         (theora_dec_src_query), (theora_dec_src_event),
16216         (theora_dec_sink_event), (theora_dec_chain),
16217         (theora_dec_change_state):
16218         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16219         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16220         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16221         (theora_enc_change_state):
16222         * ext/vorbis/Makefile.am:
16223         * ext/vorbis/oggvorbisenc.c:
16224         * ext/vorbis/oggvorbisenc.h:
16225         * ext/vorbis/vorbis.c: (plugin_init):
16226         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16227         (vorbis_dec_src_query), (vorbis_dec_src_event),
16228         (vorbis_dec_sink_event), (vorbis_dec_chain),
16229         (vorbis_dec_change_state):
16230         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16231         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16232         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16233         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16234         (gst_vorbisenc_change_state):
16235         * ext/vorbis/vorbisenc.h:
16236         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16237         * gst-libs/gst/audio/audioclock.c:
16238         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16239         (gst_audiofilter_init), (gst_audiofilter_chain):
16240         * gst-libs/gst/audio/testchannels.c: (main):
16241         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16242         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16243         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16244         (gmip_find_track_streaminfo), (gmip_find_track_format):
16245         * gst-libs/gst/media-info/media-info.c:
16246         (gst_media_info_read_idler):
16247         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16248         (gst_play_get_all_by_interface):
16249         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16250         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16251         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16252         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16253         (gst_riff_parse_info):
16254         * gst-libs/gst/riff/riff-read.h:
16255         * gst-libs/gst/riff/riff.c: (plugin_init):
16256         * gst-libs/gst/video/Makefile.am:
16257         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16258         (gst_videosink_class_init), (gst_videosink_get_type):
16259         * gst-libs/gst/video/videosink.h:
16260         * gst/audioconvert/bufferframesconvert.c:
16261         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16262         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16263         * gst/audioconvert/channelmixtest.c: (main):
16264         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16265         (gst_audio_convert_chain),
16266         (gst_audio_convert_caps_remove_format_info),
16267         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16268         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16269         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16270         (gst_audio_convert_buffer_to_default_format),
16271         (gst_audio_convert_buffer_from_default_format),
16272         (gst_audio_convert_channels):
16273         * gst/audioconvert/gstchannelmix.h:
16274         * gst/ffmpegcolorspace/avcodec.h:
16275         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16276         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16277         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16278         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16279         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16280         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16281         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16282         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16283         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16284         (dv_type_find):
16285         * gst/videotestsrc/gstvideotestsrc.c:
16286         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16287         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16288         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16289         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16290         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16291         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16292         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16293         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16294         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16295         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16296         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16297         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16298         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16299         (gst_xvimagesink_navigation_send_event),
16300         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16301         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16302         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16303         * sys/xvimage/xvimagesink.h:
16304         Plugin port to 0.9, ogg/theora playback should work in the seek
16305         example now.
16306         Removed old examples.
16307         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16308         explained in 0.9 TODO doc.
16309
16310
16311 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16312
16313         * autogen.sh:
16314         * configure.ac:
16315         * ext/Makefile.am:
16316         * gst/Makefile.am:
16317         * po/POTFILES.in:
16318         * po/af.po:
16319         * po/az.po:
16320         * po/cs.po:
16321         * po/en_GB.po:
16322         * po/hu.po:
16323         * po/it.po:
16324         * po/nb.po:
16325         * po/nl.po:
16326         * po/or.po:
16327         * po/sq.po:
16328         * po/sr.po:
16329         * po/sv.po:
16330         * po/uk.po:
16331         * po/vi.po:
16332         * sys/Makefile.am:
16333         * testsuite/Makefile.am:
16334           remove a whole bunch of plugins.  This module now contains a set
16335           of free reference plugins/elements as agreed.
16336
16337 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16338
16339         * configure.ac:
16340           hunting season on 0.9 is now OPEN
16341
16342 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16343
16344         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16345           Kick the hell out of gcc for not warning me about a symbol conflict.
16346
16347 2005-02-22  Luca Ognibene  <luogni@tin.it>
16348
16349         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16350
16351         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16352           Don't leak caps string (fixes #168134)
16353
16354         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16355         (gst_jpegenc_init), (gst_jpegenc_finalize),
16356         (gst_jpegenc_change_state):
16357           Don't leak line buffers and context struct (fixes #168133).
16358
16359 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16360
16361         * configure.ac:
16362         * ext/dirac/gstdiracdec.cc:
16363         (gst_diracdec_chain):
16364           Since dirac 0.5.0 the framerate in dirac is expressed as a
16365           rational number. Fix build and up requirement to 0.5.0, and
16366           also pass parameters to gst_diracdec_link in the right order
16367           (fixes #167959).
16368
16369 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16370
16371         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16372         * ext/faad/gstfaad.h:
16373         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16374         certain invalid muxed streams, where some packets will contain 
16375         junk after decoder data. Partially fixes #149158.
16376
16377 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16378         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16379           Make sure we only write to writable buffers
16380
16381 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16382
16383         * gst-libs/gst/riff/riff-media.c:
16384         (gst_riff_create_audio_caps_with_data):
16385           Do actually fix invalid RIFF fmt header values for alaw
16386           and mulaw audio instead of just saying so.
16387
16388         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16389           Give gst_riff_create_audio_caps_with_data() a chance to
16390           fix up broken format header fields before extracting any
16391           parameters from the header. (fixes #167633)
16392
16393 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16394
16395         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16396
16397         * gst/audioconvert/bufferframesconvert.c:
16398         (buffer_frames_convert_link):
16399           Don't leak othercaps. (fixes #167878)
16400
16401 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16402
16403         * configure.ac:
16404         * ext/libvisual/visual.c: (gst_visual_srclink),
16405         (gst_visual_change_state):
16406           Support libvisual 0.2.0.
16407
16408 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16409
16410         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16411         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16412           Use same rowstrides for I420 as used everywhere else.
16413
16414 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16415
16416         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16417           Declare variables at beginning of block and make gcc-2.95 happy
16418           (fixes # 167482, patch by Gergely Nagy).
16419           
16420         * gst/tcp/gsttcpclientsrc.c:
16421         * gst/tcp/gsttcpclientsrc.h:
16422           Move some includes into the header, so that struct sockaddr_in is
16423           defined when it should be defined on FreeBSD as well (fixes
16424           #167483).
16425           
16426         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16427           Don't pass uninitialised values to setsockopt() here either.
16428
16429 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16430
16431         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16432
16433         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16434           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16435
16436 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16437
16438         * gst/playback/gstplaybin.c: (add_sink):
16439           Invert bin_add/link order to workaround deadlock in opt.
16440
16441 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16442
16443         * gst/modplug/gstmodplug.cc:
16444           Add missing break causing position queries to fail.
16445
16446 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16447
16448         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16449           Granpos can apparently be -1, which screws up calculations...
16450
16451 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16452
16453         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16454         (gst_ximagesink_send_pending_navigation),
16455         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16456         (gst_ximagesink_init):
16457         * sys/ximage/ximagesink.h:
16458         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16459         (gst_xvimagesink_send_pending_navigation),
16460         (gst_xvimagesink_navigation_send_event),
16461         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16462         * sys/xvimage/xvimagesink.h:
16463           Use a mutex protected list to marshal navigation
16464           events into the stream thread from whichever thread
16465           sends them.
16466
16467 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16468
16469         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16470           Display current position and track length; misc. clean-ups.
16471           
16472         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16473         (speed_init), (speed_chain):
16474           Add query function, so that the stream length and current position
16475           get adjusted when queried (note that current position queries may
16476           still be wrong if the audio sink returns values based on buffer
16477           timestamps instead of passing on the query).
16478
16479 2005-02-13  Benjamin Otte  <otte@gnome.org>
16480
16481         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16482         (gst_audio_convert_channels):
16483           create channel conversion matrix when linking
16484         * gst/audioconvert/.cvsignore:
16485         * gst/audioconvert/Makefile.am:
16486         * gst/audioconvert/channelmixtest.c: (main):
16487           add (ugly) test that ensures stereo <=> mono conversion works
16488           correctly
16489
16490 2005-02-13  Benjamin Otte  <otte@gnome.org>
16491
16492         * gst/audioconvert/gstchannelmix.h:
16493           include missing header file
16494         * gst/audioconvert/gstchannelmix.c:
16495         (gst_audio_convert_fill_compatible):
16496           use same sign for both channels when converting to/from compatible
16497           channel. Previously used different signs made the signals cancel
16498           each other out and appear like silence. (fixes #167269)
16499
16500 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16501
16502         * gst/ffmpegcolorspace/avcodec.h:
16503         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16504         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16505         (gst_ffmpegcsp_avpicture_fill):
16506         * gst/ffmpegcolorspace/imgconvert.c:
16507           Convert to and from YV12 (fixes #156379).
16508
16509 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16510
16511         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16512         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16513         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16514         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16515         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16516         methods from chain and negotiation and vice versa (Fixes #166142).
16517         * sys/ximage/ximagesink.h: Add stream_lock.
16518         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16519         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16520         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16521         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16522
16523 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16524
16525         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16526           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16527           error message when we can't open the DVD device (when dvdnav_open()
16528           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16529           the above). Send something more useful instead (fixes #167117).
16530
16531 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16532
16533         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16534         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16535         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16536         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16537         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16538         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16539         methods from chain and negotiation and vice versa (Fixes #166142).
16540         Fix a possible bug of images in the buffer pool being discarded because
16541         we are looking at the wrong geometry.
16542         * sys/xvimage/xvimagesink.h: Add stream_lock.
16543
16544 2005-02-11  David Schleef  <ds@schleef.org>
16545
16546         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16547         unsigned int. (fixes #167128)
16548
16549 2005-02-11  David Schleef  <ds@schleef.org>
16550
16551         * gst/librfb/Makefile.am: Testing stuff before committing is
16552           for wimps... and people with fast machines.  Fix stupid
16553           mistake.
16554
16555 2005-02-11  David Schleef  <ds@schleef.org>
16556
16557         * configure.ac: Pull in librfb from my CVS tree, because it is
16558           too small and annoying to be separate.  Move rfbsrc plugin
16559           to gst/.
16560         * ext/Makefile.am:
16561         * ext/librfb/Makefile.am:
16562         * ext/librfb/gstrfbsrc.c:
16563         * gst/librfb/Makefile.am:
16564         * gst/librfb/gstrfbsrc.c:
16565         * gst/librfb/rfb.c:
16566         * gst/librfb/rfb.h:
16567         * gst/librfb/rfbbuffer.c:
16568         * gst/librfb/rfbbuffer.h:
16569         * gst/librfb/rfbbytestream.c:
16570         * gst/librfb/rfbbytestream.h:
16571         * gst/librfb/rfbcontext.h:
16572         * gst/librfb/rfbdecoder.c:
16573         * gst/librfb/rfbdecoder.h:
16574         * gst/librfb/rfbutil.h:
16575
16576 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16577
16578         * gst/speed/Makefile.am:
16579         * gst/speed/demo-mp3.c: (main):
16580         * gst/speed/filter.func:
16581         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16582         (speed_class_init), (speed_init), (speed_chain_int16),
16583         (speed_chain_float32), (speed_chain), (speed_set_property),
16584         (speed_get_property), (speed_change_state):
16585         * gst/speed/gstspeed.h:
16586           Fix speed element and make it chain-based (fixes #156467),
16587           and make it handle more than one channel.
16588
16589 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16590
16591         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16592         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16593         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16594         * ext/dts/gstdtsdec.h:
16595           Don't clobber the stack constructing the channels array.
16596           Make the element chain-based. DTS tracks can now be played.
16597           
16598 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16599
16600         * gst-libs/gst/audio/multichannel.h:
16601         * gst-libs/gst/gconf/gconf.h:
16602         * gst-libs/gst/idct/idct.h:
16603         * gst-libs/gst/media-info/media-info-priv.h:
16604         * gst-libs/gst/play/play.h:
16605         * gst-libs/gst/resample/private.h:
16606         * gst-libs/gst/resample/resample.h:
16607         * gst-libs/gst/riff/riff-ids.h:
16608         * gst-libs/gst/video/video.h:
16609         * gst-libs/gst/video/videosink.h:
16610           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16611           missing, so that they work when included from C++ code.
16612
16613 2005-02-09  David Schleef  <ds@schleef.org>
16614
16615         * testsuite/gst-lint: Check for non-statically scoped
16616           parent_class variables.  This won't be a problem once
16617           plugins are loaded with RTLD_LOCAL.
16618
16619 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16620
16621         * ext/mplex/gstmplexibitstream.cc:
16622           gcc madness.
16623
16624 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16625
16626         * ext/ogg/gstogmparse.c:
16627         * gst/debug/gstnavigationtest.c:
16628           Die, thou faulty symbol pollutors (non-static parent_class).
16629
16630 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16631
16632         * ext/mplex/gstmplexibitstream.cc:
16633           Fix event handling (#165525).
16634
16635 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16636
16637         * ext/mikmod/gstmikmod.c:
16638         * gst/modplug/gstmodplug.cc:
16639           Add missing endianness to template (fixes #165509).
16640
16641 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16642
16643         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16644           Fix wrong order of reading of optional bytes (#165290).
16645
16646 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16647
16648         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16649           Implement FILLER event awareness.
16650
16651 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16652
16653         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16654           Fix track calculations (#166208).
16655
16656 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16657
16658         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16659
16660         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16661         * ext/libpng/gstpngenc.c:
16662           Fix byte-order, use proper fixed caps. Fixes #164197.
16663
16664 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16665
16666         * configure.ac:
16667           Add dvdlpcmdec 
16668
16669         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16670         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16671           Don't push buffers if the src pad isn't negotiated yet.
16672           
16673         * gst/audioconvert/gstaudioconvert.c:
16674         (gst_audio_convert_buffer_to_default_format),
16675         (gst_audio_convert_buffer_from_default_format):
16676           Add support for 24-bit width.
16677
16678         * gst/dvdlpcmdec/.cvsignore:
16679         * gst/dvdlpcmdec/Makefile.am:
16680         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16681         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16682         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16683         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16684         (plugin_init):
16685         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16686           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16687           format. Needs support for the channels maps if someone can find 
16688           a DVD LPCM track with > 2 channels.
16689
16690         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16691         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16692         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16693         * gst/mpegstream/gstdvddemux.h:
16694         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16695         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16696         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16697         * gst/mpegstream/gstmpegdemux.h:
16698         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16699         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16700         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16701         (gst_mpeg_parse_handle_src_query),
16702         (gst_mpeg_parse_handle_src_event):
16703           Use audio/x-dvd-lpcm for LPCM output.
16704           Add DTS output.
16705
16706 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16707
16708         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16709
16710         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16711         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16712           Add BGRA handling (#165736).
16713
16714 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16715
16716         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16717
16718         * gst/law/alaw-decode.c: (alawdec_link):
16719         * gst/law/alaw-encode.c: (alawenc_link):
16720         * gst/law/mulaw-decode.c: (mulawdec_link):
16721         * gst/law/mulaw-encode.c: (mulawenc_link):
16722           Fix caps memleaks (#166600).
16723
16724 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16725
16726         * ext/tarkin/mem.h:
16727         * ext/tarkin/wavelet.h:
16728         * ext/tarkin/yuv.h:
16729         * gst/ffmpegcolorspace/avcodec.h:
16730           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16731           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16732
16733 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16734
16735         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16737         (gst_xvimagesink_change_state):
16738           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16739           Xv video (and thereby regenerate Xv colourkey) in clear() so
16740           that PLAY -> READY -> PLAY works (fixes #162504).
16741
16742 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16743
16744         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16745           Switch to list instead of range, since MJPEG-devices really just
16746           support decimations, not any size.
16747
16748 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16749         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16750         (gst_mpeg2dec_reset), (free_all_buffers),
16751         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16752         * ext/mpeg2dec/gstmpeg2dec.h:
16753           The libmpeg2 user-allocated buffer management is awkward, 
16754           to say the least. Hopefully this fixes things.
16755
16756 2005-02-04  Andy Wingo  <wingo@pobox.com>
16757
16758         * gst/audioconvert/bufferframesconvert.c
16759         (buffer_frames_convert_fixate): New function, fixates to 256
16760         frames per buffer by default. (Much better than 1.)
16761         (buffer_frames_convert_init): Set the fixate function for both src
16762         and sink pad.
16763         (buffer_frames_convert_link): After success setting nonfixed caps,
16764         get the negotiated caps so we can know how many buffer-frames it
16765         will be. No idea how this worked at all before.
16766
16767 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16768
16769         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16770         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16771         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16772         (handle_sequence), (handle_picture):
16773         * ext/mpeg2dec/gstmpeg2dec.h:
16774           Rearrange buffer tracking and refcounting and refactor
16775           a little for readability. 
16776
16777 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16778         * sys/v4l/gstv4l.c: (plugin_init):
16779         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16780         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16781         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16782         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16783         * sys/v4l/gstv4ljpegsrc.h:
16784         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16785         * sys/v4l/v4l_calls.h:
16786         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16787         (gst_v4lsrc_get_fps):
16788         * sys/v4l/v4lsrc_calls.h:
16789           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16790           you jpeg inside rgb frames" driver.
16791           Don't error in the v4lsrc link function, just return 
16792           REFUSED.
16793
16794 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16795
16796         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16797         (gst_qcamsrc_open):
16798           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16799
16800 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16801
16802         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16803           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16804
16805 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16806
16807         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16808           Reset negotiated state on PAUSED->READY.
16809
16810 2005-02-02  David Schleef  <ds@schleef.org>
16811
16812         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16813         whereever possible.  (Fixes #165997)
16814         * examples/capsfilter/capsfilter1.c: (main):
16815         * examples/dynparams/filter.c: (create_ui):
16816         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16817         * examples/seeking/chained.c: (main):
16818         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16819         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16820         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16821         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16822         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16823         * examples/switch/switcher.c: (main):
16824         * ext/dv/demo-play.c: (main):
16825         * ext/faad/gstfaad.c: (gst_faad_change_state):
16826         * ext/mad/gstmad.c: (gst_mad_chain):
16827         * ext/smoothwave/demo-osssrc.c: (main):
16828         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16829         (gst_gconf_render_bin_from_description),
16830         (gst_gconf_get_default_audio_sink),
16831         (gst_gconf_get_default_video_sink),
16832         (gst_gconf_get_default_audio_src),
16833         (gst_gconf_get_default_video_src),
16834         (gst_gconf_get_default_visualization_element):
16835         * gst/level/demo.c: (main):
16836         * gst/level/plot.c: (main):
16837         * gst/playback/gstplaybin.c: (gen_video_element),
16838         (gen_audio_element):
16839         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16840         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16841         * gst/sine/demo-dparams.c: (main):
16842         * gst/spectrum/demo-osssrc.c: (main):
16843         * gst/speed/demo-mp3.c: (main):
16844         * gst/volume/demo.c: (main):
16845         * testsuite/embed/embed.c: (main):
16846
16847 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16848
16849         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16850         (gst_tcpclientsink_finalize):
16851         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16852         (gst_tcpclientsrc_finalize):
16853         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16854         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16855         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16856         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16857           Don't leak the hostname when shutting down.
16858           In tcpserversrc, take a copy of the default hostname.
16859
16860 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16861
16862         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16863           Set caps to systemstream=TRUE.
16864
16865 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16866
16867         * testsuite/Makefile.am:
16868           Fix more OSX buildbots.
16869
16870 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16871
16872         * ext/mpeg2dec/gstmpeg2dec.c:
16873           Don't send things to NULL PAD_PEERs
16874
16875         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
16876           Copy-on-write the incoming buffer.
16877
16878         * gst/mpegstream/gstdvddemux.h:
16879         * gst/mpegstream/gstmpegclock.h:
16880         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
16881         (normal_seek), (gst_mpeg_demux_handle_src_event):
16882         * gst/mpegstream/gstmpegdemux.h:
16883         * gst/mpegstream/gstmpegpacketize.h:
16884         * gst/mpegstream/gstmpegparse.c:
16885         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
16886         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
16887         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
16888         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
16889         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
16890         * gst/mpegstream/gstmpegparse.h:
16891         * gst/mpegstream/gstrfc2250enc.h:
16892           Various changes to the way time is computed that make seeking and
16893           total time estimation much better here.
16894           Use G_BEGIN/END_DECLS instead of __cplusplus
16895
16896         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
16897           Use gst_buffer_stamp instead of only copying the TIMESTAMP
16898
16899 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16900
16901         * gst/subparse/gstsubparse.c:
16902           Fix OSX buildbot.
16903
16904 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16905
16906         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
16907         (theora_enc_chain), (theora_enc_change_state):
16908         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
16909         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
16910         (gst_vorbisenc_change_state):
16911         * ext/vorbis/vorbisenc.h:
16912           Set granulepos and timestamp correctly for streams not
16913           starting at 0, taking into account the initial delay.
16914
16915 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
16916
16917         * gst/mpegstream/gstdvddemux.c:
16918           Add audio/x-dts to audio pad template caps
16919
16920 2005-01-30  David Schleef  <ds@schleef.org>
16921
16922         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
16923         (create_context), (gst_polypsink_link): Fix silly endianness
16924         bug.  Add some debugging.  Remove float from caps; it doesn't
16925         work.  Attempt to get remote audio working.
16926
16927 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16928
16929         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16930           Add 3IV2 fourcc.
16931
16932 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16933
16934         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
16935         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
16936         (gst_avi_demux_stream_data):
16937         * gst/avi/gstavidemux.h:
16938           Invert DIB images. Fixes #132341.
16939
16940 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16941
16942         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16943         (gst_ffmpegcsp_chain):
16944           D'oh, reference the palette data, not the palette structure.
16945           Fixes color distortion in #132341.
16946
16947 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16948
16949         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
16950           PAR can be non-fixed when not provided as argument (#162626).
16951
16952 2005-01-29  David Moore  <dcm@acm.org>
16953
16954         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16955
16956         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
16957         (gst_qtdemux_loop_header):
16958           Re-apply patch from #142272 that allows non-seekable sources,
16959           re-proposed by Daniel Drake <dsd@gentoo.org>.
16960
16961 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16962
16963         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
16964           Use the src template for creating the src pad (#162330).
16965
16966 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16967
16968         * configure.ac:
16969         * ext/musepack/Makefile.am:
16970         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
16971         (gst_musepackdec_init), (gst_musepackdec_dispose),
16972         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
16973         (gst_musepack_stream_init), (gst_musepackdec_loop),
16974         (gst_musepackdec_change_state):
16975         * ext/musepack/gstmusepackdec.cpp:
16976         * ext/musepack/gstmusepackdec.h:
16977         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
16978         (gst_musepack_reader_read), (gst_musepack_reader_seek),
16979         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
16980         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
16981         * ext/musepack/gstmusepackreader.cpp:
16982         * ext/musepack/gstmusepackreader.h:
16983           Update to 1.1 API (#165446).
16984
16985 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16986
16987         * ext/Makefile.am:
16988           Unbreak buildbot.
16989
16990 2005-01-28  Andy Wingo  <wingo@pobox.com>
16991
16992         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
16993         to reflect a different dubious internet source. Add a reference
16994         and some commentary.
16995
16996 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16997
16998         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16999         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17000         * gst/playback/gststreamselector.h:
17001           Be more selective when we're redoing caps negotiation from
17002           within the chain function on a stream change.
17003
17004 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17005
17006         * configure.ac:
17007         * ext/Makefile.am:
17008         * ext/amrnb/Makefile.am:
17009         * ext/amrnb/amrnb.c: (plugin_init):
17010         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17011         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17012         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17013         (gst_amrnbdec_state_change):
17014         * ext/amrnb/amrnbdec.h:
17015         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17016         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17017         (gst_amrnbparse_init), (gst_amrnbparse_formats),
17018         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17019         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17020         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17021         * ext/amrnb/amrnbparse.h:
17022           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17023         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17024           Add AMR-NB/-WB raw formats.
17025         * ext/alsa/gstalsa.c: (gst_alsa_link):
17026           Keep valid time when changing format.
17027         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17028         (qtdemux_parse_trak):
17029           Add some more format-specific options (#140141, #143555, #155163).
17030
17031 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17032
17033         * gst/matroska/matroska-demux.c:
17034         (gst_matroska_demux_parse_blockgroup):
17035           Fix logic error in timing of subtitle stream synchronization.
17036         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17037           Add skip-chunk, which is found in kodak-camera streams.
17038
17039 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17040
17041         * po/LINGUAS:
17042         * po/vi.po:
17043           Adding Vietnamese translation (submitted by Clytie Siddall)
17044
17045 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17046
17047         * gst/playback/gstdecodebin.c: (try_to_link_1):
17048           Use realpad for signal.
17049
17050 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17051
17052         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17053           Fix category so decodebin picks it up.
17054
17055 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17056
17057         * ext/mad/Makefile.am:
17058         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17059         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17060         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17061         (found_type), (gst_id3demux_bin_change_state):
17062         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17063         (gst_id3_tag_init), (gst_id3_tag_handle_event),
17064         (gst_id3_tag_src_link), (gst_id3_tag_chain),
17065         (gst_id3_tag_change_state), (plugin_init):
17066         * ext/mad/gstmad.h:
17067           Add id3demuxbin (which is a simple bin consisting of id3demux
17068           and typefind), take over rank from id3demux, remove typefind
17069           code from id3demux. Makes all broken mp3s that I know of work,
17070           and thereby fixes #152688.
17071
17072 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
17073
17074         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17075
17076         * ext/mad/gstmad.c: (gst_mad_src_event):
17077         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17078           Allow seeks on audio pad, make mad forward those (#164826).
17079         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17080           Set duration (#165335).
17081
17082 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17083
17084         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17085         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17086         (gst_asf_demux_process_ext_content_desc),
17087         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17088         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17089         * gst/asfdemux/gstasfdemux.h:
17090           Improve metadata display, e.g. if the metadata comes before the
17091           streams are loaded (which is perfectly valid).
17092
17093 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17094
17095         * tools/gst-launch-ext-m.m:
17096           Fix AVI/ASF pipelines (#165340).
17097
17098 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
17099         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
17100         build failure on amd64
17101
17102 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17103
17104         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17105         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17106           Check environment variables GST_ID3V2_TAG_ENCODING,
17107           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17108           list of character encodings to force interpretation of non-unicode
17109           strings stored in an ID3v2 tag to a particular encoding. If none
17110           is specified, try to use current locale's encoding, then fall back
17111           to ISO-8859-1 (which will always succeed). (Resolves #149274)
17112         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17113         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17114           Check environment variables GST_ID3V1_TAG_ENCODING,
17115           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17116           list of character encodings to use in case a string encountered
17117           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17118           specified, try to use the current locale's encoding, then fall
17119           back to ISO-8859-1 (which will always succeed).
17120
17121 2005-01-25  Benjamin Otte  <otte@gnome.org>
17122
17123         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17124           - on half framerate, compute the rate in advance so the comparisons
17125             don't compare wrong values
17126           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17127             behaviour
17128           - don't use mad_header_decode anymore, mad_frame_decode does that
17129             automatically
17130           - when getting rid of consumed bytes, reset the stream's skiplen
17131           (fixes #163867)
17132
17133 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17134
17135         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17136           Use 1/2 a second for default max_discont, as PES streams from DVB
17137           seem to have larger spacings in the SCR. 
17138           Fix a typo.
17139
17140 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17141
17142         * gst/playback/gstplaybasebin.c: (group_commit):
17143           Notify delayed stream-info availability.
17144
17145 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17146         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17147         (gst_a52dec_handle_event), (gst_a52dec_chain):
17148         Add some debug output. Check that a discont has a valid
17149         time associated.
17150         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17151         (gst_alsa_sink_loop):
17152         Ignore TAG events. A little extra debug for broken timestamps.
17153         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17154         (dvdnavsrc_change_state):
17155         Ensure we send a discont to engage the link before we send any
17156         other events.
17157         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17158         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17159         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17160         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17161         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17162         dvd://title works in totem because typefinding sends a seek that ends
17163         up going back to chapter 1 regardless.
17164         * ext/mpeg2dec/gstmpeg2dec.c:
17165         * ext/mpeg2dec/gstmpeg2dec.h:
17166         Output correct timestamps and handle disconts.
17167         * ext/ogg/gstoggdemux.c: (get_relative):
17168         Small guard against a null dereference.
17169         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17170         (gst_textoverlay_set_property):
17171         Free memory when done. Don't call gst_event_filler_get_duration on
17172         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17173         g_warning.
17174         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17175         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17176         (gst_sw_srclink), (gst_smoothwave_chain):
17177         Draw solid lines, prettier colours.
17178         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17179         Add a default palette that'll work for some movies.
17180         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17181         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17182         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17183         * gst/mpegstream/gstdvddemux.h:
17184         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17185         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17186         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17187         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17188         * gst/mpegstream/gstmpegparse.h:
17189         Use PTM/NAV events when for timestamp adjustment when connected to 
17190         dvdnavsrc. Don't use many discont events where one suffices.
17191         * gst/playback/gstplaybasebin.c: (group_destroy),
17192         (gen_preroll_element), (gst_play_base_bin_add_element):
17193         * gst/playback/gstplaybasebin.h:
17194         Make sure we remove subtitles from the same bin we put them in.
17195         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17196         (gst_subparse_buffer_format_autodetect),
17197         (gst_subparse_change_state):
17198         Fix some memleaks and invalid accesses.
17199         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17200         (oggskel_type_find), (cmml_type_find), (plugin_init):
17201         Some typefind functions for Annodex v3.0 files
17202         * gst/wavparse/gstwavparse.h:
17203         GstRiffReadClass is the correct parent class.
17204
17205 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17206
17207         * gst-libs/gst/riff/riff-media.c:
17208         (gst_riff_create_video_caps_with_data):
17209           Add extradata to huffyuv (fixes #165013).
17210         * gst-libs/gst/riff/riff-read.c:
17211         (gst_riff_read_strf_vids_with_data):
17212           Fix extradata extraction if it is in the chunk size.
17213
17214 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17215
17216         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17217
17218         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17219         (gst_quarktv_change_state), (gst_quarktv_dispose):
17220           Memory free'ing location fix (#164708).
17221
17222 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17223
17224         * gst/playback/gstplaybasebin.c: (group_commit),
17225         (gen_preroll_element), (probe_triggered), (gen_source_element),
17226         (setup_source), (gst_play_base_bin_change_state),
17227         (gst_play_base_bin_add_element):
17228           Don't block for streams.
17229         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17230         (gst_stream_info_set_mute):
17231           Use gst_pad_set_active_recursive.
17232
17233 2005-01-25  Andy Wingo  <wingo@pobox.com>
17234
17235         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17236         for #ifndef HAVE_XVIDEO.
17237
17238 2005-01-24  Jeffrey C. Ollie
17239
17240         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17241
17242         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17243         * ext/gsm/gstgsmdec.h:
17244         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17245         * ext/gsm/gstgsmenc.h:
17246         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17247         was given by property. Add proper buffer timestamps and offsets.
17248
17249 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17250
17251         * gst-libs/gst/riff/riff-media.c:
17252         (gst_riff_create_audio_caps_with_data):
17253           Audio can be <8000Hz.
17254
17255 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17256
17257         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17258           Explicit state change to workaround refcount bugs.
17259
17260 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17261
17262         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17263         (gst_avimux_riff_get_avi_header):
17264           Fix...
17265
17266 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17267
17268         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17269         (gst_riff_read_element_data):
17270         * gst-libs/gst/riff/riff-read.h:
17271           Add _peek version (req'ed in CDXA).
17272         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17273         (gst_cdxaparse_loop):
17274           Fix parsing in playbin.
17275         * gst/playback/gstdecodebin.c: (close_pad_link):
17276           Ignore current_ pads, they cause major annoyance.
17277
17278 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17279
17280         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17281           Safety guard.
17282
17283 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17284
17285         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17286           Fix padding...
17287
17288 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17289
17290         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17291           Allow for 0-sized buffers. Fixes length query problems in
17292           starwars.mkv from the testsuite.
17293
17294 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17295
17296         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17297         (gst_video_box_i420), (gst_video_box_chain):
17298           Fix row strides for I420 (fixes #163159)
17299           
17300 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17301
17302         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17303           MPEG2 has a useful rate property, so we can actually use that.
17304           For MPEG-1, continue using the bytes/time properties.
17305
17306 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17307
17308         * gst-libs/gst/riff/riff-media.c:
17309         (gst_riff_create_video_caps_with_data),
17310         (gst_riff_create_video_template_caps):
17311           Add intel-h263.
17312
17313 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17314
17315         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17316           Fail if caps negotiation fails. Should fix #162184, and should
17317           definately be in there regardless of it fixing the actual bug.
17318         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17319         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17320         (gst_avimux_riff_get_avix_header),
17321         (gst_avimux_riff_get_video_header),
17322         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17323         (gst_avimux_start_file), (gst_avimux_handle_event),
17324         (gst_avimux_change_state):
17325         * gst/avi/gstavimux.h:
17326           Refactor structure writing to use GST_WRITE_UINT macros, add
17327           metadata writing support.
17328
17329 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17330
17331         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17332           Elements may already be destroyed when this function is called.
17333
17334 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17335
17336         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17337         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17338           More memory leak fixes (#149162).
17339
17340 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17341
17342         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17343         (gst_qtdemux_add_stream):
17344           Fix two memleaks.
17345
17346 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17347
17348         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17349           Argh...
17350
17351 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17352
17353         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17354           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17355           when fixating to six channels in Totem.
17356
17357 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17358
17359         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17360           Fix compile warnings on Solaris 10 buildbot
17361
17362 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17363
17364         * ext/dvdread/dvdreadsrc.c: (_read):
17365           Don't read beyond the last cell in a chapter (fixes 
17366           invalid memory access)
17367
17368 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17369
17370         * ext/dvdread/stream_labels.c:
17371         (dvdreadsrc_get_audio_stream_labels):
17372           Use NULL for an empty GList instead of g_list_alloc(); fix 
17373           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17374           of GString (easier to bulk free later)
17375
17376 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17377
17378         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17379
17380         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17381         (gst_ffmpeg_pixfmt_to_caps):
17382           Fix BGRA32 caps (#164209).
17383
17384 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17385
17386         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17387
17388         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17389         (gst_ffmpeg_caps_to_pixfmt):
17390           alpha_mask can be RGBA/ABGR. Fixes #164265.
17391
17392 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17393
17394         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17395
17396         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17397         (gst_mpeg2dec_alloc_buffer):
17398         * ext/mpeg2dec/gstmpeg2dec.h:
17399           Crop if decoding size is not the actual image size (#163676).
17400
17401 2005-01-17  Steve Baker  <steve@stevebaker.org>
17402
17403         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17404
17405         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17406         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17407           Add libsndfile typefind functions (#163309).
17408
17409 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17410
17411         * tools/gst-launch-ext-m.m:
17412           Add .aac, fix .m1v/.m2v (#163891).
17413
17414 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17415
17416         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17417           Sanity check, don't wait endlessly since the clock might not
17418           actually run at this point (which is a deadlock). Fixes #164069.
17419
17420 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17421
17422         * gst/playback/gstplaybasebin.c: (probe_triggered):
17423           Of course, only pause if group is done...
17424
17425 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17426
17427         * gst/playback/gstplaybasebin.c: (probe_triggered):
17428           Thread safety.
17429
17430 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17431
17432         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17433           Don't return state change success when the parent
17434           failed.
17435
17436 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17437
17438         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17439           Free events (fix memleak in #162905).
17440
17441 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17442
17443         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17444
17445         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17446         (gst_ffmpeg_caps_to_pixfmt):
17447           Fix for depth = 15. Fixes #161675.
17448
17449 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17450
17451         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17452           Set FPS correctly, even for webcams and the like.
17453         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17454           Don error on setting while capturing.
17455
17456 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17457
17458         * ext/dv/gstdvdec.c:
17459         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17460         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17461           I'm a bad boy. using /1001. to force C to do float division
17462           and not integer division (as it did in my last commit)
17463           Thanks to David I. Lehn for pointing this mistake.
17464
17465 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17466
17467         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17468           Revert Johan's 1.35->1.36 since it breaks compat.
17469
17470 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17471
17472         * ext/dv/gstdvdec.c:
17473         * ext/libfame/gstlibfame.c:
17474         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17475         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17476           replace framerate aproximations by their real value
17477           (24000/1001, 30000/1001, 60000/1001)
17478           Finish fixing bug #164049
17479
17480 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17481
17482         * ext/ogg/gstoggmux.c:
17483           eos/bos debugging
17484         * gst/tcp/gstmultifdsink.c:
17485         * gst/tcp/gstmultifdsink.h:
17486         * gst/tcp/gsttcp.c:
17487         * gst/tcp/gsttcp.h:
17488         * gst/tcp/gsttcpclientsink.c:
17489         * gst/tcp/gsttcpclientsrc.c:
17490         * gst/tcp/gsttcpserversink.c:
17491         * gst/tcp/gsttcpserversrc.c:
17492           improve reusability of elements after state changes and errors
17493           make multifdsink throw away streamheaders when receiving new ones
17494
17495 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17496
17497         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17498           Fix for if items are already in list...
17499
17500 2005-01-12  Benjamin Otte  <otte@gnome.org>
17501
17502         * gst/adder/gstadder.c: (gst_adder_loop):
17503           fix adder a bit so it doesn't screw up with events as much anymore
17504
17505 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17506
17507         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17508         (pixbufscale_scale), (gst_pixbufscale_chain):
17509         * ext/gdk_pixbuf/pixbufscale.h:
17510           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17511           to ensure rowstrides are calculated the same way as 
17512           ffmpegcolorspace
17513           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17514           that we pick up duration and offset also.
17515
17516 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17517
17518         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17519         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17520           Reusability fixes.
17521
17522 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17523
17524         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17525         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17526         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17527         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17528           Update flags when requested.
17529
17530 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17531
17532         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17533           Fix dmix.
17534
17535 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17536
17537         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17538         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17539         (probe_triggered), (new_decoded_pad), (gen_source_element),
17540         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17541         * gst/playback/gstplaybasebin.h:
17542         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17543         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17544         (gst_play_bin_change_state):
17545           Implement group-switch signal for use in apps to clear metadata
17546           cache, clean up subtitle, add suburi property instead of # hack,
17547           some error-out fixes.
17548
17549 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17550
17551         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17552           Debug.
17553         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17554           If we got a state change in the _get handler, don't return success.
17555
17556 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17557
17558         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17559         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17560           Make jpegdec quiet on MJPEG decoding
17561         * gst/asfdemux/README:
17562           Fix mimetypes for MJPEG and H263
17563
17564 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17565
17566         * ext/theora/theoradec.c: (theora_dec_chain):
17567           Fix broken code generation by gcc by swapping arguments.
17568         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17569           Fix \n in debug.
17570
17571 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17572
17573         * TODO:
17574           delete this file, it is by far outdated
17575         * ext/alsa/gstalsa.1: remove
17576         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17577         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17578         (gst_alsa_get_caps):
17579           Add HW probing for supported sample rates. Fixes #161704
17580
17581 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17582
17583         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17584           Don't crash, biatch! :).
17585
17586 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17587
17588         * ext/musepack/gstmusepackreader.cpp:
17589         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17590           Some work on tags - still doesn't work in playbin...
17591         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17592           Handle events...
17593
17594 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17595
17596         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17597           Also shove tags on kid pads.
17598
17599 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17600
17601         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17602           Don't bail on unknown events.
17603         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17604           Don't crash on events before negotiation.
17605         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17606           Send tags on pads, too.
17607         * gst/playback/gststreamselector.c:
17608         (gst_stream_selector_request_new_pad):
17609           Forward events on first pad if no input was selected yet.
17610
17611 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17612
17613         * gst/playback/gstplaybasebin.c: (setup_substreams):
17614           Don't disable streamtype if the stream doesn't exist, since
17615           then playing a video after audio will disable both and nothing
17616           will happen. Fixes the testsuite.
17617
17618 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17619
17620         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17621         (gst_v4l_xoverlay_set_xwindow_id):
17622         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17623         (gst_v4l2_xoverlay_set_xwindow_id):
17624           Add debug categories, fix overlay disabling.
17625
17626 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17627
17628         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17629         * ext/alsa/gstalsa.h:
17630           Add HW probing for period_count/size and buffer_size MIX/MAX
17631           Adjust default/user defined value if out of bounds
17632           Should fix bug #162024
17633
17634 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17635
17636         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17637           Fix warning (#161191).
17638
17639 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17640
17641         * ext/dvdread/stream_labels.c:
17642         (dvdreadsrc_get_audio_stream_labels):
17643           Fix warning (init the good variable in switch default)
17644
17645 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17646
17647         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17648
17649         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17650           Fix gcc-2.95 compile (#163485).
17651
17652 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17653
17654         * configure.ac:
17655         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17656         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17657         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17658         (gst_flacenc_change_state):
17659         * ext/flac/gstflacenc.h:
17660           Update for API change in flac-1.1.1. Update requirement in
17661           configure.ac. Fixes #162974.
17662
17663 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17664
17665         * gst/playback/gstplaybasebin.c: (group_destroy):
17666           Remove hack to get rid of assert and get rid of unlinked
17667           signals properly.
17668
17669 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17670
17671         * gst/playback/gstplaybasebin.c: (setup_source):
17672           Set source to NULL so that resources are free'ed. Fixes issues
17673           with playback of CDDA and similar device-accessing things.
17674
17675 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17676
17677         * testsuite/embed/Makefile.am:
17678           test->noinst, fix make test in buildbot.
17679
17680 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17681
17682         * ext/dvdread/stream_labels.c: new file
17683         * ext/dvdread/stream_labels.h: new file
17684         * ext/dvdread/Makefile.am:
17685         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17686           Extract audio stream label from DVD IFO files.
17687           It only dump them on the console for now, still have to
17688           make playbin aware of them.
17689
17690 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17691
17692         * gst/playback/gstplaybasebin.c: (setup_source):
17693           Fix hanging subs.
17694
17695 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17696
17697         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17698         (gen_preroll_element), (remove_groups), (setup_subtitle),
17699         (gen_source_element), (setup_source):
17700         * gst/playback/gstplaybasebin.h:
17701           Multiple .sub files is just a stupid idea... Fix some threading
17702           mistakes. Interestingly, external .sub files cause playbin to
17703           hang, I don't know why... Parsing fixes contributed by Fran??ois
17704           Kooman <fkooman@tuxed.net>.
17705
17706 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17707
17708         * testsuite/embed/Makefile.am:
17709           Fix buildbot.
17710
17711 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17712
17713         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17714
17715         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17716         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17717         (gst_pngenc_set_property):
17718         * ext/libpng/gstpngenc.h:
17719           Add compression level property (#163323).
17720
17721 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17722
17723         * configure.ac:
17724         * examples/capsfilter/capsfilter1.c: (main):
17725         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17726         * ext/dvdread/Makefile.am:
17727         * ext/dvdread/demo-play:
17728         * ext/dvdread/demo-play.c:
17729         * gconf/gstreamer.schemas.in:
17730         * gst-libs/gst/gconf/gconf.c:
17731         * sys/v4l/TODO:
17732         * testsuite/Makefile.am:
17733         * testsuite/embed/Makefile.am:
17734         * testsuite/embed/embed.c: (cb_expose), (main):
17735           Remove all references to xvideosink, fix examples (#140845).
17736         * gst/playback/gstplaybasebin.c: (group_destroy):
17737           Apparently, disposal does not unlink - so do explicitely.
17738         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17739           Add debug.
17740
17741 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17742
17743         * README: fix PKG_CONFIG_PATH instructions, what was there
17744         previously was breaking default search path, not nice. 
17745         Fixes #163358
17746
17747 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17748
17749         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17750         (gst_audioscale_chain):
17751           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17752           when resampling - how the ^@$^!@^! is this possible?!?
17753
17754 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17755
17756         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17757           Reset variables on READY.
17758         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17759         (gst_matroska_mux_loop):
17760           Require data before writing header.
17761
17762 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17763
17764         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17765
17766         * ext/mad/gstmad.c: (gst_mad_chain):
17767           Don't call mad_stream_sync() directly after recovering sync.
17768           Fixes #151661.
17769
17770 2005-01-09  Martin Eikermann  <meiker@upb.de>
17771
17772         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17773
17774         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17775         (snapshot_handler), (gst_snapshot_sinkconnect),
17776         (gst_snapshot_chain):
17777           Allocate resources when required, fix recursive signal emission
17778           and fix caps. Fixes #161667.
17779
17780 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17781
17782         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17783
17784         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17785         (gst_pngdec_chain):
17786           Handle only 8-bppc (bits-per-pixel-component) images, better
17787           error handling and correct strides. Fixes #163177.
17788         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17789         (gst_pngenc_chain):
17790           Better error handling. Fixes #163348.
17791
17792 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17793
17794         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17795         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17796         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17797         (dvdnavsrc_uri_handler_init):
17798           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17799         * gst/playback/gstplaybasebin.c: (gen_source_element):
17800           Add MMS to streaming URIs.
17801
17802 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17803
17804         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17805         * sys/xvimage/xvimagesink.c:
17806         (gst_xvimagesink_navigation_send_event):
17807           Check for pad availability before sending event.
17808
17809 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17810
17811         * gst-plugins.spec.in:
17812           Add subparse.
17813
17814 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17815
17816         * configure.ac:
17817           Since we use functions from CVS, up requirement.
17818
17819 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17820
17821         * gst/playback/Makefile.am:
17822         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17823         (group_destroy), (group_commit), (group_is_muted),
17824         (gen_preroll_element), (add_stream), (unknown_type),
17825         (probe_triggered), (preroll_unlinked), (mute_stream),
17826         (silence_stream), (new_decoded_pad), (setup_substreams),
17827         (setup_source), (get_active_source), (mute_group_type),
17828         (muted_group_change_state), (set_active_source),
17829         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17830         (play_base_eos), (gst_play_base_bin_change_state):
17831         * gst/playback/gstplaybasebin.h:
17832         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17833         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17834         (gst_stream_info_dispose), (stream_info_mute_pad),
17835         (stream_info_change_state), (gst_stream_info_set_mute):
17836         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17837         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17838         (gst_stream_selector_init), (gst_stream_selector_dispose),
17839         (gst_stream_selector_get_linked_pad),
17840         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17841         (gst_stream_selector_get_linked_pads),
17842         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17843         * gst/playback/gststreamselector.h:
17844           Adding stream selection support plus required properties for
17845           applications to use this. Fully fixes #100931.
17846
17847 2005-01-08  Benjamin Otte  <otte@gnome.org>
17848
17849         * gst/games/gstpuzzle.c: (nav_event_handler):
17850           - handle nav events differently: forward every event no matter if it
17851             was handled or not.
17852           - translate events
17853           You can now cheat by using navigationtest ! puzzle and moving the
17854           mouse close to the edge of a tile. ;)
17855
17856 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17857
17858         * configure.ac:
17859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17860         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17861         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17862         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17863         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17864         (gst_ogm_parse_plugin_init):
17865         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17866         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17867         (gst_textoverlay_event), (gst_textoverlay_video_chain),
17868         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
17869         * ext/pango/gsttextoverlay.h:
17870         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
17871         (gst_matroska_demux_handle_seek_event),
17872         (gst_matroska_demux_sync_streams),
17873         (gst_matroska_demux_parse_blockgroup),
17874         (gst_matroska_demux_subtitle_caps),
17875         (gst_matroska_demux_plugin_init):
17876         * gst/matroska/matroska-ids.h:
17877         * gst/playback/gstdecodebin.c: (close_pad_link):
17878         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17879         (gen_preroll_element), (remove_groups), (add_stream),
17880         (new_decoded_pad), (setup_subtitles), (gen_source_element),
17881         (setup_source):
17882         * gst/playback/gstplaybasebin.h:
17883         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
17884         * gst/subparse/Makefile.am:
17885         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
17886         (gst_subparse_base_init), (gst_subparse_class_init),
17887         (gst_subparse_init), (gst_subparse_formats),
17888         (gst_subparse_eventmask), (gst_subparse_event),
17889         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
17890         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
17891         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
17892         (parse_mpsub_deinit), (parse_mpsub_init),
17893         (gst_subparse_buffer_format_autodetect),
17894         (gst_subparse_format_autodetect), (gst_subparse_loop),
17895         (gst_subparse_change_state), (gst_subparse_type_find),
17896         (plugin_init):
17897         * gst/subparse/gstsubparse.h:
17898         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
17899         (plugin_init):
17900           Add subtitle support, .sub parser (supports SRT and MPsub),
17901           OGM text support, Matroska UTF-8 text support, deadlock fixes
17902           all over the place, subtitle awareness in decodebin/playbin
17903           and some fixes to textoverlay to handle subtitles in a stream
17904           correctly. Fixes #100931.
17905
17906 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17907
17908         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17909           Check for pad availability before doing a query on it.
17910
17911 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17912
17913         * ext/dv/gstdvdec.c:
17914           really fix bpp24/32 dvdec caps (classic rgba indeed)
17915         * gst/asfdemux/gstasfdemux.c:
17916         (gst_asf_demux_process_ext_content_desc):
17917           don't send text tags if they are empty (bis repetita)
17918
17919 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17920
17921         * ext/dv/gstdvdec.c:
17922          remove unneeded comment from dvdec
17923           (related to DV 4CC codes in AVI files)
17924           moved them in gstreamer/docs/random/mimetypes
17925         * gst/asfdemux/gstasfdemux.c:
17926         (gst_asf_demux_process_ext_content_desc):
17927          don't send text tags if they are empty
17928          fix mem leak on error path
17929         * gst/ffmpegcolorspace/avcodec.h:
17930         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17931         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
17932         (gst_ffmpegcsp_avpicture_fill):
17933         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
17934         * gst/ffmpegcolorspace/imgconvert_template.h:
17935          adds BGR32 and BGRA32 to ffmpegcolorspace
17936           (still bad colors, fixing it on next commit)
17937           helps with dvdec outputing BGR32
17938
17939 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17940
17941         * ext/dv/gstdvdec.c:
17942          Fix audio caps i just broke (missing ',')
17943         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
17944         (gst_matroska_mux_reset):
17945          Fix typo + add FIXME about old "x-gst-metadata" crap
17946
17947 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17948
17949         * ext/dv/demo-play.c: (main):
17950          xvideosink -> xvimagesink
17951         * ext/dv/gstdvdec.c:
17952          change rgb 32/32 caps to 24/32 (no alpha)
17953          change nb of channels to be a list (2 or 4, not 2)
17954          change sample rate to be a list (32, 44.1, 48 kHz) not a range
17955         * gst/asfdemux/gstasfdemux.c:
17956         (gst_asf_demux_process_ext_content_desc):
17957          Add 'date/year' to extracted metadata list
17958
17959 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17960
17961         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
17962           The return value of fixate_to does not imply that the requested
17963           value was set, so don't assume.
17964
17965 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
17966
17967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17968
17969         * ext/libpng/gstpngdec.c:
17970         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
17971         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
17972         * ext/libpng/gstpngenc.h:
17973           Alpha support (encoder; #163161), mime fixage.
17974
17975 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
17976
17977         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17978
17979         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
17980         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
17981         (gst_faac_set_property), (gst_faac_get_property):
17982         * ext/faac/gstfaac.h:
17983           Allow for ADTS output (#153434).
17984
17985 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17986
17987         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
17988           Fix against template (#150576).
17989
17990 2005-01-06  Benjamin Otte  <otte@gnome.org>
17991
17992         * gst/games/gstpuzzle.c: (draw_puzzle):
17993           don't draw a puzzle if either width or height of tiles would be 0.
17994
17995 2005-01-06  Benjamin Otte  <otte@gnome.org>
17996
17997         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
17998         (gst_puzzle_class_init), (gst_puzzle_finalize):
17999           no memleaks, please
18000         (gst_puzzle_create), (gst_puzzle_init),
18001         (gst_puzzle_set_property), (gst_puzzle_setup):
18002           change initialization code around so we don't reshuffle on resize
18003         (draw_puzzle):
18004           fix another stupid typo
18005
18006 2005-01-06  Benjamin Otte  <otte@gnome.org>
18007
18008         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18009           fix stupid typo that borked copying on YUY2
18010
18011 2005-01-06  Benjamin Otte  <otte@gnome.org>
18012
18013         * gst/games/gstpuzzle.c: (draw_puzzle):
18014           fix edges when image sizes aren't multiples of tile sizes
18015
18016 2005-01-06  Benjamin Otte  <otte@gnome.org>
18017
18018         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18019           make RGB endianness work correctly
18020         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18021           refactor and fix race with initial shuffling
18022         (nav_event_handler):
18023           allow using the mouse to puzzle
18024         (draw_puzzle):
18025           insist on tiles having width and height as multiples of 4 to get
18026           clean YUV image handling
18027         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18028         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18029           s/DEBUG/LOG/ for common messages
18030         (gst_xvimagesink_navigation_send_event):
18031           fix mouse event translation to not include screen PAR
18032         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18033           fix mouse event translation to actually work
18034
18035 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18036
18037         * gst/asfdemux/gstasfdemux.c:
18038         (gst_asf_demux_process_ext_content_desc):
18039          Extract TrackNumber metadata + clean up code
18040         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18041          Hope this is the good fix (var used unitialised)
18042
18043 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18044
18045         * ext/faad/gstfaad.c: (gst_faad_chain):
18046           Only increment timestamp if it's valid. Fixes raw AAC streams.
18047
18048 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18049
18050         * configure.ac:
18051         * gst/games/Makefile.am:
18052         * gst/games/gstpuzzle.c:
18053           add a puzzle game with...
18054         * gst/games/gstvideoimage.c:
18055         * gst/games/gstvideoimage.h:
18056           ... full colorspace support (that includes YUV9 and RGB16)) stolen
18057           from videotestsrc and made into something that would be a nice
18058           library for a lot of other plugins.
18059
18060 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18061
18062         * configure.ac:
18063          don't compile faad plugin if a RC of 2.0 is found
18064          Fixes #155346 (and FC1 buildbot)
18065         * gst/asfdemux/gstasfdemux.c:
18066         (gst_asf_demux_process_ext_content_desc):
18067          try to make Solaris compiler happier
18068
18069 2005-01-06  Paul Jack  <pjack@sfaf.org>
18070
18071         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18072
18073         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18074           Fix segfault (#161667).
18075
18076 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18077
18078         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18079           Fix framerate reporting.
18080
18081 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18082
18083         * gst-libs/gst/riff/riff-ids.h:
18084         * gst/wavenc/riff.h:
18085          Add AMR (VBR and CBR) ids to riff.h audio codec list
18086         * gst/asfdemux/gstasfdemux.c:
18087         (gst_asf_demux_process_ext_content_desc),
18088         (gst_asf_demux_process_object):
18089           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18090
18091 2005-01-05  Martin Eikermann  <meiker@upb.de>
18092
18093         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18094
18095         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18096         (gst_dvd_demux_handle_discont):
18097         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18098         (gst_mpeg_demux_handle_discont):
18099           Recreate pads on new-media (#160730).
18100         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18101           Send discont even if manager changes timestamps (#161929).
18102
18103 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
18104
18105         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18106
18107         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18108           Fix invalid memory access (#159211).
18109
18110 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18111
18112         * examples/gstplay/player.c: (main):
18113           Don't iterate.
18114         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18115           Add visualizations.
18116         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18117         (gst_a52dec_handle_frame):
18118           Set duration.
18119         * ext/dvdnav/gst-dvd:
18120           Add audioconvert. Fixes #161325.
18121         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18122           Explicitely case to gint64. Possible valgrind error.
18123         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18124         (gst_play_tick_callback), (gst_play_change_state),
18125         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18126         (gst_play_set_location), (gst_play_get_location),
18127         (gst_play_seek_to_time), (gst_play_set_data_src),
18128         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18129         (gst_play_set_visualization), (gst_play_connect_visualization),
18130         (gst_play_get_framerate), (gst_play_get_all_by_interface),
18131         (gst_play_new):
18132           Use playbin. Fixes #139749 and #147744.
18133         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18134           Add genre tag.
18135         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18136         (audioscale_get_type), (gst_audioscale_base_init),
18137         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18138         (gst_audioscale_getcaps), (gst_audioscale_fixate),
18139         (gst_audioscale_link), (gst_audioscale_get_buffer),
18140         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18141         (gst_audioscale_init), (gst_audioscale_dispose),
18142         (gst_audioscale_chain), (gst_audioscale_set_property),
18143         (gst_audioscale_get_property), (plugin_init):
18144           Indent properly.
18145         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18146           Fix LPCM.
18147         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18148         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18149         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18150           Add more metadata (fixes #162656).
18151
18152 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18153
18154         * configure.ac:
18155           back to cvs
18156
18157 === release 0.8.7 ===
18158
18159 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18160
18161         * NEWS:
18162         * RELEASE:
18163         * configure.ac:
18164           releasing 0.8.7, "Hyperspace"
18165
18166 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18167
18168         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
18169
18170         * gst/playback/gstplaybasebin.c:
18171          Fix for #162924 - free caps after use, not before
18172
18173 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18174
18175         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18176
18177         * gst/playback/gstplaybasebin.c:
18178         * gst/wavparse/gstwavparse.c:
18179           Fix for #154773 - fixes playback of small .wav files
18180
18181 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18182
18183         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18184
18185         * gst/audioscale/gstaudioscale.c:
18186           Fix for #162819 - make audioscale reusable
18187           Fixes playback of more than one file with playbin/totem
18188
18189 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18190
18191         * gst/ffmpegcolorspace/avcodec.h:
18192         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18193         * gst/ffmpegcolorspace/imgconvert.c:
18194           clean up the mess that made me cry and avoid needless duplication
18195
18196 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18197
18198         * gst/ffmpegcolorspace/imgconvert.c:
18199           give some indication of why we're segfaulting
18200
18201 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18202
18203         * configure.ac:
18204           Fix indentation, fix v4l2 plugin detection.
18205         * ext/Makefile.am:
18206           Fix libmms location (Maciej, use diff -u!).
18207         * ext/alsa/gstalsa.c: (gst_alsa_init):
18208           Initialize caps cache to NULL.
18209         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18210           Only change state on audiosink if it exists.
18211
18212 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18213
18214         * gst/matroska/matroska-demux.c:
18215         * gst/matroska/matroska-ids.h:
18216         * gst/matroska/matroska-demux.h:
18217         Fix Vorbis streams failing to decode in some files, where cluster_time
18218         isn't 0, because then it doesn't send codec_priv before actual data.
18219         Remove time-based test and replace it with marker set on beginning of
18220         new stream
18221
18222 2004-12-28  David Schleef  <ds@schleef.org>
18223
18224         Merge patch from Ronald fixing problems with streaming
18225         text.
18226         * ext/cairo/gstcairo.c: (plugin_init):
18227         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18228         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18229         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18230         (gst_textoverlay_font_init), (gst_textoverlay_init),
18231         (gst_textoverlay_set_property):
18232         * ext/cairo/gsttextoverlay.h:
18233
18234 2004-12-27  David Schleef  <ds@schleef.org>
18235
18236         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18237         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18238         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18239         (gst_textoverlay_font_init), (gst_textoverlay_init),
18240         (gst_textoverlay_set_property): Improvements to actually
18241         render text as white on black outline on video, including
18242         font selection and horizontal/vertical alignment.  (Ronald's
18243         christmas present)
18244         * ext/cairo/gsttextoverlay.h:
18245
18246 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18247
18248         * ext/ogg/gstogg.c:
18249         * ext/ogg/gstogmparse.c:
18250           fix ogm[audio/video]parse plugin registration
18251           (riff won't load if bytestream is already loaded)
18252
18253 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18254
18255         * gst/audioconvert/gstchannelmix.c:
18256           fix for GLIB < 2.4
18257
18258 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18259
18260         * Makefile.am:
18261         * configure.ac:
18262           disable docs again until it actually passes make distcheck.
18263
18264 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18265
18266         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18267         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18268         (plugin_init):
18269           Add 3GP (variables name Q3GP because they can't start with a
18270           number). Add samr audio fourcc (used in .3gp files), decoder
18271           is work in progress. Also do a GST_WARNING instead of ERROR
18272           in case of unknown nodes, to decrease output.
18273
18274 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18275
18276         * Makefile.am:
18277           really fix dist
18278
18279 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18280
18281         * configure.ac:
18282         * ext/speex/gstspeexdec.h:
18283         * ext/speex/gstspeexenc.h:
18284           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18285           Fix detection code in configure.ac
18286
18287 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18288
18289         * gst/matroska/matroska-demux.c:
18290         (gst_matroska_demux_parse_blockgroup):
18291           Save position, so that queries give proper return values. Don't
18292           know how this could ever have worked before...
18293
18294 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18295
18296         * configure.ac:
18297           Put additional LAME check inside the conditional.  Fixes #152339
18298
18299 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18300
18301         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18302         (gst_avi_demux_stream_scan):
18303           Add some more debug. Fix logic error when setting movi offset
18304           while reading index.
18305
18306 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18307
18308         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18309         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18310         (gst_avi_demux_process_next_entry):
18311           Add some debugging. Better detection of broken indexes and the
18312           accompanying index recovery. No infinite loops on state changes
18313           when we're still in our loopfunction.
18314
18315 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18316
18317         * configure.ac:
18318           Fix up.
18319
18320 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18321
18322         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18323
18324         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18325           Normalizing the value before setting
18326         (gst_sunaudiomixer_get_volume):
18327           Normalizing the value after getting. Fixes bug# 161980
18328
18329 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18330
18331         * Makefile.am: Make sure docs gets disted
18332         * docs/Makefile.am: Make sure all needed files get disted
18333         * gst-plugins.spec.in: latest updates
18334
18335 2004-12-22  Wim Taymans  <wim@fluendo.com>
18336
18337         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18338         Revert patch 1.38 as clock distribution over schedulers does
18339         not work correcly in the core yet.
18340
18341 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18342
18343         * sys/oss/README: remove this file, which predates my birth
18344           (and which content is by far outdated)
18345
18346 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18347
18348         * Makefile.am:
18349         * configure.ac:
18350         * docs/Makefile.am:
18351         * docs/libs/Makefile.am:
18352         * docs/libs/gst-plugins-libs-docs.sgml:
18353         * docs/libs/gst-plugins-libs-sections.txt:
18354         * docs/libs/tmpl/gstgconf.sgml:
18355         * docs/upload.mak:
18356         * docs/version.entities.in:
18357           Added boilerplate gtk-doc files for plugin-libs documentation.
18358
18359 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18360
18361         * gst/auparse/gstauparse.c: fix int and float audio caps
18362
18363 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18364
18365         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18366         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18367           g_assert() can be a macro, don't use #ifdef inside it.
18368
18369 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18370
18371         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18372
18373         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18374         (gst_videorate_init), (gst_videorate_chain),
18375         (gst_videorate_change_state):
18376           Event handling (fixes #159986).
18377
18378 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18379
18380         * gst-libs/gst/riff/riff-media.c:
18381         (gst_riff_create_video_caps_with_data):
18382           Add BLZ0 (Blizzard's version of DivX) fourcc.
18383
18384 2004-12-18  David Schleef  <ds@schleef.org>
18385
18386         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18387         portability fix.
18388
18389 2004-12-18  David Schleef  <ds@schleef.org>
18390
18391         * gst/tta/ttadec.h: Disable some header code that isn't used
18392         and clearly isn't portable.
18393
18394 2004-12-18  David Schleef  <ds@schleef.org>
18395
18396         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18397         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18398         (avcodec_get_pix_fmt), (avpicture_layout),
18399         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18400         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18401         Fix code to not use GCC extensions (and c99 extensions that
18402         Forte does not like.)
18403
18404 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18405
18406         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18407
18408         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18409         (gst_deinterlace_chain):
18410           Rowstride fixes. Fixes #161039.
18411         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18412         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18413         (gst_video_crop_getcaps), (gst_video_crop_link),
18414         (gst_video_crop_i420), (gst_video_crop_chain),
18415         (gst_video_crop_change_state):
18416           Rework of negotiation. Actually works now. Fixes #158650.
18417
18418 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18419
18420         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18421           That was very stupid.
18422
18423 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18424
18425         * gst/matroska/matroska-demux.c:
18426         (gst_matroska_demux_parse_blockgroup):
18427           Fix possible crasher.
18428
18429 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18430
18431         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18432         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18433           Lace sizes can be zero.
18434
18435 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18436
18437         * ext/musepack/gstmusepackdec.cpp:
18438           Fetch error return values. Fixes #161624.
18439         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18440           Really EOS.
18441
18442 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18443
18444         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18445           Work for truncated (unfinished download etc.) files. Fixes #160514.
18446
18447 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18448
18449         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18450           Fix for integer overflow. Makes #156001 not crash. Probably masks
18451           the real bug.
18452
18453 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18454
18455         * gst/ac3parse/gstac3parse.c: (plugin_init):
18456           Parsers never have ranks. Fixes #159651.
18457
18458 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18459
18460         * gst/playback/gstdecodebin.c: (compare_ranks):
18461           make sure the facotries are ordered the same every time even if they
18462           have the same rank by using the name
18463         * gst/playback/gstdecodebin.c: (find_compatibles):
18464           make sure we don't add factories to the list twice
18465
18466 2004-12-16  David Schleef  <ds@schleef.org>
18467
18468         * configure.ac: look for musepack headers as musepack/*.h
18469         (fixes #159847)
18470         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18471         * ext/musepack/gstmusepackreader.h: same
18472
18473 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18474
18475         * gst-libs/gst/riff/riff-read.c:
18476         (gst_riff_read_strf_auds_with_data):
18477           Read extradata correctly (fixes #155879).
18478
18479 2004-12-16  David Schleef  <ds@schleef.org>
18480
18481         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18482         audio.  does _not_ attempt or allow conversion unless channels
18483         is 1 or 2.
18484
18485 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18486
18487         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18488
18489 2004-12-16  David Schleef  <ds@schleef.org>
18490
18491         * gst/audioscale/gstaudioscale.c: the resample library only
18492         handles 1 or 2 channels.  Change caps to compensate.
18493
18494 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18495
18496         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18497         (gst_matroska_demux_audio_caps):
18498           Some MPEG-AAC hacks, because else it doesn't work...
18499
18500 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18501
18502         * gst-libs/gst/riff/riff-media.c:
18503         (gst_riff_create_video_caps_with_data),
18504         (gst_riff_create_video_template_caps):
18505           Add h264.
18506
18507 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18508
18509         * gst-libs/gst/audio/Makefile.am:
18510           Try to fix buildbot.
18511
18512 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18513
18514         * gst/tcp/gstmultifdsink.c:
18515           Clean up and uniformize debugging.
18516
18517 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18518
18519         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18520
18521         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18522         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18523         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18524         (gst_mpeg_demux_change_state):
18525           Reset on ready. Fixes 160276.
18526
18527 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18528
18529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18530
18531         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18532         (gst_ffmpegcsp_pad_link):
18533           Fix memleak (#154815).
18534
18535 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18536
18537         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18538
18539         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18540         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18541         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18542         * ext/musicbrainz/gsttrm.h:
18543           Add support for using a proxy server when getting a trm id from
18544           the MusicBrainz database (#149613).
18545
18546 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18547
18548         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18549
18550         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18551         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18552           Fix memleaks (#157233).
18553
18554 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18555
18556         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18557
18558         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18559         * gst-libs/gst/resample/resample.h:
18560         * gst/audioscale/gstaudioscale.c:
18561           Fix memleak (#159215).
18562
18563 2004-12-16  Toni Willberg  <toniw@iki.fi>
18564
18565         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18566
18567         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18568         * sys/oss/oss_probe.c: (main):
18569           Check for mono/stereo support (similar to samplerate probing),
18570           fixes #159433. Also add missing copyright header to oss_probe.c.
18571
18572 2004-12-15  David Schleef  <ds@schleef.org>
18573
18574         * configure.ac: add audioresample and cairo plugins.  Remove
18575         HAVE_MMX stuff, because it's not used.
18576         * ext/Makefile.am: same
18577         * ext/audioresample/Makefile.am: You are not ready for an
18578         audio resampling element based on audioresample.
18579         * ext/audioresample/gstaudioresample.c:
18580         * ext/audioresample/gstaudioresample.h:
18581         * ext/cairo/Makefile.am: You are not ready for overlay elements
18582         based on cairo.  Don't look too closely, these elements kinda
18583         suck right now.
18584         * ext/cairo/gstcairo.c: new
18585         * ext/cairo/gsttextoverlay.c: new
18586         * ext/cairo/gsttextoverlay.h: new
18587         * ext/cairo/gsttimeoverlay.c: new
18588         * ext/cairo/gsttimeoverlay.h: new
18589         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18590         problem with compilers that don't support variadic macros.
18591
18592 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18593
18594         Reviewed by:  David Schleef  <ds@schleef.org>
18595
18596         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18597         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18598         bit.  Also ran indent-gst.
18599         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18600         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18601         (gst_sunaudiosrc_setparams):
18602
18603 2004-12-14  David Schleef  <ds@schleef.org>
18604
18605         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18606         output rate to 16000.  Should fix #160235.
18607
18608 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18609
18610         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18611         Add typefinding for mpeg2 pes streams
18612
18613 2004-12-13  David Schleef  <ds@schleef.org>
18614
18615         * configure.ac:  Applied patch from bug #143659, making default
18616         sources and sinks OS-dependent (for Solaris), and added code
18617         for OS/X.
18618         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18619
18620 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18621
18622         * gst-libs/gst/riff/riff-media.c:
18623           forgot to add h2.64 to avidemux template caps
18624
18625 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18626
18627         * gst/wavenc/riff.h:
18628         * gst-libs/gst/riff/riff-media.c:
18629         * gst-libs/gst/riff/riff-ids.h:
18630         * gst/avi/gstavimux.c
18631         add 4CC code for VideoSoft h264 in AVI (VSSH)
18632           fixes bug #160655
18633         remove s323 from riff, it's quicktime specific :(
18634
18635 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18636
18637         * gst/asfdemux/README
18638         * gst/wavenc/riff.h
18639         * gst-libs/gst/riff/riff-ids.h
18640         * gst-libs/gst/riff/riff-media.c
18641         * gst/qtdemux/qtdemux.c:
18642           add new 4CC codes for h263 related codecs
18643           fixes partially bug #155163
18644
18645 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18646
18647         * configure.ac: Update polyaudio requirement to 0.7
18648         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18649
18650 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18651
18652         * gst/interleave/deinterleave.c:
18653         fix my name's spelling! :)
18654
18655 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18656
18657         * AUTHORS ChangeLog
18658         * gst/auparse/gstauparse.c
18659         * gst/interleave/deinterleave.c
18660         * gst/law/:
18661                 alaw-decode.c alaw-encode.c
18662                 mulaw-decode.c mulaw-encode.c
18663         * gst/oneton/gstoneton.c
18664         * sys/osxaudio/:
18665                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18666         * sys/osxvideo/:
18667                 cocoawindow.h cocoawindow.m
18668                 osxvideosink.h osxvideosink.m
18669
18670         put the same mail address for Zaheer Abbas Merali everywhere
18671
18672 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18673
18674         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18675           Align by packetsize, and assert that we a packet available before
18676           playing. The first makes webstreams work (they often include
18677           trailing padding data in a packet), the second allows pausing a
18678           ASF stream in totem without getting demux errors afterwards.
18679
18680 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18681
18682         * ext/ogg/gstoggdemux.c: (get_relative):
18683           Check for non-NULL before accessing member (end-of-chain).
18684
18685 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18686
18687         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18688         (cdparanoia_set_property), (cdparanoia_get_property):
18689         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18690         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18691         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18692         (dvdreadsrc_init), (dvdreadsrc_set_property),
18693         (dvdreadsrc_get_property):
18694         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18695         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18696           Synchronize property names where not yet the case. Devices are
18697           now device=X, other versions are deprecated (but still exist).
18698           Also use g_free() unconditionally.
18699         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18700         (setup_source), (gst_play_base_bin_get_property):
18701           Expose source.
18702
18703 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18704
18705         * configure.ac: move GCONF macro outside conditional for the am
18706           conditional. Fixes #160439
18707
18708 2004-12-08  David Schleef  <ds@schleef.org>
18709
18710         * tools/gst-visualise-m.m: Switch to elements that currently
18711         exist.
18712
18713 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18714
18715         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18716           We love wrong commas.
18717
18718 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18719
18720         * gst/matroska/matroska-demux.c:
18721         (gst_matroska_demux_handle_src_query):
18722           Don't set DEFAULT, unsupported - makes length display incorrectly
18723           in some cases.
18724
18725 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18726
18727         * gst/monoscope/README: remove blurb about files being GPL
18728         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18729         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18730           monoscope is now effectively LGPL licensed
18731
18732 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18733
18734         * gst/monoscope/README: Update information to be more correct
18735         * gst/monoscope/convolve.c: Relicense to LGPL
18736         * gst/monoscope/convolve.h: Relicense to LGPL
18737
18738 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18739
18740         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18741           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18742         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18743           set default_duration for mpeg1 audio
18744
18745 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18746
18747         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18748         * ext/alsa/gstalsa.h:
18749           refactor big chunks of the core caps negotiation code to make it
18750           a lot faster, because people claim it's really slow
18751           (actually, just cache the getcaps when the device is opened)
18752
18753 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18754
18755         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18756         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18757         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18758         (gst_a52dec_change_state), (plugin_init):
18759         * ext/a52dec/gsta52dec.h:
18760           Do something useful with timestamps. Make chain-based (since
18761           there's really no reason to be loopbased).
18762         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18763           Update current_byte/frame correctly.
18764
18765 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18766
18767         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18768         (gst_ape_demux_stream_init):
18769           Forward tags, too.
18770
18771 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18772
18773         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18774           Let's make sure we're done typefinding when detecting tags.
18775
18776 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18777
18778         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18779         (gst_ebml_read_init), (gst_ebml_read_use_event),
18780         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18781         (gst_ebml_read_seek), (gst_ebml_read_skip),
18782         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18783         (gst_ebml_read_master):
18784         * gst/matroska/ebml-read.h:
18785         * gst/matroska/matroska-demux.c:
18786         (gst_matroska_demux_parse_contents),
18787         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18788           Disgustingly evil hack for working around INTERRUPT events and
18789           their extremely annoying habit of being a pain in the ass. We
18790           simply peek a cluster before reading any of it.
18791
18792 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18793
18794         * ext/musepack/gstmusepackdec.cpp:
18795           There's also floating point libmusepacks.
18796
18797 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18798
18799         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18800         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18801           Set DURATION even if source buffer didn't. Also use increasing
18802           timestamps.
18803         * gst-libs/gst/riff/riff-media.c:
18804         (gst_riff_create_audio_caps_with_data):
18805           Block_align can have larger values than 8192.
18806
18807 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18808
18809         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18810         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18811         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18812         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18813           Fix caps.
18814
18815 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18816
18817         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18818           Fix logic bug.
18819
18820 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18821
18822         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18823           Yay, another one.
18824
18825 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18826
18827         * ext/esd/esdsink.c: (gst_esdsink_chain):
18828           Make error actually say something useful (fixes #156798).
18829         * gst-libs/gst/riff/riff-media.c:
18830         (gst_riff_create_video_caps_with_data),
18831         (gst_riff_create_video_template_caps):
18832           Add Intel Video 5.0 fourcc (IV50).
18833
18834 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18835
18836         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18837         detection on mono and stereo mp3 files.
18838
18839 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18840
18841         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18842           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18843           the contained stream).
18844
18845 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18846
18847         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18848           Oops, remove debug.
18849
18850 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18851
18852         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18853
18854         * gst/law/alaw-decode.c: (alawdec_getcaps):
18855         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18856           Prevent warnings when negotiating caps (fixes #159338).
18857
18858 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18859
18860         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18861         (gst_ffmpegcsp_chain):
18862           Remove old leftover that shouldn't be there...
18863
18864 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18865
18866         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18867
18868         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
18869           Don't forward DISCONT events (fixes #159684).
18870
18871 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18872
18873         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
18874           Unlink manually since sometimes bin disposal (and therefore
18875           pad unlinking) is delayed, which will cause a new media file
18876           to not be able to start playing instantly.
18877
18878 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18879
18880         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
18881           On mute of an unlinked stream, check for pad availability so
18882           we don't crash on unlinked pad.
18883
18884 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18885
18886         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18887         (gst_avi_demux_massage_index):
18888           Fix quite humiliating bug in omitting 0-sized index chunks but
18889           forgetting to count them for timestamps.
18890
18891 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18892
18893         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18894           Actually leave the loop if we failed to sync. Don't crash.
18895
18896 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18897
18898         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
18899         (gst_dvd_demux_process_private):
18900         * gst/mpegstream/gstdvddemux.h:
18901           Fix crash (#159759). Doesn't work, though. :-(.
18902
18903 2004-11-28  Benjamin Otte  <otte@gnome.org>
18904
18905         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18906           more overwriting protection due to modifying channels one by one
18907           instead of all at once
18908
18909 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18910
18911         * gst/audioconvert/gstchannelmix.c:
18912         (gst_audio_convert_fill_normalize):
18913           Normalize using absolute values.
18914
18915 2004-11-28  Julien MOUTTE  <julien@moutte.net>
18916
18917         * configure.ac:
18918         * ext/Makefile.am:
18919         * ext/directfb/Makefile.am:
18920         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
18921         (gst_directfbvideosink_get_pixel_format),
18922         (gst_directfbvideosink_get_format_from_fourcc),
18923         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
18924         (gst_directfbvideosink_sink_link),
18925         (gst_directfbvideosink_change_state),
18926         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
18927         (gst_directfbvideosink_buffer_alloc),
18928         (gst_directfbvideosink_interface_supported),
18929         (gst_directfbvideosink_interface_init),
18930         (gst_directfbvideosink_navigation_send_event),
18931         (gst_directfbvideosink_navigation_init),
18932         (gst_directfbvideosink_set_property),
18933         (gst_directfbvideosink_get_property),
18934         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
18935         (gst_directfbvideosink_base_init),
18936         (gst_directfbvideosink_class_init),
18937         (gst_directfbvideosink_get_type), (plugin_init):
18938         * ext/directfb/directfbvideosink.h: Adding a first version of
18939         directfbvideosink.
18940         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
18941         more.
18942
18943 2004-11-28  Benjamin Otte  <otte@gnome.org>
18944
18945         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
18946           walk the samples backwards if out_channels > in_channels so we don't
18947           overwrite data
18948
18949 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18950
18951         * gst/audioconvert/Makefile.am:
18952         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
18953         (gst_audio_convert_link), (gst_audio_convert_change_state),
18954         (gst_audio_convert_channels):
18955         * gst/audioconvert/gstchannelmix.c:
18956         (gst_audio_convert_unset_matrix),
18957         (gst_audio_convert_fill_identical),
18958         (gst_audio_convert_fill_compatible),
18959         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
18960         (gst_audio_convert_fill_others),
18961         (gst_audio_convert_fill_normalize),
18962         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
18963         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
18964         * gst/audioconvert/gstchannelmix.h:
18965           Implement a channel mixer.
18966
18967 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
18968
18969         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
18970         * ext/alsa/gstalsa.h:
18971         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
18972         Make alsasink actually honor gst_element_set_clock and use that
18973         clock instead of its internal one.
18974
18975 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
18976
18977         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
18978         (gst_play_base_bin_change_state): nullify source and decoder when
18979         going from READY to NULL so that we don't try to do weird stuff with
18980         them when going from NULL to READY
18981         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
18982         instead of g_object_unref
18983         (gen_video_element), (gen_audio_element): more refcounting fixes, now
18984         it should be correct
18985         (gst_play_bin_change_state): don't call remove_sinks if we are
18986         currently disposing the object
18987
18988 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18989
18990         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
18991           Don't forget bass if it's there. Else left channel is silent...
18992
18993 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18994
18995         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
18996         (gst_a52dec_change_state):
18997           Don't do sample adjusting anymore, we use float audio now.
18998         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18999           Don't fixate to non-existing properties.
19000
19001 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19002
19003         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19004         (gst_a52dec_change_state):
19005           Advertise that we can do surround sound.
19006
19007 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19008
19009         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19010           Add buffer-frames=0.
19011         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19012         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19013         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19014         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19015         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19016         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19017         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19018         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19019         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19020         * ext/dvdread/dvdreadsrc.h:
19021           Add seeking, querying for bytes, sectors, title, angle and
19022           chapter. Handle multiple chapters. Relicense to LGPL because
19023           Billy agreed on that (thanks Billy!).
19024
19025 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19026
19027         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19028         call parent dispose method
19029
19030 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
19031
19032         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19033         (gst_audio_clock_get_internal_time):
19034         Fix active <-> inactive transitions: ensure time value always
19035         grows and avoid abrupt value changes.
19036
19037 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
19038
19039         * configure.ac:
19040         * gst/tta/Makefile.am:
19041         * gst/tta/crc32.h:
19042         * gst/tta/filters.h:
19043         * gst/tta/gsttta.c:
19044         * gst/tta/gstttadec.c:
19045         * gst/tta/gstttadec.h:
19046         * gst/tta/gstttaparse.c:
19047         * gst/tta/gstttaparse.h:
19048         * gst/tta/ttadec.h:
19049           added TTA parser and decoder
19050
19051 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19052
19053         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19054         (probe_triggered), (check_queue), (buffer_underrun),
19055         (buffer_running), (buffer_overrun), (gen_source_element),
19056         (setup_source):
19057         * gst/playback/gstplaybasebin.h:
19058           Implement buffering. Needs some more work.
19059
19060 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19061
19062         * ext/theora/theoradec.c: (theora_dec_chain):
19063           Fix ilog mask range overflow.
19064
19065 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19066
19067         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19068           Don't omit the last (which in case of dmix is the only :) )
19069           channel count. Don't set channels if <= 2.
19070
19071 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
19072
19073         * gst/playback/gstplaybin.c: (gen_video_element),
19074         (gen_audio_element): Removed 2 obsolete comments
19075
19076 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19077
19078         * ext/vorbis/oggvorbisenc.c
19079         * ext/vorbis/vorbisenc.c :
19080           change description fields of those plugins to differentiate them
19081           (pitivi show Encoders by description, they had the same one)
19082
19083 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
19084
19085         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19086
19087         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19088         (gst_play_bin_set_property), (gen_video_element),
19089         (gen_audio_element):
19090           Refcounting fixes for provided audio-/videosinks.
19091
19092 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19093
19094         * gst/playback/gstplaybin.c: (gen_video_element),
19095         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19096           Don't reference all sinks, but only the video- and audiosinks.
19097           The vis. element should be disposed when we're done with it.
19098           We don't have any reason to keep it around. This fixes warnings
19099           when reusing playbin for playing multiple audio files with
19100           vis. enabled. Also release audio device on pause - idea stolen
19101           from Rhythmbox.
19102
19103 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19104
19105         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19106         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19107         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19108         * ext/alsa/gstalsaplugin.c: (plugin_init):
19109         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19110         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19111         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19112         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19113         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19114         (gst_faad_change_state), (plugin_init):
19115         * ext/faad/gstfaad.h:
19116         * ext/vorbis/vorbis.c: (plugin_init):
19117         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19118         * gst-libs/gst/audio/Makefile.am:
19119         * gst-libs/gst/audio/audio.c: (plugin_init):
19120         * gst-libs/gst/audio/multichannel.c:
19121         (gst_audio_check_channel_positions),
19122         (gst_audio_get_channel_positions),
19123         (gst_audio_set_channel_positions),
19124         (gst_audio_set_structure_channel_positions_list),
19125         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19126         (gst_audio_fixate_channel_positions):
19127         * gst-libs/gst/audio/multichannel.h:
19128         * gst-libs/gst/audio/testchannels.c: (main):
19129         * gst/audioconvert/gstaudioconvert.c:
19130         (gst_audio_convert_class_init), (gst_audio_convert_init),
19131         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19132         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19133         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19134         * gst/audioconvert/plugin.c: (plugin_init):
19135           Surround sound support.
19136
19137 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19138
19139         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19140           Fix position for discont if we're close as well. Nitpicking, but
19141           saves a few milliseconds of extra waiting or skipping.
19142
19143 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19144
19145         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19146           We sometimes need parsers for playback, so add those too.
19147
19148 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19149
19150         * configure.ac:
19151         * gst/apetag/Makefile.am:
19152         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19153         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19154         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19155         (gst_ape_demux_get_src_query_types),
19156         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19157         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19158         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19159         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19160         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19161         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19162         (gst_ape_demux_change_state):
19163         * gst/apetag/apedemux.h:
19164         * gst/apetag/apetag.c: (plugin_init):
19165         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19166         (plugin_init):
19167           APE v1/2 tag reader plus typefind function.
19168
19169 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19170
19171         * configure.ac:
19172         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19173         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19174           Remove hacks for older core. Require newer core version
19175           accordingly.
19176
19177 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19178
19179         * gst/cdxaparse/Makefile.am:
19180         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19181         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19182         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19183         * gst/cdxaparse/gstcdxaparse.h:
19184         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19185         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19186         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19187         (gst_cdxastrip_get_src_query_types),
19188         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19189         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19190         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19191         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19192         * gst/cdxaparse/gstcdxastrip.h:
19193           SVCD/VCD header stripping separated from CDXA image parsing.
19194         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19195         (plugin_init):
19196           Add VCD/SVCD header typefinding for VCD/SVCD.
19197         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19198         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19199         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19200         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19201         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19202         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19203         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19204         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19205         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19206         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19207         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19208         * sys/vcd/vcdsrc.h:
19209           Fix up, add seeking, querying, URI interface. Works in totem now.
19210
19211 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19212
19213         * configure.ac:
19214           back to CVS
19215
19216 === release 0.8.6 ===
19217
19218 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19219
19220         * NEWS:
19221         * RELEASE:
19222         * configure.ac:
19223         * po/af.po:
19224         * po/az.po:
19225         * po/cs.po:
19226         * po/en_GB.po:
19227         * po/hu.po:
19228         * po/it.po:
19229         * po/nb.po:
19230         * po/nl.po:
19231         * po/or.po:
19232         * po/sq.po:
19233         * po/sr.po:
19234         * po/sv.po:
19235         * po/uk.po:
19236           releasing 0.8.6, "IOU Love"
19237
19238 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19239
19240         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19241
19242         * gst/playback/gstplaybasebin.c:
19243           Fix unplayable files error handling.  Fixes #158365
19244
19245 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19246
19247         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19248
19249         * gst/typefind/gsttypefindfunctions.c:
19250           Fix broken mp3 typefinding.  Fixes #158375
19251
19252 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19253
19254         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19255
19256         * ext/ogg/gstoggdemux.c:
19257           Fix sync on broken files.  Fixes #158976
19258
19259 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19260
19261         patch by: Edward Hervey <bilboed@bilboed.com>
19262
19263         * ext/libpng/gstpngenc.c:
19264           Copy over buffer properties.  Fixes #158832
19265
19266 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19267
19268         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19269
19270         * ext/dvdread/dvdreadsrc.c:
19271           Fixes invalid reads (#158462)
19272
19273 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19274
19275         * sys/v4l/gstv4lsrc.c:
19276         * sys/v4l/gstv4lsrc.h:
19277         * sys/v4l/v4lsrc_calls.c:
19278           Probe less and cache it.  Fixes #159187.
19279
19280 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19281
19282         * gst/videorate/gstvideorate.c:
19283           Handle all video formats. Fixes #159186.
19284
19285 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19286         * gst/synaesthesia/gstsynaesthesia.c:
19287         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19288         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19289         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19290         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19291         (gst_synaesthesia_change_state), (plugin_init):
19292         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19293         Force 320x200 output, as that's the only thing the underlying
19294         synaesthesia implementation supports. Still needs to be made
19295         re-entrant.
19296
19297 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19298
19299         * configure.ac:
19300           Fix mpeg2enc configure check (similar to mplex check below).
19301
19302 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19303
19304         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19305
19306         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19307           Fix for gcc-2.95 (fixes #158221).
19308
19309 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19310
19311         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19312           Re-add clock distribution hack (until new core is released).
19313           Fixes #158125.
19314
19315 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19316         * configure.ac:
19317           fix mplex configure check segfaulting on some systems (bug #140994)
19318
19319 2004-11-13  Benjamin Otte  <otte@gnome.org>
19320
19321         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19322           add debugging
19323         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19324           do a wait when we enter the loop func with no data available to
19325           write instead of getting into an 100% CPU loop by just returning and
19326           being called again by the scheduler
19327
19328 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19329
19330         * configure.ac:
19331         * ext/libvisual/visual.c: (gst_visual_get_type),
19332         (libvisual_log_handler), (gst_visual_getcaps),
19333         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19334         (plugin_init):
19335           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19336         * ext/smoothwave/Makefile.am:
19337         * ext/smoothwave/demo-osssrc.c: (main):
19338         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19339         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19340         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19341         (plugin_init):
19342         * ext/smoothwave/gstsmoothwave.h:
19343           Make gstsmoothwave a working element in the 20th century.
19344
19345         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19346           Fix incorrect link function
19347
19348 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19349
19350         * gst/volume/gstvolume.c:
19351           Allow buffer-frames=0.
19352
19353 2004-11-12 Iain <iaingnome@gmail.com>
19354
19355         * configure.ac: Check for polypaudio
19356
19357         * ext/Makefile.am: Build the polyp dir
19358
19359         * ext/polyp: The polypsink sources.
19360
19361 2004-10-30 Iain <iaingnome@gmail.com>
19362
19363         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19364         caps to reflect the new number of channels.
19365
19366 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19367
19368         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19369           Fix for negotiation order problem. This would show when the
19370           ALSA loopfuction was called before any other function. ALSA
19371           wouldn't do anything because we're not negotiated yet, leading
19372           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19373
19374 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19375
19376         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19377
19378         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19379           No warnings (#157986).
19380
19381 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19382
19383         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19384           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19385
19386 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19387
19388         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19389           Signal no-more-pads (so it works in playbin).
19390
19391 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19392
19393         * ext/musepack/gstmusepackreader.cpp:
19394           Workaround for older core.
19395
19396 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19397
19398         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19399           Actually test for odd width/height rather than testing whether
19400           a temporary variable that was 0 before we subtracted 1 is now
19401           not equal to zero (which it always is).
19402
19403 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19404
19405         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19406         Fix compilation if HAVE_XVIDEO is not defined
19407
19408 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19409
19410         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19411         Fix compilation if HAVE_XVIDEO is not defined
19412
19413 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19414
19415         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19416         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19417         (gst_goom_change_state), (plugin_init):
19418         Use the bytestream adapter so goom doesn't depend on the input
19419         buffer size.
19420         Add a debug category
19421
19422 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19423
19424         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19425           Only set hardware parameters *after* negotiation. Before
19426           negotiation, it will set ANY and that seems to cause crashes
19427           (see e.g. #151288, #153227).
19428
19429 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19430
19431         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19432           This seems to be antique leftover. It needs to pass error
19433           checking.
19434         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19435         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19436         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19437         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19438           Fix GstXOverlay implementation (#151059).
19439
19440 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19441
19442         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19443           Don't assert (#157853).
19444
19445 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19446
19447         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19448           Fix bytes/samples confustion.
19449         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19450           Fix for underrun (#144389).
19451
19452 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19453
19454         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19455           Disable halfway-seek for pending release (since it needs a new
19456           core release).
19457
19458 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19459
19460         * sys/v4l/gstv4lsrc.c:
19461         * sys/v4l/gstv4lsrc.h:
19462         * sys/v4l/v4lsrc_calls.c:
19463           add autoprobe-fps property so we can separate autoprobing parts
19464
19465 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19466
19467         * sys/v4l/gstv4lsrc.c:
19468         * sys/v4l/v4lsrc_calls.c:
19469         initialise fourcc to catch unset fourcc's, and debug
19470
19471 2004-11-09  Wim Taymans  <wim@fluendo.com>
19472
19473         * gst/playback/README:
19474         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19475         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19476         (gst_play_bin_dispose), (gst_play_bin_set_property),
19477         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19478         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19479         (gst_play_bin_get_formats), (gst_play_bin_convert),
19480         (gst_play_bin_get_query_types), (gst_play_bin_query):
19481         Cleanups and some more documentation.
19482
19483 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19484
19485         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19486         (gst_cacasink_init), (gst_cacasink_chain):
19487         * ext/libcaca/gstcacasink.h:
19488         Cacasink inherits from VideoSink, so let that store the clock.
19489
19490 2004-11-09  Wim Taymans  <wim@fluendo.com>
19491
19492         * gst/playback/README:
19493         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19494         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19495         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19496         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19497         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19498         (setup_sinks):
19499         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19500         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19501         * gst/playback/gststreaminfo.h:
19502         Updated README.
19503         Only switch groups if all streams have muted (EOSed).
19504         Send Tags in sync with the stream playback instead of in
19505         the playback/preroll phase.
19506         Some cleanups, free the fakesrc elements.
19507
19508 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19509
19510         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19511           buffer-frames property was missing
19512         * ext/arts/gst_arts.c:
19513           rate missing from sinkcaps
19514         * ext/audiofile/gstafparse.c:
19515         * ext/audiofile/gstafsink.c:
19516         * ext/audiofile/gstafsrc.c:
19517         * ext/swfdec/gstswfdec.c:
19518           int audio doesn't know buffer-frames
19519         * ext/cdparanoia/gstcdparanoia.c:
19520           int audio doesn't know chunksize either
19521         * ext/nas/nassink.c:
19522           it's endianness, not endianess
19523         * gst-libs/gst/audio/audio.h:
19524           make float standard pad template caps really describe float
19525         * gst/law/mulaw.c: (linear_factory):
19526           signed only, please
19527         * gst/mpegstream/gstdvddemux.c:
19528           widths of 20 are not valid
19529
19530 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19531
19532         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19533
19534         * po/LINGUAS:
19535         * po/it.po:
19536           Add Italian
19537
19538 2004-11-08  Wim Taymans  <wim@fluendo.com>
19539
19540         * gst/playback/README:
19541         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19542         * gst/playback/gstplaybasebin.c: (probe_triggered),
19543         (gst_play_base_bin_change_state):
19544         Updated README, added more comments for fixmes etc..
19545
19546 2004-11-08  Wim Taymans  <wim@fluendo.com>
19547
19548         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19549         We can remove this hack now.
19550
19551 2004-11-08  Wim Taymans  <wim@fluendo.com>
19552
19553         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19554         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19555         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19556         Only mix AYUV for maximum quality.
19557
19558 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19559
19560         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19561         (gst_ogg_demux_push), (gst_ogg_pad_push):
19562           Let's act as if we're synchronized now! :).
19563         * ext/theora/theoradec.c: (theora_dec_chain):
19564           Add some debug.
19565
19566 2004-11-08  Wim Taymans  <wim@fluendo.com>
19567
19568         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19569         (gst_alpha_set_property), (gst_alpha_sink_link),
19570         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19571         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19572         (gst_alpha_init_params), (gst_alpha_chain):
19573         Implement alpha functions for AYUV too, this increases
19574         accuracy quite a bit.
19575
19576 2004-11-08  Wim Taymans  <wim@fluendo.com>
19577
19578         * gst/ffmpegcolorspace/avcodec.h:
19579         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19580         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19581         (gst_ffmpegcsp_avpicture_fill):
19582         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19583         (gst_ffmpegcsp_caps_remove_format_info):
19584         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19585         (shrink12), (img_get_alpha_info), (deinterlace_line),
19586         (deinterlace_line_inplace):
19587         * gst/ffmpegcolorspace/imgconvert_template.h:
19588         Added AYUV colorspace and handle RGBA a bit more respectful.
19589
19590 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19591
19592         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19593           Actually always send a discont (cornercase when resending the
19594           same serial-tagged chain twice).
19595
19596 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19597
19598         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19599         (gst_ximagesink_finalize):
19600         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19601         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19602
19603 2004-11-08  Wim Taymans  <wim@fluendo.com>
19604
19605         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19606         Don't segfault on NULL data.
19607
19608 2004-11-08  Wim Taymans  <wim@fluendo.com>
19609
19610         * gst/playback/gstdecodebin.c: (unlinked):
19611         * gst/playback/gstplay-marshal.list:
19612         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19613         (gst_play_base_bin_init), (group_create), (get_active_group),
19614         (get_building_group), (group_destroy), (group_commit),
19615         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19616         (add_element_stream), (no_more_pads), (probe_triggered),
19617         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19618         (state_change), (setup_source), (gst_play_base_bin_get_property),
19619         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19620         (gst_play_base_bin_link_stream),
19621         (gst_play_base_bin_get_streaminfo):
19622         * gst/playback/gstplaybasebin.h:
19623         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19624         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19625         Add support for chained ogg files. Prepare for playlist
19626         support. This patch introduces the concept of pad groups, which
19627         together compose one playable media file.
19628
19629 2004-11-07  David Schleef  <ds@schleef.org>
19630
19631         * testsuite/gst-lint: Check for pad templates that aren't statically
19632         scoped.
19633
19634 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19635
19636         * configure.ac:
19637         * ext/Makefile.am:
19638         * ext/musepack/Makefile.am:
19639         * ext/musepack/gstmusepackdec.cpp:
19640         * ext/musepack/gstmusepackdec.h:
19641         * ext/musepack/gstmusepackreader.cpp:
19642         * ext/musepack/gstmusepackreader.h:
19643           Add musepack decoder.
19644         * ext/faad/gstfaad.c: (gst_faad_base_init):
19645           Make pad templates static.
19646         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19647         (plugin_init):
19648           Add musepack typefinder, make mp3 typefinding work halfway stream,
19649           which doesn't actually work yet because id3demux doesn't implement
19650           _get_length().
19651
19652 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19653
19654         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19655         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19656           Fix interrupt event handling (#144436).
19657
19658 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19659
19660         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19661           Hide unused glory.
19662
19663 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19664
19665         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19666
19667         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19668           Fix weird caps (#157548).
19669
19670 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19671
19672         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19673
19674         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19675           Add missing NULL terminator (#157543).
19676
19677 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19678
19679         * gst/tcp/gsttcp.h:
19680         * gst/tcp/gsttcpclientsink.c:
19681         * gst/tcp/gsttcpclientsrc.c:
19682         * gst/tcp/gsttcpserversink.c:
19683         * gst/tcp/gsttcpserversrc.c:
19684           ports can go up to 65535.  Move common defines to gsttcp.h
19685
19686 2004-11-05  Wim Taymans  <wim@fluendo.com>
19687
19688         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19689         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19690         Added two more colorspaces.
19691
19692 2004-11-05  Wim Taymans  <wim@fluendo.com>
19693
19694         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19695         (gst_ffmpegcsp_avpicture_fill):
19696         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19697         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19698         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19699         More stride fixes.
19700
19701 2004-11-05  Wim Taymans  <wim@fluendo.com>
19702
19703         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19704         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19705         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19706         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19707         (gst_videomixer_loop):
19708         More stride fixes.
19709
19710 2004-11-05  Benjamin Otte  <otte@gnome.org>
19711
19712         * ext/mad/gstmad.c: (gst_mad_chain):
19713           don't overflow data buffer. Flush not needed sync data when syncing
19714           failed.
19715
19716 2004-11-04  Wim Taymans  <wim@fluendo.com>
19717
19718         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19719         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19720         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19721         (gst_alpha_init_params), (gst_alpha_chain),
19722         (gst_alpha_change_state):
19723         Updated the chroma keying algorithm with something more
19724         sophisticated.
19725
19726 2004-11-03  Wim Taymans  <wim@fluendo.com>
19727
19728         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19729         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19730         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19731         Fix stride issues. Does not completely work for odd
19732         heights.
19733
19734 2004-11-03  Wim Taymans  <wim@fluendo.com>
19735
19736         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19737         (gst_alpha_chroma_key), (gst_alpha_chain):
19738         Fix stride issues. Does not completely work for odd
19739         heights.
19740
19741 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19742
19743         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19744         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19745         leak fixes
19746
19747 2004-11-03  Wim Taymans  <wim@fluendo.com>
19748
19749         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19750         (gst_ffmpegcsp_avpicture_fill):
19751         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19752         (avpicture_alloc):
19753         * gst/ffmpegcolorspace/imgconvert_template.h:
19754         Use correct _fill function to get correct strides.
19755
19756 2004-11-02  David Schleef  <ds@schleef.org>
19757
19758         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19759         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19760         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19761         Change all g_print()s to debugging.  Add a bunch of consistency
19762         checks.
19763
19764 2004-11-02  Wim Taymans  <wim@fluendo.com>
19765
19766         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19767         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19768         (unlinked), (no_more_pads), (close_link):
19769         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19770         (unknown_type), (add_element_stream), (new_decoded_pad),
19771         (removed_decoded_pad), (setup_source):
19772         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19773         (gst_stream_info_class_init), (gst_stream_info_init),
19774         (gst_stream_info_new), (gst_stream_info_dispose),
19775         (stream_info_mute_pad), (gst_stream_info_set_property),
19776         (gst_stream_info_get_property):
19777         * gst/playback/gststreaminfo.h:
19778         Fix playback of multiple files.
19779         a slightly different approach to handling dynamic pad removals.
19780         This one only looks at pads that we have linked.
19781
19782 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19783
19784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19785         free" warning from libc.
19786
19787 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19788
19789         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19790         (get_unconnected_element), (remove_starting_from), (pad_removed),
19791         (close_link):
19792           Implement support for dynamic pad changing. We listen to "live"
19793           pad removals (i.e. while playing) and re-setup autoplugging
19794           after that. Playbasebin/playbin need some more work for this
19795           to finally work, but decodebin supports (and replugs) chained
19796           ogg now.
19797
19798 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19799
19800         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19801         (gst_alsa_finalize):
19802         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19803         (gst_cdaudio_finalize):
19804         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19805         (cdparanoia_finalize):
19806         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19807         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19808         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19809         (dvdreadsrc_finalize):
19810         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19811         (gst_flacdec_finalize):
19812         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19813         (gst_flacenc_finalize):
19814         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19815         (gst_gnomevfssink_finalize):
19816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19817         (gst_gnomevfssrc_finalize):
19818         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19819         (gst_fameenc_finalize):
19820         * ext/nas/nassink.c: (gst_nassink_class_init),
19821         (gst_nassink_finalize):
19822         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19823         (gst_sdlvideosink_class_init):
19824         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19825         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19826         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19827         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19828         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19829         (gst_x_window_listener_dispose):
19830         * gst/audioscale/gstaudioscale.c:
19831         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19832         (play_on_demand_finalize):
19833         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19834         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19835         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19836         (cdplayer_finalize):
19837         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19838         (gst_glimagesink_class_init):
19839         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19840         (gst_osselement_finalize):
19841         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19842         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19843         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19844           Fixes a bunch of problems with finalize and dispose functions,
19845           either assumptions that dispose is only called once, or not calling
19846           the parent class dispose/finalize function
19847
19848 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19849
19850         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19851           added two api precondition guards
19852           use g_strdup with getenv to fix crash when using ENVVAR
19853
19854 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19855         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19856         (gst_esdsink_finalize):
19857         Use a finalize function, not dispose, and more importantly,
19858         call the parent class finalize function too
19859
19860 2004-11-01  Johan Dahlin  <johan@gnome.org>
19861
19862         * ext/ogg/gstoggdemux.c:
19863         * gst/tags/gstvorbistag.c:
19864         Plug leaks.
19865
19866 2004-10-31  Benjamin Otte  <otte@gnome.org>
19867
19868         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
19869           lotsa memleaks today. But they're all small...
19870
19871 2004-10-31  Benjamin Otte  <otte@gnome.org>
19872
19873         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19874           another memleak crushed
19875
19876 2004-10-31  Benjamin Otte  <otte@gnome.org>
19877
19878         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
19879           fix memleak
19880
19881 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19882
19883         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19884           Hack to prevent crash when going to READY inside signal handler
19885           while this function is active.
19886
19887 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19888
19889         * gst/ffmpegcolorspace/Makefile.am:
19890         * gst/ffmpegcolorspace/avcodec.h:
19891         * gst/ffmpegcolorspace/common.h:
19892         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
19893         * gst/ffmpegcolorspace/dsputil.h:
19894         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
19895         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19896         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
19897         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
19898         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
19899         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
19900         (gst_ffmpegcsp_avpicture_fill):
19901         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
19902         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19903         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
19904         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
19905         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
19906         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
19907         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
19908         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
19909         * gst/ffmpegcolorspace/imgconvert.c:
19910         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
19911         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
19912         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
19913         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
19914         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
19915         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
19916         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
19917         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
19918         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
19919         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
19920         (grow21), (grow22), (grow41), (grow44), (conv411),
19921         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
19922         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
19923         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
19924         (avpicture_free), (is_yuv_planar), (img_convert),
19925         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
19926         (deinterlace_line_inplace), (deinterlace_bottom_field),
19927         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
19928         * gst/ffmpegcolorspace/imgconvert_template.h:
19929         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
19930         * gst/ffmpegcolorspace/mmx.h:
19931         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
19932         (av_fast_realloc), (av_mallocz_static), (av_free_static),
19933         (av_freep), (avcodec_get_context_defaults),
19934         (avcodec_alloc_context), (avcodec_init):
19935           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
19936           handling plus update from ffmpeg CVS. Large clean-up.
19937
19938 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19939
19940         * gst/playback/Makefile.am:
19941           We need the marshallers for decodebin, too.
19942
19943 2004-10-30  David Schleef  <ds@schleef.org>
19944
19945         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
19946           quicktime typefinding work with 64-bit offsets.
19947
19948 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
19949
19950         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
19951           Set EOS on the element when processing an EOS event.
19952         * ext/speex/gstspeexdec.h:
19953         * ext/speex/gstspeexenc.h:
19954           Only keep a const ptr to the mode
19955         * gst-libs/gst/riff/riff-media.c:
19956         (gst_riff_create_audio_caps_with_data),
19957         (gst_riff_create_audio_template_caps):
19958           Allow WMAV3, with up to 6 channels.
19959         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
19960           Don't call gst_pad_set_event_function on a sink pad.
19961         * gst/mpegstream/gstdvddemux.c:
19962         (gst_dvd_demux_get_subpicture_stream),
19963         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
19964           Copy the explicit caps that were set across to the cur_* pads,
19965           instead of trying to use a possibly non-existent negotiated caps.
19966           Reset the type of subpicture pads to UNKNOWN after calling
19967           init_stream, so that the caps get set.
19968
19969 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
19970
19971         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19972
19973         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
19974           Don't touch buffer if it is of size 0 (fixes #151064).
19975
19976 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19977
19978         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
19979           Synchronized discont handling.
19980
19981 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19982
19983         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
19984         (gst_ogg_demux_push):
19985           Make seeking sort-of exact again (fixes #156387).
19986
19987 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19988
19989         * gst/playback/gstplaybasebin.c: (unknown_type),
19990         (add_element_stream), (new_decoded_pad),
19991         (gst_play_base_bin_change_state):
19992         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
19993         (gst_stream_info_init), (gst_stream_info_new),
19994         (gst_stream_info_dispose), (gst_stream_info_get_property):
19995         * gst/playback/gststreaminfo.h:
19996           Make caps explicitely available. Makes testing for unsupported
19997           types possible. Improves error reporting.
19998
19999 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20000
20001         * gst/audioconvert/gstaudioconvert.c:
20002         (gst_audio_convert_buffer_to_default_format):
20003           Really don't touch read-only buffers (#156563).
20004
20005 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
20006
20007         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20008
20009         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20010           Fix memleak (#155223).
20011
20012 2004-10-29  Wim Taymans  <wim@fluendo.com>
20013
20014         * gst/tcp/.cvsignore:
20015         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20016         (gst_multifdsink_class_init), (gst_multifdsink_init),
20017         (gst_multifdsink_add), (gst_multifdsink_remove),
20018         (gst_multifdsink_remove_client_link), (is_sync_frame),
20019         (gst_multifdsink_new_client),
20020         (gst_multifdsink_handle_client_write),
20021         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20022         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20023         (gst_multifdsink_get_property):
20024         * gst/tcp/gstmultifdsink.h:
20025         Added burst on connect sync_method, deprecated sync_clients,
20026         streamlined the sync code some more.
20027
20028 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20029
20030         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20031         (gst_play_base_bin_change_state):
20032           Improve error reporting.
20033
20034 2004-10-28  Wim Taymans  <wim@fluendo.com>
20035
20036         * gst/tcp/Makefile.am:
20037         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20038         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20039         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20040         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20041         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20042         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20043         (gst_fdset_wait):
20044         Added more locks around fdset structures. Fixed/reworked
20045         the poll array resizing code.
20046         Added stress test for fdset.
20047
20048 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20049
20050         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20051         fix build
20052
20053 2004-10-28  Benjamin Otte  <otte@gnome.org>
20054
20055         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20056           fix link function to always query channels and query width for
20057           floats
20058         * configure.ac:
20059           add equalizer dir
20060         * gst/equalizer/Makefile.am:
20061         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20062         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20063         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20064         (arg_to_scale), (setup_filter),
20065         (gst_iir_equalizer_compute_frequencies),
20066         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20067         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20068         (plugin_init):
20069           add an equalizer
20070
20071 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20072
20073         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20074
20075         * po/LINGUAS:
20076         * po/nb.po:
20077           Added Norwegian Bokmaal translation
20078
20079 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20080
20081         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20082           Don't break on options (fixes #156488).
20083
20084 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20085
20086         * configure.ac:
20087         * ext/cdaudio/Makefile.am:
20088         * sys/Makefile.am:
20089           fix build on older automake
20090
20091 2004-10-26  Wim Taymans  <wim@fluendo.com>
20092
20093         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20094         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20095         Allow a little margin when negotiating the framerate.
20096
20097 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
20098
20099         * gst/level/gstlevel.c:
20100           synchonised naming of pads and pad-templates
20101
20102 2004-10-26  Wim Taymans  <wim@fluendo.com>
20103
20104         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20105         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20106         (_find_streams_check), (gst_ogg_demux_push):
20107         Fix EOS again. Needs to be done in a better way. We should not
20108         remove the pad if there is no new chained stream.
20109
20110 2004-10-26 Iain <iaingnome@gmail.com>
20111
20112         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20113         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20114         of the caps.
20115         * gst/interleave/interleave.c (interleave_class_init): Hook up release
20116         pad.
20117         (interleave_release_pad): Remove the pad.
20118         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20119         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20120         the set device.
20121         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20122         attrs
20123         (gst_xvimagesink_xcontext_clear): Free the xcontext.
20124         (gst_xvimagesink_finalize): Free the par.
20125
20126 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20127
20128         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20129         (gst_avimux_stop_file):
20130           First calculate the rate, and only then use it. Hdr.rate is a
20131           multiple and not a derivative of hdr.scale. Scale is not the
20132           same as blockalign but is solely related to rate.
20133
20134 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20135
20136         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20137         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20138           Implement seeking.
20139
20140 2004-10-25  James Henstridge  <james@jamesh.id.au>
20141
20142         Reviewed by:  David Schleef  <ds@schleef.org>
20143
20144         * examples/gstplay/player.c: (got_stream_length), (main):
20145         * examples/seeking/cdplayer.c: (update_scale):
20146         * examples/seeking/seek.c: (format_value), (update_scale):
20147         * examples/seeking/spider_seek.c: (format_value), (update_scale),
20148         (stop_seek):
20149         Build fixes on AMD64.
20150
20151 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20152
20153         reviewed by: Ronald Bultje <rbultje at gnome dot org>
20154
20155         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20156         Fix for some v4l cards which hang in v4lsrc
20157
20158 2004-10-25  Wim Taymans  <wim@fluendo.com>
20159
20160         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20161         (gst_ogg_demux_push), (gst_ogg_chains_clear):
20162         Make sure to remove the pad when a new chain is
20163         encountered. Set some vars to NULL so we don't try
20164         to reference freed memory.
20165
20166 2004-10-25  Wim Taymans  <wim@fluendo.com>
20167
20168         * examples/seeking/Makefile.am:
20169         * examples/seeking/cdplayer.c: (update_scale):
20170         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20171         * examples/seeking/playbin.c: (make_playerbin_pipeline),
20172         (format_value), (update_scale), (iterate), (start_seek),
20173         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20174         (print_usage), (main):
20175         Added some more examples, update others.
20176
20177 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20178
20179         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20180         * ext/speex/gstspeexdec.c: (speex_dec_chain):
20181         * ext/theora/theoradec.c: (theora_dec_chain):
20182         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20183           Add codec-name metadata.
20184
20185 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
20186
20187         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20188
20189         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20190         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20191         * ext/alsa/gstalsamixertrack.h:
20192         * po/POTFILES.in:
20193           ALSA mixer track label internationalization (#154054).
20194
20195 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20196
20197         * ext/theora/theoradec.c: (theora_dec_chain):
20198           Export bitrate as metadata.
20199
20200 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20201
20202         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20203         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20204         * ext/alsa/gstalsamixertrack.h:
20205           Fix names, fix loop.
20206
20207 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20208
20209         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20210         (speex_dec_convert):
20211           sinkconvert function so oggdemux can get the file length (totem).
20212
20213 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20214
20215         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20216
20217         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20218           Don't push incomplete packets.
20219         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20220           Fix MPEG-4 audio typefinding.
20221
20222 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20223
20224         * sys/v4l/Makefile.am:
20225         * sys/v4l/gstv4l.c: (plugin_init):
20226         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20227         (gst_v4lelement_init), (gst_v4lelement_dispose),
20228         (gst_v4lelement_change_state):
20229         * sys/v4l/gstv4lelement.h:
20230         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20231         (gst_v4l_xoverlay_close), (idle_refresh),
20232         (gst_v4l_xoverlay_set_xwindow_id):
20233         * sys/v4l/gstv4lxoverlay.h:
20234         * sys/v4l/v4l-overlay_calls.c:
20235         * sys/v4l/v4l_calls.h:
20236         * sys/v4l2/Makefile.am:
20237         * sys/v4l2/gstv4l2.c: (plugin_init):
20238         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20239         (gst_v4l2element_init), (gst_v4l2element_dispose),
20240         (gst_v4l2element_change_state):
20241         * sys/v4l2/gstv4l2element.h:
20242         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20243         (gst_v4l2_xoverlay_close), (idle_refresh),
20244         (gst_v4l2_xoverlay_set_xwindow_id):
20245         * sys/v4l2/gstv4l2xoverlay.h:
20246         * sys/v4l2/v4l2-overlay_calls.c:
20247         * sys/v4l2/v4l2_calls.h:
20248           Remove client-side overlay handling, use the X-server v4l plugin
20249           for that. Nicer overlay, less code. Also make the plugin
20250           compileable without X (but then without overlay, obviously).
20251           Makes xwindowlistener obsolete, should we remove that?
20252
20253 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20254
20255         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20256         (gst_osssrc_src_query):
20257         * sys/oss/gstosssrc.h:
20258           OK, so people want offset in DEFAULT. This time, actually fix all
20259           cases.
20260         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20261           Add FPS properly.
20262
20263 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20264
20265         * gst/asfdemux/gstasfmux.c:
20266         * gst/avi/gstavimux.c:
20267           Framerate.
20268
20269 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20270
20271         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20272           Fix properties (channel, norm, frequency).
20273
20274 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20275
20276         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20277           Flag typo.
20278         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20279           No warnings.
20280
20281 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20282
20283         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20284           Fix hang.
20285
20286 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20287
20288         * sys/v4l2/gstv4l2element.h:
20289           Yet Another Hack (tm) for kernel header borkedness.
20290         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20291         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20292         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20293         (gst_v4l2src_change_state):
20294         * sys/v4l2/gstv4l2src.h:
20295         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20296         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20297           Fix caps, keep track of state, work.
20298
20299 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20300
20301         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20302           Quiet.
20303
20304 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20305
20306         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20307           Don't mix bytes and samples.
20308
20309 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20310
20311         * ext/ogg/gstoggmux.c:
20312           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20313           and theora. Any is incorrect.
20314         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20315           Fix caps.
20316         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20317         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20318         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20319         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20320         * sys/v4l/gstv4lmjpegsrc.h:
20321         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20322         (gst_v4lsrc_change_state):
20323         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20324         (gst_v4lmjpegsrc_capture_stop):
20325           Fix caps. Keep track of internal state. Work.
20326
20327 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20328
20329         * ext/Makefile.am:
20330           Fix the build fixes.
20331
20332 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20333
20334         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20335         (gst_ogg_demux_src_event), (_find_chain_seek),
20336         (gst_ogg_pad_push):
20337           Check for pad availability before using it.
20338         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20339           Fix parsing of chained ogg. Needs more work on the decoder side.
20340
20341 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20342
20343         * gst/spectrum/Makefile.am:
20344         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20345         (idle_func):
20346           Fix demo and reenable it. Yes, I'm currently playing with audio
20347           analysis tools
20348
20349 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20350
20351         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20352           We love it if files that start at zero work too...
20353
20354 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20355
20356         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20357           Handle files with missing EOS headers.
20358
20359 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20360
20361         * gst/tcp/gsttcpserversink.c:
20362         (gst_tcpserversink_handle_server_read),
20363         (gst_tcpserversink_init_send):
20364         Zero some variables first (need for accept not to return EINVAL)
20365
20366 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20367
20368         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20369         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20370         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20371         (theora_dec_chain):
20372         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20373         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20374           Seeking and querying finetune.
20375
20376 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20377
20378         * configure.ac:
20379         * ext/Makefile.am:
20380         * ext/raw1394/Makefile.am:
20381           fix the build
20382
20383 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20384
20385         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20386           Wrong return.
20387         * gst/playback/Makefile.am:
20388         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20389         * gst/playback/gstplay-marshal.list:
20390         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20391           Fix marshallers.
20392
20393 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20394
20395         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20396           Silence.
20397
20398 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20399
20400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20401         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20402         (gst_ogg_pad_push):
20403           Yay for non-lineair granulepos in theora.
20404
20405 2004-10-18  Wim Taymans  <wim@fluendo.com>
20406
20407         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20408         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20409         * ext/dv/gstdvdec.h:
20410         Make sure we renegotiate aspect ratio when the camera switches.
20411
20412 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20413
20414         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20415         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20416           Start at zero.
20417         * ext/theora/theoradec.c: (theora_dec_chain):
20418           Skip headers. Bad idea for chained ogg, but fixes seeking.
20419
20420 2004-10-18  Wim Taymans  <wim@fluendo.com>
20421
20422         * configure.ac:
20423         I swear, this is the last time I touch this.
20424
20425 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20426
20427         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20428         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20429         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20430           Faster seeking.
20431         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20432           Time-to-default conversion.
20433         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20434           Don't error on unknown packets, just skip. We should probably
20435           read them if we want to support chained ogg.
20436
20437 2004-10-18  Wim Taymans  <wim@fluendo.com>
20438
20439         * configure.ac:
20440         Added cdaudio to wrong list.
20441
20442 2004-10-18  Wim Taymans  <wim@fluendo.com>
20443
20444         * configure.ac:
20445         Revive cdaudio.
20446
20447 2004-10-18  Wim Taymans  <wim@fluendo.com>
20448
20449         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20450         (gst_dvdec_video_link), (gst_dvdec_push):
20451         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20452         (gst_smokeenc_resync), (gst_smokeenc_chain):
20453         Fix mimetype on smoke encoder.
20454         Add aspect ratio to dvdec. Not sure if these
20455         values are correct though....
20456
20457 2004-10-18  Wim Taymans  <wim@fluendo.com>
20458
20459         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20460         Fix vorbis property descriptions and ranges.
20461
20462 2004-10-18  Wim Taymans  <wim@fluendo.com>
20463
20464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20465         Really do nothing when no data is available.
20466         Go to the playing state when the stream is not seekable
20467         instead of failing.
20468
20469 2004-10-18  Wim Taymans  <wim@fluendo.com>
20470
20471         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20472         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20473         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20474         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20475         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20476         Added uri handler for cd://
20477         Port to new API.
20478
20479 2004-10-18  Wim Taymans  <wim@fluendo.com>
20480
20481         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20482         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20483         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20484         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20485         (remove_prerolls), (unknown_type), (add_element_stream),
20486         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20487         (gst_play_base_bin_remove_element),
20488         (gst_play_base_bin_link_stream):
20489         * gst/playback/gstplaybin.c: (gen_video_element),
20490         (gen_vis_element), (remove_sinks), (setup_sinks):
20491         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20492         (gst_stream_info_get_type), (gst_stream_info_class_init),
20493         (gst_stream_info_init), (gst_stream_info_new),
20494         (gst_stream_info_dispose), (stream_info_mute_pad),
20495         (gst_stream_info_set_property), (gst_stream_info_get_property):
20496         * gst/playback/gststreaminfo.h:
20497         Add sink padtemplate to decodebin.
20498         Added some more comments.
20499         Make queue size configurable in playbasebin.
20500         Added possibility to use elements as sinks (ex cdaudio).
20501
20502 2004-10-15  Wim Taymans  <wim@fluendo.com>
20503
20504         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20505         (gst_speexenc_chain):
20506         Fix speex timestamps so that it gets muxed properly.
20507
20508 2004-10-15  Wim Taymans  <wim@fluendo.com>
20509
20510         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20511         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20512         (gst_dv1394src_init), (gst_dv1394src_dispose),
20513         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20514         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20515         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20516         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20517         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20518         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20519         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20520         * ext/raw1394/gstdv1394src.h:
20521         Added conversion/query functions.
20522         Update buffer timestamps,
20523         Added signals.
20524         Added uri dv:// so it might play from the firewire in playbin.
20525         Fix a possible leak.
20526         Added debugging.
20527
20528 2004-10-15  Wim Taymans  <wim@fluendo.com>
20529
20530         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20531         (gst_dv1394src_init), (gst_dv1394src_set_property),
20532         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20533         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20534         * ext/raw1394/gstdv1394src.h:
20535         Added AV/C VTR control support needed for some cameras.
20536         Added automatic port detection.
20537         Added properties for selecting the channel.
20538         The configure.ac script is not yet updated to reflect the
20539         new libavc1394 and librom1394 dependencies.
20540
20541 2004-10-15  Wim Taymans  <wim@fluendo.com>
20542
20543         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20544         (qtdemux_parse), (gst_qtdemux_handle_esds):
20545         An esds box is not a container.
20546         Fix parsing of mp4v boxes.
20547         Do not try to renegotiate fps for each frame. Need to
20548         find a better method. This should fix mp4 playback.
20549
20550 2004-10-14  David Schleef  <ds@schleef.org>
20551
20552         * configure.ac: update for swfdec-0.3 and liboil-0.2
20553         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20554         * ext/swfdec/gstswfdec.h: same
20555         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20556         * gst/videotestsrc/videotestsrc.c: same
20557
20558 2004-10-14  Wim Taymans  <wim@fluendo.com>
20559
20560         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20561         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20562         (is_sync_frame), (gst_multifdsink_new_client),
20563         (gst_multifdsink_handle_client_write),
20564         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20565         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20566         Turn warnings into info.
20567         Don't allow a state change in the streaming thread.
20568
20569 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20570
20571         * ext/vorbis/oggvorbisenc.c:
20572         * ext/vorbis/vorbisdec.c:
20573           fix template sample rate
20574
20575 2004-10-13  Wim Taymans  <wim@fluendo.com>
20576
20577         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20578         Decoding the header first fixes some problems in resyncing
20579         in more mp3s.
20580
20581 2004-10-12  Wim Taymans  <wim@fluendo.com>
20582
20583         * gst/playback/gstplaybin.c: (gen_video_element),
20584         (gen_vis_element), (remove_sinks), (setup_sinks):
20585         Added vis plugin support, need to configure the vis
20586         element to activate it.
20587
20588 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20589
20590         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20591         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20592           Some debug.
20593         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20594         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20595         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20596         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20597         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20598         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20599         * gst/avi/gstavidemux.h:
20600           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20601           recovery (where, if part of the index is broken, we will still read
20602           the rest of the index and recover the broken part by stream
20603           scanning). More broken media support. EOS workarounds. General AVI
20604           braindamage headache recovery. Aspirin included.
20605
20606 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20607
20608         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20609         (cdparanoia_event), (cdparanoia_query):
20610           Get rid of hideous lead-in.
20611
20612 2004-10-11  Wim Taymans  <wim@fluendo.com>
20613
20614         * gst/playback/gstplaybasebin.c: (setup_source):
20615         Wrong var used to get g_list_next.
20616
20617 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20618
20619         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20620         (cdparanoia_get), (cdparanoia_open):
20621           Report discid as metadata, add duration.
20622
20623 2004-10-11  Wim Taymans  <wim@fluendo.com>
20624
20625         * gst/playback/gstplaybasebin.c: (setup_source):
20626         Cleanup the previous pipeline a little earlier for the
20627         case that a source element provides raw data.
20628
20629 2004-10-11  Benjamin Otte  <otte@gnome.org>
20630
20631         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20632           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20633           consuming the last 128 bytes, even though it was valid mp3 data.
20634
20635 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20636
20637         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20638         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20639         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20640         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20641
20642 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20643
20644         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20645         Fix for webcams that support only specific width or height
20646
20647 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20648
20649         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20650
20651         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20652           Fix wrong discont event setup (fixes #154967).
20653
20654 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20655
20656         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20657
20658         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20659           Error out on invalid data (fixes #154807).
20660
20661 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20662
20663         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20664
20665         * ext/dvdread/dvdreadsrc.c: (_read):
20666           Make titles > 0 work again (fixes #154834).
20667
20668 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20669
20670         * gst-libs/gst/riff/riff-media.c:
20671         (gst_riff_create_video_template_caps):
20672           WMV3 missing in template caps.
20673
20674 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20675
20676         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20677           OK, so the original code was too strict. It makes random AVI files
20678           hang for seconds upon opening, which is unacceptable and is far
20679           beyond the original goal of getting multiple chunks for one-chunk
20680           sounc stream files. So now do just that.
20681
20682 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20683
20684         * gst/playback/gstplaybasebin.c: (setup_source),
20685         (gst_play_base_bin_change_state):
20686           Actually clean up streaminfo if output fails. This would trigger
20687           if, for example, there was no CD in the drive. No preroll, so
20688           a streaminfo structure is created, but the subsequent state change
20689           of the thread fails.
20690         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20691           Don't change state if parent failed.
20692
20693 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20694
20695         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20696         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20697         (gen_video_element), (remove_sinks):
20698           Add small bits of code for screenshot handling.
20699
20700 2004-10-08  Wim Taymans  <wim@fluendo.com>
20701
20702         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20703         (gen_video_element), (gen_audio_element), (setup_sinks):
20704         Don't assume the user provided sinks are named "sink"...
20705
20706 2004-10-08  Wim Taymans  <wim@fluendo.com>
20707
20708         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20709         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20710         (gst_play_base_bin_link_stream):
20711         Do not try to autoplug sources that generate raw streams like
20712         cdparanoia.
20713         disconnect the preroll overrun signal when we don't need it anymore.
20714
20715 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20716
20717         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20718         Added reworked patch from #154903 from milosz derezynski (deadchip).
20719
20720 2004-10-08  Wim Taymans  <wim@fluendo.com>
20721
20722         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20723         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20724         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20725         (cdparanoia_convert), (cdparanoia_uri_get_type),
20726         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20727         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20728         * ext/cdparanoia/gstcdparanoia.h:
20729         This adds the cdda://<tracknum> uri.
20730
20731 2004-10-08  Wim Taymans  <wim@fluendo.com>
20732
20733         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20734         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20735         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20736         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20737         (unknown_type), (gst_play_base_bin_remove_element),
20738         (gst_play_base_bin_link_stream):
20739         * gst/playback/gstplaybasebin.h:
20740         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20741         (gst_play_bin_set_property), (gen_video_element),
20742         (gen_audio_element), (setup_sinks):
20743         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20744         (gst_stream_info_get_type), (gst_stream_info_class_init),
20745         (gst_stream_info_init), (gst_stream_info_new),
20746         (gst_stream_info_dispose), (stream_info_mute_pad),
20747         (gst_stream_info_set_property), (gst_stream_info_get_property):
20748         * gst/playback/gststreaminfo.h:
20749         Reuse the audio and video bins.
20750         Some internal cleanups in the stream selection code.
20751
20752 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20753
20754         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20755         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20756         * sys/ximage/ximagesink.h:
20757         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20758         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20759         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20760         not coming from those elements. Moreover these elements should not keep
20761         the xid they have been given when in NULL state.
20762
20763 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20764
20765         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20766         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20767         * sys/ximage/ximagesink.h:
20768         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20769         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20770         * sys/xvimage/xvimagesink.h:
20771           Actually only create a new toplevel window if we're not gonna
20772           embed it right after.
20773
20774 2004-10-07  Wim Taymans  <wim@fluendo.com>
20775
20776         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20777         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20778         * gst/playback/gstplaybin.c: (setup_sinks):
20779         Implement muting/unmuting of streams, mute streams that are not
20780         used.
20781
20782 2004-10-07  Wim Taymans  <wim@fluendo.com>
20783
20784         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20785         (plugin_init):
20786         Added lame audio/x-ac3 typefind function.
20787
20788 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20789
20790         * configure.ac:
20791           bump nano to cvs
20792
20793 === release 0.8.5 ===
20794
20795 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20796
20797         * NEWS:
20798         * RELEASE:
20799         * configure.ac:
20800           releasing 0.8.5, "Take You On"
20801
20802 2004-10-06  Wim Taymans  <wim@fluendo.com>
20803
20804         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20805         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20806         (no_more_pads), (close_link), (type_found):
20807         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20808         * gst/playback/gstplaybin.c: (gen_video_element):
20809         Do not signal the no_more_pads after the first pad when
20810         we are plugging a non dynamic element with multiple
20811         output pads (like swfdec, dvdec, ...).
20812
20813 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20814
20815         * configure.ac:
20816           bump for prerelease
20817
20818 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20819
20820         * gst/wavparse/gstwavparse.c:
20821           add ATRAC3 to STATIC CAPS to fix a warning
20822
20823         * gst/matroska/ebml-read.c:
20824         * gst-libs/gst/riff/riff-read.c:
20825           fix typos
20826
20827 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20828
20829         * gst-libs/gst/riff/riff-media.c:
20830           generate caps for ATRAC3 audio streams
20831
20832         * gst/realmedia/rmdemux.c:
20833           generate caps for ATRAC3 audio streams
20834
20835 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20836
20837         * gst/wavparse/Makefile.am
20838         * gst/wavparse/riff.h
20839         * gst/wavparse/wavparse.vcproj
20840           riff.h removal (unused and duplication with riff-ids.h)
20841
20842 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20843
20844         * gst/wavparse/gstwavparse.h
20845           remove duplicated defines for audio codec codes
20846
20847         * gst-libs/gst/riff/riff-ids.h
20848         * gst/wavenc/riff.h:
20849           add "4CC" code for ATRAC3 audio streams
20850           add "4CC" code for ITU_G721_ADPCM (unused for now)
20851
20852 2004-10-06  Wim Taymans  <wim@fluendo.com>
20853
20854         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20855         Actually _do_ negotiation. Pass gdouble as arg instead
20856         of guint64 for the framerate.
20857
20858 2004-10-06  Wim Taymans  <wim@fluendo.com>
20859
20860         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20861         (find_compatibles), (close_pad_link), (try_to_link_1),
20862         (no_more_pads), (close_link), (type_found):
20863         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20864         * gst/playback/gstplaybin.c: (gen_video_element),
20865         (gen_audio_element):
20866         Set state on newly added element to READY so that negotiation
20867         can happen ASAP.
20868         Addes some more debug info.
20869         Do not try to plug pads with multiple caps structures or ANY
20870         because it is too dangerous since we do not do dynamic
20871         replugging.
20872
20873 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20874
20875         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
20876
20877         * po/LINGUAS:
20878         * po/or.po:
20879           add Oriya translation
20880
20881 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20882
20883         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20884           Prevent overwrite of size member. Makes audio sound crappy.
20885
20886 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20887
20888         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
20889         Add rmvb to the list of known RealMedia extensions
20890
20891 2004-10-05  Wim Taymans  <wim@fluendo.com>
20892
20893         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
20894         (mngdec_openstream), (mngdec_closestream),
20895         (mngdec_handle_sink_event), (mngdec_readdata),
20896         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
20897         (mngdec_getcanvasline), (mngdec_refresh),
20898         (gst_mngdec_change_state):
20899         Set the framerate correctly.
20900
20901 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20902
20903         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20904           There was something wrong with the index massaging.
20905
20906 2004-10-04  Wim Taymans  <wim@fluendo.com>
20907
20908         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
20909         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
20910         (gst_smokedec_chain):
20911         * ext/jpeg/gstsmokedec.h:
20912         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20913         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
20914         * ext/jpeg/gstsmokeenc.h:
20915         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
20916         (smokecodec_decode_new), (smokecodec_info_free),
20917         (smokecodec_set_quality), (smokecodec_get_quality),
20918         (smokecodec_set_threshold), (smokecodec_get_threshold),
20919         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
20920         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
20921         (smokecodec_encode), (smokecodec_parse_id),
20922         (smokecodec_parse_header), (smokecodec_decode):
20923         * ext/jpeg/smokecodec.h:
20924         * ext/jpeg/smokeformat.h:
20925         Updated smoke, new bitstream, allows embedding in ogg.
20926
20927 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20928
20929         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
20930           Fix seeking in some files. All this code is no longer needed (and
20931           actually breaks stuff) because we now synchronize the full index
20932           right when reading the header.
20933
20934 2004-10-04  Wim Taymans  <wim@fluendo.com>
20935
20936         * configure.ac:
20937         configure update for libmng.
20938
20939 2004-10-04  Wim Taymans  <wim@fluendo.com>
20940
20941         * ext/libmng/Makefile.am:
20942         * ext/libmng/gstmng.c: (plugin_init):
20943         * ext/libmng/gstmng.h:
20944         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
20945         (gst_mngdec_base_init), (gst_mngdec_class_init),
20946         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
20947         (gst_mngdec_loop), (gst_mngdec_get_property),
20948         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
20949         (mngdec_closestream), (mngdec_handle_sink_event),
20950         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
20951         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
20952         (gst_mngdec_change_state):
20953         * ext/libmng/gstmngdec.h:
20954         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
20955         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
20956         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
20957         (gst_mngenc_chain), (gst_mngenc_get_property),
20958         (gst_mngenc_set_property):
20959         * ext/libmng/gstmngenc.h:
20960         Added basic MNG decoder. Needs more work. The encoder does
20961         not work yet.
20962
20963 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20964
20965         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
20966         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
20967         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
20968           Don't hang on length=0 chunks. Some negotiation fixes. Signal
20969           no-more-pads.
20970
20971 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
20972
20973         * configure.ac:
20974           you need at least 1.0.4 of speex
20975
20976 2004-10-04 Iain <iaingnome@gmail.com>
20977
20978         * ext/speex/gstspeexdec.h: Revert the includes changes.
20979
20980         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
20981
20982 2004-09-30 Iain <iaingnome@gmail.com>
20983
20984         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
20985         found during init or set as a property instead of hardcoding /dev/audio
20986
20987 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20988
20989         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
20990         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
20991         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
20992         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
20993         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
20994         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
20995         (gst_rmdemux_dump_data):
20996           Use debug category, fix EOS handling. filesrc ! rmdemux now
20997           works.
20998
20999 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21000
21001         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21002         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21003         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21004           Improve allocation, cutting and sorting of the index. How takes a
21005           few seconds instead of minutes.
21006
21007 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
21008
21009         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21010           fixed compilation
21011
21012 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21013
21014         * gst-libs/gst/riff/riff-media.c:
21015         (gst_riff_create_video_caps_with_data),
21016         (gst_riff_create_video_template_caps):
21017           Add wing commander format mimetype/fourccs.
21018         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21019           Don't crash if some value is 0.
21020
21021 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21022
21023         * gst-libs/gst/riff/riff-media.c:
21024         (gst_riff_create_video_caps_with_data),
21025         (gst_riff_create_video_template_caps):
21026           Add DIB fourcc (raw, palettized 8-bit RGB).
21027         * gst-libs/gst/riff/riff-read.c:
21028         (gst_riff_read_strf_vids_with_data):
21029           Oops, fix strf_data reading bug.
21030         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21031           Use a non-NULL tag.
21032         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21033           Time for hacks. Sorry Dave. At least one quicktime movie (a
21034           trailer) that I've encountered contains multiple video tracks.
21035           One of those is the actual video track, the other are one-frame
21036           tracks (images). Unfortunately, the number of frames according
21037           to the trak header is 1 for each, so that doesn't help. So
21038           instead, I look at the duration and discard tracks with a
21039           duration shorter than 20% of the length of the stream. Better
21040           than nothing.
21041
21042 2004-10-01  Christian Schaller <christian@fluendo.com>
21043
21044         * ext/ivorbis/vorbis.c:
21045           Patch from Phil Blundell (Bug 152341)
21046
21047 2004-10-01  Wim Taymans  <wim@fluendo.com>
21048
21049         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21050         (speex_dec_get_formats), (speex_dec_convert),
21051         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21052         (speex_dec_chain), (gst_speexdec_get_property),
21053         (gst_speexdec_set_property):
21054         Small cleanups.
21055
21056 2004-10-01  Wim Taymans  <wim@fluendo.com>
21057
21058         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21059         (gst_wavparse_stream_init), (gst_wavparse_fmt),
21060         (gst_wavparse_other), (gst_wavparse_loop),
21061         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21062         (gst_wavparse_srcpad_event):
21063         * gst/wavparse/gstwavparse.h:
21064         Added some more debugging info.
21065         Fix the case where the length of the file is 0.
21066         Make sure we seek to sample borders.
21067
21068 2004-10-01  Wim Taymans  <wim@fluendo.com>
21069
21070         * gst/playback/README:
21071         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21072         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21073         (try_to_link_1), (no_more_pads), (close_link), (type_found):
21074         Add some debug info to decodebin, update README
21075
21076 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21077
21078         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21079           Don't use g_print(); use GST_DEBUG().
21080
21081 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21082
21083         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21084         (gst_ogg_mux_queue_pads):
21085           Handle EOS properly.
21086
21087 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21088
21089         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21090
21091         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21092         (gst_faad_chain), (gst_faad_change_state):
21093         * ext/faad/gstfaad.h:
21094           Allow playback of raw (unframed) MPEG AAC files (#148993).
21095
21096 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21097
21098         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21099
21100         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21101           Throw error if we didn't recognize the stream. Fixes #152289.
21102
21103 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21104
21105         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21106           Fix negotiation.
21107
21108 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
21109
21110         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21111
21112         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21113           Fix memleak.
21114
21115 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21116
21117         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21118
21119         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21120           Solve #152805.
21121         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21122           Solve 152806.
21123
21124 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21125
21126         * gst-libs/gst/riff/riff-media.c:
21127         (gst_riff_create_video_caps_with_data),
21128         (gst_riff_create_audio_caps_with_data):
21129           Add codec_data handling (like asfdemux used to do).
21130         * gst/asfdemux/gstasf.c: (plugin_init):
21131         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21132         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21133           Use riff-media for caps creation instead of our own (mostly
21134           broken) copy of its functions.
21135
21136 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21137
21138         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21139           Don't actually error out if we get another return value than
21140           -EINVAL. Opposite to what I first thought, drivers have random
21141           return values for this, although -EINVAL is the expected return
21142           value. Since this is not fatal, we shouldn't use
21143           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21144
21145 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21146
21147         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21148         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21149         (dvdreadsrc_get_property), (_open), (_seek), (_read),
21150         (dvdreadsrc_get), (dvdreadsrc_open_file),
21151         (dvdreadsrc_change_state):
21152           Fix. Don't do one big huge loop around the whole DVD, that will
21153           cache all data and thus eat sizeof(dvd) (several GB) before we
21154           see something.
21155         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21156           Actually NULL'ify event after using it.
21157         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21158         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21159         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21160         (gst_ebml_read_seek), (gst_ebml_read_skip):
21161           Handle events.
21162         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21163         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21164         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21165           Fix timing (this will probably break if I seek using menus, but
21166           I didn't get there yet). VOBs and normal DVDs should now work.
21167           Add a mpeg2-only pad with high rank so this get autoplugged for
21168           MPEG-2 movies.
21169         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21170         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21171         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21172         (gst_mpeg_demux_get_audio_stream),
21173         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21174         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21175           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21176           MPEG-1 but use dvddemux for MPEG-2.
21177         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21178         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21179         (gst_mpeg_parse_parse_packhead):
21180           Timing. Only add pad template if it exists. Add sink template from
21181           class and not from ourselves. This means we will always use the
21182           correct sink template even if it is not the one defined in this
21183           file.
21184
21185 2004-09-29  Wim Taymans  <wim@fluendo.com>
21186
21187         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21188         (gst_mpeg_demux_parse_pes):
21189         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21190         Fix playback of mpeg again, timestamps where screwed up by
21191         patch 1.61.
21192
21193 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21194
21195         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21196           Only return true if we actually filled something in. Prevents
21197           player applications from showing a random length for flac files.
21198         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21199         (gst_riff_read_use_event), (gst_riff_read_handle_event),
21200         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21201         (gst_riff_read_strf_vids_with_data),
21202         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21203           OK, ok, so I implemented event handling. Apparently it's normal
21204           that we receive random events at random points without asking
21205           for it.
21206         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21207         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21208         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21209         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21210         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21211         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21212         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21213         * gst/avi/gstavidemux.h:
21214           Implement non-lineair chunk handling and subchunk processing.
21215           The first solves playback of AVI files where the audio and video
21216           data of individual buffers that we read are not synchronized.
21217           This should not happen according to the wonderful AVI specs, but
21218           of course it does happen in reality. It is also a prerequisite for
21219           the second. Subchunk processing allows us to cut chunks in small
21220           pieces and process each of these pieces separately. This is
21221           required because I've seen several AVI files with incredibly large
21222           audio chunks, even some files with only one audio chunk for the
21223           whole file. This allows for proper playback including seeking.
21224           This patch is supposed to fix all AVI A/V sync issues.
21225         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21226         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21227           Work.
21228         * gst/modplug/gstmodplug.cc:
21229           Proper return value setting for the query() function.
21230         * gst/playback/gstplaybasebin.c: (setup_source):
21231           Being in non-playing state (after, e.g., EOS) is not necessarily
21232           a bad thing. Allow for that. This fixes playback of short files.
21233           They don't actually playback fully now, because the clock already
21234           runs. This means that small files (<500kB) with a small length
21235           (<2sec) will still not or barely play. Other files, such as mod
21236           or flx, will work correctly, however.
21237
21238 2004-09-28  Wim Taymans  <wim@fluendo.com>
21239
21240         * ext/speex/gstspeex.c: (plugin_init):
21241         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21242         (gst_speex_dec_class_init), (speex_dec_get_formats),
21243         (speex_get_event_masks), (speex_get_query_types),
21244         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21245         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21246         (gst_speexdec_get_property), (gst_speexdec_set_property),
21247         (speex_dec_change_state):
21248         * ext/speex/gstspeexdec.h:
21249         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21250         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21251         (gst_speexenc_base_init), (gst_speexenc_class_init),
21252         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21253         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21254         (gst_speexenc_src_query), (gst_speexenc_init),
21255         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21256         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21257         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21258         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21259         (gst_speexenc_chain), (gst_speexenc_get_property),
21260         (gst_speexenc_set_property), (gst_speexenc_change_state):
21261         * ext/speex/gstspeexenc.h:
21262         Rewrote speex encoder, make sure it can be embedded in ogg.
21263         Implemented speex decoder.
21264
21265 2004-09-28  Christian Schaller <christian@fluendo.com>
21266
21267         * configure.ac:
21268         Remove kioslave plugin. Markey is brewing a new working one
21269         * ext/Makefile.am: Remove kioslave plugin
21270         * ext/kio: remove
21271         * gst-plugins.spec.in: remove kio plugin from spec
21272
21273 2004-09-27  Wim Taymans  <wim@fluendo.com>
21274
21275         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21276         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21277         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21278         (gst_multifdsink_new_client),
21279         (gst_multifdsink_handle_client_write),
21280         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21281         (gst_multifdsink_handle_clients):
21282         * gst/tcp/gstmultifdsink.h:
21283         Make syncing to keyframes actually work for new clients and lagging
21284         clients.
21285
21286 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21287
21288         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21289         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21290         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21291         * gst/debug/gstnavigationtest.h:
21292           make navigationtest display button-press and button-release events
21293
21294 2004-09-26 Iain <iaingnome@gmail.com>
21295
21296         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21297         the channels have received a new media event.
21298         (interleave_buffered_loop): Compresses a new media event on all
21299         channels into one.
21300
21301 2004-09-26 Iain <iaingnome@gmail.com>
21302
21303         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21304         call the sinkpad's default event handler and not the srcpads. He also
21305         says this is confusing :)
21306         (gst_wavenc_stop_file): Company says that seek events only go upstream
21307         we should send a discontinuous downstream instead.
21308
21309 2004-09-25  Christian Schaller <christian@fluendo.com>
21310
21311         * Update SPEC file to be usable in conjunction with Fedora Core,
21312           Fedora.us and freshrpms packages
21313         * Fix typo in multifilesrc test Makefile
21314
21315 2004-09-24  Wim Taymans  <wim@fluendo.com>
21316
21317         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21318         Only signal the no_more_pads signal when we have
21319         added the stream to our list.
21320
21321 2004-09-24  Wim Taymans  <wim@fluendo.com>
21322
21323         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21324         (new_decoded_pad):
21325         * gst/playback/gstplaybasebin.h:
21326         * gst/playback/gstplaybin.c: (setup_sinks):
21327         Don't try to preroll or decode more than one audio/video
21328         track.
21329
21330 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21331
21332         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21333           Throw error if we failed to find a suitable output. This should
21334           throw an error if we successfully set up a pipeline (e.g. because
21335           we recognized a media file) but found no decodable streams in it
21336           (e.g. because it contains only media stream types for which we
21337           have no decoders, or because it's not a media type).
21338
21339 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21340
21341         * ext/dirac/Makefile.am:
21342         * ext/dirac/gstdirac.cc:
21343         * ext/dirac/gstdiracdec.cc:
21344         * ext/dirac/gstdiracdec.h:
21345           Do something. Don't actually know if this works because I don't
21346           have a demuxer yet.
21347         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21348           Add channels=1 to caps returned from _getcaps().
21349         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21350         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21351         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21352         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21353         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21354         (gst_ogm_parse_change_state):
21355           Separate between audio/video so ogmaudioparse actually uses the
21356           audio pad templates. Both audio and video work now, including
21357           autoplugging. Also use sometimes-srcpad hack.
21358         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21359           Handle events better. Don't hang on infinite loops.
21360         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21361         (gst_avi_demux_init), (gst_avi_demux_reset),
21362         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21363         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21364         (gst_avi_demux_change_state):
21365         * gst/avi/gstavidemux.h:
21366           Improve A/V sync. Still not perfect.
21367         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21368         (gst_ebml_read_skip):
21369           Handle events better.
21370         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21371         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21372         (qtdemux_audio_caps):
21373           Add IMA4. Improve event handling. Save offset after a seek when
21374           the headers are at the end of the file so that we don't end up in
21375           an infinite loop.
21376         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21377           Add low-priority typefind support for files with no length.
21378
21379 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21380
21381         * testsuite/multifilesink/Makefile.am:
21382         fix typo
21383
21384 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21385
21386         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21387         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21388         mistakes from thaytan's patches.
21389
21390 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21391
21392         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21393           For completeness, XSync in the destroy function as xvimage does.
21394
21395 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21396
21397         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21398            Correct caps negotiation
21399         * gst/volume/gstvolume.c: (volume_chain_float),
21400         (volume_chain_int16):
21401            Modify debug output to be little more informative
21402         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21404         (gst_xvimagesink_xvimage_destroy):
21405           Add XSync calls after detaching from the shared memory segment to
21406           avoid a crash.
21407
21408 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21409
21410         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21411         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21412         * ext/vorbis/vorbis.c: (plugin_init):
21413         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21414         (gst_vorbisenc_chain):
21415         * ext/vorbis/vorbisenc.h:
21416         remove explicit newmedia support from oggmux and vorbisenc
21417         add debug category to vorbisenc
21418         * gst/multifilesink/gstmultifilesink.c:
21419         (gst_multifilesink_class_init), (gst_multifilesink_init),
21420         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21421         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21422         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21423         (plugin_init):
21424         * gst/multifilesink/gstmultifilesink.h:
21425         add support for streamheader in multifilesink
21426
21427 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21428
21429         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21430         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21431         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21432           Prevent infinite loops. More correct error reporting.
21433         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21434           Error out if negotiation fails.
21435         * gst/playback/gstplaybasebin.c: (setup_source),
21436         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21437         (gst_play_base_bin_found_tag):
21438           Error/tag forwarding. Pre-roll fixes for source errors on state
21439           changes (e.g. "file does not exist") to prevent hangs.
21440
21441 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21442
21443         * testsuite/multifilesink/Makefile.am:
21444         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21445         (gst_newmedia_class_init), (gst_newmedia_init),
21446         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21447         (newfile_signal), (test_signal), (main):
21448         * testsuite/multifilesink/multifilesrc_test.c: (main):
21449         * testsuite/multifilesink/oggtheora_test.c:
21450         (gst_newmedia_base_init), (gst_newmedia_class_init),
21451         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21452         (test_format), (newfile_signal), (test_signal), (main):
21453         * testsuite/multifilesink/oggvorbis_test.c:
21454         (gst_newmedia_base_init), (gst_newmedia_class_init),
21455         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21456         (test_format), (newfile_signal), (test_signal), (main):
21457         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21458         (gst_newmedia_class_init), (gst_newmedia_init),
21459         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21460         (newfile_signal), (test_signal), (main):
21461         New media tests
21462
21463 2004-09-20  Christian Schaller <christian@fluendo.com>
21464
21465         * Fix mikmod license to LGPL as they have relicensed
21466         * Move Dirac and Effectv into LGPL section of README_license
21467
21468 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21469
21470         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21471         (gst_mad_change_state):
21472           Allow for mp3 rate/channels changes. However, only very
21473           conservatively. Reason that we *have* to enable this is smiply
21474           because the mad find_sync() function is not good enough, it will
21475           regularly sync on random data as valid frames and therefore make
21476           us provide random caps as *final* caps of the stream. The best fix
21477           I could think of is to simply require several of the same stream
21478           changes in a row before we change caps.
21479           The actual testcase that works now is #
21480         * ext/ogg/Makefile.am:
21481         * ext/ogg/gstogg.c: (plugin_init):
21482         * ext/ogg/gstogmparse.c:
21483           OGM support (video only for now; I need an audio sample file).
21484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21485         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21486         (gst_asf_demux_add_video_stream):
21487           WMV extradata.
21488         * gst/playback/gstplaybasebin.c: (unknown_type):
21489           Don't error out on single unknown-types after all. It's wrong.
21490           If we found type of video and audio but not of a subtitle stream,
21491           it will still error out (which is unwanted). Will find a better fix
21492           later on.
21493         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21494         (ogmaudio_type_find), (plugin_init):
21495           OGM support.
21496
21497 2004-09-20  Johan Dahlin  <johan@gnome.org>
21498
21499         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21500         after setting caps.
21501
21502 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21503
21504         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21505         * gst/wavenc/gstwavenc.h:
21506         Added newmedia support to wavenc
21507
21508 2004-09-17  Wim Taymans  <wim@fluendo.com>
21509
21510         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21511         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21512         (gst_fdset_fd_can_write), (gst_fdset_wait):
21513         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21514         (gst_multifdsink_init), (gst_multifdsink_add),
21515         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21516         (gst_multifdsink_remove_client_link),
21517         (gst_multifdsink_client_queue_buffer),
21518         (gst_multifdsink_handle_client_write),
21519         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21520         (gst_multifdsink_close), (gst_multifdsink_change_state):
21521         * gst/tcp/gstmultifdsink.h:
21522         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21523         (gst_tcpserversink_removed):
21524         Small cleanups in fdset.c
21525         Use a hastable to map fd to the client structure for faster
21526         lookup in _remove and get_stats.
21527         Added virtual function to close the fds.
21528         Handle clients even when the select/poll call was unblocked because
21529         of a command.
21530         Implement syncing to keyframe in the recovery procedure.
21531
21532 2004-09-16 Iain <iaingnome@gmail.com>
21533
21534         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21535         try caps.
21536
21537 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21538
21539         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21540           Caps are only set if the type of the stream is unknown, but this
21541           is initialized in ->init_stream(), so set to UNKNOWN after calling
21542           ->init_stream() so that capsnego starts.
21543
21544 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21545
21546         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21547         (gst_avi_demux_stream_data):
21548           Just hardcode for raw audio then. AVI audio sucks.
21549
21550 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21551
21552         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21553         * gst/matroska/matroska-mux.c: (audiosink_templ),
21554         (gst_matroska_mux_audio_pad_link):
21555         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21556         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21557
21558 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21559
21560         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21561         (gst_avi_demux_stream_data):
21562           Try to fix a/v sync issues.
21563
21564 2004-09-15  David Schleef  <ds@schleef.org>
21565
21566         * configure.ac: remove NASM check, since we don't use it.  Update
21567         dirac check to 0.4
21568         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21569         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21570         Initialized variables.
21571         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21572         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21573         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21574         SVQ3 format
21575
21576 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21577
21578         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21579         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21580         * gst/avi/gstavidemux.h:
21581           Fix for compressed audio (mp3) timestamp generation. How did this
21582           ever work?
21583
21584 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21585
21586         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21587           Volume is a double not a float.
21588
21589 2004-09-15  Wim Taymans  <wim@fluendo.com>
21590
21591         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21592         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21593         Don't close the fd in multifdsink as we didn't open it in the
21594         first place. Some cleanups.
21595
21596 2004-09-15  Wim Taymans  <wim@fluendo.com>
21597
21598         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21599         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21600         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21601         Fix the case where the muxer would mark pages as delta
21602         frames when they are not (vorbis only ogg).
21603
21604 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21605
21606         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21607         (gst_play_base_bin_change_state):
21608           Handle the case where we failed to setup a clear pipeline. This
21609           will throw an error (or EOS, another nice case) and if you don't
21610           catch that, the app will wait for the signal forever (and thus
21611           hang).
21612
21613 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21614
21615         * ext/gnomevfs/gstgnomevfssink.c:
21616         (gst_gnomevfssink_uri_get_protocols):
21617         * ext/gnomevfs/gstgnomevfssrc.c:
21618         (gst_gnomevfssrc_uri_get_protocols):
21619         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21620         * ext/gnomevfs/gstgnomevfsuri.h:
21621           Use _uri_new() instead of _open(), so it doesn't take as long and
21622           Christophe's computer won't hang.
21623         * gst/playback/gstplaybasebin.c: (unknown_type):
21624           Throw error on unknown media type, so apps actually display it.
21625
21626 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21627
21628         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21629           this script to work on Solaris since bash shell handles echo
21630           differenly than bash.
21631
21632 2004-09-17  Wim Taymans  <wim@fluendo.com>
21633
21634         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21635         (setup_source), (gst_play_base_bin_set_property),
21636         (gst_play_base_bin_add_element):
21637         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21638         Some more work on making sure seeking pauses the pipeline and
21639         that changing the uri actually does something.
21640
21641 2004-09-17  Wim Taymans  <wim@fluendo.com>
21642
21643         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21644         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21645         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21646         (gst_tcpserversink_close):
21647         Be a bit more paranoid when freeing memory.
21648
21649 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21650
21651         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21652         (qtdemux_parse_trak):
21653           Don't crash by dividing by zero (see sample movie in #126922).
21654
21655 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21656
21657         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21658           Don't touch non-existing data (fixes crash on file in #140147).
21659
21660 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21661
21662         * gst/playback/gstplaybasebin.c:
21663         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21664           Handle double disposals, and proper change of URIs.
21665
21666 2004-09-13  Martin Eikermann <meiker@upb.de>
21667
21668         * gst/mpegstream/gstmpegparse.c:
21669           fix synchronistation for streams recorded from digital PCR
21670           fixes bug #119376
21671
21672 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21673
21674         * ext/gnomevfs/Makefile.am:
21675         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21676         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21677         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21678         (gst_gnomevfssink_uri_get_type),
21679         (gst_gnomevfssink_uri_get_protocols),
21680         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21681         (gst_gnomevfssink_uri_handler_init),
21682         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21683         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21684         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21685         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21686         (gst_gnomevfssrc_uri_get_type),
21687         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21688         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21689         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21690         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21691         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21692         * ext/gnomevfs/gstgnomevfsuri.h:
21693           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21694           of fake URIs to see which this version of Gnome-VFS likes, and
21695           uses that for the Gst-URI interface. Makes playbin support http://
21696           streams. Also fix up some stupid behaviour in gnomevfssrc.
21697
21698 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21699
21700         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21701         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21702         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21703         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21704           Update mixer (to sync with other sessions) if we try to obtain
21705           a new value. This makes alsamixer work accross applications.
21706         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21707           Only call sync functions if we're running, else alsalib asserts.
21708         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21709           Sometimes fails to compile. Possibly a gcc bug.
21710         * gst/playback/gstplaybin.c: (gen_video_element),
21711         (gen_audio_element):
21712           Add a reference to an application-provided object, because we lose
21713           this same reference if we add it to the bin. If we don't do this,
21714           we can only use this object once and thus crash if we go from
21715           ready to playing, back to ready and back to playing again.
21716           Also add an audioscale element because several cheap soundcards -
21717           like mine - don't support all samplerates.
21718         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21719         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21720           Fix wrong order or PAR calls. Makes automatically obtained PAR
21721           from the X server atually being used.
21722
21723 2004-09-12  David Schleef  <ds@schleef.org>
21724
21725         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21726         #151887, #152102, #152247.
21727         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21728         * examples/seeking/cdparanoia.c: same
21729         * examples/seeking/cdplayer.c: same
21730         * examples/seeking/seek.c: same
21731         * examples/seeking/spider_seek.c: same
21732         * examples/seeking/vorbisfile.c: same
21733         * examples/stats/mp2ogg.c: same
21734         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21735         (gst_esdsink_dispose): Dispose of element properly.
21736         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21737         fixes.
21738         * ext/nas/nassink.c: (gst_nassink_class_init),
21739         (gst_nassink_dispose): Dispose of element correctly.
21740         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21741         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21742         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21743         Fix 64-bit warning.
21744         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21745         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21746         Fix 64-bit warning.
21747
21748 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21749
21750         * configure.ac : change speex detection as 1.1.6 now uses
21751           .pc/pkg-config and they changed their headers location.
21752
21753 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21754
21755         * gst/matroska/matroska-mux.h:
21756         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21757         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21758         (gst_matroska_mux_write_data):
21759           Write multiple blocks/frames per cluster.
21760                 Write meta-seek information (seek heads).
21761
21762 2004-09-09  Scott Wheeler <wheeler@kde.org>
21763
21764         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21765         (gst_play_bin_set_property), (gst_play_bin_get_property),
21766         (gen_audio_element), (gen_audio_element):
21767           Add a volume element / property to the pipeline.
21768
21769 2004-09-07  Wim Taymans  <wim@fluendo.com>
21770
21771         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21772         Copy timestamps from the master pad to the output buffers.
21773
21774 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21775
21776         * ext/raw1394/gstdv1394src.c:
21777           throw errors when applicable
21778
21779 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21780
21781         * gst/matroska/ebml-ids.h:
21782         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21783         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21784         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21785           automatically convert unix time <-> ebml time when reading/writing
21786           a date, use gst_ebml_write_uint to write CUETIME,
21787           not gst_ebml_write_date.
21788         * gst/matroska/matroska-ids.h:
21789         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21790         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21791         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21792         (gst_matroska_mux_write_data):
21793           Write track and segment UIDs, write muxing date, write
21794           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21795           Create cues for audio only files.
21796
21797 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21798
21799         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21800         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21801           Re-commit ALSA switches.
21802         * gst/adder/gstadder.c: (gst_adder_loop):
21803           64-bit fix (#151416).
21804         * gst/debug/progressreport.c: (gst_progressreport_report):
21805           64-bit fix (#151419).
21806         * gst/matroska/matroska-demux.c:
21807         (gst_matroska_demux_parse_contents):
21808           64-bit fix (#151420).
21809         * gst/playback/test3.c: (update_scale):
21810           64-bit fix (#151421).
21811
21812 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21813
21814         * configure.ac:
21815           bump nano to cvs
21816
21817 === release 0.8.4 ===
21818
21819 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21820
21821         * configure.ac: releasing 0.8.4, "Alias"
21822
21823 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21824
21825         * ext/theora/Makefile.am:
21826           fix makefile.  Fixes #151462.
21827
21828 2004-08-30  Wim Taymans  <wim@fluendo.com>
21829
21830         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21831         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21832         (gst_multifdsink_remove_client_link),
21833         (gst_multifdsink_client_queue_buffer),
21834         (gst_multifdsink_handle_client_write):
21835         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21836         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21837         Fix some memory leaks.
21838
21839 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21840
21841         Patch by: David Schleef
21842
21843         * configure.ac:
21844         * sys/Makefile.am:
21845           rename our detection macro for V4L2.  Fixes #151236.
21846
21847 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21848
21849         Patch by: David Schleef
21850
21851         * configure.ac:
21852           check to define LAMEPRESET.  Fixes #151232.
21853
21854 2004-08-27  David Schleef  <ds@schleef.org>
21855
21856         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21857         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21858         (gst_glimagesink_fixate):  Move local variable declarations to
21859         make gcc-2.95 happy.
21860
21861 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21862
21863         * configure.ac:
21864           bump nano for prerelease
21865
21866 2004-08-27  David Schleef  <ds@schleef.org>
21867
21868         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
21869         * sys/sunaudio/gstsunaudiosrc.c:
21870         * sys/sunaudio/gstsunaudiosrc.h:
21871
21872 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
21873
21874         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
21875         handle EOS correctly
21876         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
21877         * gst/matroska/matroska-mux.h:
21878         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
21879         VFW compatibility mode
21880
21881 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21882
21883         patch by: Zaheer Abbas Merali
21884
21885         * ext/ogg/gstoggmux.c:
21886         * ext/vorbis/vorbisenc.c:
21887         * ext/vorbis/vorbisenc.h:
21888           handle NEWMEDIA
21889
21890 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
21891
21892         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
21893         fix byte order reversion on little endian machines.
21894         * gst/matroska/matroska-mux.c: (audiosink_templ),
21895         (gst_matroska_mux_audio_pad_link):
21896         add TTA codec to the list of supported codecs.
21897         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
21898         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21899         (gst_matroska_mux_write_data):
21900         * gst/matroska/matroska-mux.h:
21901         write segment duration correctly, write muxing app string, fixes bugs
21902         #140897 and #140898.
21903         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
21904         wait for all pads to be negotiated before starting to mux.
21905
21906 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21907
21908         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
21909         * ext/lame/gstlame.h:
21910         Added new media support to lame
21911
21912 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
21913
21914         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
21915         send vorbis headers at the beginning of a stream, fixes bug #141554.
21916         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
21917         bug #148950.
21918         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
21919         (gst_matroska_demux_plugin_init):
21920         * gst/matroska/matroska-ids.h:
21921         enable demuxing of TTA audio streams, fixes bug #148951.
21922         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
21923         enable typefinding for TTA audio files, fixes bug #148711.
21924         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
21925         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
21926         fixes playback of packed bitstream and xvid with bframes, bug #135407.
21927
21928 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
21929
21930         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
21931         (gst_riff_read_element_data), (gst_riff_read_seek),
21932         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
21933         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
21934         <teuf@gnome.org>
21935
21936 2004-08-23 Iain <iaingnome@gmail.com>
21937
21938         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
21939         tags. They appear to be handled differently to normal.
21940         (tag_list_to_id3_tag_foreach): Ditto.
21941
21942 2004-08-22  Wim Taymans  <wim@fluendo.com>
21943
21944         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21945         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21946         Make sure we never send -1 granulepos.
21947
21948 2004-08-20  Wim Taymans  <wim@fluendo.com>
21949
21950         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21951         (gst_ogg_mux_loop):
21952         I will accept bitchslappings with non sharp objects.
21953
21954 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21955
21956         * configure.ac:
21957         Clean up the test for lame presets
21958
21959 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21960
21961         * configure.ac:
21962         * ext/lame/Makefile.am:
21963         * ext/lame/gstlame.c: (gst_lame_class_init),
21964         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
21965         Only enable lame presets if version of lame has presets in API
21966
21967 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
21968         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
21969         * gst/udp/gstudpsrc.h:
21970           Don't call gst_pad_push in a get function. Fixes #150449
21971
21972 2004-08-18  Wim Taymans  <wim@fluendo.com>
21973
21974         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
21975         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
21976         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21977         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21978         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21979         (gst_fdset_wait):
21980         * gst/tcp/gstfdset.h:
21981         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21982         (gst_multifdsink_client_queue_buffer),
21983         (gst_multifdsink_handle_client_write):
21984         * gst/tcp/gstmultifdsink.h:
21985         Some extra checks in gstfdset.
21986         Only use send() when the fd is a socket. Don't try to
21987         read from write only fds.
21988
21989 2004-08-18  Wim Taymans  <wim@fluendo.com>
21990
21991         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
21992         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
21993         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
21994         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
21995         (gst_fdset_wait):
21996         Add more locking and bounds checking.
21997
21998 2004-08-18  Wim Taymans  <wim@fluendo.com>
21999
22000         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22001         Realloc test fdset in the lock and right before starting
22002         the poll call. Bump the limit to 4096.
22003
22004 2004-08-17  David Schleef  <ds@schleef.org>
22005
22006         * sys/sunaudio/Makefile.am:
22007         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22008         of rates and channels.  Make debugging less obnoxious.
22009
22010         Patch from Balamurali Viswanathan implementing a mixer for
22011         Sun audio.  (bug #144091):
22012         * sys/sunaudio/gstsunelement.c:
22013         * sys/sunaudio/gstsunelement.h:
22014         * sys/sunaudio/gstsunmixer.c:
22015         * sys/sunaudio/gstsunmixer.h:
22016
22017 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22018
22019         * gst/audioscale/gstaudioscale.c:
22020         * gst/audioscale/gstaudioscale.h:
22021         made audioscale resample from any sample rate to any sample rate
22022
22023 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22024
22025         * ext/libpng/gstpngdec.c:
22026           error out on unsupported types
22027
22028 2004-08-17  Iain <iaingnome@gmail.com>
22029
22030         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22031         mid_side and loose_mid_side properties if its a stereo stream.
22032
22033 2004-08-17  Wim Taymans  <wim@fluendo.com>
22034
22035         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22036         (theora_get_formats), (theora_dec_src_convert),
22037         (theora_dec_sink_convert), (theora_dec_src_query),
22038         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22039         Add a debug line.
22040
22041 2004-08-17  Wim Taymans  <wim@fluendo.com>
22042
22043         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22044         (gst_ogg_pad_push):
22045         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22046         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22047         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22048         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22049         Mark delta units in the muxer.
22050         Try to decode the packet after an out-of-sync error from
22051         libogg.
22052
22053 2004-08-17  Wim Taymans  <wim@fluendo.com>
22054
22055         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22056         (gst_multifdsink_init), (gst_multifdsink_add),
22057         (gst_multifdsink_client_queue_buffer),
22058         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22059         * gst/tcp/gstmultifdsink.h:
22060         Added option to send a keyframe to clients as the first buffer.
22061         Make timeout property writable.
22062
22063 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22064
22065         patch by: Wim Taymans
22066
22067         * gst/tcp/gstfdset.c:
22068         * gst/tcp/gstmultifdsink.c:
22069           fix index comparison, should include 0
22070
22071 2004-08-16  Wim Taymans  <wim@fluendo.com>
22072
22073         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22074         (gst_fdset_add_fd), (gst_fdset_remove_fd),
22075         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22076         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22077         (gst_fdset_wait):
22078           copy when reallocing for poll so the select arguments don't get
22079           changed during the call
22080
22081 2004-08-16  Wim Taymans  <wim@fluendo.com>
22082
22083         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22084         (gst_theora_enc_class_init), (theora_enc_sink_link),
22085         (theora_buffer_from_packet), (theora_enc_chain):
22086         Fix bug where buffers were not marked as keyframes
22087         correctly.
22088
22089 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22090
22091         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22092         (gst_lame_preset_get_type), (gst_lame_class_init):
22093         describe the enum values for vbr mode and presets more verbosely
22094
22095 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22096
22097         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22098         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22099         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22100         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22101         * ext/lame/gstlame.h:
22102         add preset property to lame so it can use lame presets
22103
22104 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22105
22106         * ext/lame/gstlame.c: (gst_lame_get_property):
22107         whoops forgot break, thanks teuf
22108
22109 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22110
22111         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22112         (gst_lame_class_init), (gst_lame_src_getcaps),
22113         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22114         (gst_lame_get_property), (gst_lame_setup):
22115         * ext/lame/gstlame.h:
22116         fix lame's broken vbr stuff, allow it to resample if need be, and also
22117         make xing header optional
22118
22119 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22120
22121         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22122         added getcaps function so samplerate doesnt get fixated to silly values
22123
22124 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22125
22126         * ext/lame/gstlame.c: (gst_lame_src_link):
22127         revert previous fix
22128
22129 2004-08-12  Johan Dahlin  <johan@gnome.org>
22130
22131         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22132         checks. Doesn't matter what state we are in. Interfaces are a
22133         compile time thing, not runtime. It also broke the python bindings.
22134
22135 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22136
22137         * ext/lame/gstlame.c: (gst_lame_src_link):
22138         made source pad link function check if sinkpad is ok..fixes the problem
22139         where core fixates the output rate of lame stupidly
22140
22141 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22142
22143         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22144         * sys/v4l/v4l_calls.c:
22145         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22146           fix fixate function to handle nonsimple caps.
22147           remove bogus check in _link
22148           cleanups
22149
22150 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22151
22152         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22153         set default compression ratio parameter to 0.0 so bitrate parameter
22154         works :)
22155
22156 2004-08-11  David Schleef  <ds@schleef.org>
22157
22158         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22159
22160 2004-08-11  David Schleef  <ds@schleef.org>
22161
22162         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22163         before.
22164
22165 2004-08-11  David Schleef  <ds@schleef.org>
22166
22167         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22168
22169 2004-08-11  David Schleef  <ds@schleef.org>
22170
22171         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22172           license field
22173         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22174         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22175           LGPL.
22176         * gst/auparse/gstauparse.c: Fix plugin license field.
22177         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22178         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22179         * gst/rtp/gstrtp.c: Fix plugin license field.
22180
22181 2004-08-11  Wim Taymans  <wim@fluendo.com>
22182
22183         * gst/tcp/Makefile.am:
22184         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22185         (ensure_size), (gst_fdset_new), (gst_fdset_free),
22186         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22187         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22188         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22189         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22190         (gst_fdset_fd_can_write), (gst_fdset_wait):
22191         * gst/tcp/gstfdset.h:
22192         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22193         (gst_multifdsink_class_init), (gst_multifdsink_init),
22194         (gst_multifdsink_add), (gst_multifdsink_remove),
22195         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22196         (gst_multifdsink_remove_client_link),
22197         (gst_multifdsink_handle_client_read),
22198         (gst_multifdsink_client_queue_data),
22199         (gst_multifdsink_client_queue_caps),
22200         (gst_multifdsink_client_queue_buffer),
22201         (gst_multifdsink_handle_client_write),
22202         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22203         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22204         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22205         (gst_multifdsink_close):
22206         * gst/tcp/gstmultifdsink.h:
22207         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22208         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22209         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22210         (gst_tcpserversink_close):
22211         * gst/tcp/gsttcpserversink.h:
22212         Abstracted away the select call, implemented poll (yes we ran into
22213         the 1024 limit in production).
22214
22215 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22216
22217         * gst/tcp/gsttcp.c:
22218         * gst/tcp/gsttcpplugin.c:
22219           improve debuggging, remove assert
22220
22221 2004-08-10  Wim Taymans  <wim@fluendo.com>
22222
22223         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22224         (gst_client_status_get_type), (gst_multifdsink_class_init),
22225         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22226         (gst_multifdsink_handle_client_read),
22227         (gst_multifdsink_handle_client_write),
22228         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22229         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22230         (gst_multifdsink_get_property):
22231         * gst/tcp/gstmultifdsink.h:
22232         * gst/tcp/gsttcp-marshal.list:
22233         Starting to prepare for specifying buffer time in other units
22234         than buffers. Expose remove reason in signal.
22235
22236 2004-08-10  Wim Taymans  <wim@fluendo.com>
22237
22238         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22239         (gst_multifdsink_remove), (gst_multifdsink_clear),
22240         (gst_multifdsink_remove_client_link),
22241         (gst_multifdsink_handle_client_read),
22242         (gst_multifdsink_client_queue_data),
22243         (gst_multifdsink_client_queue_buffer),
22244         (gst_multifdsink_handle_client_write),
22245         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22246         (gst_multifdsink_chain), (gst_multifdsink_close):
22247         * gst/tcp/gstmultifdsink.h:
22248         Added more debugging info. Changed the way clients are
22249         removed from the lists. Fixed a bug where a bad file descriptor
22250         could cause many clients to be removed.
22251
22252 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22253
22254         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22255           allow all pixel-aspect-ratios, not just 1:1
22256
22257 2004-08-09  David Schleef  <ds@schleef.org>
22258
22259         * sys/glsink/ARB_multitexture.h:  Remove old files.
22260         * sys/glsink/EXT_paletted_texture.h:
22261         * sys/glsink/NV_register_combiners.h:
22262         * sys/glsink/gstgl_nvimage.c:
22263         * sys/glsink/gstgl_pdrimage.c:
22264         * sys/glsink/gstgl_rgbimage.c:
22265         * sys/glsink/gstglsink.c:
22266         * sys/glsink/gstglsink.h:
22267         * sys/glsink/gstglxwindow.c:
22268         * sys/glsink/regcomb_yuvrgb.c:
22269
22270 2004-08-09  David Schleef  <ds@schleef.org>
22271
22272         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22273         GL sink plugin.  (Bug #147302)
22274
22275         * configure.ac: Test for OpenGL
22276         * sys/Makefile.am: Use test for OpenGL
22277         * sys/glsink/Makefile.am:
22278         * sys/glsink/glimagesink.c: rewrite
22279         * sys/glsink/glimagesink.h: rewrite
22280
22281 2004-08-09  David Schleef  <ds@schleef.org>
22282
22283         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22284         sane framerates.
22285         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22287         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22288
22289 2004-08-09  Wim Taymans  <wim@fluendo.com>
22290
22291         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22292         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22293         (gst_multifdsink_client_remove),
22294         (gst_multifdsink_handle_client_read),
22295         (gst_multifdsink_handle_client_write),
22296         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22297         Do a bit more logging, make the client_read code more robust.
22298
22299 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22300
22301         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22302         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22303         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22304         (gst_jpegdec_init), (gst_jpegdec_chain):
22305         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22306         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22307           cleanups, debugging fixes and memleak plugging
22308
22309 2004-08-09  Wim Taymans  <wim@fluendo.com>
22310
22311         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22312         (theora_get_formats), (theora_dec_src_convert),
22313         (theora_dec_sink_convert), (theora_dec_src_query),
22314         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22315         (theora_dec_change_state):
22316         Don't crash on missing header packets.
22317
22318 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22319
22320         * po/LINGUAS:
22321         * po/sq.po:
22322           Added Albanian translation (Laurent Dhima)
22323         * po/cs.po:
22324           updated
22325
22326 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22327
22328         * ext/lame/gstlame.c:
22329           fix/add debugging
22330
22331 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22332
22333         * sys/ximage/ximagesink.c:
22334         * sys/xvimage/xvimagesink.c:
22335           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22336
22337 2004-08-06  Wim Taymans  <wim@fluendo.com>
22338
22339         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22340         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22341         (gst_multifdsink_client_remove),
22342         (gst_multifdsink_handle_client_read),
22343         (gst_multifdsink_handle_client_write),
22344         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22345         Make sure we don't try to read more from a client that what
22346         ioctl says us or we deadlock.
22347
22348 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22349
22350         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22351         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22352         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22353           decouple running_time and n_frames so it can handle changing
22354           framerate while running
22355
22356 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22357
22358         * po/nl.po:
22359         * po/sv.po:
22360           updated translations
22361
22362 2004-08-04  Benjamin Otte  <otte@gnome.org>
22363
22364         * gst/videotestsrc/gstvideotestsrc.c:
22365         (gst_videotestsrc_get_capslist), (generate_capslist),
22366         (plugin_init):
22367           generate the list of supported caps at startup and reuse it instead
22368           of always generating it
22369
22370 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22371
22372         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22373           whoops, last checkin broke normal build
22374
22375 2004-08-03  Benjamin Otte  <otte@gnome.org>
22376
22377         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22378         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22379         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22380         (gst_alsa_mixer_get_option):
22381         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22382         (dvdnavsrc_print_event):
22383         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22384         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22385         (gst_ogg_mux_pad_unlink):
22386         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22387         (gst_multipart_mux_pad_unlink):
22388         * gst/videofilter/gstvideobalance.c:
22389         (gst_videobalance_colorbalance_set_value):
22390         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22391         (gst_videomixer_pad_unlink):
22392         * po/uk.po:
22393         * sys/oss/gstossmixer.c:
22394         * sys/v4l/gstv4lcolorbalance.c:
22395         * sys/v4l/gstv4ltuner.c:
22396         * sys/v4l/v4lsrc_calls.c:
22397         * sys/v4l2/gstv4l2colorbalance.c:
22398         * sys/v4l2/gstv4l2tuner.c:
22399           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22400
22401 2004-08-03  Benjamin Otte  <otte@gnome.org>
22402
22403         * examples/dynparams/filter.c: (ui_control_create):
22404         * examples/gstplay/player.c: (print_tag):
22405         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22406         * ext/gdk_pixbuf/gstgdkanimation.c:
22407         (gst_gdk_animation_iter_may_advance):
22408         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22409         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22410         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22411         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22412         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22413         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22414         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22415         * gst/sine/demo-dparams.c: (main):
22416         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22417         * testsuite/alsa/formats.c: (create_pipeline):
22418         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22419           fixes for G_DISABLE_ASSERT and friends
22420         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22421         (mp3_type_frame_length_from_header), (mp3_type_find),
22422         (plugin_init):
22423           require mp3 typefinding to have at least MIN_HEADERS valid headers
22424           add typefinding for AAC adts files
22425
22426 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22427
22428         * sys/ximage/ximagesink.c:
22429         (gst_ximagesink_calculate_pixel_aspect_ratio):
22430         * sys/xvimage/xvimagesink.c:
22431         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22432         Make sure we calculate pixel-aspect-ratio using floating point maths
22433
22434 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22435
22436         * po/uk.po:
22437           updated translation
22438
22439 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22440
22441         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22443           add debugging for display PAR calculation
22444
22445 2004-08-02  David Schleef  <ds@schleef.org>
22446
22447         * configure.ac: Fix mikmod CFLAGS.
22448
22449 2004-07-27  Benjamin Otte  <otte@gnome.org>
22450
22451         * gst/audioscale/gstaudioscale.c:
22452         - fix templates to only support S16, it's the only format that works
22453         - make caps nego code use try_set_caps_nonfixed and fixation instead
22454         of try_set_caps twice, which is not nice for autopluggers
22455         - change rank to secondary, so autopluggers can pick it up after
22456         audioconvert
22457
22458 2004-08-02  Iain <iain@prettypeople.org>
22459
22460         * gst/interleave/interleave.c (interleave_init),
22461         (interleave_request_new_pad),
22462         (interleave_pad_removed),
22463         (interleave_buffered_loop): Use the real pad count, not the artificial
22464         one.
22465
22466 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22467
22468         * configure.ac: bump nano back to development
22469
22470 === release 0.8.3 ===
22471
22472 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22473
22474         * configure.ac: releasing 0.8.3, "Water"
22475
22476 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22477
22478         * sys/xvimage/xvimagesink.c:
22479         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22480         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22481         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22482         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22483         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22484         * sys/xvimage/xvimagesink.h:
22485           apply similar PAR fixes as to ximagesink
22486
22487 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22488
22489         patch from: Benjamin Otte
22490
22491         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22492           add link function to lame.  Fixes #148986.
22493
22494 2004-08-02  Johan Dahlin  <johan@gnome.org>
22495
22496         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22497         fix debugging log
22498
22499 2004-07-30  David Schleef  <ds@schleef.org>
22500
22501         * gst/videomixer/Makefile.am: Fix things that should have been
22502         fixed in the last checkin.
22503
22504 2004-07-30  David Schleef  <ds@schleef.org>
22505
22506         * gst/multipart/Makefile.am: Fix things that should have been
22507         fixed in the last checkin.
22508
22509 2004-07-30  David Schleef  <ds@schleef.org>
22510
22511         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22512
22513 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22514
22515         * configure.ac:
22516           bump nano for prerelease
22517         * po/af.po:
22518         * po/az.po:
22519         * po/cs.po:
22520         * po/en_GB.po:
22521         * po/hu.po:
22522         * po/nl.po:
22523         * po/sr.po:
22524         * po/sv.po:
22525         * po/uk.po:
22526           updates
22527
22528 2004-07-30  Wim Taymans  <wim@fluendo.com>
22529
22530         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22531         (gst_multifdsink_add), (gst_multifdsink_remove),
22532         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22533         (gst_multifdsink_client_remove),
22534         (gst_multifdsink_handle_client_write),
22535         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22536         * gst/tcp/gstmultifdsink.h:
22537         Recover from a select with a bad file descriptor by removing
22538         the client.
22539
22540 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22541
22542         * configure.ac:
22543           fix requirement of core
22544         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22545         (gst_play_pipeline_setup):
22546           don't use colorspace element.  do use hermescolorspace element.
22547           make macro to get a colorspace element.
22548           mark strings for translation.
22549         * po/POTFILES.in:
22550           add play.c
22551         * po/af.po:
22552         * po/az.po:
22553         * po/cs.po:
22554         * po/en_GB.po:
22555         * po/hu.po:
22556         * po/nl.po:
22557         * po/sr.po:
22558         * po/sv.po:
22559         * po/uk.po:
22560           update translations
22561
22562 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22563
22564         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22565         fix default for newmedia flag
22566
22567 2004-07-30  Wim Taymans  <wim@fluendo.com>
22568
22569         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22570         (gst_theora_dec_init), (theora_get_formats),
22571         (theora_dec_src_convert), (theora_dec_sink_convert),
22572         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22573         (theora_dec_chain), (theora_dec_set_property),
22574         (theora_dec_get_property):
22575         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22576         (gst_theora_enc_class_init), (gst_theora_enc_init),
22577         (theora_enc_sink_link), (theora_enc_chain),
22578         (theora_enc_set_property), (theora_enc_get_property):
22579         Added cropping option to theora decoder.
22580         Added border option to theora encoder.
22581
22582 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22583
22584         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22585         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22586         (gst_pngenc_set_property):
22587         * ext/libpng/gstpngenc.h:
22588         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
22589
22590 2004-07-30  Wim Taymans  <wim@fluendo.com>
22591
22592         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22593         (theora_enc_sink_link), (theora_enc_chain),
22594         (theora_enc_set_property), (theora_enc_get_property):
22595         Fix encoding of non-multiple-of-16 video.
22596
22597 2004-07-29  David Schleef  <ds@schleef.org>
22598
22599         * configure.ac: make test for audiofile more strict
22600
22601 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22602
22603         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22604           give different names to typefind functions
22605
22606 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22607
22608         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22609         (gst_ximagesink_calculate_pixel_aspect_ratio),
22610         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22611         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22612         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22613         (gst_ximagesink_get_property), (gst_ximagesink_init):
22614         * sys/ximage/ximagesink.h:
22615           allocate PAR's dynamically.
22616           use autodetected PAR if no object-set PAR is given.
22617           add workaround for directfb's X not setting physical size.
22618           fix to xvimagesink will follow tomorrow.
22619
22620 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22621
22622         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22623         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22624         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22625         (gst_shout2send_class_init), (gst_shout2send_init),
22626         (set_shout_metadata), (gst_shout2send_set_metadata),
22627         (gst_shout2send_chain), (gst_shout2send_set_property),
22628         (gst_shout2send_get_property), (gst_shout2send_connect),
22629         (gst_shout2send_change_state):
22630         * ext/shout2/gstshout2.h:
22631         - fix for sending mp3 audio to icecast2 server, if pad link function not
22632         called before PAUSED state
22633         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22634         - added tagging support for mp3 audio broadcasted
22635         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22636         debug info
22637
22638 2004-07-28  Wim Taymans  <wim@fluendo.com>
22639
22640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22641         (gst_ogg_demux_push):
22642         Return query failure when we don't know the length of
22643         an ogg stream insteda of returning TRUE with a bogus value.
22644
22645 2004-07-28  Wim Taymans  <wim@fluendo.com>
22646
22647         * ext/theora/theoradec.c: (theora_get_formats),
22648         (theora_dec_src_convert), (theora_dec_sink_convert),
22649         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22650         (theora_dec_chain):
22651         Don't screw up the 1 Chroma for 1 luma sample situation when we
22652         have an odd offset/width by adding a black border in those cases.
22653
22654 2004-07-28  Wim Taymans  <wim@fluendo.com>
22655
22656         * ext/theora/theoradec.c: (theora_get_formats),
22657         (theora_dec_src_convert), (theora_dec_sink_convert),
22658         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22659         (theora_dec_chain):
22660         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22661         Added first attempt at cropping of the image as required by the
22662         theora spec. We need more properties in the caps (offset_x,
22663         offset_y,stride) to implement this correctly.
22664
22665 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22666
22667         * ext/dvdnav/README:
22668           Update the README to use dvddemux
22669         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22670           Ensure getcaps returns a subset of the template caps
22671         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22672         (gst_mpeg2subt_init):
22673           Ensure getcaps returns a subset of the template caps
22674         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22675         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22676         (gst_dvd_demux_get_subpicture_stream),
22677         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22678         * gst/mpegstream/gstdvddemux.h:
22679           Set the explicit caps on the current_video pad before pushing
22680           anything
22681         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22682         (gst_mpeg_demux_get_audio_stream):
22683           Free caps used to gst_pad_set_explicit_caps, which takes a const
22684           GstCaps *
22685
22686 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22687
22688         * configure.ac: update GStreamer requirement to 0.8.4 because of
22689           GstFraction.
22690
22691 2004-07-28  Wim Taymans  <wim@fluendo.com>
22692
22693         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22694         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22695         Add the pad to the element after setting up the caps. This
22696         makes it a lot easier to autoplug.
22697
22698 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22699
22700         * gst/median/gstmedian.c:
22701         * gst/mpeg2subt/gstmpeg2subt.c:
22702         * gst/mpegaudioparse/gstmpegaudioparse.c:
22703         * gst/mpegstream/gstdvddemux.c:
22704         * gst/mpegstream/gstmpegdemux.c:
22705         * gst/mpegstream/gstmpegpacketize.c:
22706         * gst/rtjpeg/gstrtjpeg.c:
22707         * gst/rtjpeg/gstrtjpegdec.c:
22708         * gst/rtjpeg/gstrtjpegenc.c:
22709         * gst/sine/gstsinesrc.c:
22710         * gst/smooth/gstsmooth.c:
22711         * gst/smpte/gstsmpte.c:
22712         * gst/smpte/gstsmpte.h:
22713         * gst/stereo/gststereo.c:
22714         * gst/videofilter/gstgamma.c:
22715         * gst/videofilter/gstvideobalance.c:
22716         * gst/videofilter/gstvideofilter.c:
22717         * gst/videofilter/gstvideoflip.c:
22718         * gst/videoscale/gstvideoscale.c:
22719         * gst/videoscale/videoscale.c:
22720         * gst/videotestsrc/gstvideotestsrc.c:
22721         * gst/videotestsrc/videotestsrc.c:
22722         * gst/wavenc/gstwavenc.c:
22723         * gst/wavparse/gstwavparse.c:
22724           fix local includes and 64 bits constants
22725
22726 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22727
22728         * win32/gst.sln:
22729         * gst-libs/gst/*/*.vcproj:
22730         * gst/*/*.vcproj:
22731           more working plugins
22732
22733 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22734
22735         * testsuite/alsa/Makefile.am:
22736         * testsuite/alsa/srcstate.c:
22737         add test for alsasrc changing state
22738
22739 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22740
22741         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22742         (gst_silence_get):
22743         * gst/silence/gstsilence.h:
22744         fix silence generation for 16bit raw audio
22745
22746 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22747
22748         * gst/matroska/matroska-demux.c:
22749         (gst_matroska_demux_parse_metadata),
22750         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22751         * gst/mpegaudio/common.c:
22752         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22753         (gst_videoscale_getcaps), (gst_videoscale_link),
22754         (gst_videoscale_src_fixate), (gst_videoscale_init),
22755         (gst_videoscale_finalize):
22756         * gst/videoscale/gstvideoscale.h:
22757         * gst/videotestsrc/gstvideotestsrc.c:
22758         (gst_videotestsrc_get_capslist):
22759         * gst/wavenc/gstwavenc.c:
22760         * sys/oss/gstossmixer.c: (fill_labels):
22761         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22762         (gst_ximagesink_handle_xevents),
22763         (gst_ximagesink_calculate_pixel_aspect_ratio),
22764         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22765         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22766         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22767         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22768         (gst_ximagesink_init), (gst_ximagesink_class_init):
22769         * sys/ximage/ximagesink.h:
22770         * sys/xvimage/xvimagesink.c:
22771         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22772         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22773         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22774         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22775         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22776         * sys/xvimage/xvimagesink.h:
22777           first batch of pixel aspect ratio commits.
22778
22779 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22780
22781         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22782         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22783         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22784           handle stride, needs work if we want to move stride handling
22785           upstream, but works correctly for our purposes.
22786
22787 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22788
22789         * gst/videoscale/README:
22790           add testing examples
22791         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22792         (gst_videoscale_chain):
22793         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22794         (gst_videoscale_get_size):
22795           add get_size function that handles stride like videotestsrc.
22796           fixes conversion for YUV formats for as much as I can test them.
22797
22798 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22799
22800         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22801         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22802         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22803         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22804         (gst_xvimagesink_xvimage_put):
22805           further cleanups, logging, error handling and synchronizing
22806
22807 2004-07-27  Wim Taymans  <wim@fluendo.com>
22808
22809         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22810         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22811         (gst_videomixer_pad_set_property),
22812         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22813         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22814         (gst_videomixer_class_init), (gst_videomixer_init),
22815         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22816         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22817         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22818         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22819         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22820         (gst_videomixer_loop), (plugin_init):
22821         Be a nicer negotiation citizen and provide a getcaps function on
22822         the srcpad. This also fixes a crash when resizing.
22823
22824 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22825
22826         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22827         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22828
22829 2004-07-27  Wim Taymans  <wim@fluendo.com>
22830
22831         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22832         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22833         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22834         (gst_pngenc_set_property):
22835         * ext/libpng/gstpngenc.h:
22836         Added snapshot property to pngenc.
22837         removed g_print from pngdec
22838
22839 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22840
22841         * gst/ac3parse/ac3parse.vcproj
22842         * gst/adder/adder.vcproj
22843         * gst/alpha/alpha.vcproj
22844         * gst/alpha/alphacolor.vcproj
22845         * gst/asfdemux/asf.vcproj
22846         * gst/audioconvert/audioconvert.vcproj
22847         * gst/audiorate/audiorate.vcproj
22848         * gst/audioscale/audioscale.vcproj
22849         * gst/auparse/auparse.vcproj
22850         * gst/avi/avi.vcproj
22851         * gst/cdxaparse/cdxaparse.vcproj
22852         * gst/chart/chart.vcproj
22853         * gst/colorspace/colorspace.vcproj
22854         * gst/cutter/cutter.vcproj
22855         * gst/debug/debug.vcproj
22856         * gst/debug/efence.vcproj
22857         * gst/debug/navigationtest.vcproj
22858         * gst/deinterlace/deinterlace.vcproj
22859         * gst/effectv/effectv.vcproj
22860         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22861         * gst/filter/filter.vcproj
22862         * gst/flx/flxdec.vcproj
22863         * gst/goom/goom.vcproj
22864         * gst/interleave/interleave.vcproj
22865         * gst/law/alaw.vcproj
22866         * gst/law/mulaw.vcproj
22867         * gst/matroska/matroska.vcproj
22868         * gst/median/median.vcproj
22869         * gst/mixmatrix/mixmatrix.vcproj
22870         * gst/mpeg1sys/mpeg1systemencode.vcproj
22871         * gst/mpeg1videoparse/mp1videoparse.vcproj
22872         * gst/mpeg2sub/mpeg2subt.vcproj
22873         * gst/mpegaudio/mpegaudio.vcproj
22874         * gst/mpegaudioparse/mpegaudioparse.vcproj
22875         * gst/mpegstream/mpegstream.vcproj
22876         * gst/multifilesink/multifilesink.vcproj
22877         * gst/multipart/multipart.vcproj
22878         * gst/oneton/oneton.vcproj
22879         * gst/overlay/overlay.vcproj
22880         * gst/passthrough/passthrough.vcproj
22881         * gst/qtdemux/qtdemux.vcproj
22882         * gst/realmedia/rmdemux.vcproj
22883         * gst/rtjpeg/rtjpeg.vcproj
22884         * gst/rtp/rtp.vcproj
22885         * gst/silence/silence.vcproj
22886         * gst/sine/sinesrc.vcproj
22887         * gst/smooth/smooth.vcproj
22888         * gst/smpte/smpte.vcproj
22889         * gst/spectrum/spectrum.vcproj
22890         * gst/speed/speed.vcproj
22891         * gst/stereo/stereo.vcproj
22892         * gst/switch/switch.vcproj
22893         * gst/tags/tagedit.vcproj
22894         * gst/tcp/tcp.vcproj
22895         * gst/typefind/typefindfunctions.vcproj
22896         * gst/udp/udp.vcproj
22897         * gst/videobox/videobox.vcproj
22898         * gst/videocrop/videocrop.vcproj
22899         * gst/videodrop/videodrop.vcproj
22900         * gst/videofilter/gamma.vcproj
22901         * gst/videofilter/videobalance.vcproj
22902         * gst/videofilter/videofilter.vcproj
22903         * gst/videofilter/videoflip.vcproj
22904         * gst/videoflip/videoflip.vcproj
22905         * gst/videomixer/videomixer.vcproj
22906         * gst/videorate/videorate.vcproj
22907         * gst/videoscale/videoscale.vcproj
22908         * gst/videotestsrc/videotestsrc.vcproj
22909         * gst/virtualdub/virtualdub.vcproj
22910         * gst/volenv/volenv.vcproj
22911         * gst/volume/volume.vcproj
22912         * gst/wavenc/wavenc.vcproj
22913         * gst/wavparse/wavparse.vcproj
22914         * gst/y4m/y4menc.vcproj
22915         * gst-libs/gst/audio/audio.vcproj
22916         * gst-libs/gst/audio/audiofilter.vcproj
22917         * gst-libs/gst/colorbalance/colorbalance.vcproj
22918         * gst-libs/gst/idct/idtc.vcproj
22919         * gst-libs/gst/media-info/media-info.vcproj
22920         * gst-libs/gst/mixer/mixer.vcproj
22921         * gst-libs/gst/navigation/navigation.vcproj
22922         * gst-libs/gst/play/play.vcproj
22923         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
22924         * gst-libs/gst/resample/resample.vcproj
22925         * gst-libs/gst/riff/riff.vcproj
22926         * gst-libs/gst/tuner/tuner.vcproj
22927         * gst-libs/gst/video/video.vcproj
22928         * gst-libs/gst/xoverlay/xoverlay.vcproj
22929           avoid problems with math.h, fix release dependancy
22930           rename GStreamer-0.8.lib to libgstreamer.lib
22931
22932 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22933
22934         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
22935         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
22936         the atom is not available we have to unlock the mutex. Fixes #148023
22937
22938 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22939
22940         * gst-libs/gst/media-info/media-info.h:
22941           issue for a vararg macro with MSVC
22942
22943 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22944
22945         * gst/effectv/effectv.vcproj
22946         * gst-libs/gst/idct/idct.vcproj:
22947         * gst-libs/gst/media-info/media-info.vcproj:
22948         * gst-libs/gst/navigation/navigation.vcproj:
22949         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
22950         * gst-libs/gst/video/video.vcproj:
22951         * gst-libs/gst/xoverlay/xoverlay.vcproj:
22952           fixes for build problems
22953
22954 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22955
22956         * gst-libs/gst/audio/audio.def:
22957         * gst-libs/gst/audio/riff.def:
22958           add some definitions needed by plugins
22959
22960 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22961
22962         * gst/asfdemux/gstasfmux.c
22963           Fix some 64 bits constants to be glib friendly
22964
22965 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22966
22967         * gst/ac3parse/gstac3parse.c
22968         * gst/audioscale/gstaudioscale.c
22969         * gst/auparse/gstauparse.c
22970         * gst/colorspace/gstcolorspace.c
22971         * gst/colorspace/yuv2rgb.h
22972           local include fixes
22973
22974 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
22975
22976         * win32/gst.sln
22977           add more plugins to the build
22978
22979 2004-07-26  Julien MOUTTE  <julien@moutte.net>
22980
22981         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22982         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
22983
22984 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22985
22986         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
22987         (gst_level_set_property), (gst_level_get_property),
22988         (gst_level_base_init), (gst_level_class_init):
22989           add debugging categories.  cleanups.
22990
22991 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22992
22993         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22994         (gst_videoscale_planar411), (gst_videoscale_planar400),
22995         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
22996         (gst_videoscale_scale_nearest_str1),
22997         (gst_videoscale_scale_nearest_str2),
22998         (gst_videoscale_scale_nearest_str4),
22999         (gst_videoscale_scale_nearest_16bit),
23000         (gst_videoscale_scale_nearest_24bit):
23001           fixed stride issues
23002           tested with 320x240 -> 321, 322, 324 x240
23003           tested with YV12, I420, YUY2, UYVY
23004           fixed packed422rev (don't think it could have worked before)
23005           by testing with UYVY
23006
23007 2004-07-26  Benjamin Otte  <otte@gnome.org>
23008
23009         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23010         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23011         (plugin_init):
23012           add debugging category, add error checks like checking return values
23013           of setup calls, make sure it still works after
23014           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23015
23016 2004-07-26  Wim Taymans  <wim@fluendo.com>
23017
23018         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23019         (gst_mpeg_demux_get_audio_stream),
23020         (gst_mpeg_demux_process_private):
23021         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23022         Check for error codes from the negotiation functions. Make sure
23023         we really set the pad caps when a new pad is created.
23024
23025 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23026
23027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23028         (gst_ffmpeg_caps_to_pix_fmt):
23029         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23030         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23031         (gst_ffmpegcolorspace_pad_link):
23032           don't make function do two things at the same time without reason.
23033
23034 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23035
23036         * gst/ac3parse/ac3parse.vcproj
23037         * gst/adder/adder.vcproj
23038         * gst/alpha/alpha.vcproj
23039         * gst/alpha/alphacolor.vcproj
23040         * gst/asfdemux/asf.vcproj
23041         * gst/audioconvert/audioconvert.vcproj
23042         * gst/audiorate/audiorate.vcproj
23043         * gst/audioscale/audioscale.vcproj
23044         * gst/auparse/auparse.vcproj
23045         * gst/avi/avi.vcproj
23046         * gst/cdxaparse/cdxaparse.vcproj
23047         * gst/chart/chart.vcproj
23048         * gst/colorspace/colorspace.vcproj
23049         * gst/cutter/cutter.vcproj
23050         * gst/debug/debug.vcproj
23051         * gst/debug/efence.vcproj
23052         * gst/debug/navigationtest.vcproj
23053         * gst/deinterlace/deinterlace.vcproj
23054         * gst/effectv/effectv.vcproj
23055         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23056         * gst/filter/filter.vcproj
23057         * gst/flx/flxdec.vcproj
23058         * gst/goom/goom.vcproj
23059         * gst/interleave/interleave.vcproj
23060         * gst/law/alaw.vcproj
23061         * gst/law/mulaw.vcproj
23062         * gst/matroska/matroska.vcproj
23063         * gst/median/median.vcproj
23064         * gst/mixmatrix/mixmatrix.vcproj
23065         * gst/mpeg1sys/mpeg1systemencode.vcproj
23066         * gst/mpeg1videoparse/mp1videoparse.vcproj
23067         * gst/mpeg2sub/mpeg2subt.vcproj
23068         * gst/mpegaudio/mpegaudio.vcproj
23069         * gst/mpegaudioparse/mpegaudioparse.vcproj
23070         * gst/mpegstream/mpegstream.vcproj
23071         * gst/multifilesink/multifilesink.vcproj
23072         * gst/multipart/multipart.vcproj
23073         * gst/oneton/oneton.vcproj
23074         * gst/overlay/overlay.vcproj
23075         * gst/passthrough/passthrough.vcproj
23076         * gst/qtdemux/qtdemux.vcproj
23077         * gst/realmedia/rmdemux.vcproj
23078         * gst/rtjpeg/rtjpeg.vcproj
23079         * gst/rtp/rtp.vcproj
23080         * gst/silence/silence.vcproj
23081         * gst/sine/sinesrc.vcproj
23082         * gst/smooth/smooth.vcproj
23083         * gst/smpte/smpte.vcproj
23084         * gst/spectrum/spectrum.vcproj
23085         * gst/speed/speed.vcproj
23086         * gst/stereo/stereo.vcproj
23087         * gst/switch/switch.vcproj
23088         * gst/tags/tagedit.vcproj
23089         * gst/tcp/tcp.vcproj
23090         * gst/typefind/typefindfunctions.vcproj
23091         * gst/udp/udp.vcproj
23092         * gst/videobox/videobox.vcproj
23093         * gst/videocrop/videocrop.vcproj
23094         * gst/videodrop/videodrop.vcproj
23095         * gst/videofilter/gamma.vcproj
23096         * gst/videofilter/videobalance.vcproj
23097         * gst/videofilter/videofilter.vcproj
23098         * gst/videofilter/videoflip.vcproj
23099         * gst/videoflip/videoflip.vcproj
23100         * gst/videomixer/videomixer.vcproj
23101         * gst/videorate/videorate.vcproj
23102         * gst/videoscale/videoscale.vcproj
23103         * gst/videotestsrc/videotestsrc.vcproj
23104         * gst/virtualdub/virtualdub.vcproj
23105         * gst/volenv/volenv.vcproj
23106         * gst/volume/volume.vcproj
23107         * gst/wavenc/wavenc.vcproj
23108         * gst/wavparse/wavparse.vcproj
23109         * gst/y4m/y4menc.vcproj
23110           more plugins supported under windows
23111
23112 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23113
23114         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23115         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23116         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23117         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23118         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23119           Add debugging statements.  Use the sizes as returned by the
23120           *CreateImage calls.
23121
23122 2004-07-26  Johan Dahlin  <johan@gnome.org>
23123
23124         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23125         the pad is negotiated.
23126
23127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23128
23129 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23130
23131         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23132         * gst-libs/gst/idct/idct.vcproj:
23133         * gst-libs/gst/media-info/media-info.vcproj:
23134         * gst-libs/gst/mixer/mixer.vcproj:
23135         * gst-libs/gst/navigation/navigation.vcproj:
23136         * gst-libs/gst/play/play.vcproj:
23137         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23138         * gst-libs/gst/resample/resample.vcproj:
23139         * gst-libs/gst/tuner/tuner.vcproj:
23140         * gst-libs/gst/video/video.vcproj:
23141         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23142           more plugins supported under windows
23143
23144 2004-07-25 Iain <iain@prettypeople.org>
23145
23146         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23147         pad now rather than when the pad is created because state changes wipe
23148         explicit caps (fixes #148043).
23149
23150 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
23151
23152         reviewed by Benjamin Otte  <otte@gnome.org>
23153
23154         * ext/mad/gstmad.c:
23155           fix mad plugin crashing on Sun (fixes #148289)
23156
23157 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23158
23159         * gst/avi/avi.def:
23160         * gst/avi/avi.vcproj:
23161         * gst/matroska/matroska.def:
23162         * gst/matroska/matroska.vcproj:
23163           remove unused .def files
23164
23165 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23166
23167         * gst-libs/gst/audio/gstaudiofilter.c:
23168           Clean the local include
23169
23170 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23171
23172         * win32/gst.sln:
23173         * gst-libs/gst/audio/audio.def:
23174         * gst-libs/gst/audio/audio.vcproj:
23175         * gst-libs/gst/audio/audiofilter.vcproj:
23176         * gst-libs/gst/audio/riff.def:
23177         * gst-libs/gst/audio/riff.vcproj:
23178         * gst-libs/gst/gst-libs.def:
23179         * gst-libs/gst/gst-libs.vcproj:
23180         * gst/avi/avi.vcproj:
23181         * gst/avi/avi.vcproj:
23182           Copy the files where needed after building, cleaner projects
23183
23184 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23185
23186         * gst/matroska/ebml-write.c:
23187           Fix some 64 bits constants to be glib friendly
23188
23189 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
23190
23191         * win32/gst.sln:
23192         * gst-libs/gst/gst-libs.def:
23193         * gst-libs/gst/gst-libs.vcproj:
23194         * gst/matroska/matroska.def:
23195         * gst/matroska/matroska.vcproj:
23196           Add the preliminary canvas to build plugins on Win32
23197
23198 2004-07-23  Benjamin Otte  <otte@gnome.org>
23199
23200         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23201           don't enfore negotiation from source side, it breaks
23202           sinesrc ! audioconvert ! osssink
23203
23204 2004-07-22  David Schleef  <ds@schleef.org>
23205
23206         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23207         for ELF files, since they can easily be recognized as audio/mpeg.
23208         (bug #147441)
23209
23210 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23211
23212         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23213         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23214         (gst_videoscale_scale_nearest_24bit),
23215         (gst_videoscale_scale_nearest_16bit):
23216           fix 16bit and 24bit for stride (24bit might need testing)
23217           don't pretend we do more than one algorithm
23218
23219 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23220
23221         * configure.ac:
23222         * gst/Makefile.am:
23223         * gst/multifilesink/Makefile.am:
23224         * gst/multifilesink/gstmultifilesink.c:
23225         (gst_multifilesink_get_formats),
23226         (gst_multifilesink_get_query_types), (_do_init),
23227         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23228         (gst_multifilesink_init), (gst_multifilesink_dispose),
23229         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23230         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23231         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23232         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23233         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23234         (gst_multifilesink_uri_get_type),
23235         (gst_multifilesink_uri_get_protocols),
23236         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23237         (gst_multifilesink_uri_handler_init), (plugin_init):
23238         * gst/multifilesink/gstmultifilesink.h:
23239         * testsuite/Makefile.am:
23240         * testsuite/multifilesink/Makefile.am:
23241         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23242         (gst_newmedia_class_init), (gst_newmedia_init),
23243         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23244         (newfile_signal), (test_signal), (main):
23245         multifilesink plugin for creating new files every time a new media
23246         discontinuity event occurs
23247
23248 2004-07-22  Wim Taymans  <wim@fluendo.com>
23249
23250         * gst/alpha/Makefile.am:
23251         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23252         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23253         (gst_alpha_color_init), (gst_alpha_color_set_property),
23254         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23255         (transform), (gst_alpha_color_chain),
23256         (gst_alpha_color_change_state), (plugin_init):
23257         Stupid plugin to to RGBA to AYUV conversion because none of
23258         the colorspace plugins can handle that yet.
23259
23260 2004-07-22  Wim Taymans  <wim@fluendo.com>
23261
23262         * examples/seeking/seek.c: (update_scale), (main):
23263         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23264         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23265         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23266         (gst_decode_bin_init), (gst_decode_bin_dispose),
23267         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23268         (no_more_pads), (close_link), (type_found),
23269         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23270         (plugin_init):
23271         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23272         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23273         (gst_play_base_bin_dispose), (queue_overrun),
23274         (gen_preroll_element), (remove_prerolls), (unknown_type),
23275         (no_more_pads), (new_stream), (setup_source),
23276         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23277         (play_base_eos), (gst_play_base_bin_change_state),
23278         (gst_play_base_bin_add_element),
23279         (gst_play_base_bin_remove_element),
23280         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23281         (gst_play_base_bin_unlink_stream),
23282         (gst_play_base_bin_get_streaminfo):
23283         * gst/playback/gstplaybin.c: (gen_video_element),
23284         (gen_audio_element):
23285         * gst/playback/gststreaminfo.h:
23286         More playback updates, attempt to fix things after the state change
23287         breakage.
23288
23289 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23290
23291         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23292         (gst_videoscale_scale_nearest_16bit):
23293           comment algorithm
23294
23295 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23296
23297         * gst/videotestsrc/gstvideotestsrc.c:
23298         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23299         (gst_videotestsrc_init), (gst_videotestsrc_get),
23300         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23301         (gst_videotestsrc_get_property):
23302         * gst/videotestsrc/gstvideotestsrc.h:
23303         * gst/videotestsrc/videotestsrc.c:
23304         * gst/videotestsrc/videotestsrc.h:
23305           cleanup and commenting
23306
23307 2004-07-21  Wim Taymans  <wim@fluendo.com>
23308
23309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23310         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23311         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23312         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23313         (_find_chain_get_unknown_part), (_find_streams_check),
23314         (gst_ogg_demux_push), (gst_ogg_pad_push):
23315         * ext/theora/theoradec.c: (theora_get_formats),
23316         (theora_dec_src_convert), (theora_dec_sink_convert),
23317         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23318         (theora_dec_chain):
23319         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23320         (vorbis_dec_convert), (vorbis_dec_src_query),
23321         (vorbis_dec_src_event), (vorbis_dec_event):
23322         More seeking fixes, oggdemux now supports seeking to time and
23323         uses the downstream element to convert granulepos to time.
23324         Seeking in theora-only ogg files now works.
23325
23326 2004-07-21  Wim Taymans  <wim@fluendo.com>
23327
23328         * ext/theora/theoradec.c: (gst_theora_dec_init),
23329         (theora_get_formats), (theora_get_event_masks),
23330         (theora_get_query_types), (theora_dec_src_convert),
23331         (theora_dec_sink_convert), (theora_dec_src_query),
23332         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23333         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23334         (vorbis_get_event_masks), (vorbis_get_query_types),
23335         (gst_vorbis_dec_init), (vorbis_dec_convert),
23336         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23337         Added query/convert/formats functions to vorbis and theora decoders
23338         so that the outside world can use them too. Fixed seeking on an
23339         ogg/theora/vorbis file by disabling the seeking seeking on the
23340         theora srcpad.
23341
23342 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23343
23344         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23345         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23346         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23347         images creation for both elements. We don't create the image on caps
23348         nego or renego, we just destroy the internal one if present if it does
23349         not match the needs. The chain function takes care of creating a new
23350         image when needed.
23351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23352         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23353         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23354         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23355         the image format information. The buffer pool checks for the context
23356         image format and discard images with different formats.
23357         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23358
23359 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23360
23361         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23362         (gst_ffmpegcolorspace_chain):
23363           no point in doing any chaining if the pad we want to push from
23364           isn't usable.
23365
23366 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23367
23368         * gst-libs/gst/riff/riff-media.c:
23369         (gst_riff_create_audio_caps_with_data):
23370           Fix double end-to-native symbol conversion (#148021).
23371
23372 2004-07-20  David Schleef  <ds@schleef.org>
23373
23374         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23375         Don't use an Atom that doesn't exist.
23376
23377 2004-07-20  Wim Taymans  <wim@fluendo.com>
23378
23379         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23380         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23381         (gst_multifdsink_client_remove),
23382         (gst_multifdsink_handle_client_write),
23383         (gst_multifdsink_queue_buffer):
23384         * gst/tcp/gstmultifdsink.h:
23385         More multifdsink stats. Avoid deadlock by releasing locks
23386         before sending out a signal.
23387
23388 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23389
23390         * po/LINGUAS:
23391         * po/hu.po:
23392           added Hungarian translation (Laszlo Dvornik)
23393
23394 2004-07-20  Wim Taymans  <wim@fluendo.com>
23395
23396         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23397         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23398         (gst_multifdsink_handle_client_write),
23399         (gst_multifdsink_queue_buffer):
23400         * gst/tcp/gsttcp-marshal.list:
23401         Fixed the stupid marshal definition.
23402
23403 2004-07-20  Wim Taymans  <wim@fluendo.com>
23404
23405         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23406         (gst_multifdsink_init), (gst_multifdsink_add),
23407         (gst_multifdsink_client_remove),
23408         (gst_multifdsink_handle_client_write),
23409         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23410         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23411         (gst_multifdsink_init_send):
23412         * gst/tcp/gstmultifdsink.h:
23413         Added more stats, added timeout for a client, fixed some typos
23414         and added some comments.
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/tcp/gstmultifdsink.h:
23423         * gst/tcp/gsttcp-marshal.list:
23424         Added get_stats method that returns a GValueArray of
23425         stats values.
23426
23427 2004-07-19  Benjamin Otte  <otte@gnome.org>
23428
23429         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23430           make sure longname, description and author are valid UTF-8
23431
23432 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23433
23434         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23435         (gst_ximagesink_set_property):
23436         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23437         (gst_xvimagesink_set_property):
23438           make sure SYNCHRONOUS is respected after getting the X context
23439
23440 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23441
23442         * gst/matroska/matroska-demux.c:
23443         (gst_matroska_demux_handle_src_event),
23444         (gst_matroska_demux_parse_blockgroup):
23445         * gst/matroska/matroska-ids.h:
23446           add BlockReference tag and ignore it to clear out log.
23447           ignore NAVIGATION events to clear out log.
23448
23449 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23450
23451         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23452         (gst_matroska_demux_add_stream):
23453         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23454           add debug categories
23455
23456 2004-07-16  Wim Taymans  <wim@fluendo.com>
23457
23458         * ext/libpng/Makefile.am:
23459         * ext/libpng/gstpng.c: (plugin_init):
23460         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23461         (gst_pngdec_get_type), (gst_pngdec_base_init),
23462         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23463         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23464         * ext/libpng/gstpngdec.h:
23465         Added png decoder.
23466
23467 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23468
23469         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23470         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23471         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23472         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23473         (gst_ximagesink_buffer_alloc):
23474         * sys/ximage/ximagesink.h:
23475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23476         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23477         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23478         (gst_xvimagesink_buffer_alloc):
23479         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23480         again. Using internal data pointer of the x(v)image to store image's
23481         data to be coherent with the buffer alloc mechanism. Investigated the
23482         image destruction code to be sure that everything gets freed correctly.
23483
23484 2004-07-16  Wim Taymans  <wim@fluendo.com>
23485
23486         * gst-libs/gst/riff/riff-read.c:
23487         (gst_riff_read_strf_vids_with_data),
23488         (gst_riff_read_strf_auds_with_data):
23489         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23490         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23491         Make sure we don't create 0 sized subbuffers in riff-read.
23492         Signal the no more pads signal after reading the avi header.
23493
23494 2004-07-16  Wim Taymans  <wim@fluendo.com>
23495
23496         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23497         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23498         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23499         (gst_decode_bin_init), (gst_decode_bin_dispose),
23500         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23501         (no_more_pads), (close_link), (type_found),
23502         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23503         (gst_decode_bin_change_state), (plugin_init):
23504         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23505         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23506         (gst_play_base_bin_dispose), (queue_overrun),
23507         (gen_preroll_element), (remove_prerolls), (unknown_type),
23508         (no_more_pads), (new_stream), (setup_source),
23509         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23510         (play_base_eos), (gst_play_base_bin_change_state),
23511         (gst_play_base_bin_add_element),
23512         (gst_play_base_bin_remove_element),
23513         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23514         (gst_play_base_bin_unlink_stream),
23515         (gst_play_base_bin_get_streaminfo):
23516         * gst/playback/gstplaybasebin.h:
23517         Better error recovery. Added configurable preroll queue size. Faster
23518         detection of no-more-pads.
23519
23520 2004-07-16  Wim Taymans  <wim@fluendo.com>
23521
23522         * gst-libs/gst/video/video.h:
23523         Added 32 bits RGBA. Not sure if we should use another mime-type
23524         for alpha rgb. Currently the presence of the alpha_mask property
23525         signals an alpha channel.
23526
23527 2004-07-16  Wim Taymans  <wim@fluendo.com>
23528
23529         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23530         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23531         FPS seems to be 0.0 to MAX everywhere else.
23532
23533 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23534
23535         * gst-libs/gst/riff/riff-media.c:
23536         (gst_riff_create_video_caps_with_data):
23537           mp42/mp43 (no caps) exist too.
23538         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23539           Set pixel_width/height; we've got them in-caps.
23540         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23541         * gst/wavparse/gstwavparse.c: (plugin_init):
23542           Both are valid primary.
23543         * sys/oss/gstossmixer.c:
23544           Remove i18n hack and enable translations.
23545
23546 2004-07-15  Benjamin Otte  <otte@gnome.org>
23547
23548         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23549         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23550           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23551
23552 2004-07-15  Benjamin Otte  <otte@gnome.org>
23553
23554         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23555         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23556         (gst_alsa_close_audio):
23557           disable some of the debugging code for now. Writing debugging to a
23558           buffer is broken in current alsalib releases.
23559
23560 2004-07-12  Benjamin Otte  <otte@gnome.org>
23561
23562         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23563           use bufferpools
23564
23565 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23566
23567         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23568         (theora_dec_src_query), (theora_dec_event):
23569         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23570           add debugging categories.  Remove \n's.
23571
23572 2004-07-13  Johan Dahlin  <johan@gnome.org>
23573
23574         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23575         (gst_play_bin_get_property): Impl.
23576
23577 2004-07-13  Wim Taymans  <wim@fluendo.com>
23578
23579         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23580         When trying to find the stream length, seek back N pages
23581         instead of just one, where N is the number of streams in
23582         the current chain.
23583
23584 2004-07-13  Wim Taymans  <wim@fluendo.com>
23585
23586         * gst-libs/gst/riff/riff-media.c:
23587         (gst_riff_create_audio_caps_with_data),
23588         (gst_riff_create_audio_caps),
23589         (gst_riff_create_audio_template_caps):
23590         * gst-libs/gst/riff/riff-media.h:
23591         * gst-libs/gst/riff/riff-read.c:
23592         (gst_riff_read_strf_vids_with_data),
23593         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23594         * gst-libs/gst/riff/riff-read.h:
23595         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23596         (gst_avi_demux_add_stream):
23597         Set codec_data on caps for avidemuxer.
23598
23599 2004-07-12  David Schleef  <ds@schleef.org>
23600
23601         * configure.ac: Fix test for Objective C
23602
23603 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23604         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23605         (gst_gdk_pixbuf_chain):
23606           Add svg and pcx to template caps, and ensure that getcaps returns a
23607           subset of the template caps.
23608           Copy each row manually for output, as gdkpixbuf may pad the
23609           rowstride to a 32-bit word boundary.
23610
23611 2004-07-12  Wim Taymans  <wim@fluendo.com>
23612
23613         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23614         (gst_riff_create_video_template_caps):
23615         Fix the template caps to include some more media types.
23616
23617 2004-07-12  Wim Taymans  <wim@fluendo.com>
23618
23619         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23620         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23621         (compare_ranks), (print_feature), (gst_decode_bin_init),
23622         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23623         (try_to_link_1), (new_pad), (close_link), (type_found),
23624         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23625         (gst_decode_bin_change_state), (plugin_init):
23626         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23627         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23628         (gst_play_base_bin_dispose), (queue_overrun),
23629         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23630         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23631         (gst_play_base_bin_get_property), (play_base_eos),
23632         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23633         (gst_play_base_bin_remove_element),
23634         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23635         (gst_play_base_bin_unlink_stream),
23636         (gst_play_base_bin_get_streaminfo):
23637         * gst/playback/gstplaybasebin.h:
23638         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23639         (gst_play_bin_class_init), (gst_play_bin_init),
23640         (gst_play_bin_dispose), (gst_play_bin_set_property),
23641         (gst_play_bin_get_property), (gen_video_element),
23642         (gen_audio_element), (remove_sinks), (setup_sinks),
23643         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23644         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23645         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23646         (gst_play_bin_query), (plugin_init):
23647         * gst/playback/test4.c: (main):
23648         More fixes on reusing of the element.
23649
23650 2004-07-11  Benjamin Otte  <otte@gnome.org>
23651
23652         * ext/mad/gstmad.c: (normal_seek):
23653           allow seeking for other methods than just SET
23654
23655 2004-07-11  Andy Wingo  <wingo@pobox.com>
23656
23657         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23658         float, "any" caps -> buffer_frames=[0,MAX].
23659
23660         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23661         doesn't intersect our caps with the template any more. Do it
23662         ourselves.
23663         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23664
23665 2004-07-09  Wim Taymans  <wim@fluendo.com>
23666
23667         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23668         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23669         (compare_ranks), (print_feature), (gst_decode_bin_init),
23670         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23671         (try_to_link_1), (new_pad), (close_link), (type_found),
23672         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23673         (gst_decode_bin_change_state), (plugin_init):
23674         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23675         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23676         (gst_play_base_bin_dispose), (queue_overrun),
23677         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23678         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23679         (gst_play_base_bin_get_property), (play_base_eos),
23680         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23681         (gst_play_base_bin_remove_element),
23682         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23683         (gst_play_base_bin_unlink_stream),
23684         (gst_play_base_bin_get_streaminfo):
23685         * gst/playback/gstplaybasebin.h:
23686         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23687         (gst_play_bin_class_init), (gst_play_bin_init),
23688         (gst_play_bin_dispose), (gst_play_bin_set_property),
23689         (gst_play_bin_get_property), (gen_video_element),
23690         (gen_audio_element), (remove_sinks), (setup_sinks),
23691         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23692         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23693         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23694         (gst_play_bin_query), (plugin_init):
23695         * gst/playback/test4.c: (main):
23696         Work on object reuse and seeking.
23697
23698 2004-07-09  Wim Taymans  <wim@fluendo.com>
23699
23700         * examples/seeking/seek.c: (iterate):
23701         Don't consume all CPU in the idle loop.
23702
23703 2004-07-09  Wim Taymans  <wim@fluendo.com>
23704
23705         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23706         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23707         Add pad to element *after* setting the pad functions so that
23708         the scheduler can use the correct ones.
23709
23710 2004-07-09  Wim Taymans  <wim@fluendo.com>
23711
23712         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23713         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23714         Sync to keyframe after seek
23715
23716 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23717
23718         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23719         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23720         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23721         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23722         * ext/libvisual/visual.c: (gst_visual_change_state):
23723         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23724         * ext/theora/theoradec.c: (theora_dec_change_state):
23725         * ext/theora/theoraenc.c: (theora_enc_change_state):
23726         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23727         * gst-libs/gst/navigation/navigation.c:
23728         * gst/adder/gstadder.c: (gst_adder_change_state):
23729         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23730         (gst_audio_convert_get_buffer):
23731         * gst/multipart/multipartdemux.c:
23732         (gst_multipart_demux_change_state):
23733         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23734         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23735         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23736         * gst/videoscale/gstvideoscale.c:
23737         (gst_videoscale_handle_src_event):
23738         * gst/volume/gstvolume.c: (volume_chain_int16):
23739           don't assert in state change, this should be done by the base
23740           GstElement class.
23741           various debugging fixes.
23742
23743 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23744
23745         * configure.ac:
23746         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23747         (gst_play_dispose), (gst_play_set_location),
23748         (gst_play_set_data_src), (gst_play_set_video_sink),
23749         (gst_play_set_audio_sink), (gst_play_set_visualization),
23750         (gst_play_connect_visualization), (gst_play_get_sink_element),
23751         (gst_play_get_all_by_interface):
23752         * gst-libs/gst/play/play.h:
23753           add new method to get elements implementing an interface.
23754           add various error logging
23755
23756 2004-07-08  Wim Taymans  <wim@fluendo.com>
23757
23758         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23759         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23760         (make_playerbin_pipeline), (query_durations_elems),
23761         (query_durations_pads), (query_positions_elems),
23762         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23763         (main):
23764         Added playbin seeking example.
23765
23766 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23767
23768         * gst-libs/gst/play/play.c: (gst_play_set_location),
23769         (gst_play_set_data_src), (gst_play_set_video_sink),
23770         (gst_play_set_audio_sink), (gst_play_set_visualization),
23771         (gst_play_connect_visualization), (gst_play_get_framerate):
23772           use a macro to look up elements from hash table
23773
23774 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23775
23776         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23777         (gst_play_get_length_callback), (gst_play_set_location),
23778         (gst_play_seek_to_time), (gst_play_set_data_src),
23779         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23780         (gst_play_set_visualization), (gst_play_connect_visualization),
23781         (gst_play_get_sink_element):
23782         - add debugging info
23783         - fix looking up sink elements by iterating over complete caps
23784         - put everything except for source and autoplugger in a complete bin
23785
23786 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23787
23788         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23789         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23790         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23791         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23792         * ext/alsa/gstalsasink.h:
23793         - add debugging info
23794         - clean up schizophrenia of data/buffer/event
23795         - fix double event unref error
23796
23797 2004-07-08  Wim Taymans  <wim@fluendo.com>
23798
23799         * gst/playback/Makefile.am:
23800         Add headers to noinst
23801
23802 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23803
23804         * tools/gst-launch-ext-m.m:
23805         * tools/gst-launch-ext.1.in:
23806           convert to the third millenium
23807
23808 2004-07-07  David Schleef  <ds@schleef.org>
23809
23810         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23811
23812 2004-07-07  Wim Taymans  <wim@fluendo.com>
23813
23814         * gst/playback/Makefile.am:
23815         * gst/playback/README:
23816         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23817         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23818         (compare_ranks), (print_feature), (gst_decode_bin_init),
23819         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23820         (try_to_link_1), (new_pad), (close_link), (type_found),
23821         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23822         (plugin_init):
23823         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23824         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23825         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23826         (gen_preroll_element), (no_more_pads), (new_stream),
23827         (setup_source), (gst_play_base_bin_set_property),
23828         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23829         (gst_play_base_bin_add_element),
23830         (gst_play_base_bin_remove_element),
23831         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23832         (gst_play_base_bin_unlink_stream),
23833         (gst_play_base_bin_get_streaminfo):
23834         * gst/playback/gstplaybasebin.h:
23835         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23836         (gst_play_bin_class_init), (gst_play_bin_init),
23837         (gst_play_bin_dispose), (gst_play_bin_set_property),
23838         (gst_play_bin_get_property), (gen_video_element),
23839         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23840         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23841         (gst_play_bin_get_formats), (gst_play_bin_convert),
23842         (gst_play_bin_get_query_types), (gst_play_bin_query),
23843         (plugin_init):
23844         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23845         (gst_stream_info_get_type), (gst_stream_info_class_init),
23846         (gst_stream_info_init), (gst_stream_info_new),
23847         (gst_stream_info_dispose), (gst_stream_info_set_property),
23848         (gst_stream_info_get_property):
23849         * gst/playback/gststreaminfo.h:
23850         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23851         (main):
23852         * gst/playback/test2.c: (main):
23853         * gst/playback/test3.c: (update_scale), (main):
23854         More playbin fixes. Added README. Do better element filtering.
23855         Added base class to preroll media. Added test apps.
23856
23857 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23858
23859         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23860         * ext/mpeg2dec/gstmpeg2dec.h:
23861           various debugging improvements.  Reset stream to next picture
23862           instead of sequence header, otherwise seeks cannot work.
23863
23864 2004-07-07  Wim Taymans  <wim@fluendo.com>
23865
23866         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23867         (gst_video_box_class_init), (gst_video_box_set_property),
23868         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
23869         Use pad_alloc where possible.
23870
23871 2004-07-07  Wim Taymans  <wim@fluendo.com>
23872
23873         * sys/oss/gstosselement.c: (gst_osselement_reset),
23874         (gst_osselement_parse_caps):
23875         * sys/oss/gstosselement.h:
23876         * sys/oss/gstosssrc.c: (gst_osssrc_get):
23877         Fix offset on osssrc.
23878
23879 2004-07-07  Wim Taymans  <wim@fluendo.com>
23880
23881         * ext/theora/theora.c: (plugin_init):
23882         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23883         (theora_dec_src_query), (theora_dec_chain):
23884         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
23885         (theora_enc_sink_link), (theora_buffer_from_packet),
23886         (theora_push_packet), (theora_enc_chain):
23887         Fix theora granulepos calculation.
23888         Fix overflow in duration/position calculation.
23889         Bump rank to PRIMARY for theoradec.
23890         Use granulepos of last packet to calculate position.
23891         Set keyframe flag on buffers when needed.
23892
23893 2004-07-06  David Schleef  <ds@schleef.org>
23894
23895         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
23896         serious?  (Fixed, obviously.)
23897
23898 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
23899
23900         * po/LINGUAS:
23901         * po/cs.po:
23902           added Czech translation (Miloslav Trmac)
23903
23904 2004-07-05  Wim Taymans  <wim@fluendo.com>
23905
23906         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23907         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23908         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23909         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23910         (close_link), (type_found), (gst_decode_bin_set_property),
23911         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
23912         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
23913         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
23914         (gst_decode_bin_query), (plugin_init):
23915         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23916         (gst_play_bin_class_init), (gst_play_bin_init),
23917         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
23918         (get_video_element), (new_pad), (setup_source),
23919         (gst_play_bin_set_property), (gst_play_bin_get_property),
23920         (gst_play_bin_change_state), (gst_play_bin_add_element),
23921         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23922         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23923         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23924         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23925         * gst/playback/test.c: (main):
23926         More fixes, cleaned up playbin, make it use decodebin. Added
23927         threaded property to playbin.
23928
23929 2004-07-05  Wim Taymans  <wim@fluendo.com>
23930
23931         * configure.ac:
23932         * gst/playback/Makefile.am:
23933         * gst/playback/decodetest.c: (main):
23934         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23935         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23936         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
23937         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23938         (close_link), (type_found), (gst_decode_bin_set_property),
23939         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
23940         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
23941         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
23942         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
23943         (plugin_init):
23944         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23945         (gst_play_bin_class_init), (gst_play_bin_init),
23946         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
23947         (collect_sink_pads), (find_compatibles), (close_pad_link),
23948         (try_to_link_1), (new_pad), (close_link), (type_found),
23949         (setup_source), (gst_play_bin_set_property),
23950         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
23951         (compare_ranks), (gst_play_bin_collect_factories),
23952         (gst_play_bin_change_state), (gst_play_bin_add_element),
23953         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
23954         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23955         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23956         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
23957         * gst/playback/test.c: (main):
23958         Added some playback helper elements and some test apps, very alpha
23959         still.
23960
23961 2004-07-04  Benjamin Otte  <otte@gnome.org>
23962
23963         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23964           only restart audio when we indeed have an xrun to fix repeated
23965           xruns. Fix suggested by Giuliano Pochini.
23966
23967 2004-07-03  David Schleef  <ds@schleef.org>
23968
23969         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
23970         call to gst_debug_log() if debugging is disabled (bug #145118)
23971
23972 2004-07-03  Benjamin Otte  <otte@gnome.org>
23973
23974         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
23975           use our own functions for restarting the alsa device.
23976         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
23977           I should apply patches myself - use MIN for the third argument, not
23978           the second, this fixes seeking
23979
23980 2004-07-02  David Schleef  <ds@schleef.org>
23981
23982         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
23983         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
23984         do with the logic.
23985
23986 2004-07-02  David Schleef  <ds@schleef.org>
23987
23988         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
23989         output buffers.  Fix logic mistake.  (bug #144866)
23990
23991 2004-07-02  David Schleef  <ds@schleef.org>
23992
23993         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
23994         on X.  (bug #144753)
23995
23996 2004-07-02  David Schleef  <ds@schleef.org>
23997
23998         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
23999         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24000         (bug #144624)
24001         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24002         (gst_osselement_rate_probe_check): Add another workaround for
24003         buggy drivers (bug #145336)
24004
24005 2004-07-02  David Schleef  <ds@schleef.org>
24006
24007         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24008         Most systems don't have MSG_NOSIGNAL.
24009
24010 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24011
24012         * Makefile.am:
24013         * gst-libs/gst/colorbalance/Makefile.am:
24014         * gst-libs/gst/mixer/Makefile.am:
24015         * gst-libs/gst/play/Makefile.am:
24016         * gst-libs/gst/tuner/Makefile.am:
24017           (hopefully) fix both install and dist and make error message useful.
24018           needs testing across automakes.
24019
24020 2004-07-02  Benjamin Otte  <otte@gnome.org>
24021
24022         * ext/ogg/gstogg.c: (plugin_init):
24023           we require bytestream now
24024         * ext/ogg/gstoggdemux.c:
24025           huge diff to implement chain setup in a fast and generic way. This
24026           improves tag reading and startup of huge files (read: Theora videos)
24027           quite a bit. It probably contains bugs, too, so please test.
24028           Seeking is not improved to the fast method.
24029
24030 2004-06-29  Wim Taymans  <wim@fluendo.com>
24031
24032         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24033         * ext/ogg/gstoggmux.c:
24034         Fix memleak in oggdemux when running unconnected pads.
24035         doc update in mux, start working on keyframe mode.
24036
24037 2004-06-29  Benjamin Otte  <otte@gnome.org>
24038
24039         * sys/oss/gstosssink.c:
24040         * sys/oss/gstosssrc.c:
24041           advertise correct template caps - we indeed do non-native endianness
24042           and 8bit audio has no endianness
24043         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24045           avoid (wrong) duplications in getcaps function and return
24046           template caps
24047
24048 2004-06-29  Wim Taymans  <wim@fluendo.com>
24049
24050         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24051         (gst_multifdsink_class_init), (gst_multifdsink_add),
24052         (gst_multifdsink_remove), (gst_multifdsink_clear),
24053         (gst_multifdsink_client_remove),
24054         (gst_multifdsink_handle_client_read),
24055         (gst_multifdsink_client_queue_data),
24056         (gst_multifdsink_client_queue_caps),
24057         (gst_multifdsink_client_queue_buffer),
24058         (gst_multifdsink_handle_client_write),
24059         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24060         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24061         (gst_multifdsink_init_send), (gst_multifdsink_close):
24062         Fix wrong GList iteration that could crash the server when
24063         more then 2 clients disconnect at the same time. Read all the
24064         pending commands in one batch to recover from command storms under
24065         very heavy load.
24066
24067 2004-06-28  Wim Taymans  <wim@fluendo.com>
24068
24069         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24070         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24071         (gst_videomixer_pad_set_property),
24072         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24073         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24074         (gst_videomixer_class_init), (gst_videomixer_init),
24075         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24076         (pad_zorder_compare), (gst_videomixer_sort_pads),
24077         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24078         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24079         (gst_videomixer_update_queues), (gst_videomixer_loop),
24080         (plugin_init):
24081         Avoid divide by zero, choose masterpad as the pad with the highest
24082         framerate.
24083
24084 2004-06-27  Julien Moutte  <julien@moutte.net>
24085
24086         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24087         (gst_ximagesink_xwindow_new):
24088         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24089         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24090         function directly. We might want to call it from somewhere else one day.
24091
24092 2004-06-27  Julien Moutte  <julien@moutte.net>
24093
24094         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24095         (gst_ximagesink_xwindow_new):
24096         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24097         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24098         window decorations.
24099
24100 2004-06-27  Wim Taymans  <wim@fluendo.com>
24101
24102         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24103         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24104         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24105         (gst_dvdec_set_property), (gst_dvdec_get_property):
24106         * ext/dv/gstdvdec.h:
24107         Implement drop_factor property to lower the framerate with
24108         a factor.
24109
24110 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24111
24112         * gst-libs/gst/colorbalance/Makefile.am:
24113         * gst-libs/gst/mixer/Makefile.am:
24114         * gst-libs/gst/play/Makefile.am:
24115         * gst-libs/gst/tuner/Makefile.am:
24116           unbreak Company's fix that didn't install the -enum.h files
24117
24118 2004-06-27  Wim Taymans  <wim@fluendo.com>
24119
24120         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24121         (gst_dvdec_change_state):
24122         * ext/dv/gstdvdec.h:
24123         Fix timestamp, duration and offset of the buffers.
24124
24125 2004-06-27  Wim Taymans  <wim@fluendo.com>
24126
24127         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24128         (gst_multifdsink_class_init), (gst_multifdsink_add),
24129         (gst_multifdsink_remove), (gst_multifdsink_clear),
24130         (gst_multifdsink_client_remove),
24131         (gst_multifdsink_handle_client_read),
24132         (gst_multifdsink_client_queue_data),
24133         (gst_multifdsink_client_queue_caps),
24134         (gst_multifdsink_client_queue_buffer),
24135         (gst_multifdsink_handle_client_write),
24136         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24137         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24138         (gst_multifdsink_init_send), (gst_multifdsink_close):
24139         * gst/tcp/gstmultifdsink.h:
24140         * gst/tcp/gsttcpserversink.c:
24141         (gst_tcpserversink_handle_server_read),
24142         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24143         More multifdsink fixes, more recovery policy fixes.
24144         Removed stupid g_print
24145
24146 2004-06-26  Wim Taymans  <wim@fluendo.com>
24147
24148         * gst/tcp/Makefile.am:
24149         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24150         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24151         (gst_multifdsink_class_init), (gst_multifdsink_init),
24152         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24153         (gst_multifdsink_handle_client_read),
24154         (gst_multifdsink_client_queue_data),
24155         (gst_multifdsink_client_queue_caps),
24156         (gst_multifdsink_client_queue_buffer),
24157         (gst_multifdsink_handle_client_write),
24158         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24159         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24160         (gst_multifdsink_chain), (gst_multifdsink_set_property),
24161         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24162         (gst_multifdsink_close), (gst_multifdsink_change_state):
24163         * gst/tcp/gstmultifdsink.h:
24164         * gst/tcp/gsttcpplugin.c: (plugin_init):
24165         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24166         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24167         (gst_tcpserversink_handle_server_read),
24168         (gst_tcpserversink_handle_select),
24169         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24170         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24171         * gst/tcp/gsttcpserversink.h:
24172         Added multifdsink, made tcpserversink a subclass of fdsink, removed
24173         one of the locks, added recovery policy to multifdsink.
24174
24175 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24176
24177         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24178           fix decision for when getting frames with same timestamp
24179         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24180         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24181         (gst_v4lsrc_get_property):
24182         * sys/v4l/gstv4lsrc.h:
24183           add latency offset property
24184
24185 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24186
24187         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24188         (plugin_init):
24189           fix debugging. add category.
24190
24191 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24192
24193         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24194           fix wrong offsets
24195
24196 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24197
24198         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24199         (gst_alsa_src_get_time), (gst_alsa_src_loop),
24200         (gst_alsa_src_change_state):
24201           return a time that is in sync with the element's processing
24202
24203 2004-06-25  Wim Taymans  <wim@fluendo.com>
24204
24205         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24206         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24207         (gst_tcpserversink_client_remove),
24208         (gst_tcpserversink_handle_client_read),
24209         (gst_tcpserversink_client_queue_data),
24210         (gst_tcpserversink_client_queue_caps),
24211         (gst_tcpserversink_client_queue_buffer),
24212         (gst_tcpserversink_handle_client_write),
24213         (gst_tcpserversink_queue_buffer),
24214         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24215         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24216         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24217         (gst_tcpserversink_close):
24218         * gst/tcp/gsttcpserversink.h:
24219         Serversink rewrite. Really do non blocking writes to clients and
24220         maintain an internal queue to handle slower clients while not
24221         disturbing fast clients.
24222
24223 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24224
24225         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24226           better debug, don't override OFFSET and OFFSET_END
24227
24228 2004-06-25  Iain <iain@prettypeople.org>
24229
24230         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24231         name=source for the wavparse pipeline.
24232
24233 2004-06-24  Johan Dahlin  <johan@gnome.org>
24234
24235         * ext/theora/theoraenc.c (theora_enc_chain): Call
24236         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24237         streamheader caps are set correctly.
24238
24239 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24240
24241         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24242         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24243           respect minimum bitrate; same could be done for max bitrate
24244
24245 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24246
24247         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24248         (gst_vorbisenc_setup):
24249           fix sample rate range
24250
24251 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24252
24253         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24254         (gst_oggvorbisenc_setup):
24255         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24256         (gst_vorbisenc_setup):
24257           resolve ambiguities in code and description
24258
24259 2004-06-24  Wim Taymans  <wim@fluendo.com>
24260
24261         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24262         * ext/alsa/gstalsa.h:
24263         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24264         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24265         Use alsa trigger_tstamp to get the timestamp of the first
24266         sample in the buffer for more precise sync. Some cleanups.
24267
24268 2004-06-24  Wim Taymans  <wim@fluendo.com>
24269
24270         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24271         (gst_audiorate_init), (gst_audiorate_chain),
24272         (gst_audiorate_set_property), (gst_audiorate_get_property):
24273         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24274         (gst_videorate_chain):
24275         Added some logging, fixed an overflow bug in videorate.
24276
24277 2004-06-24  Benjamin Otte  <otte@gnome.org>
24278
24279         * ext/kio/Makefile.am:
24280           fix for builddir != srcdir and distcheck
24281
24282 2004-06-24  Benjamin Otte  <otte@gnome.org>
24283
24284         * gst-libs/gst/colorbalance/Makefile.am:
24285         * gst-libs/gst/mixer/Makefile.am:
24286         * gst-libs/gst/play/Makefile.am:
24287         * gst-libs/gst/tuner/Makefile.am:
24288         * gst/tcp/Makefile.am:
24289         * sys/dxr3/Makefile.am:
24290           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24291           tarball.
24292           Also add all *.list files that were missing.
24293         * Makefile.am:
24294           add a distcheck hook to ensure the above doesn't happen again.
24295
24296 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24297
24298         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24299
24300 2004-06-23  Colin Walters  <walters@redhat.com>
24301
24302         * m4/Makefile.am: Distribute gst-fionread.m4.
24303
24304 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24305
24306         * configure.ac: back to dev
24307
24308 2004-06-23  Wim Taymans  <wim@fluendo.com>
24309
24310         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24311         (gst_alsa_xrun_recovery):
24312         * ext/alsa/gstalsa.h:
24313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24314         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24315         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24316         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24317         (gst_alsa_src_loop):
24318         Add clock to alsasrc. Take new capture timestamp when
24319         restarting after an overrun. Split up some functions between
24320         alsasrc and alsasink.
24321
24322 === release 0.8.2 ===
24323
24324 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24325
24326         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24327         (gst_alsa_change_state), (gst_alsa_update_avail),
24328         (gst_alsa_xrun_recovery):
24329         * ext/alsa/gstalsa.h:
24330         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24331           merge back changes from release
24332
24333 2004-06-23  Wim Taymans  <wim@fluendo.com>
24334
24335         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24336         (gst_audiorate_init), (gst_audiorate_chain),
24337         (gst_audiorate_set_property), (gst_audiorate_get_property):
24338         Implement sample dropping and notify
24339
24340 2004-06-22  Wim Taymans  <wim@fluendo.com>
24341
24342         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24343         (theora_enc_sink_link), (theora_buffer_from_packet),
24344         (theora_push_packet), (theora_enc_chain):
24345         Some cleanups, make sure the timestamps are correct.
24346
24347 2004-06-22  Wim Taymans  <wim@fluendo.com>
24348
24349         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24350         (gst_alsa_change_state), (gst_alsa_update_avail),
24351         (gst_alsa_xrun_recovery):
24352         * ext/alsa/gstalsa.h:
24353         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24354         Cleanups, take queued samples into account when reporting
24355         the time.
24356
24357 2004-06-22  Wim Taymans  <wim@fluendo.com>
24358
24359         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24360         (gst_videorate_init):
24361         Initialize the property as well.
24362
24363 2004-06-22  Wim Taymans  <wim@fluendo.com>
24364
24365         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24366         (gst_videorate_init), (gst_videorate_chain),
24367         (gst_videorate_set_property), (gst_videorate_get_property):
24368         Add property to make videorate silent.
24369         Add property to prefer new frames over old ones.
24370
24371 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24372
24373         * sys/osxvideo/Makefile.am:
24374         Workaround so that the osxvideo .so file gets linked with the
24375         Cocoa, OpenGL and QuickTime frameworks
24376
24377 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24378
24379         * sys/osxaudio/Makefile.am:
24380         Workaround so that the osxaudio .so file gets linked with the
24381         CoreAudio framework
24382
24383 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24384
24385         * configure.ac:
24386         Whoops, my fault...fixed build issues
24387
24388 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24389
24390         * configure.ac:
24391         Add objective-c support if running in Darwin/Mac OS X
24392         * sys/Makefile.am:
24393         * sys/osxvideo:
24394         * sys/osxvideo/Makefile.am:
24395         * sys/osxvideo/osxvideosink.h:
24396         * sys/osxvideo/osxvideosink.m:
24397         * sys/osxvideo/cocoawindow.h:
24398         * sys/osxvideo/cocoawindow.m:
24399         Add osxvideosink, a cocoa-based osx video sink
24400
24401
24402 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24403         * ext/dvdnav/gst-dvd:
24404         Grab the gconf key from the right spot
24405         * gst/debug/gstnavseek.c: (gst_navseek_init),
24406         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24407         (gst_navseek_chain):
24408         * gst/debug/gstnavseek.h:
24409           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24410           and loop parameters of a segment seek.
24411         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24412         (gst_videotestsrc_get_event_masks),
24413         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24414         * gst/videotestsrc/gstvideotestsrc.h:
24415           Add seeking support to videotestsrc
24416           Initialise the timestamp_offset variable.
24417
24418 2004-06-18  Wim Taymans  <wim@fluendo.com>
24419
24420         * ext/sidplay/gstsiddec.cc:
24421         Fix negotiation and set correct end offset.
24422
24423 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24424
24425         * configure.ac: branch and prerelease
24426
24427 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24428
24429         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24430         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24431         (gst_tcpclientsrc_init_receive):
24432         * gst/tcp/gsttcpclientsrc.h:
24433           read caps when connecting to server for GDP so we set them correctly
24434
24435 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24436
24437         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24438           notify drops and duplicates
24439         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24440           no good reason to limit ourselves to 100x100
24441
24442 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24443
24444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24445         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24446         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24447         (gst_v4lsrc_get_property):
24448         * sys/v4l/gstv4lsrc.h:
24449         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24450         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24451         (gst_v4l_set_audio):
24452         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24453         (gst_v4lsrc_try_capture):
24454         * sys/v4l/v4lsrc_calls.h:
24455           change try_palette to more general try_capture
24456           add autoprobe option so we can turn off autoprobing
24457           various fixes
24458
24459 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24460
24461         * configure.ac:
24462           add videorate
24463         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24464         (gst_ximagesink_class_init):
24465         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24466         (gst_xvimagesink_class_init):
24467           run them as finalize, not dispose, since dispose can be invoked
24468           multiple times
24469
24470 2004-06-17  Wim Taymans  <wim@fluendo.com>
24471
24472         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24473         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24474         * ext/alsa/gstalsa.h:
24475         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24476         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24477         (gst_alsa_src_change_state):
24478         * ext/alsa/gstalsasrc.h:
24479         Make the xrun code timestamp and offset the buffers correctly.
24480         moved the clock to the base class, use alsa methods to get time.
24481         Do correct timestamping on outgoing buffers.
24482
24483 2004-06-17  Wim Taymans  <wim@fluendo.com>
24484
24485         * gst/audiorate/Makefile.am:
24486         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24487         (gst_audiorate_base_init), (gst_audiorate_class_init),
24488         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24489         (gst_audiorate_set_property), (gst_audiorate_get_property),
24490         (gst_audiorate_change_state), (plugin_init):
24491         Added an audiorate converter that fills in gaps.
24492
24493 2004-06-17  Johan Dahlin  <johan@gnome.org>
24494
24495         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24496
24497 2004-06-16  Wim Taymans  <wim@fluendo.com>
24498
24499         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24500         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24501         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24502         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24503         (gst_v4lsrc_get_property):
24504         * sys/v4l/gstv4lsrc.h:
24505         Added a copy mode to v4lsrc where it will output a copied version
24506         of its internal hardware buffer.
24507         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24508         can't | them.
24509
24510 2004-06-16  Wim Taymans  <wim@fluendo.com>
24511
24512         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24513         Timestamp fixes.
24514
24515 2004-06-16  Wim Taymans  <wim@fluendo.com>
24516
24517         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24518         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24519         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24520         (gst_v4lsrc_get_property):
24521         * sys/v4l/gstv4lsrc.h:
24522         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24523         Added a sync mode enum property to control v4lsrc timestamp method
24524         Removed the use-fixed-fps property and moved functionality in
24525         the enum.
24526         Don't error on an error value from v4l-conf, it might not always
24527         be a real error.
24528
24529 2004-06-16  Wim Taymans  <wim@fluendo.com>
24530
24531         * gst/videorate/Makefile.am:
24532         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24533         (gst_videorate_base_init), (gst_videorate_class_init),
24534         (gst_videorate_getcaps), (gst_videorate_link),
24535         (gst_videorate_init), (gst_videorate_chain),
24536         (gst_videorate_set_property), (gst_videorate_get_property),
24537         (gst_videorate_change_state), (plugin_init):
24538         Added a video timestamp corrector.
24539
24540 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24541
24542         fixed a potential leak with previous commit
24543
24544         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24545
24546 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24547
24548         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24549         Added missing refcount, fixes bug #144425
24550         Cheers Tim for finding the bug
24551
24552 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24553
24554         * sys/v4l/gstv4l.c: (plugin_init):
24555         * sys/v4l/gstv4lcolorbalance.c:
24556         * sys/v4l/gstv4lcolorbalance.h:
24557         * sys/v4l/gstv4lelement.c:
24558         * sys/v4l/gstv4lelement.h:
24559         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24560         * sys/v4l/gstv4lmjpegsink.h:
24561         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24562         * sys/v4l/gstv4lmjpegsrc.h:
24563         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24564         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24565         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24566         * sys/v4l/gstv4lsrc.h:
24567         * sys/v4l/gstv4ltuner.c:
24568         * sys/v4l/gstv4ltuner.h:
24569         * sys/v4l/gstv4lxoverlay.c:
24570         * sys/v4l/gstv4lxoverlay.h:
24571         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24572         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24573         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24574         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24575         (gst_v4l_set_audio):
24576         * sys/v4l/v4l_calls.h:
24577         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24578         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24579         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24580         (gst_v4lmjpegsink_playback_init),
24581         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24582         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24583         (gst_v4lmjpegsink_playback_stop),
24584         (gst_v4lmjpegsink_playback_deinit):
24585         * sys/v4l/v4lmjpegsink_calls.h:
24586         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24587         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24588         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24589         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24590         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24591         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24592         * sys/v4l/v4lmjpegsrc_calls.h:
24593         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24594         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24595         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24596         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24597         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24598         (gst_v4lsrc_try_palette):
24599         * sys/v4l/v4lsrc_calls.h:
24600           bunch of paranoia cleanups
24601
24602 2004-06-14  David Schleef  <ds@schleef.org>
24603
24604         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24605         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24606         Send discont events and change timestamps appropriately when
24607         we get a seek event.  (bug #144240)
24608         * ext/cdparanoia/gstcdparanoia.h:
24609
24610 2004-06-14  Benjamin Otte  <otte@gnome.org>
24611
24612         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24613           snd_pcm_hw_params_set_rate  since the latter fails for no good
24614           reason on some setups.
24615
24616 2004-06-14  David Schleef  <ds@schleef.org>
24617
24618         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24619         standard.  Thank you for playing.
24620
24621 2004-06-14  Wim Taymans  <wim@fluendo.com>
24622
24623         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24624         Patch 1.3 broke the ordering of the colorspace info and
24625         made the plugin basically work by coincidence, reordered
24626         the info.
24627
24628 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24629
24630         * ext/lame/gstlame.c:
24631         * ext/mad/gstmad.c:
24632           sync caps.  Make sure mad can only output a list of rates, not
24633           a full range.  In the future, have three caps lists for each of the
24634           mpeg versions.  Change mpegversion to a double as well.
24635
24636 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24637
24638         * gst/volume/.cvsignore:
24639         * gst/volume/Makefile.am:
24640         * gst/volume/demo.c: (value_changed_callback), (idler),
24641         (setup_gui), (main):
24642           added small demo app
24643
24644 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24645         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24646         * ext/esd/esdsink.h:
24647         Close the esd connection on pause, because esd will just wait -
24648         blocking all other esd clients indefinitely.
24649
24650 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24651
24652         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24653           previous commit with GST_DEBUG
24654
24655 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24656
24657         * configure.ac:
24658           add a header check for a dvdread header in dvdnav.  Fixes #133002
24659
24660 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24661
24662         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24663         * gst/tcp/gsttcpclientsink.h:
24664         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24665         * gst/tcp/gsttcpclientsrc.h:
24666         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24667         (gst_tcpserversink_handle_server_read),
24668         (gst_tcpserversink_init_send):
24669         * gst/tcp/gsttcpserversink.h:
24670         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24671         * gst/tcp/gsttcpserversrc.h:
24672         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24673         version of IP)
24674
24675 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24676
24677         * configure.ac:
24678         Added ogg library so that OSX detects libtheora properly
24679
24680 2004-06-11  Wim Taymans  <wim@fluendo.com>
24681
24682         * ext/theora/theoradec.c: (theora_dec_chain),
24683         (theora_dec_change_state):
24684         Don't try to decode frames before we received a keyframe.
24685
24686 2004-06-11  Wim Taymans  <wim@fluendo.com>
24687
24688         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24689         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24690         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24691         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24692         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24693         Added property to set the maximum delay of a page.
24694
24695 2004-06-10  Wim Taymans  <wim@fluendo.com>
24696
24697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24698         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24699         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24700         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24701         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24702         Added max-delay property to control the maximum amount
24703         of data to put in one page.
24704
24705 2004-06-10  Wim Taymans  <wim@fluendo.com>
24706
24707         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24708         (gst_theora_enc_init), (theora_enc_sink_link),
24709         (theora_buffer_from_packet), (theora_enc_set_property),
24710         (theora_enc_get_property):
24711         Set duration on encoded buffer, added some more properties
24712
24713 2004-06-10  Wim Taymans  <wim@fluendo.com>
24714
24715         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24716         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24717         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24718         * ext/theora/theoraenc.c: (theora_enc_chain):
24719         Fix refcounting bugs
24720
24721 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24722
24723         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24724         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24725         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24726         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24727         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24728         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24729         (gst_asf_demux_change_state):
24730         * gst/asfdemux/gstasfdemux.h:
24731           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24732           feels like. I think we should set a new requirement for demuxers
24733           from now on to implement sane loop functions, data loops, query
24734           and seek functions before first commit into CVS. And this commit
24735           fixes all of the above.
24736
24737 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24738
24739         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24740           vorbis comments are properly encoded in UTF-8 before adding them
24741           to a GstTagList
24742
24743 2004-06-09  Benjamin Otte  <otte@gnome.org>
24744
24745         * ext/alsa/gstalsa.c: (add_channels):
24746           handle min <= max correctly
24747         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24748         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24749           add fixation functions so we fixate correctly. No preferring of alaw
24750           anymore because it's the first structure.
24751         * ext/alsa/gstalsa.h:
24752         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24753         (gst_alsa_hw_params_dump):
24754           add functions to ease debugging in alsalib
24755         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24756         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24757         (gst_alsa_start_audio):
24758           only specify hw params if we really setup a format (fixes #134007 -
24759           or at least works around it)
24760
24761 2004-06-09  Wim Taymans  <wim@fluendo.com>
24762
24763         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24764         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24765         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24766         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24767         (gst_ogg_mux_loop):
24768         Use stream caps to setup the initial pages in the ogg stream.
24769         Correctly set the streamheader caps on the srcpad.
24770
24771 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24772
24773         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24774         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24775         (gst_v4lsrc_getcaps):
24776         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24777         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24778           add querying of fps lists for webcams.  Negotiating to a framerate
24779           now works.
24780
24781 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24782
24783         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24784         (theora_push_buffer), (theora_push_packet),
24785         (theora_set_header_on_caps), (theora_enc_chain):
24786           mark buffers and put on streamheader, raw theora streaming
24787           now works too, whee
24788
24789 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24790
24791         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24792         (gst_tcp_gdp_read_caps):
24793           do a looping read for caps and GDP headers too
24794
24795 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24796
24797         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24798         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24799           return EOS instead of NULL in _get
24800
24801 2004-06-08  Wim Taymans  <wim@fluendo.com>
24802
24803         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24804         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24805         (gst_tcp_gdp_write_caps):
24806         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24807         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24808         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24809         Memory leak fixes
24810
24811 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24812
24813         * ext/vorbis/Makefile.am:
24814         * ext/vorbis/vorbis.c: (plugin_init):
24815         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24816         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24817         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24818         (vorbis_parse_change_state):
24819         * ext/vorbis/vorbisparse.h:
24820           adding a vorbisparse element that marks the buffers, streaming
24821           raw vorbis using GDP now works, whee
24822
24823 2004-06-08  Wim Taymans  <wim@fluendo.com>
24824
24825         * ext/jpeg/Makefile.am:
24826         * ext/jpeg/README:
24827         * ext/jpeg/gstjpeg.c: (plugin_init):
24828         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24829         (gst_smokedec_base_init), (gst_smokedec_class_init),
24830         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24831         * ext/jpeg/gstsmokedec.h:
24832         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24833         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24834         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24835         (gst_smokeenc_resync), (gst_smokeenc_chain),
24836         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24837         * ext/jpeg/gstsmokeenc.h:
24838         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24839         (smokecodec_flush_destination), (smokecodec_term_destination),
24840         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24841         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24842         (smokecodec_term_source), (smokecodec_encode_new),
24843         (smokecodec_decode_new), (smokecodec_info_free),
24844         (smokecodec_set_quality), (smokecodec_get_quality),
24845         (smokecodec_set_threshold), (smokecodec_get_threshold),
24846         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24847         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24848         (smokecodec_parse_header), (smokecodec_decode):
24849         * ext/jpeg/smokecodec.h:
24850         Added a new simple jpeg based codec
24851
24852 2004-06-08  Wim Taymans  <wim@fluendo.com>
24853
24854         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24855         (gst_multipart_mux_loop):
24856         Fix memory leak
24857
24858 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24859
24860         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24861         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24862         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24863         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24864         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24865         * gst/tcp/gsttcpserversink.h:
24866           take streamheader into account
24867
24868 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24869
24870         * gst/level/Makefile.am:
24871         * gst/level/gstlevel.c: (gst_level_class_init):
24872           clean up marshal generation
24873
24874 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24875
24876         * gst/tcp/Makefile.am:
24877         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
24878         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
24879         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
24880         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
24881         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
24882         (gst_tcpclientsrc_get_property):
24883         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24884         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24885         (gst_tcpserversink_handle_client_read),
24886         (gst_tcpserversink_handle_client_write),
24887         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
24888         * gst/tcp/gsttcpserversink.h:
24889           add signals client-added and client-removed
24890         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
24891         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
24892         (gst_tcpserversrc_get_property):
24893         uniformized, change default protocol to NONE
24894         * gst/tcp/gsttcp-marshal.list: added
24895 2004-06-07  Benjamin Otte  <otte@gnome.org>
24896
24897         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24898           handle discont events if they happen before caps nego
24899
24900 2004-06-07  Wim Taymans  <wim@fluendo.com>
24901
24902         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
24903         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
24904         (gst_multipart_demux_plugin_init):
24905         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24906         (gst_multipart_mux_init), (gst_multipart_mux_loop),
24907         (gst_multipart_mux_change_state):
24908         Small updates, fix a memleak
24909
24910 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
24911
24912         * configure.ac: OSS portability
24913         * ext/arts/gst_arts.c: idem
24914         * sys/oss/gstosselement.c: idem
24915         * sys/oss/gstossmixer.c: idem
24916         * sys/oss/gstosssink.c: idem
24917         * sys/oss/gstosssrc.c: idem
24918         * sys/oss/oss_probe.c: idem
24919           - check for soundcard.h in different places for some BSD
24920
24921 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
24922
24923         * AUTHORS:
24924         Add me to the authors file
24925         * configure.ac:
24926         Increase the libdv requirement to >= version 0.100
24927         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
24928         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
24929         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
24930         * ext/dv/gstdvdec.h:
24931         Add support for the new_media flag when sending DISCONT events
24932         Make the querying work when video pad is not linked
24933
24934 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24935
24936         reviewed by Benjamin Otte  <otte@gnome.org>
24937
24938         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
24939           create a NULL-initialized array of pads, so we don't think they
24940           exist already. (fixes #143130)
24941
24942 2004-06-07  Benjamin Otte  <otte@gnome.org>
24943
24944         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
24945         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
24946         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
24947           don't use // coments
24948
24949 2004-06-07  Benjamin Otte  <otte@gnome.org>
24950
24951         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
24952           cast to GstClockTime to get higher granularity
24953         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24954           use gst_element_set_time_delay to get the exact time
24955         * ext/mad/gstmad.c: (gst_mad_chain):
24956           use the negotiated rate instead of the current frame's rate which
24957           might be wrong because of bit errors. This avoids emitting totally
24958           bogus timestamps and screwing sync.
24959         (fixes #143454)
24960
24961 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
24962
24963         reviewed by Benjamin Otte  <otte@gnome.org>
24964
24965         * gst/adder/gstadder.c: (gst_adder_loop):
24966           properly error out when no negotiation has happened yet. (fixes
24967           #143032)
24968
24969 2004-06-06  Benjamin Otte  <otte@gnome.org>
24970
24971         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
24972           forward correctly transformed offset in discont events. Based on
24973           patch by Arwed v. Merkatz. (fixes #142851)
24974
24975 2004-06-06  David Schleef  <ds@schleef.org>
24976
24977         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
24978         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
24979         problems on several systems.
24980
24981 2004-06-06  Benjamin Otte  <otte@gnome.org>
24982
24983         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
24984           use explicit caps on the srcpad
24985         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
24986           properly error out if caps couldn't be set (fixes #142764)
24987
24988 2004-06-06  Benjamin Otte  <otte@gnome.org>
24989
24990         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24991         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24992         (gst_alsa_start_audio):
24993           - don't call set_periods_integer anymore, it breaks the
24994           configuration randomly
24995           - call snd_pcm_hw_params_set_access directly instead of using masks
24996           - don't fail if the sw_params can't be set, just use the default
24997           params and hope it works. Alsalib has weird issues when you touch
24998           sw_params and does no proper error reporting about what failed.
24999         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25000         (gst_alsa_close_audio):
25001           make our alsa debugging go via gst debugging and not conditionally
25002           defined
25003         * ext/alsa/gstalsa.h:
25004           add ALSA_DEBUG_FLUSH macro
25005         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25006         (plugin_init):
25007           wrap alsa errors to be printed via the gst debugging system and not
25008           spammed to stderr
25009
25010 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25011
25012         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25013         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25014         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25015         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25016         (qtdemux_parse_trak):
25017         * gst/qtdemux/qtdemux.h:
25018           Bitch. Also known as seeking, querying & co.
25019         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25020         (gst_osssink_change_state):
25021         * sys/oss/gstosssink.h:
25022           Resyncing is for weenies, this hack is no longer needed and was
25023           broken anyway (since it - unintendedly - always leaves resync to
25024           TRUE).
25025
25026 2004-06-05  Andrew Turner <zxombie@hotpop.com>
25027
25028         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25029         * gst/tcp/gsttcpclientsrc.h: idem
25030           - define MSG_NOSIGNAL if not done
25031           - include unistd.h for off_t
25032           (fixes #143749)
25033
25034 2004-06-05  Benjamin Otte  <otte@gnome.org>
25035
25036         * configure.ac:
25037         * ext/kio/Makefile.am:
25038           check for qt's moc preprocessor explicitly and use it
25039
25040 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25041
25042         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25043           don't get a signal for EPIPE on socket writes
25044           (somebody check if this works on other platforms)
25045
25046 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25047
25048         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25049         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25050           check error condition on available samples correctly
25051
25052 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25053
25054         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25055           avoid a segfault
25056         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25057         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25058         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25059         (gst_tcpserversrc_gdp_read_header):
25060          use ssize_t over size_t since the former is signed and thus the
25061          check for error codes can work
25062
25063 2004-06-02  Wim Taymans  <wim@fluendo.com>
25064
25065         reviewed by: Johan
25066
25067         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25068         (gst_multipart_mux_loop):
25069         Oops
25070
25071 2004-06-02  Wim Taymans  <wim@fluendo.com>
25072
25073         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25074         (gst_multipart_mux_init), (gst_multipart_mux_loop),
25075         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25076         (gst_multipart_mux_change_state):
25077         Added configurable boundary specifier, added the value as a
25078         caps field as well.
25079
25080 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25081
25082         * gst/tcp/gsttcp.c:
25083         * gst/tcp/gsttcpclientsrc.c:
25084         * gst/tcp/gsttcpclientsrc.h:
25085         * gst/tcp/gsttcpserversrc.c:
25086           - portability fix, to compile on OSX
25087             (fixes #143146)
25088
25089         * sys/osxaudio/gstosxaudioelement.c:
25090         * sys/osxaudio/gstosxaudiosink.c:
25091         * sys/osxaudio/gstosxaudiosrc.c:
25092           - compilation warnings on OSX
25093             (fixes #143153)
25094
25095 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25096
25097         * ext/vorbis/vorbisdec.c : sign warning fixes
25098
25099         * gst-libs/gst/mixer/mixertrack.c :
25100           do no use defines which are glib 2.4 specific
25101
25102 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
25103
25104         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25105           buffer since libflac doesn't expect it (reports a sync error when
25106           it encounters that)
25107
25108
25109 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
25110
25111         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25112         * gst-libs/gst/mixer/mixertrack.c:
25113         (gst_mixer_track_get_property), (get_mixer_track_init),
25114         (get_mixer_track_get_property): Added property accessors
25115         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25116         * gst-libs/gst/mixer/mixeroptions.c:
25117         (gst_mixer_options_get_values): Added
25118         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25119         * gst-libs/gst/mixer/mixer.c: Fixed comment
25120
25121
25122 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25123
25124         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25125           improve error messages on open
25126
25127
25128 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25129
25130         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25131           check if v4l-conf is in path
25132
25133 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25134
25135         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25136           change assert to a more readable error message
25137
25138 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25139
25140         * gst-libs/gst/tuner/tunerchannel.h:
25141           - add a freq_multiplicator field to make the conversion
25142             between internal frequency unit and Hz
25143         * sys/v4l/gstv4lelement.c:
25144         * sys/v4l2/gstv4l2element.c:
25145           - change default video device to /dev/video0
25146         * sys/v4l/v4l_calls.c:
25147         * sys/v4l2/v4l2_calls.c:
25148           - we only expose frequency to the user in Hz instead of
25149             bastard v4lX unit (either 62.5kHz or 62.5Hz)
25150
25151 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
25152         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25153           Initialise b_o_s and e_o_s variables
25154         * gst-libs/gst/riff/riff-media.c:
25155         (gst_riff_create_video_caps_with_data):
25156           Add some unusual fourcc's from mplayer avi's
25157         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25158           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25159           autoplugging.
25160
25161 2004-05-28  Wim Taymans  <wim@fluendo.com>
25162
25163         * configure.ac:
25164         * gst/alpha/Makefile.am:
25165         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25166         (gst_alpha_get_type), (gst_alpha_base_init),
25167         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25168         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25169         (gst_alpha_chroma_key), (gst_alpha_chain),
25170         (gst_alpha_change_state), (plugin_init):
25171         A plugin to add an alpha channel to I420 video. Can optionally do
25172         chroma keying.
25173         * gst/multipart/Makefile.am:
25174         * gst/multipart/multipart.c: (plugin_init):
25175         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25176         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25177         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25178         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25179         (gst_multipart_demux_change_state),
25180         (gst_multipart_demux_plugin_init):
25181         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25182         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25183         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25184         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25185         (gst_multipart_mux_pad_unlink),
25186         (gst_multipart_mux_request_new_pad),
25187         (gst_multipart_mux_handle_src_event),
25188         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25189         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25190         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25191         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25192         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25193         send multipart jpeg images to a browser.
25194         * gst/videobox/Makefile.am:
25195         * gst/videobox/README:
25196         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25197         (gst_video_box_get_type), (gst_video_box_base_init),
25198         (gst_video_box_class_init), (gst_video_box_init),
25199         (gst_video_box_set_property), (gst_video_box_get_property),
25200         (gst_video_box_sink_link), (gst_video_box_i420),
25201         (gst_video_box_ayuv), (gst_video_box_chain),
25202         (gst_video_box_change_state), (plugin_init):
25203         Crops or adds borders around an image. can do alpha channel
25204         borders as well.
25205         * gst/videomixer/Makefile.am:
25206         * gst/videomixer/README:
25207         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25208         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25209         (gst_videomixer_pad_get_sink_event_masks),
25210         (gst_videomixer_pad_get_property),
25211         (gst_videomixer_pad_set_property),
25212         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25213         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25214         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25215         (gst_videomixer_base_init), (gst_videomixer_class_init),
25216         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25217         (gst_videomixer_handle_src_event),
25218         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25219         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25220         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25221         (gst_videomixer_loop), (gst_videomixer_get_property),
25222         (gst_videomixer_set_property), (gst_videomixer_change_state),
25223         (plugin_init):
25224         Generic video mixer plugin, can handle multiple inputs all with
25225         different framerates and video sizes. Is fully alpha channel
25226         aware.
25227
25228 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25229
25230         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25231           Select first track as master track. Not sure how else to handle
25232           that...
25233         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25234           Discard discont events. Should fix #142962.
25235
25236 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25237
25238         * ext/alsa/Makefile.am:
25239         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25240         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25241         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25242         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25243         (gst_alsa_mixer_get_option):
25244         * ext/alsa/gstalsamixer.h:
25245         * ext/alsa/gstalsamixeroptions.c:
25246         (gst_alsa_mixer_options_get_type),
25247         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25248         (gst_alsa_mixer_options_new):
25249         * ext/alsa/gstalsamixeroptions.h:
25250         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25251         * ext/alsa/gstalsamixertrack.h:
25252           Add enumerations (as GstMixerOptions). Make correct distinction
25253           between input/output tracks. Add capture/playback private flag.
25254           Use flag to decide on whether to set capture or playback volumes
25255           or switches. Use playback and record switches.
25256         * gst-libs/gst/mixer/Makefile.am:
25257         * gst-libs/gst/mixer/mixer-marshal.list:
25258         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25259         (gst_mixer_set_option), (gst_mixer_get_option),
25260         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25261         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25262         * gst-libs/gst/mixer/mixer.h:
25263         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25264         (gst_mixer_options_class_init), (gst_mixer_options_init),
25265         (gst_mixer_options_dispose):
25266         * gst-libs/gst/mixer/mixeroptions.h:
25267           Add GstMixerOptions.
25268         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25269           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25270           broken device detection on computers with multiple OSS sound
25271           cards.
25272
25273 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25274
25275         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25276           fixate nicely even when the peer is not negotiating
25277
25278 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25279
25280         * gst/audioconvert/gstaudioconvert.c:
25281         (gst_audio_convert_parse_caps):
25282           make sure we don't allow depth > width
25283         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25284           fixate endianness to G_BYTE_ORDER as default
25285         * gst/audioscale/gstaudioscale.c:
25286           we don't handle another endianness as host-endianness
25287
25288 2004-05-25  David Schleef  <ds@schleef.org>
25289
25290         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25291
25292 2004-05-24  Benjamin Otte  <otte@gnome.org>
25293
25294         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25295         (gst_oggvorbisenc_setup):
25296           properly fail when we can't setup the vorbis encoder due to
25297           unsupported settings
25298         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25299         (gst_vorbisenc_setup):
25300           same
25301         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25302           fix case where warnings occured when one pad was unlinked while the
25303           other's link function was called
25304
25305 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25306
25307         * gst/tcp/Makefile.am:
25308           use GST_ENABLE_NEW
25309
25310 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25311
25312         * gst-libs/gst/resample/private.h:
25313           don't use optimizations that are #if 0'ed
25314
25315 2004-05-24  Wim Taymans  <wim@fluendo.com>
25316
25317         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25318         Fix potential division by zero error and hopefully get
25319         the position query right to get correct timestamps on avi
25320         audio.
25321
25322 2004-05-24  Wim Taymans  <wim@fluendo.com>
25323
25324         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25325         (gst_videoscale_scale_nearest_str2),
25326         (gst_videoscale_scale_nearest_str4),
25327         (gst_videoscale_scale_nearest_32bit),
25328         (gst_videoscale_scale_nearest_24bit),
25329         (gst_videoscale_scale_nearest_16bit):
25330         Fix the scaling algorithm and avoid a buffer overflow.
25331         removed the while loop in the scaling function as it
25332         was used for point sampling only.
25333
25334 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25335
25336         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25337         (gst_id3_tag_class_init), (gst_id3_tag_init),
25338         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25339         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25340         (gst_id3_tag_send_tag_event):
25341           lots of fixes to make id3mux work and id3demux work correctly
25342
25343 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25344
25345         * ext/Makefile.am:
25346           add rules to build shout2send (was removed by accident
25347           when this module was no more marked experimental/broken)
25348
25349 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25350
25351         * ext/shout2/gstshout2.c:
25352         * ext/shout2/gstshout2.h:
25353           adding a "connection problem" signal to shout2send
25354           (fixes #142954)
25355
25356 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25357
25358         * ext/kio/kioreceiver.cpp:
25359         * ext/kio/kioreceiver.h:
25360           fix sign comparison issues
25361
25362 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25363
25364         * gst/cdxaparse/gstcdxaparse.c:
25365         * gst/cdxaparse/gstcdxaparse.h:
25366           some renaming
25367           add some checks/sanity
25368           prepare for seek addition
25369
25370         * sys/sunaudio/gstsunaudio.c:
25371           remove exported dupe init function
25372
25373 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25374
25375         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25376         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25377           Fix format conversion and position querying.
25378         * gst/debug/progressreport.c: (gst_progressreport_report):
25379           Don't output a bogus total value that we didn't query.
25380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25381           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25382           only a blank window after xine has been used.
25383
25384 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25385
25386         * m4/as-arts.m4:
25387           sync with upstream version to fix test on FC2
25388           readd with -ko to preserve Id header
25389
25390 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25391
25392         * configure.ac:
25393           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25394         * gst/tcp/gsttcpclientsrc.c: idem
25395         * gst/tcp/gsttcpserversink.c: idem
25396         * gst/tcp/gsttcpserversrc.c: idem
25397         * m4/gst-fionread.m4: idem
25398
25399         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25400
25401         * configure.ac: enable speex plugin for speex 1.1.5+
25402         * ext/speex/gstspeexenc.c: fix cast warning
25403
25404         * ext/esd/README: fix typo
25405
25406 2004-05-20  David Schleef  <ds@schleef.org>
25407
25408         * configure.ac: Minor cosmetic change to convince the buildbot to
25409         reautogen.
25410         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25411         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25412         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25413         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25414         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25415         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25416         More hacking.  Plays audio now.
25417
25418 2004-05-20  David Schleef  <ds@schleef.org>
25419
25420         * configure.ac:
25421         * sys/Makefile.am:
25422
25423 2004-05-20  David Schleef  <ds@schleef.org>
25424
25425         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25426         * sys/osxaudio/gstosxaudio.c:
25427         * sys/osxaudio/gstosxaudioelement.c:
25428         * sys/osxaudio/gstosxaudioelement.h:
25429         * sys/osxaudio/gstosxaudiosink.c:
25430         * sys/osxaudio/gstosxaudiosink.h:
25431         * sys/osxaudio/gstosxaudiosrc.c:
25432         * sys/osxaudio/gstosxaudiosrc.h:
25433
25434 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25435
25436         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25437         (gst_vorbisenc_chain):
25438           put the codec headers on the caps as streamheader as well as
25439           pushing them out
25440
25441 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25442
25443         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25444         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25445         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25446         split up push_packet into two functions
25447
25448 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25449
25450         * gst/tcp/.cvsignore:
25451           ignore enums
25452         * gst/tcp/Makefile.am:
25453         * gst/tcp/README:
25454         * gst/tcp/gsttcp.c:
25455         * gst/tcp/gsttcp.h:
25456         * gst/tcp/gsttcpclientsink.c:
25457         * gst/tcp/gsttcpclientsink.h:
25458         * gst/tcp/gsttcpclientsrc.c:
25459         * gst/tcp/gsttcpclientsrc.h:
25460         * gst/tcp/gsttcpplugin.c:
25461         * gst/tcp/gsttcpserversink.c:
25462         * gst/tcp/gsttcpserversink.h:
25463         * gst/tcp/gsttcpserversrc.c:
25464         * gst/tcp/gsttcpserversrc.h:
25465           add new tcp elements
25466
25467 2004-05-19  Wim Taymans  <wim@fluendo.com>
25468
25469         * gst/law/mulaw-conversion.c: (mulaw_encode):
25470         Fix overflow bug in ulaw encoding.
25471
25472 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25473
25474         * ext/mad/gstmad.c: (gst_mad_handle_event):
25475           don't unref the event twice
25476
25477 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25478
25479         * configure.ac:
25480           remove -Wno-sign-compare
25481
25482 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25483
25484         * configure.ac:
25485           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25486           if you want to work against glib 2.2 and 2.4
25487
25488 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25489
25490         * gst/tcp/Makefile.am:
25491         * gst/tcp/gsttcp.c:
25492         * gst/tcp/gsttcp.h:
25493         * gst/tcp/gsttcpsink.h:
25494         * gst/tcp/gsttcpsrc.h:
25495           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25496
25497 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25498
25499         * gst/debug/tests.c: (md5_get_value):
25500           fix segfault on gst-inspect
25501
25502 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25503
25504         * gst/debug/testplugin.c:
25505         * gst/debug/tests.c:
25506         * gst/debug/tests.h:
25507           add new extensible and configurable testing element. Current tests
25508           include buffer count, stream length, timestamp/duration matching and
25509           md5.
25510         * gst/debug/Makefile.am:
25511         * gst/debug/gstdebug.c: (plugin_init):
25512           add infrastructure for new element
25513
25514 2004-05-19  Johan Dahlin  <johan@gnome.org>
25515
25516         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25517         ending of the array. Fixes gst-inspect segfault on ppc.
25518
25519 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25520
25521         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25522
25523         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25524
25525 2004-05-18  David Schleef  <ds@schleef.org>
25526
25527         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25528         warnings (bugs, actually) noticed by gcc but not forte.
25529
25530 2004-05-18  David Schleef  <ds@schleef.org>
25531
25532         * sys/sunaudio/Makefile.am:
25533         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25534
25535 2004-05-18  David Schleef  <ds@schleef.org>
25536
25537         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25538         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25539         to allow qtdemux to use non-seekable streams. (bug #142272)
25540
25541 2004-05-18  David Schleef  <ds@schleef.org>
25542
25543         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25544         (gst_resample_sinc_ft_float): Remove use of static temporary
25545         buffer.  This code was obviously not supposed to last long, but
25546         it's stuck in our ABI, so it required a little hack to make it
25547         ABI-compatible.  Fixes #142585.
25548         * gst-libs/gst/resample/resample.h: same.
25549
25550 2004-05-18  David Schleef  <ds@schleef.org>
25551
25552         * configure.ac: Add sunaudio
25553         * examples/Makefile.am: make gstplay depend on gconf
25554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25555         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25556         (convert_table_lookup), (img_convert): remove c99-isms
25557         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25558           unsigned, to fix a warning on Solaris
25559         * gst/mpeg1sys/systems.c: bcopy->memcpy
25560         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25561         * sys/Makefile.am: Add sunaudio
25562
25563 2004-05-18  Wim Taymans  <wim@fluendo.com>
25564
25565         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25566         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25567         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25568         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25569         (gst_ogg_mux_loop):
25570         Fix an ugly memleak where the muxer didn't flush enough ogg
25571         pages. This also resulted in badly muxed ogg files.
25572
25573 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25574
25575         * gst/asfdemux/asfheaders.c :
25576         * gst/asfdemux/asfheaders.h :
25577         * gst/asfdemux/gstasfdemux.c :
25578           - fix ASF_OBJ_PADDING guid
25579           - add 3 new object guids (language list, metadata,
25580             extended stream properties)
25581           - add a function to parse extended header objects
25582
25583 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25584
25585         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25586           remove leftover debugging g_print
25587
25588 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25589
25590         * ext/mad/gstmad.c: (gst_mad_handle_event):
25591           Fix for when the first format in a discont event is not a
25592           byte-based one. Should fix #137710.
25593
25594 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25595
25596         * m4/a52.m4 : fix compilation with -Wall -Werror
25597         * m4/libfame.m4 : idem
25598         * m4/libmikmod.m4 : idem
25599
25600 2004-05-17  Benjamin Otte  <otte@gnome.org>
25601
25602         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25603           signal the new tags before giving up the reference
25604
25605 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25606
25607         * ext/shout2/gstshout2.c:
25608           use application/ogg instead of application/x-ogg (patch by Patrick
25609           Guimond, fixes #142432)
25610         * sys/oss/gstosselement.c: (gst_osselement_reset),
25611         (gst_osselement_sync_parms):
25612           don't set fragment size unless specified (fixes #142493)
25613
25614 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25615
25616         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25617           fixes #142664
25618
25619 2004-05-17  Benjamin Otte  <otte@gnome.org>
25620
25621         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25622           compute offsets correctly for internal buffers so timestamps are set
25623           correctly when we can't seek. Also handle cases where there are no
25624           offsets. (based on a patch by David Moore, fixes #142507)
25625
25626 2004-05-17  Benjamin Otte  <otte@gnome.org>
25627
25628         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25629           use correct variable when determining amount of data to skip so we
25630           don't skip into the void and segfault
25631
25632 2004-05-16  Benjamin Otte  <otte@gnome.org>
25633
25634         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25635           Hi, I'm a memleak
25636
25637 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25638
25639         * gst/asfdemux/gstasfdemux.c:
25640           - fix a mem leak and always propagate tags
25641           - add WMV3 to known video codecs (but no decoder yet)
25642           - replace "surplus data" at end of audio header for what
25643             it is : codec specific data
25644           - fix a typo
25645
25646 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25647
25648         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25649
25650         * gst-libs/gst/audio/audioclock.c:
25651           Fix wrong return type (#142205).
25652
25653 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25654
25655         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25656           Ignore CRCs by default (fixes #142566).
25657
25658 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25659
25660         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25661         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25662         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25663         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25664         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25665         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25666           Fix for cases where we fail to attach to a mixer.
25667
25668 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25669
25670         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25671           Don't touch events after not owning them anymore.
25672         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25673         (gst_wavparse_fmt), (gst_wavparse_other),
25674         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25675         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25676         (gst_wavparse_srcpad_event):
25677         * gst/wavparse/gstwavparse.h:
25678           Add seeking, fix querying.
25679
25680 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25681
25682         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25683           - process comments even if they don't end with \0\0
25684             g_convert would ignore them if present and works well without them
25685
25686 2004-05-16  Benjamin Otte  <otte@gnome.org>
25687
25688         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25689           simplify caps
25690
25691 2004-05-16  Benjamin Otte  <otte@gnome.org>
25692
25693         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25694           don't write to memory we might not write to - g_convert does that
25695           for us anyway (fixes #142613)
25696         (gst_asf_demux_audio_caps):
25697           comment out gst_util_dump_mem
25698
25699 2004-05-16  Benjamin Otte  <otte@gnome.org>
25700
25701         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25702           compute correct expected timestamps after seek (broken since
25703           last commit)
25704         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25705           rename element and debugging category to gdkpixbufscale
25706
25707 2004-05-16  Benjamin Otte  <otte@gnome.org>
25708
25709         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25710           add error checking to snd_pcm_delay and remove duplicate call to
25711           snd_pcm_delay that caused issues (see inline code comments)
25712         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25713           make more readable and fix return value when snd_pcm_delay fails
25714         (fixes #142586)
25715
25716 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25717         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25718         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25719         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25720         (gst_pixbufscale_link), (gst_pixbufscale_init),
25721         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25722         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25723         (gst_pixbufscale_get_property), (pixbufscale_init):
25724         * ext/gdk_pixbuf/pixbufscale.h:
25725         Add these files I forgot earlier
25726
25727 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25728         * ext/gdk_pixbuf/Makefile.am:
25729         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25730         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25731         Add new pixbufscale element to scale RGB video
25732         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25733         and HYPER interpolation correctly.
25734         * ext/theora/theoraenc.c: (theora_enc_chain),
25735         Discard buffer and return if explicit caps could not be set
25736         (theora_enc_get_property):
25737         Make _get return kbps for the bitrate consistent with
25738         the _set function.
25739
25740
25741 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25742
25743         * ext/libvisual/visual.c: (gst_visual_chain):
25744           add missing visual_audio_analyze
25745
25746 2004-05-14  David Schleef  <ds@schleef.org>
25747
25748         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25749         is killed while we're playing.
25750         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25751         gst_element_no_more_pads().
25752
25753 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25754
25755         * gst-libs/gst/riff/riff-read.c :
25756           - fix INFO tag extraction in RIFF/AVI files
25757             because gst_event_unref (event) also freed taglist
25758           - avoid a mem leak
25759
25760 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25761
25762         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25763         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25764
25765         * gst/auparse/gstauparse.c :
25766           - add code (commented for now) to support audio/x-adpcm on src pad
25767             (we have no decoder for those layout yet)
25768
25769         * gst/cdxaparse/gstcdxaparse.c :
25770         * gst/cdxaparse/gstcdxaparse.h :
25771           - partial rewrite using RiffRead (ripped iain's wavparse code)
25772
25773         * gst/rtp/gstrtpL16enc.c : typo
25774         * gst/rtp/gstrtpgsmenc.c : typo
25775
25776 2004-05-13  Benjamin Otte  <otte@gnome.org>
25777
25778         * configure.ac:
25779           check for exact version of libvisual, it's not supposed to be
25780           API/ABI stable yet
25781
25782 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25783
25784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25785           signal no-more-pads
25786
25787 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25788
25789         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25790         Report which format was used for GST_FORMAT_DEFAULT
25791         * gst/debug/Makefile.am:
25792         * gst/debug/gstdebug.c: (plugin_init):
25793         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25794         (gst_progressreport_class_init), (gst_progressreport_init),
25795         (gst_progressreport_report), (gst_progressreport_set_property),
25796         (gst_progressreport_get_property), (gst_progressreport_chain),
25797         (gst_progressreport_plugin_init):
25798         Add progressreport element for testing.
25799
25800 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25801
25802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25803         * sys/v4l/gstv4lsrc.h:
25804         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25805         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25806         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25807         (gst_v4lsrc_grab_frame):
25808           add more debugging
25809           send a discont at start
25810
25811 2004-05-12  Colin Walters  <walters@redhat.com>
25812
25813         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25814         inflooping if we can't find a chunk.  Or in other words, don't blow
25815         chunks if we don't have a chunk to blow.
25816
25817 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25818         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25819         Remove old debug output
25820         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25821         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25822         (gst_dvdec_set_property), (gst_dvdec_get_property):
25823         Change the quality setting to an enum, so it works from gst-launch
25824         Don't renegotiate a non-linked pad. Allows audio only decoding.
25825         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25826         (gst_deinterlace_link), (gst_deinterlace_init):
25827         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25828         (gst_videodrop_link):
25829         Some caps negotiation fixes
25830
25831 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25832
25833         * ext/tarkin/gsttarkin.c :
25834           - Change RANK from NONE to PRIMARY
25835         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25836           - Change RANK from NONE to MARGINAL
25837         * ext/divx/gstdivxenc.c :
25838           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25839
25840 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25841
25842         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25843         (gst_vorbisenc_push_packet):
25844           copy a function that was added between 1.0 and 1.0.1 until we
25845           depend on worthwhile features of post-1.0
25846
25847 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25848
25849         * configure.ac:
25850           enable shout2 by default
25851         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25852         (gst_shout2send_base_init), (gst_shout2send_init),
25853         (gst_shout2send_connect), (gst_shout2send_change_state):
25854         * ext/shout2/gstshout2.h:
25855           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25856           #142262)
25857         * ext/theora/theora.c: (plugin_init):
25858           don't set rank on encoders
25859
25860 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25861
25862         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25863           Use codec_data property instead of flag1 and flag2 for wma
25864
25865 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25866
25867         * gst/cdxaparse/gstcdxaparse.c :
25868           - Add mpegversion to CAPS to make it link
25869           - Rank is as GST_RANK_SECONDARY instead of NONE
25870         * gst/auparse/gstauparse.c :
25871           - Document all audio encoding we can encounter from Solaris 9
25872             headers and libsndfile information.
25873           - Increase max. rate from 48000 to 192000 (to match other elements)
25874           - Don't try to play junk data between header and samples
25875
25876 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25877
25878         * ext/libvisual/visual.c: (gst_visual_getcaps):
25879           use the right caps depending on endianness (I hope)
25880         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
25881           use GST_RANK_NONE for all non-decoding elements or spider gets
25882           mighty confused
25883
25884 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25885
25886         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25887           Fix some odd cases and fix BE metadata parsing of unicode16 text.
25888
25889 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25890
25891         * gst/switch/gstswitch.c: (gst_switch_release_pad),
25892         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
25893         (gst_switch_loop), (gst_switch_get_type):
25894           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
25895           HEADERS. Had to be said.
25896
25897 2004-05-10  David Schleef  <ds@schleef.org>
25898
25899         * configure.ac: Add prototype Dirac support.
25900         * ext/Makefile.am:
25901         * ext/dirac/Makefile.am:
25902         * ext/dirac/gstdirac.cc:
25903         * ext/dirac/gstdiracdec.cc:
25904
25905 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25906
25907         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
25908         (gst_auparse_init), (gst_auparse_chain),
25909         (gst_auparse_change_state):
25910           Hack around spider. Remove me some day please.
25911
25912 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25913
25914         * gst/auparse/gstauparse.c: (gst_auparse_chain):
25915           Fix for some uninitialized variables in previous patch, also
25916           makes it work. Fixes #142286 while we're at it.
25917
25918 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25919
25920         * gst/auparse/gstauparse.c:
25921                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
25922                 only unsupported formats are ADPCM/CCITT G.72x
25923                 reviewed by Ronald
25924         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
25925
25926 2004-05-10  Wim Taymans  <wim@fluendo.com>
25927
25928         * ext/vorbis/Makefile.am:
25929         * ext/vorbis/README:
25930         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
25931         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
25932         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
25933         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
25934         (gst_oggvorbisenc_convert_sink),
25935         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
25936         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
25937         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
25938         (get_constraints_string), (update_start_message),
25939         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
25940         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
25941         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
25942         * ext/vorbis/oggvorbisenc.h:
25943         * ext/vorbis/vorbis.c: (plugin_init):
25944         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
25945         (raw_caps_factory), (gst_vorbisenc_class_init),
25946         (gst_vorbisenc_init), (gst_vorbisenc_setup),
25947         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
25948         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
25949         * ext/vorbis/vorbisenc.h:
25950         Added a raw vorbis encoder to be used with the oggmuxer.
25951         We still need the old encoder for some gnome applications,
25952         read the README to find out how that works.
25953         The raw encoder is called "rawvorbisenc" until 0.9.
25954
25955 2004-05-10  Wim Taymans  <wim@fluendo.com>
25956
25957         * ext/ogg/gstogg.c: (plugin_init):
25958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
25959         (gst_ogg_print):
25960         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
25961         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
25962         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
25963         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
25964         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
25965         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
25966         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
25967         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
25968         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
25969         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
25970         Added an ogg muxer.
25971         Small typo fixes in the demuxer.
25972
25973 2004-05-10  Wim Taymans  <wim@fluendo.com>
25974
25975         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
25976         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
25977         (theora_enc_change_state), (theora_enc_set_property),
25978         (theora_enc_get_property):
25979         Mark the last packet with an EOS flag which is not really needed
25980         in gstreamer.
25981         Do some better video framerate initialisation.
25982         Update the buffer timestamp.
25983
25984 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
25985
25986         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
25987         Return the result of the parent state change call
25988
25989 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25990
25991         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
25992         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
25993         * gst/law/alaw-encode.c : (idem)
25994         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
25995         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
25996         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
25997
25998 2004-05-09  Benjamin Otte  <otte@gnome.org>
25999
26000         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26001           don't use a fixed buffer size when writing variable length data to
26002           it. Fixes memory corruption and makes alsasrc work
26003
26004 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26005
26006         * ext/gnomevfs/gstgnomevfssink.c:
26007         (_gst_boolean_allow_overwrite_accumulator),
26008         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26009           Run glib's default signal handler (??) in RUN_CLEANUP rather than
26010           RUN_LAST, and don't use that to set the accumulator value because
26011           then it's always FALSE.
26012
26013 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26014
26015         * gst-libs/gst/riff/riff-media.c:
26016         (gst_riff_create_video_caps_with_data),
26017         (gst_riff_create_audio_caps),
26018         (gst_riff_create_audio_template_caps):
26019         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26020           Fix for unaligned RIFF files (i.e. where all the chunks together
26021           in a LIST chunk are not of the same size as the size given in
26022           the LIST chunk header). Fixes several odd WAVE files. Also fix
26023           ADPCM (block_align property) in audio, so that wavparse based
26024           on this works now as it used to stand-alone.
26025
26026 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
26027
26028         reviewed by Benjamin Otte  <otte@gnome.org>
26029
26030         * ext/a52dec/gsta52dec.c:
26031         * ext/divx/gstdivxdec.c:
26032         * ext/divx/gstdivxenc.c:
26033         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26034         * ext/faac/gstfaac.c: (gst_faac_base_init):
26035         * ext/faad/gstfaad.c: (gst_faad_base_init):
26036         * ext/ivorbis/vorbisfile.c:
26037         * ext/lame/gstlame.c:
26038         * ext/libfame/gstlibfame.c:
26039         * ext/mpeg2enc/gstmpeg2enc.cc:
26040         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26041         * ext/sidplay/gstsiddec.cc:
26042         * ext/speex/gstspeexdec.c:
26043         * ext/speex/gstspeexenc.c:
26044         * ext/xvid/gstxviddec.c:
26045         * ext/xvid/gstxvidenc.c:
26046           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26047           (fixes #142193)
26048
26049 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26050
26051         * ext/alsa/gstalsa.c: (device_list),
26052         (gst_alsa_class_probe_devices):
26053         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26054           Fix alsa oddness in mixer after the combination of using mixer
26055           in source/sink elements and using hw:x,y instead of just hw:x.
26056
26057 2004-05-09  Benjamin Otte  <otte@gnome.org>
26058
26059         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26060         (gst_wavparse_create_sourcepad):
26061           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26062           sourcepads
26063
26064 2004-05-09  Benjamin Otte  <otte@gnome.org>
26065
26066         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26067           allow discont events before caps nego
26068
26069 2004-05-08  Benjamin Otte  <otte@gnome.org>
26070
26071         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26072           don't leak events
26073
26074 2004-05-08  Benjamin Otte  <otte@gnome.org>
26075
26076         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26077         (gst_level_change_state), (gst_level_init):
26078         * gst/level/gstlevel.h:
26079           figure out if we're initialized directly instead of keeping a
26080           variable that's wrong in 90% of cases
26081           don't initialize pads and then leak them and use a new unitialized
26082           pad. (fixes #142084)
26083           these were bugs so n00bish I didn't find them for an hour :/
26084
26085 2004-05-08 Iain <iain@prettypeople.org>
26086
26087         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26088         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26089         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26090         return the length that was read.
26091         (gst_riff_read_strf_auds): Allow fmt tags as well.
26092
26093 2004-05-07  David Schleef  <ds@schleef.org>
26094
26095         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26096         signed char assumption in faad.h.
26097
26098 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26099
26100         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26101           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26102
26103 2004-05-07  Colin Walters  <walters@redhat.com>
26104
26105         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26106         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26107         function.
26108         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26109         Add dispose function.
26110
26111 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
26112         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26113           Fix caps nego and pad templates. RGB mode caps should
26114           work now.
26115         * ext/dvdnav/gst-dvd:
26116           Move mpeg2dec inside the thread because otherwise the
26117           queue rejects cap changes mid-stream
26118         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26119         (gst_mpeg2dec_flush_decoder):
26120           For mpeg2dec > 0.4.0, call the flush function instead of
26121           manually extracting all in-flight frames.
26122         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26123         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26124           Change mime type video/dv go video/x-dv to match the
26125           rest of gst-plugins
26126
26127 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26128
26129         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26130         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26131         (gst_alsa_sink_class_init):
26132         * ext/alsa/gstalsasink.h:
26133         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26134         (gst_alsa_src_class_init):
26135         * ext/alsa/gstalsasrc.h:
26136           Make alsasink/src a subclass of alsamixer so that mixer stuff
26137           shows up in gst-rec. Needs some finetuning.
26138
26139 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26140
26141         * ext/lame/gstlame.c: (gst_lame_chain):
26142           simplify
26143         * ext/mad/gstmad.c: (gst_mad_handle_event):
26144           fix event leak
26145         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26146           be able to detect mp3 files < 4096 bytes
26147
26148 2004-05-06  Wim Taymans  <wim@fluendo.com>
26149
26150         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26151         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26152         (theora_enc_set_property), (theora_enc_get_property):
26153         Also encode the first frame, cleanup some code.
26154
26155 2004-05-06  Wim Taymans  <wim@fluendo.com>
26156
26157         * ext/mpeg2enc/gstmpeg2enc.cc:
26158         Forward events first before deciding that negotiation was
26159         not performed.
26160
26161 2004-05-06  Wim Taymans  <wim@fluendo.com>
26162
26163         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26164         First process the events before deciding that negotiation
26165         was not performed.
26166
26167 2004-05-06  Wim Taymans  <wim@fluendo.com>
26168
26169         * ext/theora/Makefile.am:
26170         * ext/theora/theora.c: (plugin_init):
26171         * ext/theora/theoradec.c: (theora_dec_change_state):
26172         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26173         (gst_theora_enc_class_init), (gst_theora_enc_init),
26174         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26175         (theora_enc_chain), (theora_enc_change_state),
26176         (theora_enc_set_property), (theora_enc_get_property):
26177         Added a theora encoder, grouped the encoder and decoder into the
26178         same plugin.
26179
26180 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26181
26182         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26183         (gst_jpegenc_chain):
26184         fix DURATION on outgoing buffers
26185         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26186         debug using time formats
26187         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26188         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26189         (gst_xvimagesink_sink_link):
26190         windows with width/height 0 generate X errors, so don't allow them
26191
26192 2004-05-05  Wim Taymans  <wim@fluendo.com>
26193
26194         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26195         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26196         (gst_mpeg2dec_negotiate_format):
26197         * ext/mpeg2dec/gstmpeg2dec.h:
26198           removed the static pad template so that we can add the
26199           more accurate framerate value to the caps.
26200
26201
26202 2004-05-04  Benjamin Otte  <otte@gnome.org>
26203
26204         * configure.ac:
26205           check for kdemacros.h, too (should fix #141821)
26206         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26207           don't crash if no header was sent, but nicely error out (fixes part
26208           of #141554)
26209
26210 2004-05-04  Wim Taymans  <wim@fluendo.com>
26211
26212         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26213         parent dispose function to avoid segfault on destroy.
26214
26215 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26216
26217         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26218         (plugin_init):
26219         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26220         (gst_xvimagesink_sink_link):
26221         clean up debugging caps
26222         also recreate xvimage when format has changed
26223
26224 2004-05-04  Benjamin Otte  <otte@gnome.org>
26225
26226         * ext/libvisual/Makefile.am:
26227         * ext/libvisual/visual.c: (gst_visual_class_init),
26228         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26229         (gst_visual_srclink), (gst_visual_chain),
26230         (gst_visual_change_state), (plugin_init):
26231           use a GstAdapter to correctly adapt buffer sizes - allows using a
26232           framerate
26233
26234 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26235
26236         * sys/v4l/gstv4lelement.h:
26237         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26238         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26239         (gst_v4lsrc_buffer_free):
26240         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26241         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26242         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26243         (gst_v4lsrc_requeue_frame):
26244         move some debugging categories around
26245         query for fps index and set accordingly if found
26246
26247 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26248
26249         * ext/lame/gstlame.c:
26250         correct defaults that lame_init puts out of range
26251
26252 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26253
26254         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26255         (gst_divxenc_class_init):
26256         fix range since -1 is the default
26257         * gst/mpeg1sys/gstmpeg1systemencode.c:
26258         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26259         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26260         (gst_rtjpegdec_chain):
26261         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26262         (gst_rtjpegenc_chain):
26263         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26264         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26265         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26266         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26267         * sys/v4l/gstv4lsrc.c:
26268         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26269         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26270         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26271         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26272         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26273           remove gst_info calls
26274
26275 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26276
26277         * Makefile.am:
26278         * po/af.po:
26279         * po/az.po:
26280         * po/en_GB.po:
26281         * po/nl.po:
26282         * po/sr.po:
26283         * po/sv.po:
26284           Updated translations
26285
26286 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26287
26288         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26289           refactor/comment code
26290
26291 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26292
26293         * gst/asfdemux/Makefile.am:
26294         * gst/asfdemux/asfheaders.c:
26295         * gst/asfdemux/asfheaders.h:
26296         * gst/asfdemux/gstasf.c: (plugin_init):
26297         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26298         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26299         (gst_asf_demux_setup_pad):
26300         * gst/asfdemux/gstasfdemux.h:
26301         * gst/asfdemux/gstasfmux.c:
26302         * gst/asfdemux/gstasfmux.h:
26303           Add tagging support to demuxer, split out registration in its own
26304           file instead of in demux (hacky), and prevent having some tables
26305           in our memory multiple times (in asfheaders.h).
26306
26307 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26308
26309         * gst/matroska/matroska-demux.c:
26310         (gst_matroska_demux_parse_metadata):
26311         * gst/matroska/matroska-ids.h:
26312           Basic tag reading support.
26313
26314 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26315
26316         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26317           Really detect ac-3 audio.
26318         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26319           really detect matroska files (off-by-1).
26320
26321 2004-04-30  David Schleef  <ds@schleef.org>
26322
26323         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26324         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26325         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26326         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26327         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26328         hackage -- parse a lot more atoms, extract a few tags.  One might even
26329         mistake this for tag support.  Maybe it is.
26330         * gst/qtdemux/qtdemux.h:
26331
26332 2004-04-30  Colin Walters  <walters@verbum.org>
26333
26334         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26335
26336 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26337
26338         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26339         (gst_ffmpegcolorspace_getcaps):
26340           remove broken nego fix
26341
26342 2004-04-30  Benjamin Otte  <otte@gnome.org>
26343
26344         * configure.ac:
26345         * ext/Makefile.am:
26346         * ext/libvisual/Makefile.am:
26347         * ext/libvisual/visual.c:
26348           add initial support for libvisual (http://libvisual.sourceforge.net)
26349           libvisual is still quite alpha, so expect crashes in there :)
26350
26351 2004-04-29  David Schleef  <ds@schleef.org>
26352
26353         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26354         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26355         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26356         code; you will no longer respect me.
26357
26358 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26359
26360         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26361         * ext/alsa/gstalsa.h :
26362         change alsa pcm device discovery to find more than 1 device
26363         per card. code review by Ronald.
26364
26365 2004-04-29  David Schleef  <ds@schleef.org>
26366
26367         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26368         Add a check for a driver bug on FreeBSD.  (bug #140565)
26369
26370 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26371
26372         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26373         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26374         (gst_jpegenc_getcaps):
26375           move format setting to inner loop
26376         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26377         (gst_ffmpegcolorspace_getcaps):
26378           use GST_PAD_CAPS if available so that we use already negotiated
26379           caps
26380         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26381         (qtdemux_parse_moov), (qtdemux_parse):
26382           extra debugging
26383         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26384         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26385           move hardcoded path to DEFINE
26386
26387 2004-04-28  David Schleef  <ds@schleef.org>
26388
26389         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26390         (bug #140064)
26391
26392 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26393
26394         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26395           Don't probe for playback device if we're a source element. Fixes
26396           #139658.
26397
26398 2004-04-29  Benjamin Otte  <otte@gnome.org>
26399
26400         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26401         (gst_id3_tag_chain):
26402           rewrite buffer offset
26403
26404 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26405
26406         * configure.ac:
26407         * ext/Makefile.am:
26408         * ext/dts/Makefile.am:
26409         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26410         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26411         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26412         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26413         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26414         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26415         (plugin_init):
26416         * ext/dts/gstdtsdec.h:
26417           New DTS decoder.
26418         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26419         (gst_faad_srcconnect):
26420           Add ESDS atom handling (.m4a).
26421
26422 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26423
26424         * ext/divx/gstdivxdec.c: (plugin_init):
26425           Remove comment that makes no sense.
26426         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26427           Fix for obvious typo that resulted in warnings during gst-register.
26428         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26429         (gst_xviddec_sink_link):
26430           Fix caps negotiation a bit better.
26431         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26432           We call this 'codec_data', not 'esds'.
26433
26434 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26435
26436         * gst/monoscope/gstmonoscope.c:
26437           make sure we only provide 256x128
26438         * gst/monoscope/monoscope.c: (monoscope_init):
26439           assert size of 256x128
26440
26441 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26442
26443         * Makefile.am:
26444         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26445         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26446           fixate to max width and height of device
26447
26448 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26449
26450         * Makefile.am:
26451         * sys/v4l/gstv4l.c:
26452         * sys/v4l/gstv4lsrc.c:
26453         * sys/v4l/v4l_calls.c:
26454         * sys/v4l/v4lsrc_calls.c:
26455           fix for qc-usb driver which fakes having more than one buffer
26456           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26457           buffer_free override
26458           add debugging
26459
26460 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26461
26462         * Makefile.am:
26463         * gst/videotestsrc/gstvideotestsrc.c:
26464         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26465         (gst_videotestsrc_init), (gst_videotestsrc_get),
26466         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26467         * gst/videotestsrc/gstvideotestsrc.h:
26468           add num-buffers property
26469
26470         2004-04-26  Benjamin Otte  <otte@gnome.org>
26471
26472         * ext/mad/gstid3tag.c: (plugin_init):
26473           set id3mux rank to NONE so it doesn't confuse spider
26474           require audio/mpeg,mpegversion=1 in id3mux
26475
26476 2004-04-26  Benjamin Otte  <otte@gnome.org>
26477
26478         * configure.ac:
26479           detect faad correctly as non-working if it's indeed non-working
26480
26481 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26482
26483         * Makefile.am:
26484         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26485         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26486         fix _getcaps so it only negotiates to its supported format
26487
26488 2004-04-25  Benjamin Otte  <otte@gnome.org>
26489
26490         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26491           fix memleak
26492
26493 2004-04-23  Benjamin Otte  <otte@gnome.org>
26494
26495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26496           audio/x-raw-int with height rules! not. Now it's depth.
26497
26498 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26499
26500         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26501         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26502         (gst_wavparse_loop):
26503           Missing variable initialization. Add handling of DVI ADPCM. Fix
26504           mis-parsing of LIST chunks. This works around a bug where we mis-
26505           parse non-aligning LIST chunks (so LIST chunks where the contents
26506           don't align with the actual LIST size). The correct fix is to use
26507           rifflib, I'm not going to fix wavparse - too much work. All this
26508           fixes #104878.
26509
26510 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26511
26512         reviewed by Benjamin Otte  <otte@gnome.org>
26513
26514         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26515           fix shoutcast not working (fixes #140844)
26516
26517 2004-04-22  Benjamin Otte  <otte@gnome.org>
26518
26519         * ext/hermes/gsthermescolorspace.c:
26520         (gst_hermes_colorspace_caps_remove_format_info):
26521         * gst/colorspace/gstcolorspace.c:
26522         (gst_colorspace_caps_remove_format_info):
26523         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26524         (gst_ffmpegcolorspace_caps_remove_format_info):
26525           s/gst_caps_simplify/gst_caps_do_simplify/
26526
26527 2004-04-22  Benjamin Otte  <otte@gnome.org>
26528
26529         * gst-libs/gst/riff/riff-media.c:
26530         (gst_riff_create_video_caps_with_data):
26531           mpegversion is an int
26532         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26533           don't try to create pad templates with NULL caps, use any caps
26534           instead.
26535
26536 2004-04-20  David Schleef  <ds@schleef.org>
26537
26538         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26539         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26540         (bug #140384)
26541
26542 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26543
26544         reviewed by David Schleef
26545
26546         * ext/mad/gstid3tag.c: Add stdlib.h
26547         * gst/rtp/gstrtpgsmenc.c: same
26548         * gst/tags/gstid3tag.c: same
26549         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26550         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26551         GST_DISABLE_LOADSAVE use.
26552         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26553         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26554         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26555         atol(3)).
26556         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26557         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26558         strtoul(3)).
26559         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26560         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26561         $(ID3_CFLAGS).
26562         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26563         $(LIBFAME_CFLAGS).
26564
26565 2004-04-20  David Schleef  <ds@schleef.org>
26566
26567         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26568         last checkin.  Same idea.
26569
26570 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26571
26572         reviewed by David Schleef
26573
26574         * configure.ac: bump required gstreamer version to 0.8.1.1
26575         because of following changes [--ds]
26576
26577         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26578         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26579         (gst_riff_read_header):  Use GST_READ_UINT*
26580         macros to access possibly unaligned memory.
26581
26582         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26583         (mp3_type_find):  Use GST_READ_UINT*
26584         macros to access possibly unaligned memory.
26585         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26586         (speex_type_find): Likewise
26587
26588         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26589
26590         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26591         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26592         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26593         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26594         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26595         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26596         macros to access possibly unaligned memory.
26597
26598         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26599         Likewise.
26600
26601         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26602         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26603
26604         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26605         Likewise.
26606
26607         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26608         (gst_mpeg2subt_chain_subtitle): Likewise.
26609
26610         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26611         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26612         Likewise.
26613
26614         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26615         Likewise.
26616
26617         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26618         Likewise.
26619
26620         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26621         Likewise.
26622
26623 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26624
26625         * configure.ac:
26626           update required version of GStreamer because of GST_TIME_FORMAT
26627
26628 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26629
26630         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26631           remove leftover g_print
26632         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26633           don't try setting only a subset of the caps. We don't want to kill
26634           autoplugging on purpose
26635
26636 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26637
26638         * sys/ximage/ximagesink.c: (plugin_init):
26639         * sys/xvimage/xvimagesink.c: (plugin_init):
26640           add debugging categories
26641
26642 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26643
26644         * po/en_GB.po:
26645         * po/LINGUAS:
26646           Adding en_GB translation (Gareth Owen)
26647
26648 2004-04-20  David Schleef  <ds@schleef.org>
26649
26650         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26651         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26652         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26653         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26654         A number of new features and hacks to extract the esds atom and
26655         put it into the caps.  (bug #137724)
26656
26657 2004-04-19  David Schleef  <ds@schleef.org>
26658
26659         * gconf/Makefile.am: Fix for non-GNU make
26660         * gst-libs/gst/Makefile.am: Change directory order to handle
26661         GstPlay linking with gstinterfaces
26662         * gst-libs/gst/audio/make_filter: make use of tr portable
26663         * gst-libs/gst/play/Makefile.am: Add intended \
26664         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26665         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26666         function prototype instead of void *.
26667         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26668         macro.
26669         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26670         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26671         * gst/videofilter/make_filter: make use of tr portable
26672         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26673
26674 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26675
26676         * po/LINGUAS:
26677         * po/uk.po:
26678           Added Ukrainian translation (Maxim V. Dziumanenko)
26679
26680 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26681
26682         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26683         (gst_gsmdec_link), (gst_gsmdec_chain):
26684           Fix capsnego, simplify chain function slightly.
26685         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26686           Add GSM.
26687
26688 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26689
26690         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26691         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26692         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26693           Hack to make wavparse work with spider (always -> sometimes pad).
26694           Fixes #135862 && #140411.
26695
26696 2004-04-18  Benjamin Otte  <otte@gnome.org>
26697
26698         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26699         (gst_osselement_rate_probe_check),
26700         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26701           get rid of \n in debug output
26702
26703 2004-04-17  Iain <iain@prettypeople.org>
26704
26705         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26706         not just EOS.
26707
26708 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26709
26710         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26711         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26712         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26713         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26714         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26715         (gst_id3_tag_change_state), (plugin_init):
26716           deprecate id3tag element and replace with id3demux/id3mux.
26717           great side effect: this ugly file is now even uglier, yay!
26718         * ext/mad/gstmad.h:
26719           remove non-available function
26720           update for new get_type
26721
26722 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26723
26724         * configure.ac:
26725           require mpeg2dec >= 0.4.0
26726
26727 2004-04-17  Benjamin Otte  <otte@gnome.org>
26728
26729         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26730         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26731         (gst_xvimagesink_set_xwindow_id):
26732           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26733           assorted cleanup fixes.
26734
26735 2004-04-16  David Schleef  <ds@schleef.org>
26736
26737         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26738         * sys/xvimage/xvimagesink.h: same
26739
26740 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26741
26742         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26743           Fix GST_ELEMENT_ERROR with (NULL)
26744
26745 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26746
26747         * gst-libs/gst/riff/riff-media.c:
26748         (gst_riff_create_video_caps_with_data):
26749           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26750
26751 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26752
26753         * gst-libs/gst/riff/riff-media.c:
26754         (gst_riff_create_video_caps_with_data),
26755         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26756         (gst_riff_create_video_template_caps),
26757         (gst_riff_create_audio_template_caps):
26758         * gst-libs/gst/riff/riff-media.h:
26759         * gst-libs/gst/riff/riff-read.c:
26760         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26761         * gst-libs/gst/riff/riff-read.h:
26762         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26763           Add MS RLE support. I added some functions to read out strf chunks
26764           into strf chunks and the data behind it. This is usually color
26765           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26766           caps creation. Lastly, add ADPCM (similar to wavparse - which
26767           should eventually be rifflib based).
26768         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26769         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26770         * gst/matroska/matroska-demux.h:
26771           Remove placeholders for some prehistoric tagging system. Didn't add
26772           support for any tag system really anyway.
26773         * gst/qtdemux/qtdemux.c:
26774           Add support for audio/x-m4a (MPEG-4) through spider.
26775         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26776         (gst_wavparse_loop):
26777           ADPCM support (#135862). Increase max. buffer size because we
26778           cannot split buffers for ADPCM (screws references) and I've seen
26779           files with 2048 byte chunks. 4096 seems safe for now.
26780
26781 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26782
26783         * configure.ac: bump nano to 1
26784
26785 === release 0.8.1 ===
26786
26787 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26788
26789         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26790
26791 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26792
26793         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26794           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26795           Fixes #140058
26796
26797 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26798
26799         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26800           lower rank of dvddemux so that it's not used for mpeg playback.
26801
26802 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26803
26804         * configure.ac:
26805           save libs correctly when checking mad
26806
26807 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26808
26809         * ext/mad/gstid3tag.c: (plugin_init):
26810           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26811
26812 2004-04-13  David Schleef  <ds@schleef.org>
26813
26814         * common/m4/gst-feature.m4: Call -config scripts with
26815         --plugin-libs if it is supported.
26816         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26817         JPEG images are image/jpeg.
26818         * gst/debug/Makefile.am:
26819         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26820         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26821         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26822         (gst_negotiation_plugin_init): Add a property that acts like
26823         filter caps.
26824         * testsuite/gst-lint:  Move license checking to be a standard
26825         test.
26826
26827 2004-04-13  David Schleef  <ds@schleef.org>
26828
26829         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26830         patch from Sebastien Cote (bug #139958)
26831
26832 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26833
26834         * examples/gstplay/Makefile.am:
26835         * examples/gstplay/player.c: (main):
26836           make the commandline player example use gconf settings
26837
26838 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26839
26840         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26841         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26842         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26843           init/end library during state transition, not object
26844           creation/disposal.  get rid of custom dispose handler.
26845
26846
26847 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26848
26849         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26850         be a symlink
26851
26852 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26853
26854         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26855           Handle JUNK chunks inside data section. Prevents warnings.
26856
26857 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26858
26859         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
26860         (gst_riff_create_video_template_caps):
26861           Add MS video v1.
26862         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26863         (gst_avi_demux_stream_data):
26864           Add support for "rec-list" chunks.
26865
26866 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26867
26868         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26869           Fix another codecname mismatch.
26870
26871 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26872
26873         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26874           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
26875           so that MJPEG plays back.
26876
26877 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26878
26879         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
26880         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
26881         * gst/mpeg1videoparse/gstmp1videoparse.h:
26882           Fix for some slight mis-cuts in buffer parsing, and for some
26883           potential overflows or faults-causers. Adds disconts. Also fixes
26884           #139105 while we're at it.
26885
26886 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26887
26888         * configure.ac:
26889         * sys/v4l2/gstv4l2element.h:
26890           Workaround for missing struct v4l2_buffer declaration in Suse 9
26891           and Mandrake 10 linux/videodev2.h header file (#135919).
26892
26893 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26894
26895         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26896           Bail out if no filename was given.
26897
26898 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26899
26900         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
26901         (gst_v4l2_fourcc_from_structure):
26902           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
26903           Y41B somewhere).
26904
26905 2004-04-09  Benjamin Otte  <otte@gnome.org>
26906
26907         * ext/gnomevfs/gstgnomevfssink.c:
26908         (_gst_boolean_allow_overwrite_accumulator),
26909         (gst_gnomevfssink_class_init):
26910           fix erase signal - if any handler returns false the file will not be
26911           overwritten. If no handler is connected, the file will not be
26912           overwritten either.
26913           renamed signal to "allow-overwrite"
26914         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
26915           free string when adding it to ID3 failed
26916         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26917           unref event when done
26918         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26919           free caps
26920         * gst/typefind/gsttypefindfunctions.c:
26921         (mpeg_video_stream_type_find):
26922           fix invalid read
26923
26924 2004-04-08  David Schleef  <ds@schleef.org>
26925
26926         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26927         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
26928
26929 2004-04-08  David Schleef  <ds@schleef.org>
26930
26931         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
26932         we don't support (bug #139532)
26933
26934 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
26935
26936         * ext/mad/gstmad.c: (gst_mad_handle_event),
26937         (gst_mad_check_caps_reset), (gst_mad_chain),
26938         (gst_mad_change_state):
26939           only set explicit caps if they haven't been set before for
26940           this stream.  MPEG-audio sample rate/channels aren't allowed
26941           to change in-stream.
26942           Fixes #139382
26943
26944 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26945
26946         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
26947         (_gst_boolean_did_something_accumulator),
26948         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
26949         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
26950         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
26951         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
26952         (gst_gnomevfssink_change_state):
26953           Fix erase signal. Don't erase by default. Remove handoff signal.
26954           Remove erase property. Don't segfault. General cleanup.
26955
26956 2004-04-07  Benjamin Otte  <otte@gnome.org>
26957
26958         * gst-libs/gst/gconf/test-gconf.c: (main):
26959           add missing gst_init
26960
26961 2004-04-07  Benjamin Otte  <otte@gnome.org>
26962
26963         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26964           free the mutexes, too
26965
26966 2004-04-07  Benjamin Otte  <otte@gnome.org>
26967
26968         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
26969           actually free the URI string
26970         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
26971           compute offset correctly when passing discont events
26972         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
26973           don't leak discont events
26974         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
26975           add some missing breaks so caps aren't copied randomly
26976         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
26977           if we realloc memory, we better use it
26978
26979 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26980
26981         * ext/mad/gstmad.c: (normal_seek):
26982           fix GST_FORMAT_TIME usage
26983
26984 2004-04-05  David Schleef  <ds@schleef.org>
26985
26986         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
26987         a deprecated function (hack!)
26988
26989 2004-04-05  Benjamin Otte  <otte@gnome.org>
26990
26991         * ext/esd/esdmon.c: (gst_esdmon_get):
26992           fix nonterminated vararg and memleak
26993
26994 2004-04-05  Benjamin Otte  <otte@gnome.org>
26995
26996         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
26997         (gst_ladspa_init), (gst_ladspa_force_src_caps),
26998         (gst_ladspa_set_property), (gst_ladspa_get_property),
26999         (gst_ladspa_instantiate), (gst_ladspa_activate),
27000         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27001           clean up debugging
27002
27003 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
27004
27005         reviewed by Benjamin Otte  <otte@gnome.org>
27006
27007         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27008           check for broken LADSPA parameters (fixes #138635)
27009
27010 2004-04-05  Benjamin Otte  <otte@gnome.org>
27011
27012         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27013           advertise buffer-frames correctly on sinkpads
27014
27015 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27016
27017         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27018         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27019         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27020         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27021         (gst_mad_check_caps_reset), (gst_mad_chain):
27022         add more debugging, only reset caps when we're not in error state
27023
27024 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27025
27026         * ext/mad/gstmad.c: add debugging category, comment + cleanups
27027
27028 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27029
27030         reviewed by Benjamin Otte  <otte@gnome.org>
27031
27032         * configure.ac:
27033           fix == in test(1) operator
27034
27035 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27036
27037         reviewed by Benjamin Otte  <otte@gnome.org>
27038
27039         * configure.ac:
27040           fix --export-symblos-regex to a working regex.
27041
27042 2004-04-04  Benjamin Otte  <otte@gnome.org>
27043
27044         * sys/oss/.cvsignore:
27045           add for oss_probe
27046
27047 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
27048
27049         reviewed by Benjamin Otte  <otte@gnome.org>
27050
27051         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27052           add missing 'new_media' argument (fixes #138168)
27053         * gst/matroska/matroska-demux.c:
27054         (gst_matroska_demux_handle_seek_event):
27055           add vararg terminator (fixes #138169)
27056
27057 2004-04-02  David Schleef  <ds@schleef.org>
27058
27059         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
27060         disted (bug #138914)
27061
27062 2004-04-01  Benjamin Otte  <otte@gnome.org>
27063
27064         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27065         (gst_alsa_close_audio):
27066           handle case better where a soundcard can't pause
27067         * ext/ogg/gstoggdemux.c:
27068           don't crash when we get events but don't have pads yet
27069
27070 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27071
27072         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27073           throw an error if we couldn't probe any caps.
27074
27075 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27076
27077         * ext/dvdnav/gst-dvd:
27078         Add a really simple sample DVD player
27079
27080 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27081
27082         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27083         (gst_a52dec_push), (gst_a52dec_handle_event),
27084         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27085         (gst_a52dec_change_state):
27086         * ext/a52dec/gsta52dec.h:
27087           Use a debug category, Output timestamps correctly
27088           Emit tag info, Handle events, tell liba52dec about cpu
27089           capabilities so it can use MMX etc.
27090         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27091           Fix a crasher accessing invalid memory
27092         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27093         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27094         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27095         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27096         (dvdnavsrc_query):
27097           Some support for byte-format seeking.
27098           Small fixes for still frames and menu button overlays
27099         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27100         (gst_mpeg2dec_alloc_buffer):
27101           Use a debug category. Adjust the report level of several items to
27102           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27103           so it doesn't lose the GstBuffer pointer
27104         * gst/debug/Makefile.am:
27105         * gst/debug/gstdebug.c: (plugin_init):
27106         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27107         (gst_navseek_base_init), (gst_navseek_class_init),
27108         (gst_navseek_init), (gst_navseek_seek),
27109         (gst_navseek_handle_src_event), (gst_navseek_set_property),
27110         (gst_navseek_get_property), (gst_navseek_chain),
27111         (gst_navseek_plugin_init):
27112         * gst/debug/gstnavseek.h:
27113           Add the navseek debug element for seeking back and forth in a
27114           video stream using arrow keys.
27115         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27116         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27117         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27118         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27119         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27120         (gst_mpeg2subt_parse_header), (gst_get_nibble),
27121         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27122         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27123         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27124         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27125         * gst/mpeg2sub/gstmpeg2subt.h:
27126           Pretty much a complete rewrite. Now a loopbased element. May still
27127           require work to properly synchronise subtitle buffers.
27128         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27129         (gst_dvd_demux_send_subbuffer):
27130         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27131           Don't attempt to create subbuffers of size 0
27132           Reduce a couple of error outputs to warnings.
27133         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27134         (gst_y4mencode_chain):
27135         Output the y4m frame header correctly.
27136
27137 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27138
27139         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27140           throw errors instead of allowing SIGFPE
27141
27142 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27143
27144         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27145         (gst_gconf_render_bin_from_key):
27146           leak plugging and style fixing
27147
27148 2004-03-31  David Schleef  <ds@schleef.org>
27149
27150         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27151         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27152         (bug #138225)
27153         * gst/debug/Makefile.am:
27154         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27155         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
27156         plugin.
27157         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27158         (gst_negotiation_base_init), (gst_negotiation_class_init),
27159         (gst_negotiation_init), (gst_negotiation_getcaps),
27160         (gst_negotiation_pad_link), (gst_negotiation_chain),
27161         (gst_negotiation_set_property), (gst_negotiation_get_property),
27162         (gst_negotiation_plugin_init):  New element to talk about random
27163         negotiation things happening in a pipeline.
27164
27165 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27166
27167         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27168           fix integer addition with help of Stefan Kost
27169
27170 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27171
27172         * po/nl.po: updated Dutch translation (Elros Cyriatan)
27173
27174 2004-03-30  David Schleef  <ds@schleef.org>
27175
27176         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27177         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
27178         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27179         (bug #137504)
27180         * ext/mpeg2dec/gstmpeg2dec.h:
27181
27182 2004-03-30  David Schleef  <ds@schleef.org>
27183
27184         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27185
27186 2004-03-30  David Schleef  <ds@schleef.org>
27187
27188         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
27189         Michael Petullo) to handle .mov
27190
27191 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27192
27193         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27194         (gst_osselement_rate_check_rate):
27195           probe caps correctly for sound cards that only support one format
27196
27197 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27198
27199         * ext/kio/kiosrc.cpp: (process_events):
27200           update handling event processing if inside KDE - untested
27201
27202 2004-03-29  David Schleef  <ds@schleef.org>
27203
27204         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27205         by 2 to not interfere with other colorspaces.
27206         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27207         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27208         one to not interfere with ffmpeg_colorspace.
27209
27210 2004-03-29  David Schleef  <ds@schleef.org>
27211
27212         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27213         aren't in the caps.
27214         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27215         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27216
27217 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27218
27219         * gst-libs/gst/riff/riff-media.c:
27220           fail on error, don't try to set stuff on NULL caps
27221
27222 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27223
27224         * configure.ac:
27225         * ext/Makefile.am:
27226         * ext/kio/Makefile.am:
27227         * ext/kio/kioreceiver.cpp:
27228         * ext/kio/kioreceiver.h:
27229         * ext/kio/kiosrc.cpp:
27230         * ext/kio/kiosrc.h:
27231           add experimental kiosrc plugin
27232         * ext/alsa/gstalsaplugin.c: (plugin_init):
27233           initialize debugging category only when we're sure registering the
27234           plugins worked.
27235
27236 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27237
27238         * examples/gstplay/player.c: (main):
27239         * gst-libs/gst/play/play.c: (gst_play_class_init),
27240         (gst_play_set_location), (gst_play_set_data_src),
27241         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27242         (gst_play_set_visualization), (gst_play_connect_visualization):
27243           check return values of element_set_state and return FALSE where
27244           failed
27245
27246 2004-03-29  Benjamin Otte  <otte@gnome.org>
27247
27248         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27249           try harder to check if an event is really a discont
27250
27251 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27252
27253         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27254         * po/az.po:
27255
27256 2004-03-28  Benjamin Otte  <otte@gnome.org>
27257
27258         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27259         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27260         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27261           get rid of non-standard "..." ranges in case statements.
27262
27263 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27264
27265         * gst/mpegstream/gstmpegdemux.c:
27266         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27267         specific functionality split to the new dvddemux element.
27268         * gst/mpegstream/gstdvddemux.c:
27269         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27270         streams, derived from mpegdemux.
27271         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27272         up. SCR based timestamp rewriting can be turned off (will probably
27273         completely disappear soon).
27274         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27275         hacking. General cleanup. All printf statements replaced by
27276         debugging messages. Almost complete libdvdnav support.
27277         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27278         by events. New properties for audio and subpicture languages.
27279         (dvdnavsrc_update_highlight): Now uses events.
27280         (dvdnavsrc_user_op): Cleaned up.
27281         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27282         based). Lots of cleanup, and propper support for most libdvdnav
27283         events.
27284         (dvdnavsrc_make_dvd_event): New function.
27285         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27286         (dvdnavsrc_make_clut_change_event): New function.
27287
27288 2004-03-26  Benjamin Otte  <otte@gnome.org>
27289
27290         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27291           fix bug where typefinding would claim it's theora whenever less then
27292           7 bytes of data were available
27293
27294 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27295
27296         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27297         (gst_alawdec_base_init), (gst_alawdec_class_init),
27298         (gst_alawdec_init), (gst_alawdec_chain):
27299         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27300         (gst_alawenc_base_init), (gst_alawenc_class_init),
27301         (gst_alawenc_init), (gst_alawenc_chain):
27302         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27303         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27304         (gst_mulawdec_init), (gst_mulawdec_chain):
27305         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27306         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27307         (gst_mulawenc_init), (gst_mulawenc_chain):
27308           Fix capsnego in all four, remove the unused property functions and
27309           simplify the chain functions slightly. I guess we could use macros
27310           or something similar for those, since the code is so similar, but
27311           I'm currently too lazy...
27312
27313 2004-03-24  David Schleef  <ds@schleef.org>
27314
27315         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27316         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27317         (gst_osselement_get_format_structure),
27318         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27319         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27320         (gst_osselement_rate_int_compare): Add code to handle rate probing
27321         (bug #120883)
27322         * sys/oss/gstosselement.h: same
27323         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27324         Use rate probing provided by osselement.
27325         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27326
27327 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27328
27329         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27330         (gst_xvidenc_get_property):
27331           ulong/int mess-up.
27332
27333 2004-03-24  David Schleef  <ds@schleef.org>
27334
27335         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27336         (gst_speexdec_init):
27337         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27338         (gst_speexenc_init):  Create the pad template correctly (from
27339         the static pad template, not a NULL pointer.)
27340
27341 2004-03-25  Benjamin Otte  <otte@gnome.org>
27342
27343         * gst/debug/Makefile.am:
27344         * gst/debug/breakmydata.c:
27345           add element that quasi-randomly changes bytes in the stream.
27346           Intended use is robustness checking of demuxers and decoders in
27347           media tests.
27348
27349 2004-03-24  Benjamin Otte  <otte@gnome.org>
27350
27351         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27352         (gst_alsa_probe_hw_params):
27353         * ext/alsa/gstalsa.h:
27354           debugging output fixes
27355
27356 2004-03-24  Benjamin Otte  <otte@gnome.org>
27357
27358         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27359           don't g_return_if_fail if element is PLAYING, fail silently as every
27360           other element.
27361         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27362           only fix needed for cast lvalue issues in gst-plugins
27363         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27364           add proxy_getcaps
27365
27366 2004-03-24  Benjamin Otte  <otte@gnome.org>
27367
27368         * gst/level/gstlevel.c: (gst_level_init):
27369           add proxying getcaps function, so level doesn't advertise impossible
27370           caps
27371
27372 2004-03-24  David Schleef  <ds@schleef.org>
27373
27374         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27375         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27376         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27377         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27378         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27379         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27380         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27381         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27382         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27383         messages.  Divide the chunk size by the compression ratio
27384         (needed for MACE audio)
27385
27386 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27387
27388         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27389           Fix buffer overflow read error.
27390
27391 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27392
27393         * ext/alsa/gstalsa.h:
27394           Remove unused entry.
27395         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27396           Add cinepak.
27397         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27398         (gst_videodrop_link), (gst_videodrop_chain):
27399           Fix, sort of. Was horribly broken with new capsnego. Bah...
27400
27401 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27402
27403         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27404         (plugin_init):
27405         Add a monkeysaudio typefind function
27406
27407 2004-03-23  Johan Dahlin  <johan@gnome.org>
27408
27409         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27410         (gst_play_video_fixate): Check so the structure has the field
27411         before trying to fixate them, this makes it possible to have
27412         fakesinks for video and audio output without printing errors on
27413         the output console.
27414
27415 2004-03-22  David Schleef  <ds@schleef.org>
27416
27417         * sys/oss/Makefile.am:
27418         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27419         (check_rate), (add_rate):  Rate probing test app.
27420
27421 2004-03-21  Benjamin Otte  <otte@gnome.org>
27422
27423         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27424         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27425           add a fixation function that pretty much does the right thing (fixes
27426           #137556)
27427
27428 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27429
27430         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27431
27432 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27433
27434         reviewed by: Benjamin Otte  <otte@gnome.org>
27435
27436         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27437           terminate gst_event_new_discontinuous correctly (fixes parts of
27438           #137711)
27439
27440 2004-03-19  David Schleef  <ds@schleef.org>
27441
27442         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27443         since it doesn't depend on X, and it's part of our ABI.
27444
27445 2004-03-19  Iain <iain@prettypeople.org>
27446
27447         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27448         is_int in the structure, not the local variable.
27449
27450 2004-03-19  David Schleef  <ds@schleef.org>
27451
27452         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27453         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27454         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27455         Improvements in caps negotiation.
27456
27457 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27458
27459         * po/LINGUAS:
27460         * po/af.po:
27461           adding Afrikaans (Petri Jooste)
27462
27463 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27464
27465         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27466         (gst_ffmpegcolorspace_chain):
27467         throw error instead of g_critical (#137588)
27468
27469 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27470
27471         * Makefile.am:
27472         * configure.ac:
27473           dist common and m4 correctly
27474         * po/sv.po:
27475
27476 2004-03-17  David Schleef  <ds@schleef.org>
27477
27478         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27479         (bug #137348)
27480
27481 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27482
27483         * po/LINGUAS:
27484         * po/sv.po:
27485           adding Swedish translation (Christian Rose)
27486
27487 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27488
27489         * Makefile.am: use release.mak
27490
27491 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27492
27493         * common/ChangeLog:
27494         * common/gst-autogen.sh:
27495           add some explanation about the version detection
27496         * configure.ac:
27497           fix X check
27498
27499 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27500
27501         * configure.ac: bump nano to 1
27502
27503 === release 0.8.0 ===
27504
27505 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27506
27507         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27508
27509 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27510
27511         * configure.ac:
27512           update libtool version
27513         * gst-libs/gst/media-info/Makefile.am:
27514           actually use libtool version
27515
27516 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27517
27518         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27519
27520 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27521
27522         * configure.ac:
27523         * gst-plugins.spec.in:
27524         * pkgconfig/Makefile.am:
27525         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27526         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27527         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27528         * pkgconfig/gstreamer-libs.pc.in:
27529         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27530         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27531         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27532         * pkgconfig/gstreamer-plugins.pc.in:
27533           remove @VERSION@ from some of the pc files since core and plugins
27534           are decoupled.
27535           created gstreamer-plugins.pc as it's a better name, but keeping
27536           -libs around for now to get fixes upstream done first.
27537
27538 2004-03-15  Julien MOUTTE <julien@moutte.net>
27539
27540         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27541         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27542         * gst-libs/gst/play/play.h:
27543
27544 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27545
27546         * *.c, *.cc: don't mix tabs and spaces
27547
27548 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27549
27550         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27551           use the new ffmpegcolorspace
27552         * gst-plugins.spec.in:
27553           package new colorspace and media-info
27554         * configure.ac:
27555         * pkgconfig/Makefile.am:
27556           fix some more disting issues
27557         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27558         * pkgconfig/gstreamer-media-info.pc.in:
27559           generate media-info pc files
27560
27561 2004-03-15  Johan Dahlin  <johan@gnome.org>
27562
27563         * *.h: Revert indenting
27564
27565 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27566
27567         * configure.ac:
27568           adding ffmpegcolorspace element
27569         * gst/ffmpegcolorspace/Makefile.am:
27570         * gst/ffmpegcolorspace/avcodec.h:
27571         * gst/ffmpegcolorspace/common.h:
27572         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27573         * gst/ffmpegcolorspace/dsputil.h:
27574         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27575         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27576         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27577         (gst_ffmpeg_caps_to_pix_fmt):
27578         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27579         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27580         (gst_ffmpegcolorspace_caps_remove_format_info),
27581         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27582         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27583         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27584         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27585         (gst_ffmpegcolorspace_set_property),
27586         (gst_ffmpegcolorspace_get_property),
27587         (gst_ffmpegcolorspace_register):
27588         * gst/ffmpegcolorspace/imgconvert.c:
27589         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27590         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27591         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27592         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27593         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27594         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27595         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27596         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27597         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27598         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27599         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27600         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27601         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27602         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27603         (img_get_alpha_info), (deinterlace_line),
27604         (deinterlace_line_inplace), (deinterlace_bottom_field),
27605         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27606         * gst/ffmpegcolorspace/imgconvert_template.h:
27607         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27608         * gst/ffmpegcolorspace/mmx.h:
27609         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27610           adding ffmpegcolorspace element supplied by Ronald after cleaning
27611           up and pulling in the right bits of upstream source.
27612           I'm sure a better C/compiler wizard could do some cleaning up (for
27613           example use GLIB's malloc stuff), but as a first pass this
27614           works very well
27615
27616 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27617
27618         * ext/alsa/gstalsa.h:
27619           I assume Ronald forgot to commit the change to have cardname
27620           as a struct member.  Expect some public spanking at the next
27621           opportunity.
27622
27623 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27624
27625         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27626         (gst_alsa_open_audio), (gst_alsa_close_audio):
27627         * ext/alsa/gstalsa.c:
27628           Don't open the device if we're a mixer (= padless).
27629         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27630         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27631         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27632           Open mixer during state change rather than during object
27633           initialization. Also, get a device name. Currently in a somewhat
27634           hackish fashion, but I didn't really find something better.
27635
27636 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27637
27638         * *.c, *.h: run gst-indent
27639
27640 2004-03-14  Benjamin Otte  <otte@gnome.org>
27641
27642         * gst/modplug/gstmodplug.cc:
27643         * gst/modplug/gstmodplug.h:
27644           set correct timestamps on outgoing buffers
27645
27646 2004-03-14  Benjamin Otte  <otte@gnome.org>
27647
27648         * gst/modplug/gstmodplug.cc:
27649           handle events - don't do crap when a discont arrives that's not
27650           necessary
27651           This allows correct loading and playback of mods in Rhythmbox
27652
27653 2004-03-14  Benjamin Otte  <otte@gnome.org>
27654
27655         * configure.ac:
27656         * gst-libs/gst/gconf/Makefile.am:
27657         * pkgconfig/Makefile.am:
27658           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27659           they get rebuilt properly
27660         * configure.ac:
27661           when checking for vorbis, try pkgconfig first.
27662         * gst/modplug/gstmodplug.cc:
27663           add fixate function
27664
27665 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27666
27667         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27668           Fix for obvious mistake, where we first shift the offset and then
27669           read a samplesize element assuming the old offset. Note that this
27670           part still has something weird, i.e. my movies containing those
27671           don't actually play well, but at least there's something that looks
27672           like sound now.
27673
27674 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27675         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27676         (plugin_init):
27677         Add a typefind function for speex format
27678
27679 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27680
27681         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27682         (gst_asf_demux_setup_pad):
27683           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27684           instead of 0. Reason is simple: some elements have a fps range
27685           of 1-max instead of 0-max. So now ASF video actually works.
27686
27687 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27688
27689         * po/LINGUAS:
27690         * po/sr.po:
27691           adding serbian as a language
27692
27693 2004-03-13  Benjamin Otte  <otte@gnome.org>
27694
27695         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27696           return taglist correctly from _get function, don't gst_pad_push it.
27697           (fixes #137042)
27698
27699 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27700         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27701
27702 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27703
27704         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27705         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27706         (gst_alsa_mixer_track_new):
27707         * ext/alsa/gstalsamixertrack.h:
27708           Fix ancient leftovers... MixerTrack is a GObject.
27709
27710 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27711
27712         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27713         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27714           Don't block during probing...
27715
27716 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27717
27718         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27719         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27720         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27721         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27722         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27723         (gst_alsa_open_audio), (gst_alsa_close_audio):
27724         * ext/alsa/gstalsa.h:
27725           Add propertyprobe interface implementation, add some device-name
27726           property, all this so that it looks good in gnome-volume-control.
27727
27728 2004-03-12  David Schleef  <ds@schleef.org>
27729
27730         * configure.ac: the Hermes library controls hermescolorspace, not
27731         colorspace.
27732         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27733         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27734         not /* */
27735         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27736         * ext/sdl/sdlvideosink.h: ditto.
27737         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27738
27739 2004-03-12  Benjamin Otte  <otte@gnome.org>
27740
27741         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27742         (gst_x_overlay_got_xwindow_id):
27743         * gst-libs/gst/xoverlay/xoverlay.h:
27744           replace XID with unsigned long to get rid of the xlibs dependency in
27745           XOverlay (fixes #137004)
27746
27747 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27748         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27749         (gst_agingtv_setup):
27750         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27751         (gst_dicetv_base_init), (gst_dicetv_class_init),
27752         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27753         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27754         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27755         (gst_edgetv_setup), (gst_edgetv_rgb32):
27756         * gst/effectv/gsteffectv.c:
27757         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27758         (gst_quarktv_set_property):
27759         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27760         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27761         (gst_revtv_setup), (gst_revtv_rgb32):
27762         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27763         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27764         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27765         (gst_shagadelictv_rgb32):
27766         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27767         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27768         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27769         * gst/effectv/gstwarp.c:
27770         Port everything that can be ported to videofilter and fix up the caps.
27771         Can someone with a big-endian machine please check these?
27772
27773 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27774
27775         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27776         (gst_osssink_chain), (gst_osssink_change_state):
27777           Latest fixes for A/V sync, audio playback and such. This is about
27778           all... MPEG playback issues are mostly related to the async build-
27779           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27780
27781 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27782
27783         patch from: Stephane Loeuillet
27784
27785         * configure.ac:
27786           use pkg-config for some libraries, falling back to the old .m4 way
27787           (fixes #131270)
27788         * m4/libdv.m4:
27789           removed
27790
27791 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27792
27793         * configure.ac:
27794         * tools/Makefile.am:
27795         * tools/Makefile.in:
27796         * tools/gst-launch-ext-m.m:
27797         * tools/gst-launch-ext.1.in:
27798         * tools/gst-visualise-m.m:
27799         * tools/gst-visualise.1:
27800         * tools/gst-visualise.1.in:
27801           reorganizing generation of script tools
27802
27803 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27804
27805         * ext/divx/gstdivxdec.c:
27806           Downgrade priority. We prefer ffdec_mpeg4.
27807         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27808         (gst_faad_chain), (gst_faad_change_state):
27809           Fix capsnego. Doesn't work for some sounds because we don't have
27810           a 5:1 to stereo element.
27811         * ext/xvid/gstxvid.c: (plugin_init):
27812           Add priority.
27813         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27814         (gst_osssink_change_state):
27815           Add discont handling.
27816
27817 2004-03-09  Colin Walters  <walters@verbum.org>
27818
27819         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27820         conversion.
27821
27822 2004-03-09  Benjamin Otte  <otte@gnome.org>
27823
27824         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27825           the signals take 2 arguments
27826
27827 2004-03-09  David Schleef  <ds@schleef.org>
27828
27829         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27830         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27831         * ext/alsa/gstalsa.h:
27832         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27833
27834 2004-03-09  Benjamin Otte  <otte@gnome.org>
27835
27836         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27837         (gst_mikmod_change_state):
27838         * ext/mikmod/gstmikmod.h:
27839           make mikmod's loop function not loop infinitely and call
27840           gst_element_yield anymore
27841         * gst/modplug/gstmodplug.cc:
27842           fix pad negotiation (fixes #136590)
27843
27844 2004-03-09  David Schleef  <ds@schleef.org>
27845
27846         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27847         doesn't conflict with the internal colorspace plugin.
27848         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27849         satisfy the crappy-ass shell shipped by a certain vendor.
27850         * gst/videofilter/make_filter: same (bug #135299)
27851
27852 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27853
27854         * configure.ac: bump nano to 1
27855
27856 === release 0.7.6 ===
27857
27858 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27859
27860         * configure.in: releasing 0.7.6, "There"
27861
27862 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27863
27864         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27865         * pkgconfig/gstreamer-play.pc.in:
27866           synchronize the two
27867
27868 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27869
27870         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
27871         (cdparanoia_open), (cdparanoia_event):
27872           fix/add error handling
27873         * po/POTFILES.in:
27874           add cdparanoia source
27875         * tools/Makefile.am:
27876           make scripts executable
27877
27878 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27879
27880         * configure.ac:
27881         * ext/vorbis/Makefile.am:
27882         * sys/Makefile.am:
27883           remove id3types, vorbisfile and xvideosink from the build (#133783)
27884
27885 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27886
27887         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
27888           Fix metadata read crash (#136537).
27889
27890 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27891
27892         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
27893         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
27894           adding mime types, fixing the one-stop function
27895
27896 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27897
27898         * ext/nas/nassink.c and /ext/nas/nassink.h:
27899         More NAS love from Arwed von Merkatz
27900         So lets all sing 'Can you feel the NAS tonight'
27901
27902 2004-03-08  Christian Schaller <Uraeus@gnome.org>
27903
27904         * tools/gst-launch-ext.in:
27905         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
27906
27907 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27908
27909         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27910         (gst_mpeg2dec_init):
27911         remove the user_data pad for now, because it is being used in
27912         fixating causing MPEG playback to fixate on 1000 Hz for playback.
27913         If someone knows how to fix this properly, please do.
27914
27915 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
27916
27917         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27918         (gst_osssink_get_time):
27919         add a warning, IMO this won't get triggered anymore, remove later
27920
27921 2004-03-07  David Schleef  <ds@schleef.org>
27922
27923         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
27924         format (bug #136470)
27925
27926 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27927
27928         * gst-libs/Makefile.am:
27929         * gst-libs/gst/media-info/Makefile.am:
27930         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
27931         (error_callback), (gst_media_info_error_create),
27932         (gst_media_info_error_element), (gmip_init), (gmip_reset),
27933         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
27934         * gst-libs/gst/media-info/media-info-priv.h:
27935         * gst-libs/gst/media-info/media-info-test.c: (main):
27936         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
27937         (gst_media_info_class_init), (gst_media_info_instance_init),
27938         (gst_media_info_set_source), (gst_media_info_read_with_idler),
27939         (gst_media_info_read_idler), (gst_media_info_read):
27940         * gst-libs/gst/media-info/media-info.h:
27941         fixed, should work now
27942
27943 2004-03-07  Christian Schaller <Uraeus@gnome.org>
27944
27945         * ext/nas/nassink.c:
27946         A bunch of NAS fixes from Arwed von Merkatz
27947
27948 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27949
27950         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
27951         (qtdemux_parse_trak):
27952           Fix crash (j might be greater than n_samples, in which case we're
27953           writing outside the allocated space for the array) and memleak.
27954
27955 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27956
27957         * sys/oss/gstosssink.c: (gst_osssink_chain):
27958           And another caller that couldn't handle delay < 0 (unsigned
27959           integer overflow). Video now continues playing on an audio
27960           buffer underrun, and the clock continues working. Audio still
27961           stalls.
27962
27963 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27964
27965         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
27966         (gst_osssink_get_time):
27967           get_delay() may return values lower than 0. In those cases, we
27968           should not actually cast to *unsigned* int64, that will break
27969           stuff horribly. In my case, it screwed up A/V sync in movies
27970           in totem rather badly.
27971
27972 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
27973
27974         * ext/faac/gstfaac.c: (gst_faac_chain):
27975         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
27976         * ext/libpng/gstpngenc.c: (user_write_data):
27977         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
27978         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
27979         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
27980         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
27981         Fix several misuse of gst_buffer_merge (it doesn't take ownership
27982         of any buffer), should fix some leaks. I hope I didn't unref buffers
27983         that shouldn't be...
27984
27985 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
27986
27987         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
27988         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
27989         (error_callback), (gmi_reset), (gmi_seek_to_track),
27990         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
27991         (gmip_find_type_post), (gmip_find_stream_post),
27992         (gmip_find_track_streaminfo_post):
27993         * gst-libs/gst/media-info/media-info-priv.h:
27994         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
27995         (info_print), (main):
27996         * gst-libs/gst/media-info/media-info.c:
27997         (gst_media_info_error_create), (gst_media_info_error_element),
27998         (gst_media_info_instance_init), (gst_media_info_get_property),
27999         (gst_media_info_new), (gst_media_info_set_source),
28000         (gst_media_info_read_idler), (gst_media_info_read):
28001         * gst-libs/gst/media-info/media-info.h:
28002           first pass at making this work again.  This seems to work on
28003           tagged ogg/vorbis and mp3 files.
28004
28005 2004-03-06  Benjamin Otte  <otte@gnome.org>
28006
28007         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28008           fix huge leak: gst_buffer_merge doesn't unref the first argument
28009           itself.
28010
28011 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28012
28013         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28014           report layer/mode/emphasis
28015
28016 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28017
28018         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28019
28020 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28021
28022         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28023           signal serial
28024
28025 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28026
28027         * ext/vorbis/vorbis.c: (plugin_init):
28028         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28029         (gst_vorbis_dec_init), (vorbis_dec_event):
28030         add debug category
28031         make vorbisdec handle _BYTE and _TIME queries
28032
28033 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28034
28035         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28036           from the xing header
28037
28038 2004-03-06  Benjamin Otte  <otte@gnome.org>
28039
28040         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28041         (gst_audio_convert_link), (gst_audio_convert_change_state),
28042         (gst_audio_convert_buffer_from_default_format):
28043           do conversions from/to float correctly, fix some caps nego errors,
28044           export correct supported caps in template and getcaps, use correct
28045           caps in try_set_caps functions
28046
28047 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28048
28049         For some reason, I only committed a ChangeLog entry yesterday and
28050         not the corresponding code...
28051         * ext/mad/gstmad.c: Fix detection of Xing headers
28052         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28053
28054 2004-03-06  Benjamin Otte  <otte@gnome.org>
28055
28056         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28057         (gst_ogg_demux_src_query):
28058           make sure to handle the case where there's no current chain
28059           gracefully.
28060
28061 2004-03-05  David Schleef  <ds@schleef.org>
28062
28063         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28064         Add fixate function. (bug #131128)
28065         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28066         (gst_sdlvideosink_fixate):  Add fixate function.
28067         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28068         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28069         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28070         Fix missing break that was causing ulaw to be interpreted as
28071         raw int.
28072
28073 2004-03-05  David Schleef  <ds@schleef.org>
28074
28075         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28076         Fix code that ignores return value of gst_buffer_merge().
28077         (bug #114560)
28078         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28079         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28080         * testsuite/gst-lint:  Check for above.
28081
28082 2004-03-05  David Schleef  <ds@schleef.org>
28083
28084         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
28085         caps and throw an element error.  (bug #136334)
28086
28087 2004-03-05  David Schleef  <ds@schleef.org>
28088
28089         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28090         (gst_faad_chain): Fix negotiation.
28091         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28092         key and button events.
28093         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28094         dung heap of code.
28095         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28096         depends on gconf
28097         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28098         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28099         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28100         function to encourage better negotiation, particularly between
28101         audioconvert and osssink.
28102         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28103         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
28104         more important.
28105         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
28106         typefinding.
28107         * gst/vbidec/vbiscreen.c:  Add glib header
28108         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
28109
28110 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
28111
28112         * ext/mad/gstmad.c: Fix detection of Xing headers
28113         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28114
28115 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28116
28117         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28118         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28119           debug updates
28120
28121 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28122
28123         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28124         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28125         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28126         files, and report the parsed length as a GST_TAG_DURATION tag.
28127         * gst/tags/gstid3tag.c: support TLEN (duration) tag
28128
28129 2004-03-05  Benjamin Otte  <otte@gnome.org>
28130
28131         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28132           convert channels correctly. convert correctly to unsigned.
28133
28134 2004-03-05  Julien MOUTTE <julien@moutte.net>
28135
28136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28137         we have a window before clearing it.
28138
28139 2004-03-05  Julien MOUTTE <julien@moutte.net>
28140
28141         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28142         have a window before clearing it.
28143
28144 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28145
28146         * gconf/gstreamer.schemas.in:
28147         * gst-libs/gst/gconf/Makefile.am:
28148           version installation path the same way as for 0.6
28149         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28150         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28151         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28152           remove comment that was fixed
28153
28154 2004-03-05  David Schleef  <ds@schleef.org>
28155
28156         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28157         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28158         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28159         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28160         Add prototype code for handling seeking and querying.
28161
28162 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28163
28164         * examples/gstplay/player.c: (main):
28165           Initialize variables to NULL. Prevents a segfault because the
28166           (uninitialized) variable is not NULL, resulting in a crash on
28167           trying to reach error->message.
28168
28169 2004-03-05  Benjamin Otte  <otte@gnome.org>
28170
28171         * gst/audioconvert/gstaudioconvert.c:
28172         (gst_audio_convert_buffer_to_default_format):
28173         make float=>int conversion work correctly even in cornercases.
28174
28175 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
28176
28177         * debian/README.Debian:
28178         * debian/build-deps:
28179         * debian/changelog:
28180         * debian/control:
28181         * debian/control.in:
28182         * debian/copyright:
28183         * debian/gstreamer-a52dec.files:
28184         * debian/gstreamer-aa.files:
28185         * debian/gstreamer-alsa.files:
28186         * debian/gstreamer-alsa.manpages:
28187         * debian/gstreamer-arts.files:
28188         * debian/gstreamer-artsd.files:
28189         * debian/gstreamer-audiofile.files:
28190         * debian/gstreamer-avifile.files:
28191         * debian/gstreamer-cdparanoia.files:
28192         * debian/gstreamer-colorspace.files:
28193         * debian/gstreamer-doc.files:
28194         * debian/gstreamer-dv.files:
28195         * debian/gstreamer-dvd.files:
28196         * debian/gstreamer-esd.files:
28197         * debian/gstreamer-festival.files:
28198         * debian/gstreamer-flac.files:
28199         * debian/gstreamer-gconf.conffiles:
28200         * debian/gstreamer-gconf.files:
28201         * debian/gstreamer-gconf.postinst:
28202         * debian/gstreamer-gnomevfs.files:
28203         * debian/gstreamer-gsm.files:
28204         * debian/gstreamer-http.files:
28205         * debian/gstreamer-jack.files:
28206         * debian/gstreamer-jpeg.files:
28207         * debian/gstreamer-mad.files:
28208         * debian/gstreamer-mikmod.files:
28209         * debian/gstreamer-misc.files:
28210         * debian/gstreamer-mpeg2dec.files:
28211         * debian/gstreamer-oss.files:
28212         * debian/gstreamer-plugin-apps.files:
28213         * debian/gstreamer-plugin-apps.manpages:
28214         * debian/gstreamer-plugin-libs-dev.files:
28215         * debian/gstreamer-plugin-libs.files:
28216         * debian/gstreamer-plugin-template.postinst:
28217         * debian/gstreamer-plugin-template.postrm:
28218         * debian/gstreamer-sdl.files:
28219         * debian/gstreamer-sid.files:
28220         * debian/gstreamer-vorbis.files:
28221         * debian/gstreamer-x.files:
28222         * debian/mk.control:
28223         * debian/rules:
28224         Debian package info not maintained here.
28225
28226 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28227
28228         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28229         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28230         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28231         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28232         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28233         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28234         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28235         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28236         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28237         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28238         * gst-libs/gst/colorbalance/colorbalance.c:
28239         (gst_color_balance_class_init):
28240         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28241         (gst_color_balance_channel_class_init):
28242         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28243         * gst-libs/gst/play/play.c: (gst_play_class_init):
28244         * gst-libs/gst/propertyprobe/propertyprobe.c:
28245         (gst_property_probe_iface_init):
28246         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28247         * gst-libs/gst/tuner/tunerchannel.c:
28248         (gst_tuner_channel_class_init):
28249         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28250         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28251         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28252         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28253         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28254         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28255         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28256         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28257         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28258           fix signals to use - instead of _
28259         * ext/libcaca/gstcacasink.h:
28260         * ext/sdl/sdlvideosink.h:
28261           fix header rename
28262
28263 2004-03-04  David Schleef  <ds@schleef.org>
28264
28265         * testsuite/gst-lint:  Add a check for bad signal names.
28266
28267 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28268
28269         reviewed by David Schleef
28270
28271         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28272         modified the alpha channel and caused a warning. (bug #136192)
28273
28274 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28275
28276         * gst-plugins.spec.in:
28277         Change names of plugins to actually be correct. Try to keep things
28278         alphabetical to avoid getting beat up by Thomas
28279
28280 2004-03-03  Julien MOUTTE <julien@moutte.net>
28281
28282         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28283         Using ximagesink as a default if no gconf key found. We should
28284         probably consider using alsasink instead of osssink for the audio
28285         part.
28286
28287 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28288
28289         * configure.ac:
28290           fix --with-plugins, don't think it ever worked before
28291         * gst-plugins.spec.in:
28292           even more updates
28293
28294 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28295
28296         * ext/sdl/sdlvideosink.h:
28297         * sys/ximage/ximagesink.h:
28298         * sys/xvideo/xvideosink.h:
28299         * sys/xvimage/xvimagesink.h:
28300           Fix for move of gstvideosink.h -> videosink.h.
28301
28302 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28303
28304         * gst-libs/gst/xwindowlistener/Makefile.am:
28305           this is a plugin library, not a library
28306
28307 2004-03-01  David Schleef  <ds@schleef.org>
28308
28309         * AUTHORS:  Added some names.  Add yourself if you're still
28310         missing.
28311
28312 2004-03-01  David Schleef  <ds@schleef.org>
28313
28314         * MAINTAINERS: Add
28315
28316 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28317
28318         * gst-plugins.spec.in: clean up spec file
28319
28320 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28321
28322         * gst-libs/gst/video/Makefile.am:
28323         * gst-libs/gst/video/gstvideosink.c:
28324         * gst-libs/gst/video/gstvideosink.h:
28325           rename gstvideosink.h to videosink.h to match other headers
28326         * gst/mixmatrix/Makefile.am:
28327           fix plugin filename
28328         * gst/tags/Makefile.am: fix plugin filename
28329
28330 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28331
28332         * gst/tags/Makefile.am: fix plugin filename
28333
28334 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28335
28336         * examples/gstplay/player.c: (got_time_tick), (main):
28337           add error handler
28338           display time_tick more readably
28339         * gst/mixmatrix/Makefile.am:
28340           fix plugin file name
28341
28342 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28343
28344         * sys/oss/gstosselement.c: (gst_osselement_probe),
28345         (device_combination_append), (gst_osselement_class_probe_devices):
28346         * sys/oss/gstosselement.h:
28347           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28348           on my system using alsa oss emulation, fixes bug #135597
28349
28350 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28351
28352         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28353         (gst_videodrop_chain), (gst_videodrop_change_state):
28354         * gst/videodrop/gstvideodrop.h:
28355           Work based on timestamp of input data, not based on the expected
28356           framerate from the input. The consequence is that this element now
28357           not only scales framerates, but also functions as a framerate
28358           corrector or framerate stabilizer/constantizer.
28359
28360 2004-02-27  David Schleef  <ds@schleef.org>
28361
28362         patches from jmmv@menta.net (Julio M. Merino Vidal)
28363
28364         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28365         GST_ELEMENT_ERROR call (bug #135634)
28366         * gst/interleave/interleave.c: (interleave_buffered_loop),
28367         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28368         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28369         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28370         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28371         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28372         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28373         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28374         Fix GST_ELEMENT_ERROR call.
28375         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28376         GST_ELEMENT_ERROR call.
28377
28378 2004-02-27  Benjamin Otte  <otte@gnome.org>
28379
28380         * gst-libs/gst/audio/audio.h:
28381           add macro to make sure header isn't included twice
28382         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28383           don't use gst_buffer_free
28384         * gst/playondemand/filter.func:
28385           don't use gst_data_free. Free data only once.
28386
28387 2004-02-26  David Schleef  <ds@schleef.org>
28388
28389         * gst-libs/gst/colorbalance/Makefile.am:
28390         * gst-libs/gst/mixer/Makefile.am:
28391         * gst-libs/gst/tuner/Makefile.am:
28392         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28393         should not be disted, -marshal.h files should not be installed,
28394         and -enum.h files _should_ be installed.  Fix to make this the
28395         case.
28396
28397 === release 0.7.5 ===
28398
28399 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28400
28401         * configure.ac: release 0.7.5, "Under The Sea"
28402
28403 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28404
28405         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28406         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28407         * gst/videoscale/gstvideoscale.c:
28408         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28409           assorted debug/warning fixes
28410
28411 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28412
28413         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28414         (gst_videoscale_init), (gst_videoscale_chain),
28415         (gst_videoscale_set_property), (plugin_init):
28416         * gst/videoscale/gstvideoscale.h:
28417         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28418         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28419         (gst_videoscale_planar400), (gst_videoscale_packed422),
28420         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28421         (gst_videoscale_24bit), (gst_videoscale_16bit),
28422         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28423         (gst_videoscale_scale_plane_slow),
28424         (gst_videoscale_scale_point_sample),
28425         (gst_videoscale_scale_nearest),
28426         (gst_videoscale_scale_nearest_str2),
28427         (gst_videoscale_scale_nearest_str4),
28428         (gst_videoscale_scale_nearest_32bit),
28429         (gst_videoscale_scale_nearest_24bit),
28430         (gst_videoscale_scale_nearest_16bit):
28431         add debugging category and use it properly
28432         fix use of GST_PTR_FORMAT
28433
28434 2004-02-25  Andy Wingo  <wingo@pobox.com>
28435
28436         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28437         push only when channel->buffer is NULL. Prevents segfaults doing
28438         the state change after a nonlocal exit, like a scheme exception.
28439
28440         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28441         Handle the case where the intersected caps is empty.
28442
28443 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28444
28445         * gst/law/mulaw-decode.c: (mulawdec_link):
28446         * gst/law/mulaw.c: (plugin_init):
28447           fix mulawdec so it actually works again
28448
28449 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28450
28451         reviewed by: David Schleef  <ds@schleef.org>
28452
28453         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28454         (gst_gamma_init), (gst_gamma_set_property),
28455         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28456         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28457         for RGB, with separate r g and b correction factors. (#131167)
28458
28459 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28460
28461         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28462           only signal tags for bitrate if they're > 0 (#134894)
28463
28464 2004-02-24  David Schleef  <ds@schleef.org>
28465
28466         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28467         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28468         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28469         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28470         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28471         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28472         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28473         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28474         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28475         category.  Attempt to fix timestamp calculation.
28476
28477 2004-02-24  Johan Dahlin  <johan@gnome.org>
28478
28479         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28480
28481 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28482
28483         * configure.ac:
28484         * gconf/Makefile.am:
28485         * gconf/gstreamer.schemas:
28486         * gst-libs/gst/gconf/Makefile.am:
28487         * gst-libs/gst/gconf/gconf.c:
28488           version gconf schemas and install locations
28489
28490 2004-02-23  Benjamin Otte  <otte@gnome.org>
28491
28492         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28493         (gst_xine_input_subclass_init):
28494           call parent dispose.
28495           change pad template for CD reader correctly
28496         * ext/xine/Makefile.am:
28497         * ext/xine/gstxine.h:
28498         * ext/xine/xine.c: (plugin_init):
28499         * ext/xine/xineaudiosink.c:
28500           wrap audio sinks, too
28501         * gst-libs/gst/resample/private.h:
28502         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28503         (gst_resample_reinit), (gst_resample_scale),
28504         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28505         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28506         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28507         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28508         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28509         * gst-libs/gst/resample/resample.h:
28510         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28511         (gst_audioscale_class_init), (gst_audioscale_link),
28512         (gst_audioscale_get_buffer), (gst_audioscale_init),
28513         (gst_audioscale_chain), (gst_audioscale_set_property),
28514         (gst_audioscale_get_property):
28515         * gst/audioscale/gstaudioscale.h:
28516           s/resample_*/gst_resample_*/i to not clobber namespaces
28517
28518 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28519
28520         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28521         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28522         (gst_riff_create_video_template_caps),
28523         (gst_riff_create_audio_template_caps),
28524         (gst_riff_create_iavs_template_caps):
28525         * gst-libs/gst/riff/riff-media.h:
28526         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28527         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28528         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28529         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28530         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28531         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28532         (gst_matroska_demux_plugin_init): First batch implementing audio and
28533         video codec tags in demuxers.
28534
28535 2004-02-22  Benjamin Otte  <otte@gnome.org>
28536
28537         * ext/xine/Makefile.am:
28538         * ext/xine/gstxine.h:
28539         * ext/xine/xine.c: (plugin_init):
28540         * ext/xine/xineinput.c:
28541           add input plugin wrapper. Playback from files, http, mms and cdda
28542           works.
28543         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28544           remove leftover G_GNUC_UNUSED
28545         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28546         (gst_asf_demux_identify_guid):
28547           improve debugging output
28548
28549 2004-02-22  Benjamin Otte  <otte@gnome.org>
28550
28551         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28552
28553         * autogen.sh:
28554           replace test -e with test -x for mkinstalldirs to be more portable.
28555           (fixes #134816)
28556
28557 2004-02-22  Benjamin Otte  <otte@gnome.org>
28558
28559         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28560
28561         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28562           set rank to PRIMARY
28563         * gst/volume/gstvolume.c: (plugin_init):
28564           set rank to NONE
28565         fixes #134960
28566
28567 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28568
28569         reviewed by Benjamin Otte  <otte@gnome.org>
28570
28571         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28572           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28573
28574 2004-02-22  Benjamin Otte  <otte@gnome.org>
28575
28576         * configure.ac:
28577           export [_]*{gst,Gst,GST}.* symbols from plugins
28578
28579 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28580
28581         reviewed by: Benjamin Otte  <otte@gnome.org>
28582
28583         * ext/lame/gstlame.c: (add_one_tag):
28584         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28585         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28586         (gst_vorbisenc_metadata_set1):
28587         * gst/tags/gstid3tag.c:
28588         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28589           apply fixes from bugs #135042 (lame can't write tags) and #133817
28590           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28591
28592 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28593
28594         * configure.ac: Export only gst_plugin_desc from plugins.
28595          Note that this change only makes any effect with Linux using libtool
28596          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28597          fine. And don't try to have several versions of libtool in different
28598          directories.
28599
28600 2004-02-20  Andy Wingo  <wingo@pobox.com>
28601
28602         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28603         interleave respectively.
28604
28605         * gst/interleave/deinterleave.c: New plugin: deinterleave
28606         (replaces on oneton).
28607         * gst/interleave/interleave.c: New plugin: interleave.
28608         * gst/interleave/plugin.h: Support file.
28609         * gst/interleave/plugin.c: Support file.
28610
28611         * configure.ac: Remove intfloat and oneton, add interleave.
28612
28613         * ext/sndfile/gstsf.c: Handle events better.
28614
28615         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28616         and float2int operation. int2float has scheduling problems as
28617         noted in in2float_chain.
28618
28619 2004-02-20  Benjamin Otte  <otte@gnome.org>
28620
28621         * ext/xine/Makefile.am:
28622         * ext/xine/gstxine.h:
28623         * ext/xine/xine.c:
28624         * ext/xine/xineaudiodec.c:
28625         * ext/xine/xinecaps.c:
28626           add first version of xine plugin wrapper. Currently only wraps the
28627           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28628         * configure.ac:
28629         * ext/Makefile.am:
28630           add xine plugin wrapper, disabled by default. Use --enable-xine to
28631           build. Note that it'll segfault on gst-register if you don't remove
28632           the goom and tvtime post plugins from xine.
28633         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28634         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28635           add extradata parsing for QDM2.
28636           change around debugging prints.
28637
28638 2004-02-19  Benjamin Otte  <otte@gnome.org>
28639
28640         * ext/lame/gstlame.c: (gst_lame_chain):
28641         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28642           use gst_tag_list_insert when you want to insert tags
28643
28644 2004-02-18  David Schleef  <ds@schleef.org>
28645
28646         * configure.ac:  Move massink to gst-rotten
28647         * ext/Makefile.am:
28648         * ext/mas/Makefile.am:
28649         * ext/mas/massink.c:
28650         * ext/mas/massink.h:
28651
28652 2004-02-18  David Schleef  <ds@schleef.org>
28653
28654         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28655         typefinding, since it seems to be worse than nothing.
28656         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28657         atom to recognize .mp4 and .m4a files as video/quicktime.
28658
28659 2004-02-18  David Schleef  <ds@schleef.org>
28660
28661         * gst/sine/demo-dparams.c: (quit_live),
28662         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28663         Use double dparams, not float.
28664         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28665         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28666         sync'd elements don't really work correctly.
28667         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28668         (volume_update_volume), (volume_get_property):  Change dparam
28669         to double.
28670
28671 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28672
28673         * sys/ximage/ximagesink.c:
28674         (gst_ximagesink_xwindow_update_geometry),
28675         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28676         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28677         (gst_ximagesink_init): Rework the way software video scaling works. So
28678         now we check on each chain call if the video frames are feeling the
28679         window. If not we try to renegotiate caps. On failure we memorize that
28680         and we won't try again for that PLAYING sessions.
28681         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28682         failure.
28683         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28684         synchronous flag.
28685
28686 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28687
28688         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28689           break up _link so we can give a better debug message for errors
28690
28691 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28692
28693         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28694           set up debug category
28695
28696 2004-02-18  Julien MOUTTE <julien@moutte.net>
28697
28698         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28699         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28700         the way renegotiation work. The event handling function is not taking
28701         care of external windows and renegotiate method check for pad flags
28702         NEGOTIATING. Should fix : #133209
28703
28704 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28705
28706         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28707         pad is negotiating before trying renegotiation.
28708
28709 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28710
28711         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28712           pass on all possible mime types as typefind hints
28713
28714 2004-02-17  Julien MOUTTE <julien@moutte.net>
28715
28716         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28718         possible SHM leak if we crash. All other apps using XShm are doing
28719         that.
28720
28721 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28722
28723         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28724         (gst_ximagesink_expose): Renegotiate size on expose.
28725         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28726         size on expose.
28727
28728 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28729
28730         * testsuite/alsa/sinesrc.c:
28731           cosmetic fix to fix compile issue with gcc 2.95.4
28732
28733 2004-02-16  Julien MOUTTE <julien@moutte.net>
28734
28735         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28736         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28737         failed opening the audio device.
28738         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28739         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28740         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28741         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28742         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28743         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28744         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28745         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28746         Removing some useless g_return_if_fail like wingo suggested.
28747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28748         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28749         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28750         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28751         (gst_xvimagesink_update_colorbalance),
28752         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28753         (gst_xvimagesink_xcontext_clear),
28754         (gst_xvimagesink_get_fourcc_from_caps),
28755         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28756         (gst_xvimagesink_set_xwindow_id),
28757         (gst_xvimagesink_colorbalance_list_channels),
28758         (gst_xvimagesink_colorbalance_set_value),
28759         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28760         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28761
28762 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28763
28764         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28765           throw error when not negotiated instead of asserting
28766
28767 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28768
28769         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28770         correct data refcounting.
28771
28772 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28773
28774         * gst/switch/gstswitch.c: (gst_switch_change_state),
28775         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28776         change, mostly the EOS flag.
28777
28778 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28779
28780         * examples/gstplay/player.c: (got_eos), (main): Adding some
28781         output for debugging.
28782         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28783         timeouts if we go to any state different from PLAYING.
28784         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28785         more EOS bugs in riff lib.
28786
28787 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28788
28789         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28790         visualization until i find a way to fix switch correctly.
28791         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28792         EOS arrives.
28793         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28794         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28795         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28796         Reworked switch to get a more correct behaviour with events and refing
28797         of data stored in sinkpads.
28798         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28799         we don't pull from a pad in EOS.
28800
28801 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28802
28803         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28804           remove v1 tag even if we can't read it (makes sure we don't detect
28805           it again)
28806
28807 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28808
28809         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28810         (gst_alsa_xrun_recovery):
28811         * ext/alsa/gstalsa.h:
28812           try xrun recovery when wait failed. Make xrun recovery function
28813           return TRUE/FALSE to indicate success. (might fix #134354)
28814
28815 2004-02-13  David Schleef  <ds@schleef.org>
28816
28817         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28818         (dynparm_value_changed), (main): Convert from float to double.
28819         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28820
28821 2004-02-13  David Schleef  <ds@schleef.org>
28822
28823         * gst/silence/gstsilence.c: (gst_silence_class_init),
28824         (gst_silence_set_clock), (gst_silence_get),
28825         (gst_silence_set_property), (gst_silence_get_property):
28826         * gst/silence/gstsilence.h: Add sync property.
28827         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28828         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28829         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28830         * gst/sine/gstsinesrc.h: Add sync property.
28831
28832 2004-02-13  David Schleef  <ds@schleef.org>
28833
28834         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28835         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28836
28837 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28838
28839         * configure.ac:
28840         * ext/Makefile.am:
28841         * gst-libs/ext/Makefile.am:
28842           move ffmpeg plugin to gst-ffmpeg module
28843
28844 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28845
28846         * configure.ac: use GST_ARCH to detect architecture
28847
28848 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28849
28850         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28851
28852 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28853
28854         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28855           classify LADSPA plugins based on number of src/sink pads
28856           (#133663, Stefan Kost)
28857         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28858           fix dparams registration
28859           (#133528, Stefan Kost)
28860         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28861           fix use of isprint and use g_ascii_isprint instead
28862           (#133316, Stefan Kost)
28863
28864 2004-02-11  David Schleef  <ds@schleef.org>
28865
28866         Convert a few inner loops to use liboil.  This is currently
28867         optional, and is only enabled if liboil is present (duh!).
28868         * configure.ac: Check for liboil-0.1
28869         * gst/intfloat/Makefile.am:
28870         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
28871         (gst_int2float_chain_gint16):
28872         * gst/videofilter/Makefile.am:
28873         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
28874         (tablelookup_u8), (gst_videobalance_planar411):
28875         * gst/videotestsrc/Makefile.am:
28876         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
28877         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
28878         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
28879         (paint_hline_RGB565), (paint_hline_xRGB1555):
28880
28881 2004-02-11  David Schleef  <ds@schleef.org>
28882
28883         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
28884         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
28885         (gst_colorspace_getcaps), (gst_colorspace_link),
28886         (gst_colorspace_base_init), (gst_colorspace_init),
28887         (gst_colorspace_chain), (gst_colorspace_change_state),
28888         (plugin_init): Merge Ronald's patch (bug #117897) and update
28889         for new caps and negotiation.  Seems to work, although it
28890         shows off bugs in lcs.
28891
28892 2004-02-11  David Schleef  <ds@schleef.org>
28893
28894         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
28895         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
28896
28897 2004-02-11  David Schleef  <ds@schleef.org>
28898
28899         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
28900         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
28901         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
28902         Add server and port properties
28903
28904 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28905
28906         * m4/a52.m4:
28907         * m4/aalib.m4:
28908         * m4/as-ffmpeg.m4:
28909         * m4/as-liblame.m4:
28910         * m4/as-slurp-ffmpeg.m4:
28911         * m4/check-libheader.m4:
28912         * m4/esd.m4:
28913         * m4/freetype2.m4:
28914         * m4/gconf-2.m4:
28915         * m4/glib.m4:
28916         * m4/gst-alsa.m4:
28917         * m4/gst-artsc.m4:
28918         * m4/gst-ivorbis.m4:
28919         * m4/gst-matroska.m4:
28920         * m4/gst-sdl.m4:
28921         * m4/gst-shout2.m4:
28922         * m4/gst-sid.m4:
28923         * m4/gtk.m4:
28924         * m4/libdv.m4:
28925         * m4/libfame.m4:
28926         * m4/libmikmod.m4:
28927         * m4/ogg.m4:
28928         * m4/vorbis.m4:
28929           fix underquotedness of macros (#133800)
28930         * m4/as-avifile.m4:
28931         * m4/xmms.m4:
28932           removed because no longer used
28933
28934 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
28935
28936         * configure.ac:
28937           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
28938           by autopoint (fixes #132996)
28939
28940 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28941
28942         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
28943         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
28944         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
28945         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
28946           fix memleaks
28947
28948 2004-02-11  David Schleef  <ds@schleef.org>
28949
28950         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
28951         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
28952         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
28953         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
28954         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
28955         (gst_jpegenc_class_init), (gst_jpegenc_init),
28956         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
28957         (gst_jpegenc_chain), (gst_jpegenc_set_property),
28958         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
28959         * ext/jpeg/gstjpegenc.h: Fix negotiation.
28960
28961 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28962
28963         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
28964         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
28965         * ext/mikmod/gstmikmod.h:
28966           fix caps negotiation in mikmod
28967         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
28968           output debug information
28969
28970 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28971
28972         * gst-libs/gst/colorbalance/Makefile.am:
28973         * gst-libs/gst/navigation/Makefile.am:
28974         * gst-libs/gst/xoverlay/Makefile.am:
28975           remove unused GST_OPT_CFLAGS from Makefiles
28976           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
28977
28978 2004-02-07  David Schleef  <ds@schleef.org>
28979
28980         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
28981         push events to pads that haven't been created (#133508)
28982
28983 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
28984
28985         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
28986         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
28987         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
28988         (gst_dvdec_loop), (gst_dvdec_change_state):
28989         Second attempt at committing a working dvdec element.
28990
28991 2004-02-06  David Schleef  <ds@schleef.org>
28992
28993         Build fixes for OS X: (see #129600)
28994         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
28995         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
28996         (gst_riff_read_strf_iavs):
28997         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
28998         (gst_avi_demux_stream_odml):
28999         * gst/playondemand/Makefile.am:
29000         * gst/rtp/rtp-packet.c:
29001
29002 2004-02-05  David Schleef  <ds@schleef.org>
29003
29004         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29005         last change, because it Just Doesn't Compile.
29006
29007 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29008
29009         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29010           skip undecodable id3v2 tag instead of keeping it
29011
29012 2004-02-05  David Schleef  <ds@schleef.org>
29013
29014         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29015         Unref leaked buffer.  (Noticed by Ronald)
29016
29017 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
29018
29019         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29020         Sync requires with other checks.  >= vs =.
29021
29022 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
29023
29024         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29025         (gst_dvdec_video_link), (gst_dvdec_loop):
29026         * ext/dv/gstdvdec.h:
29027           rework the caps negotiation so that dvdec works again instead
29028           of just segfaulting.
29029
29030 === release 0.7.4 ===
29031
29032 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29033
29034         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29035         * configure.ac: changed for release
29036
29037 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29038
29039         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29040         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29041         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29042         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29043           reworked patch by David Lehn to fix libdir and includedir for
29044           uninstalled libraries
29045           removed play and gconf from gstreamer-libs since they have their
29046           own pkgconfig files
29047
29048 2004-02-04  David Schleef  <ds@schleef.org>
29049
29050         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29051         memleak.
29052
29053 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29054
29055         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29056           use correct GST_TAG_ENCODER tag
29057
29058 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29059
29060         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29061           be sure to stop the clock when going to paused
29062         * sys/oss/gstosssink.c: (gst_osssink_change_state):
29063           reset number of transmitted when going to ready.
29064         fixes #132935
29065
29066 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
29067
29068         reviewed by Benjamin Otte
29069
29070         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29071           extract track count (fixes #133410)
29072
29073 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29074
29075         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29076           that should be !=, not == (fixes #132519)
29077
29078 2004-02-04  David Schleef  <ds@schleef.org>
29079
29080         Make sure set_explicit_caps() is called before adding pad.
29081         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29082         * gst/id3/gstid3types.c: (gst_id3types_loop):
29083         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29084         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29085
29086 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29087
29088         * configure.ac:
29089           bump nano to 2, first prerelease
29090           put back AM_PROG_LIBTOOL
29091
29092 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29093
29094         * testsuite/alsa/Makefile.am:
29095           these are user test apps, not automatic testsuite tests
29096
29097 2004-02-04  David Schleef  <ds@schleef.org>
29098
29099         Convert GST_DEBUG_CAPS() to GST_DEBUG():
29100         * gst/mpeg1videoparse/gstmp1videoparse.c:
29101         (mp1videoparse_parse_seq):
29102         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29103         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29104         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29105         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29106         (gst_xvideosink_getcaps):
29107         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29108         * testsuite/gst-lint: more tests
29109
29110 2004-02-04  David Schleef  <ds@schleef.org>
29111
29112         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29113         with the code that they would expand to.
29114         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29115         (gst_flacdec_get_src_query_types),
29116         (gst_flacdec_get_src_event_masks):
29117         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29118         (gst_gnomevfssrc_get_query_types),
29119         (gst_gnomevfssrc_get_event_mask):
29120
29121 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29122
29123         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29124         (gst_sinesrc_dispose):
29125           fix memleak by properly disposing sinesrc
29126
29127 2004-02-04  Julien MOUTTE  <julien@moutte.net>
29128
29129         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29130         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29131         an overlay to redraw the image because it has been exposed.
29132         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29133         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29134         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29135         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29136         interface
29137         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29138         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29139         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29140         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29141         interface
29142
29143 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29144
29145         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29146           more memleak fixage
29147
29148 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29149
29150         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29151         * gst/typefind/gsttypefindfunctions.c:
29152           fix memleaks shown by gst-typefind
29153
29154 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29155
29156         * common/glib-gen.mak:
29157           add hack rule to touch .Plo files
29158         * gst-libs/gst/colorbalance/Makefile.am:
29159         * gst-libs/gst/mixer/Makefile.am:
29160         * gst-libs/gst/play/Makefile.am:
29161         * gst-libs/gst/tuner/Makefile.am:
29162           remove glib_root variable
29163
29164 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29165
29166         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29167           set explicit caps before adding the element, so the autopluggers can
29168           plug correctly.
29169         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29170         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29171         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29172         (dv_type_find):
29173           fix memleaks in typefind functions. gst_type_find_suggest takes a const
29174           argument.
29175
29176 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29177
29178         * gst-libs/gst/colorbalance/Makefile.am:
29179         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29180         * gst-libs/gst/colorbalance/colorbalance.c:
29181         * gst-libs/gst/colorbalance/colorbalance.h:
29182         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29183         * gst-libs/gst/mixer/Makefile.am:
29184         * gst-libs/gst/mixer/mixer-marshal.list:
29185         * gst-libs/gst/mixer/mixer.c:
29186         * gst-libs/gst/mixer/mixer.h:
29187         * gst-libs/gst/mixer/mixermarshal.list:
29188         * gst-libs/gst/play/Makefile.am:
29189         * gst-libs/gst/play/play.h:
29190         * gst-libs/gst/tuner/Makefile.am:
29191         * gst-libs/gst/tuner/tuner-marshal.list:
29192         * gst-libs/gst/tuner/tuner.c:
29193         * gst-libs/gst/tuner/tuner.h:
29194         * gst-libs/gst/tuner/tunermarshal.list:
29195           use new glib-gen.mak snippet to clean up Makefile.am
29196           fix various bugs in Makefile.am's
29197
29198 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29199
29200         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29201           handle chain parsing correctly in the multichain case
29202         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29203         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29204         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29205         (theora_dec_chain):
29206           handle events and queries correctly
29207
29208 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29209
29210         * .cvsignore:
29211         Ignore generated file _stdint.h.
29212
29213 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29214
29215         * gst-libs/gst/colorbalance/Makefile.am:
29216         * gst-libs/gst/colorbalance/colorbalance.h:
29217         * gst-libs/gst/mixer/Makefile.am:
29218         * gst-libs/gst/mixer/mixer.h:
29219         * gst-libs/gst/play/Makefile.am:
29220         * gst-libs/gst/play/play.h:
29221         * gst-libs/gst/tuner/Makefile.am:
29222         * gst-libs/gst/tuner/tuner.h:
29223         Generate enum type code with glib-mkenums.
29224         * gst-libs/gst/colorbalance/.cvsignore:
29225         * gst-libs/gst/mixer/.cvsignore:
29226         * gst-libs/gst/play/.cvsignore:
29227         * gst-libs/gst/tuner/.cvsignore:
29228         Ignore generated files.
29229
29230 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29231
29232         * gst-libs/gst/audio/.cvsignore:
29233         Ignore generated file.
29234         * gst-libs/gst/audio/Makefile.am:
29235         Do not install example filter.
29236
29237 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29238
29239         * examples/switch/.cvsignore:
29240         Ignore generated file.
29241
29242 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29243
29244         * common/m4/ax_create_stdint_h.m4:
29245         * configure.ac:
29246           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29247           _stdint.h.
29248         * Makefile.am:
29249           remove generated _stdint.h in DISTCLEANFILES
29250         * ext/a52dec/gsta52dec.c:
29251           include _stdint.h for a52dec. (should fix #133064)
29252
29253 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29254
29255         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29256         (gst_tag_to_vorbis_comments):
29257         Add replaygain support to vorbistag
29258
29259 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29260         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29261         (gst_ffmpeg_caps_to_extradata):
29262           Fix SVQ3 caps flag properties
29263           Use glib macro for bytes swap
29264
29265 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29266
29267         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29268         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29269         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29270         * ext/sndfile/gstsf.c: (plugin_init):
29271         * gst/avi/gstavi.c: (plugin_init):
29272         * sys/dxr3/dxr3init.c: (plugin_init):
29273         * sys/oss/gstossaudio.c: (plugin_init):
29274         * sys/v4l/gstv4l.c: (plugin_init):
29275         * sys/v4l2/gstv4l2.c: (plugin_init):
29276           remove textdomain calls
29277         * po/nl.po:
29278           update Dutch translation
29279
29280 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29281
29282         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29283         (gst_play_set_audio_sink): Moving volume in the audio thread for
29284         instantaneous volume change. Maybe i will add another volume in front
29285         of visualization later, not sure yet though.
29286
29287 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29288
29289         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29290         (gst_ximagesink_handle_xevents): Better X events handling, only take
29291         the latest events for configure and motion.
29292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29293
29294 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29295
29296         reviewed by: David Schleef  <ds@schleef.org>
29297
29298         Fix memory leaks:
29299         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29300         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29301
29302 2004-02-02  David Schleef  <ds@schleef.org>
29303
29304         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29305         of lines.
29306         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29307         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29308         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29309         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29310         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29311         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29312         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29313         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29314         (gst_float2_2_int_link):
29315         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29316         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29317         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29318         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29319         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29320         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29321         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29322         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29323         * testsuite/gst-lint: Add tests for bzero and ;;
29324
29325 2004-02-02  David Schleef  <ds@schleef.org>
29326
29327         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29328
29329 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29330
29331         * ext/aalib/gstaasink.c: (gst_aasink_open):
29332         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29333         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29334         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29335         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29336         (gst_afsink_close_file):
29337         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29338         (gst_afsrc_close_file):
29339         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29340         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29341         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29342         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29343         * ext/esd/esdmon.c: (gst_esdmon_get):
29344         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29345         * ext/faac/gstfaac.c: (gst_faac_chain):
29346         * ext/faad/gstfaad.c: (gst_faad_chain):
29347         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29348         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29349         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29350         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29351         (gst_flacdec_loop):
29352         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29353         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29354         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29355         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29356         (gst_gnomevfssink_close_file):
29357         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29358         (gst_gnomevfssrc_open_file):
29359         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29360         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29361         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29362         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29363         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29364         * ext/mad/gstmad.c: (gst_mad_chain):
29365         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29366         * ext/mpeg2dec/gstmpeg2dec.c:
29367         * ext/mpeg2enc/gstmpeg2enc.cc:
29368         * ext/mplex/gstmplex.cc:
29369         * ext/mplex/gstmplexibitstream.cc:
29370         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29371         (gst_ogg_demux_push):
29372         * ext/raw1394/gstdv1394src.c:
29373         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29374         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29375         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29376         (gst_sf_loop):
29377         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29378         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29379         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29380         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29381         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29382         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29383         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29384         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29385         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29386         (gst_riff_read_element_data), (gst_riff_read_seek),
29387         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29388         * gst/adder/gstadder.c: (gst_adder_loop):
29389         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29390         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29391         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29392         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29393         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29394         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29395         * gst/goom/gstgoom.c: (gst_goom_chain):
29396         * gst/id3/gstid3types.c: (gst_id3types_loop):
29397         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29398         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29399         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29400         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29401         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29402         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29403         (gst_ebml_read_float), (gst_ebml_read_header):
29404         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29405         (gst_matroska_demux_parse_blockgroup):
29406         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29407         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29408         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29409         * gst/silence/gstsilence.c: (gst_silence_get):
29410         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29411         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29412         * gst/speed/gstspeed.c: (speed_loop):
29413         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29414         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29415         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29416         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29417         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29418         (gst_wavparse_loop):
29419         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29420         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29421         (dxr3audiosink_close):
29422         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29423         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29424         (dxr3videosink_close), (dxr3videosink_write_data):
29425         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29426         * sys/oss/gstosssink.c: (gst_osssink_chain):
29427         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29428         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29429         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29430         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29431         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29432         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29433         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29434         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29435         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29436         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29437         (gst_v4l_set_audio):
29438         * sys/v4l/v4l_calls.h:
29439         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29440         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29441         (gst_v4lmjpegsink_playback_init),
29442         (gst_v4lmjpegsink_playback_start):
29443         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29444         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29445         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29446         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29447         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29448         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29449         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29450         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29451         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29452         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29453         (gst_v4l2_get_output), (gst_v4l2_set_output),
29454         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29455         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29456         (gst_v4l2_set_attribute):
29457         * sys/v4l2/v4l2_calls.h:
29458         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29459         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29460         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29461         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29462         (gst_v4l2src_capture_stop):
29463         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29464         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29465         (gst_ximagesink_chain):
29466         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29467         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29468         (gst_xvideosink_xwindow_new):
29469         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29470         (gst_xvimagesink_chain):
29471
29472 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29473
29474         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29475         (gst_volume_get_volume), (volume_class_init), (volume_init),
29476         (volume_chain_int16), (volume_update_volume):
29477         * gst/volume/gstvolume.h:
29478           make code more readable by removing magic numbers
29479           make mixer interface export 0-100 range
29480           make it internally map to 0.0-1.0 range so users don't distort
29481           output by putting the sliders at full volume
29482
29483 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29484
29485         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29486         (gst_play_state_change), (gst_play_seek_to_time):
29487         block the tick callback for 0.5 secs after doing a seek
29488
29489 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29490
29491         * gst-libs/gst/play/play.c: (gst_play_new):
29492           check for GError
29493
29494 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29495
29496         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29497         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29498         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29499         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29501         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29502
29503 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29504
29505         * configure.ac:
29506         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29507           check for a function added in vorbis 1.1
29508
29509 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29510
29511         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29512         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29513           really start/stop clock only on PLAYING <=> PAUSED
29514         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29515           remove \n from debugging lines
29516         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29517           make it work when seeking does not
29518         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29519           reset on DISCONT
29520
29521 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29522
29523         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29524           start clock on PAUSED=>PLAYING, not later
29525         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29526           extract correct time for different discont formats
29527         (gst_alsa_sink_get_time):
29528           don't segfault when no format is negotiated yet, just return 0
29529         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29530         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29531         (gst_ogg_pad_push):
29532           handle flush and discont events correctly
29533         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29534           handle discont events correctly
29535
29536 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29537
29538         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29539         (gst_play_error_create), (gst_play_error_plugin),
29540         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29541         * gst-libs/gst/play/play.h:
29542           add error handling during creation
29543         * examples/gstplay/player.c: (main):
29544           use new gst_play_new
29545
29546
29547 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29548
29549         * ext/theora/theoradec.c: (theora_dec_chain):
29550           make comments work
29551         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29552         (vorbis_dec_src_event), (vorbis_dec_chain):
29553           add encoder tag, fix tag reading to be more error tolerant, change
29554           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29555           gst_pad_event_default.
29556         * gst/tags/gstvorbistag.c:
29557         (gst_tag_list_from_vorbiscomment_buffer):
29558           undefine function specific define at end of function
29559
29560 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29561
29562         * ext/flac/gstflac.c: (plugin_init):
29563         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29564         * ext/flac/gstflacdec.h:
29565         * ext/flac/gstflacenc.h:
29566           Fix typos
29567
29568 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29569
29570         * examples/gstplay/player.c: s/gstplay.h/play.h/
29571
29572 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29573
29574         * gst-libs/gst/play/Makefile.am:
29575         * gst-libs/gst/play/gstplay.c:
29576         * gst-libs/gst/play/gstplay.h:
29577         * gst-libs/gst/play/play.c:
29578           more surgery, operation complete
29579
29580 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29581
29582         * gst-libs/gst/play/play.old.c:
29583         * gst-libs/gst/play/play.old.h:
29584           after CVS surgery by moving, remove
29585         * gst-libs/gst/play/playpipelines.c:
29586           remove
29587
29588         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29589           add negotiation error
29590
29591 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29592
29593         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29594         (gst_ogg_demux_push):
29595           add some seeking debug info
29596           send a flush when seeking
29597
29598 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29599
29600         * configure.ac:
29601           use AC_C_INLINE
29602         * configure.ac:
29603         * ext/Makefile.am:
29604         * ext/theora/Makefile.am:
29605         * ext/theora/theoradec.c:
29606           add theora video decoder. Does just do simple decoding for now and
29607           has been tested against Theora cvs only. It only works when theora
29608           is compiled with --enable-static.
29609         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29610           always reset packetno on DISCONT
29611
29612 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29613
29614         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29615           Fix audio.
29616
29617 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29618
29619         * gst/mpegaudioparse/gstmpegaudioparse.c:
29620         (mp3_type_frame_length_from_header):
29621           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29622
29623 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29624
29625         * ext/esd/esdsink.c: (gst_esdsink_init):
29626           Since we have static pad template caps, we don't need to negotiate;
29627           either the core errors out or we know the format.
29628
29629 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29630
29631         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29632         (gst_riff_read_seek):
29633         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29634         (gst_ebml_read_seek):
29635           Fix event handling.
29636
29637 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29638
29639         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29640           removee video/x-theora from vp3 decoder, it doesn't handle raw
29641           theora streams
29642         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29643           fix bug with finalizing element that never went to PAUSED
29644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29645           length and position queries were swapped
29646         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29647         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29648         (vorbis_dec_src_event):
29649           implement querying time and bytes
29650
29651 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29652
29653         * just about every source file:
29654           gst_element_error -> GST_ELEMENT_ERROR
29655
29656 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29657
29658         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29659         emiting FLUSH and even before DISCONT.
29660         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29661         get the best instant seeking as possible yay!
29662
29663 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29664
29665         * gst/mpeg1videoparse/gstmp1videoparse.c:
29666         (gst_mp1videoparse_real_chain):
29667           Committed wrong version last week... Grr... Didn't notice until now.
29668
29669 2004-01-29  Julien MOUTTE <julien@moutte.net>
29670
29671         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29672         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29673         have_xwindow_id signal in xwindow_create.
29674
29675 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29676
29677         * ext/ogg/gstoggdemux.c:
29678           lots of changes - mainly support for chained bitstreams, seeking,
29679           querying and bugfixes of course
29680         * ext/vorbis/Makefile.am:
29681         * ext/vorbis/vorbisdec.c:
29682         * ext/vorbis/vorbisdec.h:
29683           add vorbisdec raw vorbis decoder
29684         * ext/vorbis/vorbis.c: (plugin_init):
29685           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29686         * gst/intfloat/Makefile.am:
29687         * gst/intfloat/float22int.c:
29688         * gst/intfloat/float22int.h:
29689         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29690           add float2intnew plugin. It converts multichannel interleaved float to
29691           multichannel interleaved int. The name should probably be changed.
29692         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29693         (plugin_init):
29694           add typefinding for raw theora video so oggdemux can detect it.
29695
29696 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29697
29698         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29699         sink element first.
29700         * gst/videoscale/gstvideoscale.c:
29701         (gst_videoscale_handle_src_event): Fixing src event handler.
29702
29703 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29704
29705         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29706         (gst_v4lsrc_open), (gst_v4lsrc_close),
29707         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29708         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29709         * sys/v4l/gstv4lsrc.h:
29710         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29711         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29712           Implement resizing... Hack. But that's why v4l is b0rked...
29713
29714 2004-01-28  Julien MOUTTE <julien@moutte.net>
29715
29716         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29717         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29718         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29719         (gst_ximagesink_xwindow_destroy):
29720         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29721         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29722         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29723         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29724         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29725         correctly cleaning the image created to check xshm calls on succes,
29726         added a lot of XSync calls in X11 functions, and fixed a segfault when
29727         no image format was defined before negotiation happened.
29728
29729 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29730
29731         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29732           use gst_element_get_time to get correct time
29733
29734 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29735
29736         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29737         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29738         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29740         (gst_xvimagesink_check_xshm_calls),
29741         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29742         X plugins are now able to detect that XShm calls will fail even if the
29743         server claims that it has XShm support (remote displays most of the
29744         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29745         so that we use non XShm functions. This feature is almost useless for
29746         xvimagesink as Xv is not supported on remote displays anyway, but
29747         it might happen than even on the local display XShm calls fail.
29748
29749 2004-01-27  David Schleef  <ds@schleef.org>
29750
29751         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29752         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29753         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29754         changed esdsink to only use 44100,16,2, since esd sucks at rate
29755         conversion and esdsink has had difficulty negotiating.
29756
29757 2004-01-27  Julien MOUTTE <julien@moutte.net>
29758
29759         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29760         (gst_play_seek_to_time): Fixing the way to get current position.
29761
29762 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29763
29764         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29765           use gst_element_get_time to get correct time
29766
29767 2004-01-27  Julien MOUTTE <julien@moutte.net>
29768
29769         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29770         fix ever... Inverting 2 lines of code make spider autoplug correctly
29771         tagged mp3 !
29772
29773 2004-01-27  David Schleef  <ds@schleef.org>
29774
29775         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29776         Use gst_pad_try_set_caps_nonfixed().
29777
29778 2004-01-27  David Schleef  <ds@schleef.org>
29779
29780         * gst/ac3parse/gstac3parse.c: update to checklist 5
29781         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29782         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29783         * gst/audioscale/gstaudioscale.c: same
29784         * gst/auparse/gstauparse.c: same
29785         * gst/avi/gstavidemux.c: same
29786
29787 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29788
29789         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29790           stop processing after EOS
29791
29792 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29793
29794         * gst/asfdemux/asfheaders.h:
29795         * gst/asfdemux/gstasfdemux.c:
29796         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29797         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29798         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29799           lot's of fixes to make data extraction simpler and get the code
29800           architecture and compiler independant. Add debugging category
29801         * gst/goom/gstgoom.c: (gst_goom_change_state):
29802           reset channel count on PAUSED=>READY, not READY=>PAUSED
29803
29804 2004-01-26  Colin Walters  <walters@verbum.org>
29805
29806         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29807         code to pull a bigger buffer in iradio mode.  This as a side effect
29808         makes typefinding work.
29809
29810 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29811
29812         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29813         Fix SVQ3 decoding on PPC
29814
29815 2004-01-26  Julien MOUTTE <julien@moutte.net>
29816
29817         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29818         that one managed to stay there... Fixed.
29819
29820 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29821
29822         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29823         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29824         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29825         (qtdemux_video_caps):
29826         * gst/qtdemux/qtdemux.h:
29827         Add SVQ3 specific flags to qtdemux and ffmpeg
29828
29829 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29830
29831         * gst-libs/gst/audio/audio.h:
29832           remove buffer-frames from audio caps
29833         * gst/audioconvert/gstaudioconvert.c:
29834           fix plugin to really work.
29835
29836 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29837
29838         * gst-libs/gst/mixer/mixer.c:
29839         * gst-libs/gst/propertyprobe/propertyprobe.c:
29840         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29841         (gst_tuner_find_channel_by_name):
29842         * gst-libs/gst/tuner/tuner.h:
29843           Add gtk-doc style comments. Also fix a function name.
29844
29845 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29846
29847         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29848         (gst_divxdec_negotiate):
29849           Fix for new capsnego - also fixes gst-player with divxdec.
29850
29851 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29852
29853         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29854         (gst_play_identity_handoff), (gst_play_set_location),
29855         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29856         try in visualization implementation. Still have an issue with switch
29857         blocking when pulling from video_queue and only audio comes out of
29858         spider.
29859         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29860         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29861         release method. And check if the pad is usable before pulling.
29862
29863 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29864
29865         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29866         (gst_videobalance_init),
29867         (gst_videobalance_colorbalance_list_channels),
29868         (gst_videobalance_colorbalance_set_value),
29869         (gst_videobalance_colorbalance_get_value),
29870         (gst_videobalance_update_properties),
29871         (gst_videobalance_update_tables_planar411),
29872         (gst_videobalance_planar411):
29873         * gst/videofilter/gstvideobalance.h:
29874           Implement lookup-tables. +/- 10x faster.
29875
29876 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29877
29878         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29879         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29880           The index reading was broken. The rest worked fine, but the whole
29881           goal of my rewrite was to make avidemux readable, and this was
29882           not at all readable. Please use typed variables.
29883
29884 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29885
29886         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29887           Additional pad usability check.
29888         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
29889         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
29890         (gst_mp1videoparse_real_chain):
29891           Fix MPEG video stream parsing. The original plugin had several
29892           issues, including not timestamping streams where the source was
29893           not timestamped (this happens with PTS values in mpeg system
29894           streams, but MPEG video is also a valid stream on its own so
29895           that needs timestamps too). We use the display time code for that
29896           for now. Also, if one incoming buffer contains multiple valid
29897           frames, we push them all on correctly now, including proper EOS
29898           handling. Lastly, several potential segfaults were fixed, and we
29899           properly sync on new sequence/gop headers to include them in next,
29900           not previous frames (since they're header for the next frame, not
29901           the previous). Also see #119206.
29902         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
29903         (bpf_from_header):
29904           Move caps setting so we only do it after finding several valid
29905           MPEG-1 fraes sequentially, not right after the first one (which
29906           might be coincidental).
29907         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
29908         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29909         (plugin_init):
29910           Add unsynced MPEG video stream typefinding, and change some
29911           probability values so we detect streams rightly. The idea is as
29912           follows: I can have an unsynced system stream which contains
29913           video. In the current code, I would randomly get a type for either
29914           system or video stream type found, because the probabilities are
29915           being calculated rather randomly. I now use fixed values, so we
29916           always prefer system stream if that was found (and that is how it
29917           should be). If no system stream was found, we can still identity                the stream as video-only.
29918
29919 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29920
29921         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29922         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
29923           don't write to buffer. Extract data without the need of
29924           __attribute__ ((packed))
29925
29926 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29927
29928         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
29929         (mpeg1_sys_type_find):
29930           Fix MPEG-1 stream typefinding.
29931
29932 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29933
29934         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
29935           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
29936
29937 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29938
29939         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
29940         * ext/esd/gstesd.c: (plugin_init):
29941           private debugging, better error reporting
29942
29943 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29944
29945         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
29946         (gst_riff_read_init), (gst_riff_read_change_state):
29947         * gst-libs/gst/riff/riff-read.h:
29948           Remove stuff fromold metadata system.
29949
29950 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29951
29952         * ext/ogg/gstoggdemux.c:
29953           Fix wrong file comment.
29954         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29955         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
29956           Add metadata reading properly.
29957
29958 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
29959
29960         * ext/Makefile.am:
29961           Fix nas DIST_SUBDIRS
29962           Uraeus:
29963           Fix bug where make distcheck doesn't get run on adding stuff to
29964           the build.
29965
29966 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29967
29968         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
29969         * ext/divx/gstdivxdec.h:
29970           Fix divx3 ("msmpeg4") playback using divxdec.
29971
29972 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29973
29974         * gst/typefind/gsttypefindfunctions.c:
29975         (mp3_type_frame_length_from_header): fix bug in length computation
29976         (mp3_type_find): improve debugging output
29977
29978 2004-01-23  Julien MOUTTE  <julien@moutte.net>
29979
29980         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29981         (gst_play_set_location), (gst_play_seek_to_time),
29982         (gst_play_set_audio_sink), (gst_play_set_visualization),
29983         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
29984         the pipeline from scratch. Visualization is back and switch went out as
29985         i realized it was not possible to use the way i wanted.
29986         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
29987         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
29988         clearing in state change from READY to NULL. So that one can clean the
29989         X ressources keeping the element.
29990         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29991         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
29992         (gst_xvimagesink_colorbalance_set_value),
29993         (gst_xvimagesink_colorbalance_get_value),
29994         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
29995         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
29996         change from READY to NULL and fixed some stupid bugs in colorbalance
29997         get/set values. Also added the following feature : when nobody tries to
29998         set some values to the colorbalance levels before the xcontext is
29999         grabbed, then when creating channels list from Xv attributes we set the
30000         internal values to the Xv defaults. This way we handle buggy Xv drivers
30001         that set default hue values far from the middle of the range (Thanks
30002         to Jon Trowbridge for pointing that issue).
30003         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30004         colorbalance levels have been set before xcontext is grabbed.
30005
30006 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30007
30008         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30009           Fix the ossmixer case where we shouldn't open /dev/dsp* because
30010           it might block operations (which is bad for a mixer).
30011
30012 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30013
30014         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30015         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30016         (gmip_find_type_pre):
30017         * gst-libs/gst/media-info/media-info-priv.h:
30018         * gst-libs/gst/media-info/media-info.c:
30019         (gst_media_info_instance_init), (gst_media_info_read_idler):
30020         add fakesink to get caps on decoder src pad again
30021         fix callback prototype to match new have_type signal signature
30022
30023 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30024
30025         * gst/adder/gstadder.c: (gst_adder_link):
30026           fix non-compile and cut-n-paste code
30027
30028 2004-01-21  David Schleef  <ds@schleef.org>
30029
30030         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30031         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30032         (gst_swfdec_init), (gst_swfdec_change_state):
30033         * ext/swfdec/gstswfdec.h:
30034         Fix negotiation.
30035         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30036         (gst_adder_request_new_pad): Fix negotiation.
30037         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30038         Add a fixate function.
30039         * gst/intfloat/gstfloat2int.c:
30040         * gst/intfloat/gstfloat2int.h:
30041         * gst/intfloat/gstint2float.c:
30042         * gst/intfloat/gstint2float.h:
30043         Completely rewrite the negotiation.  Doesn't quite work yet,
30044         due to some buffer-frames problem.
30045
30046 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30047
30048         * ext/gnomevfs/gstgnomevfssrc.c:
30049         * sys/v4l2/v4l2_calls.h:
30050           fix includes for distcheck
30051
30052 2004-01-21  Christian Schaller <uraeus@gnome.org>
30053
30054         * ext/nas/
30055         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30056         based on earlier patch from Laurent Vivier
30057
30058 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
30059
30060         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30061         Fix wma caps property
30062         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30063         Fix typo (flags1 and flags2)
30064
30065 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30066
30067         * gst-libs/gst/media-info/media-info-priv.c:
30068         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30069         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30070         (gmip_find_stream), (gmip_find_track_metadata),
30071         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30072         (gmip_find_track_format):
30073         * gst-libs/gst/media-info/media-info-priv.h:
30074         * gst-libs/gst/media-info/media-info-test.c: (main):
30075         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30076         (gst_media_info_read_idler), (gst_media_info_read):
30077         * gst-libs/gst/media-info/media-info.h:
30078           register debugging category and use it for debugging
30079
30080 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30081
30082         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30083         (gst_vorbisfile_new_link):
30084           signal streaminfo through tags
30085
30086 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30087
30088         * ext/mplex/gstmplex.cc:
30089         * ext/mplex/gstmplexibitstream.cc:
30090           g++ doesn't like NULL in our i18n/error macros, should be
30091           either (NULL) or ("").
30092
30093 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30094
30095         * sys/dxr3/dxr3audiosink.c:
30096         * sys/dxr3/dxr3init.c:
30097         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30098         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30099           Fix more error error error errors (missing includes here).
30100
30101 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30102
30103         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30104           fix thomas' error errors.
30105
30106 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30107
30108         * ext/mpeg2enc/gstmpeg2enc.cc:
30109           fix error errors.
30110
30111 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30112
30113         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30114         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30115           Fix for new error system.
30116
30117 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30118
30119         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30120           fix for new error reporting
30121
30122 2004-01-20  David Schleef  <ds@schleef.org>
30123
30124         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30125         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30126         (gst_ximagesink_set_xwindow_id): Change to using a framerate
30127         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30128         and neither is 100+, most likely.
30129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30130         (gst_xvimagesink_getcaps): same
30131
30132 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30133
30134         * configure.ac:
30135           Up version requirement to 2.0.3 (not yet released) to avoid symbol
30136           clashes with ffmpeg.
30137
30138 2004-01-20  Julien MOUTTE  <julien@moutte.net>
30139
30140         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30141         (gst_switch_init): Fixed switch element : proxying link and setting
30142         caps from src to sink on request.
30143
30144 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30145
30146         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30147         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30148         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30149         fix element_error
30150
30151 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30152
30153         * sys/v4l/v4l_calls.h:
30154         * sys/v4l2/v4l2_calls.h:
30155           element_error fixes
30156
30157 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30158
30159         * gst-libs/gst/gst-i18n-plugin.h:
30160           add locale.h
30161           remove config.h inclusion
30162
30163 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30164
30165         * autogen.sh:
30166           adding autopoint invocation
30167         * Makefile.am:
30168         * configure.ac:
30169         * gst-libs/gst/gettext.h:
30170           adding gettext bits
30171         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30172         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30173         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30174         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30175         (gst_gnomevfssink_close_file):
30176         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30177         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30178         * gst-libs/gst/gst-i18n-plugin.h:
30179         * gst/avi/gstavi.c: (plugin_init):
30180         * sys/dxr3/dxr3init.c: (plugin_init):
30181         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30182         * sys/oss/gstossaudio.c: (plugin_init):
30183         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30184         * sys/v4l/gstv4l.c: (plugin_init):
30185         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30186         * sys/v4l2/gstv4l2.c: (plugin_init):
30187         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30188         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30189         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30190         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30191         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30192         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30193           make sure locale and translation domain are set
30194           fix translated strings
30195         * po/.cvsignore:
30196         * po/LINGUAS:
30197         * po/Makevars:
30198         * po/POTFILES.in:
30199         * po/nl.po:
30200           put translation files into place
30201         * sys/xvideo/imagetest.c: (main):
30202         * ext/dv/demo-play.c: (main):
30203           fix unnecessary translations
30204
30205 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30206
30207         * ext/sndfile/gstsf.c:
30208         * gst/avi/gstavimux.c:
30209         * ext/audiofile/gstafsink.c:
30210         * ext/audiofile/gstafsrc.c:
30211         * ext/gnomevfs/gstgnomevfssink.c:
30212         * ext/gnomevfs/gstgnomevfssrc.c:
30213         * sys/oss/gstosselement.c:
30214         * sys/v4l/v4l_calls.h:
30215           fix i18n include
30216
30217 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30218
30219         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30220         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30221         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30222         (gst_v4l2_get_output), (gst_v4l2_set_output),
30223         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30224         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30225         (gst_v4l2_set_attribute):
30226         update to new error handling
30227
30228 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30229
30230         * ext/sidplay/gstsiddec.cc:
30231         * gst/modplug/gstmodplug.cc:
30232           parenthese NULL because C++ seems angry about it
30233
30234 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30235
30236         * gst-libs/gst/gst-i18n-plugin.h:
30237           add skeleton i18n stuff, but needs to be further implemented
30238
30239 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30240
30241         * examples/gstplay/player.c: (main):
30242         * ext/aalib/gstaasink.c: (gst_aasink_open):
30243         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30244         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30245         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30246         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30247         (gst_afsink_close_file):
30248         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30249         (gst_afsrc_close_file):
30250         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30251         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30252         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30253         * ext/esd/esdmon.c: (gst_esdmon_get):
30254         * ext/esd/esdsink.c: (gst_esdsink_chain):
30255         * ext/faac/gstfaac.c: (gst_faac_chain):
30256         * ext/faad/gstfaad.c: (gst_faad_chain):
30257         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30258         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30259         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30260         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30261         (gst_flacdec_loop):
30262         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30263         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30264         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30265         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30266         (gst_gnomevfssink_close_file):
30267         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30268         (gst_gnomevfssrc_open_file):
30269         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30270         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30271         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30272         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30273         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30274         * ext/mad/gstmad.c: (gst_mad_chain):
30275         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30276         * ext/mpeg2dec/gstmpeg2dec.c:
30277         * ext/mpeg2enc/gstmpeg2enc.cc:
30278         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30279         * ext/mplex/gstmplex.cc:
30280         * ext/mplex/gstmplexibitstream.cc:
30281         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30282         (gst_ogg_demux_push), (gst_ogg_pad_push):
30283         * ext/raw1394/gstdv1394src.c:
30284         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30285         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30286         * ext/sidplay/gstsiddec.cc:
30287         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30288         (gst_sf_loop):
30289         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30290         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30291         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30292         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30293         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30294         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30295         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30296         * gst-libs/gst/Makefile.am:
30297         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30298         (gst_riff_read_element_data), (gst_riff_read_seek),
30299         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30300         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30301         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30302         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30303         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30304         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30305         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30306         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30307         * gst/goom/gstgoom.c: (gst_goom_chain):
30308         * gst/id3/gstid3types.c: (gst_id3types_loop):
30309         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30310         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30311         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30312         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30313         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30314         (gst_ebml_read_float), (gst_ebml_read_header):
30315         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30316         (gst_matroska_demux_parse_blockgroup):
30317         * gst/modplug/gstmodplug.cc:
30318         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30319         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30320         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30321         * gst/silence/gstsilence.c: (gst_silence_get):
30322         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30323         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30324         * gst/speed/gstspeed.c: (speed_loop):
30325         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30326         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30327         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30328         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30329         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30330         (gst_wavparse_loop):
30331         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30332         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30333         (dxr3audiosink_close):
30334         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30335         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30336         (dxr3videosink_close), (dxr3videosink_write_data):
30337         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30338         * sys/oss/gstosselement.h:
30339         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30340         (gst_osssink_chain):
30341         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30342         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30343         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30344         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30345         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30346         (gst_v4l_enable_overlay):
30347         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30348         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30349         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30350         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30351         (gst_v4l_set_audio):
30352         * sys/v4l/v4l_calls.h:
30353         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30354         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30355         (gst_v4lmjpegsink_playback_init),
30356         (gst_v4lmjpegsink_playback_start):
30357         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30358         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30359         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30360         (gst_v4lmjpegsrc_requeue_frame):
30361         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30362         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30363         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30364         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30365         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30366         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30367         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30368         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30369         (gst_v4l2src_capture_stop):
30370         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30371         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30372         (gst_ximagesink_chain):
30373         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30374         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30375         (gst_xvideosink_xwindow_new):
30376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30377         (gst_xvimagesink_chain):
30378         use new error signal, function and categories
30379
30380 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30381
30382         * configure.ac:
30383         * ext/Makefile.am:
30384         * ext/musicbrainz/gsttrm.c:
30385         * ext/musicbrainz/gsttrm.h:
30386         * ext/musicbrainz/Makefile.am:
30387         Add a trm plugin
30388
30389 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30390
30391         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30392         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30393         synchronous property for debugging.
30394         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30395         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30396         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30397         smaller block, fixing indent.
30398
30399 2004-01-16  David Schleef  <ds@schleef.org>
30400
30401         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30402         property affects the video stream.
30403         * sys/xvimage/xvimagesink.c:
30404         * sys/xvimage/xvimagesink.h:
30405         Add synchronous property for debugging.  Should probably be
30406         disabled in non-CVS builds.  Make sure that the Xv attribute
30407         exists before we set it (crash!).  Fix a silly float bug that
30408         caused colorbalance to just not work.
30409
30410 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30411
30412         * tools/gst-launch-ext.in - update for new plugins
30413
30414 2004-01-16  David Schleef  <ds@schleef.org>
30415
30416         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30417         already-freed caps.
30418
30419 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30420
30421         * Update spec for new colorspace plugin and libcaca plugin
30422         * Fix compilation of libcaca plugin (clock -> id)
30423
30424 2004-01-16  Julien MOUTTE <julien@moutte.net>
30425
30426         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30427         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30428         (gst_xvimagesink_set_xwindow_id),
30429         (gst_xvimagesink_colorbalance_set_value),
30430         (gst_xvimagesink_colorbalance_get_value),
30431         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30432         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30433         correct colorbalance properties. They can now be set when the element
30434         is still in NULL state. The values will be committed to the Xv Port
30435         when xcontext is initialized.
30436         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30437         brightness int values in the GstXvImagesink structure.
30438
30439 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30440
30441         * gst-libs/gst/Makefile.am:
30442           restructure so having local patches works easier.
30443
30444 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30445
30446         * ext/mpeg2enc/Makefile.am:
30447         * ext/mpeg2enc/gstmpeg2enc.cc:
30448         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30449           Bugfix with respect to EOS handling.
30450
30451 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30452
30453         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30454           Link with right caps (else, it segfaults).
30455         * ext/mplex/gstmplexjob.cc:
30456           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30457
30458 2004-01-15  David Schleef  <ds@schleef.org>
30459
30460         * gst-libs/gst/audio/Makefile.am:
30461         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30462         from the template.
30463         * gst-libs/gst/audio/gstaudiofilter.c:
30464         * gst-libs/gst/audio/gstaudiofilter.h:
30465         Add bytes_per_sample and size and n_samples calculation.
30466         * gst-libs/gst/audio/gstaudiofilterexample.c:
30467         Remove, now autogenerated.
30468         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30469         Moved from gstaudiofilterexample, object name changed, code added
30470         so that it actually works.
30471         * gst-libs/gst/audio/make_filter:
30472         Script to build an audiofilter subclass from the template.
30473         * gst/colorspace/Makefile.am:
30474         * gst/colorspace/yuv2yuv.c:
30475         Remove file, since it's GPL, and we don't use it.
30476
30477 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30478
30479         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30481         them use the buffer free function to test how the buffer was allocated.
30482
30483 2004-01-15  David Schleef  <ds@schleef.org>
30484
30485         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30486         that handles osssink fallback.
30487         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30488         (gst_audio_convert_getcaps):
30489         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30490         Add audio/x-qdm2 for QDM2 audio.
30491         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30492         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30493         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30494         Decrease minimum size to 16x16.
30495         * gst/wavparse/gstwavparse.c:
30496         Convert disabled pad template caps to new caps.
30497         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30499         (gst_xvimagesink_chain): Throw element error when display cannot
30500         be opened.  Increase minimum framerate to 1.0.  Check the data
30501         free function on a buffer to make sure it is the type we expect
30502         before manipulating it.
30503
30504 2004-01-15  Julien MOUTTE <julien@moutte.net>
30505
30506         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30507         (gst_videobalance_colorbalance_set_value): Implement passthru if
30508         settings are in the middle.
30509         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30510
30511 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30512
30513         * gst/videofilter/Makefile.am:
30514         * gst/volume/Makefile.am:
30515           Since we use videofilter symbols, link to it.
30516
30517 2004-01-15  Julien MOUTTE <julien@moutte.net>
30518
30519         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30520         mixer interface type to HARDWARE.
30521         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30522         type to SOFTWARE.
30523         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30524         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30525         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30526         (gst_volume_interface_init), (gst_volume_list_tracks),
30527         (gst_volume_set_volume), (gst_volume_get_volume),
30528         (gst_volume_set_mute), (gst_volume_mixer_init),
30529         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30530         (volume_init): Implementing mixer interface.
30531         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30532         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30533         (gst_osselement_change_state): Removing some trailing commas in
30534         structures.
30535         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30536         interface type to HARDWARE.
30537         * sys/v4l/gstv4lcolorbalance.c:
30538         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30539         type to HARDWARE.
30540         * sys/v4l2/gstv4l2colorbalance.c:
30541         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30542         interface type to HARDWARE.
30543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30544         same code than ximagesink for event handling.
30545
30546 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30547
30548         * ext/snapshot/Makefile.am:
30549         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30550         (gst_snapshot_chain):
30551         * ext/snapshot/gstsnapshot.h:
30552           This has to be a joke... Snapshot should be connected to a tee,
30553           colorspace element before it and EOS after that, where the other
30554           src of the tee receives normal data.
30555           The current way is *wrong*.
30556
30557 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30558
30559         * ext/hermes/gsthermescolorspace.c:
30560           Fix another compile error. Same as below.
30561
30562 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30563
30564         * gst/colorspace/gstcolorspace.c:
30565         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30566         (gst_colorspace_i420_to_yv12):
30567           Fix compiling... Didn't test if it actually works.
30568
30569 2004-01-15  David Schleef  <ds@schleef.org>
30570
30571         * configure.ac:
30572         * gst/colorspace/Makefile.am:
30573         * gst/colorspace/gstcolorspace.c:
30574         * gst/colorspace/gstcolorspace.h:
30575         * gst/colorspace/yuv2rgb.c:
30576         * gst/colorspace/yuv2rgb.h:
30577         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30578         code and GPL code.  Fix for new caps negotiation.  Rewrite
30579         much of the format handling code, and some of the conversion
30580         code.  Basically, rewrote almost everything.  This element
30581         handles I420, YV12 to RGB conversions.
30582         * ext/hermes/Makefile.am:
30583         * ext/hermes/gsthermescolorspace.c:
30584         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30585         Remove non-Hermes related code.  This element handles lots of
30586         RGB to RGB conversions, but no YUV.
30587         * ext/hermes/gstcolorspace.c:
30588         * ext/hermes/gstcolorspace.h:
30589         * ext/hermes/rgb2yuv.c:
30590         * ext/hermes/yuv2rgb.c:
30591         * ext/hermes/yuv2rgb.h:
30592         * ext/hermes/yuv2rgb_mmx16.s:
30593         * ext/hermes/yuv2yuv.c:
30594         * ext/hermes/yuv2yuv.h:
30595         Remove old code.
30596
30597 2004-01-14  Colin Walters  <walters@verbum.org>
30598
30599         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30600         they've already been.
30601
30602 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30603
30604         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30605           assume tag mode when pad is not connected
30606
30607 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30608
30609         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30610           Don't update the time of the clock
30611         (gst_alsa_sink_loop):
30612           sync to the clock given to alsasink, not the own clock
30613         * sys/oss/gstosssink.c: (gst_osssink_chain):
30614           sync to the clock
30615         (gst_osssink_change_state):
30616           activate the clock
30617         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30619           remove bogus code that made DISCONT events unhandled
30620         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30621           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30622           #131502)
30623         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30624         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30625         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30626           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30627           2nd warning in bug #131502)
30628
30629 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30630
30631         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30632         (gst_videobalance_colorbalance_set_value),
30633         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30634         for colorbalance interface implementation.
30635         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30636         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30637         (gst_ximagesink_dispose), (gst_ximagesink_init),
30638         (gst_ximagesink_class_init): Adding DISPLAY property.
30639         * sys/ximage/ximagesink.h: Adding display_name to store display.
30640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30641         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30642         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30643         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30644         properties (they still need polishing though for gst-launch use : no
30645         xcontext yet, i ll do that tomorrow).
30646         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30647
30648 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30649
30650         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30651         (gst_play_set_location), (gst_play_set_visualization): Preparing
30652         switch integration, adding videobalance in the pipeline.
30653
30654 2004-01-14  Julien MOUTTE <julien@moutte.net>
30655
30656         * gst-libs/gst/colorbalance/colorbalance.c:
30657         (gst_color_balance_class_init): Adding a default type.
30658         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30659         the type.
30660         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30661         (gst_videobalance_dispose), (gst_videobalance_class_init),
30662         (gst_videobalance_init), (gst_videobalance_interface_supported),
30663         (gst_videobalance_interface_init),
30664         (gst_videobalance_colorbalance_list_channels),
30665         (gst_videobalance_colorbalance_set_value),
30666         (gst_videobalance_colorbalance_get_value),
30667         (gst_videobalance_colorbalance_init): Implementing colorbalance
30668         interface.
30669         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30670         list.
30671         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30672         bug which was triggering a BadAccess X error when setting an overlay
30673         before pad was really negotiated.
30674         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30675         Using the colorbalance type macro.
30676
30677 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30678
30679         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30680         (gst_flacenc_chain):
30681           handle tags correctly
30682         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30683           extract ID3v1 tags correctly
30684
30685 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30686
30687         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30688         (plugin_init):
30689           Improve matroska typefinding for odd-typed headers...
30690
30691 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30692
30693         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30694           Fix for using incremental number on padnames.
30695
30696 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30697
30698         * ext/divx/gstdivxdec.c:
30699         * ext/divx/gstdivxenc.c:
30700           Set category to divx4linux instead of divx (too generic).
30701         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30702         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30703         (gst_wavparse_loop), (gst_wavparse_change_state):
30704         * gst/wavparse/gstwavparse.h:
30705           fix parsing of WAV files with non-standard fmt-tag size and fix
30706           skipping of unrecognized chunks... Someone please fix this thing
30707           to use rifflib so all this is automated.
30708         * sys/v4l/Makefile.am:
30709         * sys/v4l2/Makefile.am:
30710           Add X_CFLAGS because we depend on X (for overlay).
30711
30712 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30713
30714         * ext/mpeg2dec/gstmpeg2dec.c:
30715           Don't issue a timestamp unless we tagged the frame
30716           with a PTS.
30717
30718 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30719
30720         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30721           Query the audio element to get the time, not the clock. We're
30722           interested in the element's time here.
30723
30724 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30725
30726         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30727         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30728         * ext/esd/esdsink.c: (gst_esdsink_chain):
30729         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30730         * ext/mas/massink.c: (gst_massink_chain):
30731         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30732         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30733         (gst_matroska_demux_parse_metadata):
30734         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30735         (gst_mpeg_parse_release_locks):
30736         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30737         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30738         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30739         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30740         (gst_osssink_change_state):
30741         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30742         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30743         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30744         (gst_xvideosink_release_locks):
30745         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30746           use element time.
30747         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30748         (gst_alsa_clock_stop):
30749         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30750         (gst_audio_clock_get_internal_time):
30751           simplify for use with new clocking code.
30752         * testsuite/alsa/Makefile.am:
30753         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30754           fix testsuite for new caps system
30755
30756 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30757
30758         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30759         * ext/flac/gstflacenc.c: (add_one_tag):
30760           length is already host endian, no need to convert. Fixes playback of
30761           tagged files on PPC. (bug #128384)
30762
30763 2004-01-13  Julien MOUTTE <julien@moutte.net>
30764
30765         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30766         colorbalance interface stating if it is hardware based or software
30767         based.
30768         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30769         Removing a trailing comma.
30770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30771         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30772         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30773         the documentation seems to be wrong on the -1000 to 1000 interval.
30774
30775 2004-01-12  David Schleef  <ds@schleef.org>
30776
30777         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30778         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30779         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30780         Fix negotiation.  Add a bufferalloc function for the sink pad,
30781         and generally clean up some of the code.
30782
30783 2004-01-12  Julien MOUTTE <julien@moutte.net>
30784
30785         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30786         (gst_color_balance_channel_dispose): Adding safety check in dispose
30787         method.
30788         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30789         (gst_xvimagesink_xcontext_clear),
30790         (gst_xvimagesink_interface_supported),
30791         (gst_xvimagesink_colorbalance_list_channels),
30792         (gst_xvimagesink_colorbalance_set_value),
30793         (gst_xvimagesink_colorbalance_get_value),
30794         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30795         Adding colorbalance interface support to set XV parameters such as
30796         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30797         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30798         interface.
30799
30800 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30801
30802         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30803         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30804         (gst_audio_convert_init), (gst_audio_convert_set_property),
30805         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30806         (gst_audio_convert_link),
30807         (gst_audio_convert_buffer_to_default_format),
30808         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30809           - implement _getcaps and use it
30810           - improve linking
30811           - remove float caps since no float conversion is actually done
30812           - remove properties and arguments that were to be used for rate
30813             conversion
30814
30815 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30816
30817         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30818         (gst_audio_structure_set_int):
30819         * gst-libs/gst/audio/audio.h:
30820           add helper functions for _getcaps matching the standard audio
30821           templates
30822
30823 2004-01-12  David Schleef  <ds@schleef.org>
30824
30825         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30826         Test that pad is negotiated before getting its caps.
30827
30828 2004-01-12  Julien MOUTTE <julien@moutte.net>
30829
30830         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30831         analyzing the pads of an element the bin is mostly in READY state so
30832         no caps were negotiated. This helper function needs to work with
30833         _get_caps directly then. I was not freeing them though, added that to
30834         fix the mem leak.
30835
30836 2004-01-12  Julien MOUTTE <julien@moutte.net>
30837
30838         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30839         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30840         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30841         than the free_func.
30842
30843 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30844
30845         * sys/oss/gstossaudio.c: (plugin_init):
30846         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30847         * sys/oss/gstosselement.h:
30848           make an oss debugging category
30849           make failure more descriptive
30850
30851 2004-01-11  David Schleef  <ds@schleef.org>
30852
30853         * ext/ffmpeg/gstffmpeg.c:
30854         * ext/ffmpeg/gstffmpegcodecmap.c:
30855         * ext/ffmpeg/gstffmpegdec.c:
30856         * ext/ffmpeg/gstffmpegenc.c:
30857         * ext/ffmpeg/gstffmpegprotocol.c:
30858         * ext/gdk_pixbuf/gstgdkanimation.c:
30859         * ext/jpeg/gstjpeg.c:
30860         * ext/libpng/gstpng.c:
30861         * ext/mpeg2dec/perftest.c:
30862         * ext/speex/gstspeex.c:
30863         * gst-libs/gst/resample/dtos.c:
30864         * gst/intfloat/gstintfloatconvert.c:
30865         * gst/oneton/gstoneton.c:
30866         * gst/rtjpeg/RTjpeg.c:
30867         * gst/rtp/gstrtp.c:
30868         * sys/dxr3/dxr3init.c:
30869         * sys/glsink/gstgl_nvimage.c:
30870         * sys/glsink/gstgl_pdrimage.c:
30871         * sys/glsink/gstglsink.c:
30872         * testsuite/gst-lint:
30873         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
30874
30875 2004-01-11  David Schleef  <ds@schleef.org>
30876
30877         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
30878         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
30879         * ext/gdk_pixbuf/gstgdkanimation.c:
30880         (gst_gdk_animation_iter_create_pixbuf):
30881         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30882         (gst_gdk_pixbuf_chain):
30883         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30884         * ext/jack/gstjack.c: (gst_jack_change_state):
30885         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
30886         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
30887         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
30888         * gst/videofilter/gstvideofilter.c:
30889         (gst_videofilter_set_output_size):
30890         Remove all usage of gst_pad_get_caps(), and replace it with
30891         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
30892
30893 2004-01-11  David Schleef  <ds@schleef.org>
30894
30895         * configure.ac:
30896         * ext/Makefile.am: Fixes to make ext/libcaca compile.
30897         * ext/divx/gstdivxdec.c:
30898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
30899         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
30900         handle images that span multiple buffers.  Now work with both
30901         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
30902         * ext/gdk_pixbuf/gstgdkpixbuf.h:
30903         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
30904         video/video.h changes
30905         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
30906         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
30907         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
30908         of GstData free function.
30909         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
30910         same.
30911
30912 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30913
30914         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
30915         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
30916         (gst_v4l2element_get_property):
30917         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
30918           add norm, channel and frequency properties.
30919         * sys/v4l2/gstv4l2tuner.c:
30920           fixes for tuner interface changes
30921         * sys/v4l2/gstv4l2element.h:
30922         * sys/v4l2/gstv4l2src.c:
30923         * sys/v4l2/gstv4l2src.h:
30924         * sys/v4l2/v4l2src_calls.c:
30925         * sys/v4l2/v4l2src_calls.h:
30926           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
30927
30928 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30929
30930         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
30931         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
30932         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
30933         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
30934         * gst-libs/gst/tuner/tuner.h:
30935           GObjects aren't const.
30936           Add find_by_name functions.
30937           Add checks to _changed functions.
30938         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
30939         (gst_v4l_tuner_get_norm):
30940           Fixes for above.
30941
30942 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30943
30944         * gst-libs/gst/video/video.h:
30945           Fix caps template names to be understandable.
30946           Prefix everything with GST_VIDEO.
30947         * ext/aalib/gstaasink.c:
30948         * ext/divx/gstdivxdec.c:
30949         * ext/divx/gstdivxenc.c:
30950         * ext/gdk_pixbuf/gstgdkpixbuf.c:
30951         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
30952         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
30953         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
30954         * ext/libcaca/gstcacasink.c:
30955         * ext/libpng/gstpngenc.c: (raw_caps_factory):
30956         * ext/snapshot/gstsnapshot.c:
30957         * ext/swfdec/gstswfdec.c:
30958         * ext/xvid/gstxviddec.c:
30959         * ext/xvid/gstxvidenc.c:
30960         * gst/chart/gstchart.c:
30961         * gst/deinterlace/gstdeinterlace.c:
30962         * gst/effectv/gsteffectv.c:
30963         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30964         * gst/goom/gstgoom.c:
30965         * gst/median/gstmedian.c:
30966         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
30967         (gst_monoscope_srcconnect), (gst_monoscope_chain):
30968         * gst/overlay/gstoverlay.c:
30969         * gst/smooth/gstsmooth.c:
30970         * gst/smpte/gstsmpte.c:
30971         * gst/synaesthesia/gstsynaesthesia.c:
30972         * gst/videocrop/gstvideocrop.c:
30973         * gst/videodrop/gstvideodrop.c:
30974         * gst/y4m/gsty4mencode.c:
30975         * sys/qcam/gstqcamsrc.c:
30976         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
30977           Make them work with new video.h file.
30978         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
30979         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
30980         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
30981         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
30982           Make it work with new buffer allocation system.
30983
30984 2004-01-11  Julien MOUTTE  <julien@moutte.net>
30985
30986         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
30987         pad_alloc_buffer implementation to use ->srcpad
30988         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
30989         pad_alloc_buffer implementation to use ->srcpad
30990         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
30991         pad_alloc_buffer implementation to use ->srcpad
30992         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
30993         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
30994         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
30995         a reference to everything we need.
30996         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
30997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
30998         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
30999         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31000         a reference to everything we need.
31001         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31002
31003 2004-01-11  David Schleef  <ds@schleef.org>
31004
31005         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31006         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31007         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31008         structure members.
31009         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31010         value during a resize/renegotiation.
31011         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31012         gst_pad_alloc_buffer();
31013         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31014         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31015         structure members.
31016         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31017         Fix for rename of buffer private structure members.
31018         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31019         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31020         Fix for rename of buffer private structure members.
31021         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31022         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31023         Fix for rename of buffer private structure members.
31024
31025 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
31026
31027         reviewed by: David Schleef <ds@schleef.org>
31028
31029         * gst/videofilter/Makefile.am:
31030         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
31031         from the patch by ds to fit in with recent make_filter changes.
31032
31033 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31034
31035         * configure.ac: Adding examples/switch/Makefile
31036         * examples/Makefile.am: Adding examples/switch
31037         * examples/switch/Makefile.am: Adding switcher example.
31038         * examples/switch/switcher.c: (got_eos), (idle_iterate),
31039         (switch_timer), (main): Adding an example demonstrating switch usage
31040         with 2 videotestsrc showing different patterns.
31041         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31042         (gst_switch_init): Fixing switch with the new caps system.
31043
31044 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31045
31046         * gst-libs/gst/video/video.h:
31047           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31048           They should probably be like
31049           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31050
31051 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31052
31053         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31054         (qtdemux_parse_trak):
31055           fix audio chunk size/timestamp calculation
31056
31057 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31058
31059         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31060           fix SVQ3 caps
31061
31062 2004-01-11  Steve Baker  <steve@stevebaker.org>
31063
31064         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31065         (gst_agingtv_base_init), (gst_agingtv_class_init),
31066         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31067         (gst_agingtv_set_property), (gst_agingtv_get_property):
31068         Port agingTV to videofilter
31069
31070 2004-01-09  Julien MOUTTE <julien@moutte.net>
31071
31072         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31073         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31074
31075 2004-01-09  Julien MOUTTE <julien@moutte.net>
31076
31077         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31078         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31079         * gst-libs/gst/xoverlay/xoverlay.c:
31080         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31081         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31082         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31083         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31084         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31085         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31086         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31087         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31088         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31089         interface implementation to handle xid being 0 and fix some bugs
31090         triggered by Benjamin's testcase.
31091         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31092         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31093         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31094         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31095         interface implementation to handle xid being 0 and fix some bugs
31096         triggered by Benjamin's testcase.
31097
31098 2004-01-09  David Schleef  <ds@schleef.org>
31099
31100         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
31101         mouse pointer events.  It works.
31102
31103 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31104
31105         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31106           Use explicit caps - fix capsnego.
31107         * ext/xvid/gstxviddec.c:
31108         * ext/xvid/gstxvidenc.c:
31109           Remove macro-inside-macro which caused compile errors.
31110         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31111           Error out if it's not a RIFF file. Else we error out without
31112           gst_element_error() which is not good...
31113
31114 2004-01-08  David Schleef  <ds@schleef.org>
31115
31116         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31117         Fix pad_link function to handle formats that ffmpeg returns
31118         as multiple caps structures.
31119         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31120         Only complain if source buffer is _smaller_ than expected.
31121         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31122         (gst_videoscale_handle_src_event): Resize navigation events
31123         when passing them upstream.
31124         * gst/videotestsrc/gstvideotestsrc.c:
31125         * gst/videotestsrc/gstvideotestsrc.h:
31126         * gst/videotestsrc/videotestsrc.c:
31127         * gst/videotestsrc/videotestsrc.h:
31128         Rewrite many of the buffer painting functions to handle odd
31129         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
31130         been verified to work with my video card.
31131         * testsuite/gst-lint:  Add check for elements calling
31132         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31133
31134 2004-01-08  David Schleef  <ds@schleef.org>
31135
31136         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31137         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31138
31139 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31140
31141         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31142         configure event is not emiting the desired size signal. That fixes
31143         aspect ratio issues with gst-player.
31144
31145 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31146
31147         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31148           Fix capsnego.
31149
31150 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31151
31152         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31153         public method to fire size signal.
31154
31155 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31156
31157         * examples/gstplay/Makefile.am: Adding the interface library.
31158         * gst-libs/gst/play/Makefile.am: Adding the interface library.
31159         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
31160         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31161         GST_IS_X_OVERLAY before signal connect.
31162         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31163         Removing the have_video_size signal.
31164         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31165         and associated public method.
31166         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31167         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31168         signal.
31169         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31170         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31171         signal.
31172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31173         Using XOverlay public method to fire size signal.
31174
31175 2004-01-07  David Schleef  <ds@schleef.org>
31176
31177         * gst/videofilter/Makefile.am:
31178         * gst/videofilter/gstvideotemplate.c:
31179         * gst/videofilter/make_filter:
31180         Create gstvideoexample.c in a srcdir!=builddir friendly way.
31181         Convert make_filter to /bin/sh script.
31182
31183 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31184
31185         * gst/modplug/gstmodplug.cc: fix element description
31186
31187 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31188
31189         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31190         (got_video_size): Adding some new lines in g_print calls.
31191         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31192         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31193         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31194         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31195         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31196         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31197         Complete code review, reverting some stuff i disagree with, adding
31198         some fixes : time synchronization on invalid timestamps, renegotiation
31199         of private window.
31200         * sys/ximage/ximagesink.h:
31201         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31202         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31203         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31204         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31205         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31206         (gst_xvimagesink_buffer_new),
31207         (gst_xvimagesink_navigation_send_event),
31208         (gst_xvimagesink_set_xwindow_id),
31209         (gst_xvimagesink_get_desired_size),
31210         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31211         stuff i disagree with, adding some fixes : Renegotiation of private
31212         window, implementing get_desired_size.
31213
31214 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31215
31216         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31217         (gst_afsink_handle_event):
31218         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31219         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31220         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31221         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31222         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31223           Fix for instantiate-test (see core). Also remove dead code from
31224           jpegenc (which still needs fixing, but that's lower on my TODO
31225           list...).
31226         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31227           Never return NULL as caps.
31228
31229 2004-01-07  David Schleef  <ds@schleef.org>
31230
31231         * configure.ac:
31232         * ext/Makefile.am:
31233         * ext/librfb/Makefile.am:
31234         * ext/librfb/gstrfbsrc.c:
31235         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31236         is the protocol used by VNC.
31237
31238 2004-01-07  David Schleef  <ds@schleef.org>
31239
31240         * gst/videofilter/gstvideotemplate.c:
31241         * gst/videofilter/gstvideotemplate.h:
31242         * gst/videofilter/make_filter:
31243         Merge videotemplate header into source file.
31244         * gst/effectv/Makefile.am:
31245         * gst/effectv/gsteffectv.c: (plugin_init):
31246         * gst/effectv/gstwarp.c:
31247         Make warpTV a subclass of videofilter.
31248
31249 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31250
31251         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31252           Add guard against invalid utf-8 conversions in mad. Just in case.
31253
31254 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31255
31256         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31257           Fix for bug shown by poisoning
31258
31259 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31260
31261         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31262         (gst_v4lmjpegsrc_buffer_free):
31263         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31264         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31265         (gst_v4lsrc_buffer_free):
31266           Fix for removed bufferpools.
31267
31268 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31269
31270         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31271         Fix caps negotiation.
31272
31273         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31274         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31275         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31276         (dvdnavsrc_event):
31277         * ext/mpeg2dec/gstmpeg2dec.c:
31278         * gst-libs/gst/navigation/navigation.c:
31279         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31280         * gst-libs/gst/navigation/navigation.h:
31281         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31282         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31283         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31284         Super-simple first version of mouse and keyboard events. Clicking
31285         on a DVD menu now works, although it may not take you where you
31286         expected.
31287
31288         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31289         * gst/videotestsrc/gstvideotestsrc.c:
31290         (gst_videotestsrc_src_fixate):
31291         These fixate functions were broken - they never actually
31292         fixated :)
31293
31294 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31295
31296         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31297         (gst_icecastsend_init):
31298           fix for new caps system.
31299         * gst-libs/gst/mixer/mixertrack.h:
31300         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31301           Add 'master track' flag (for tools like ACME that only want to
31302           change the main volume).
31303
31304 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31305
31306         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31307         (gst_xvid_csp_to_caps):
31308         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31309         * ext/xvid/gstxvidenc.c:
31310         ifdef out ARGB type when it isn't available
31311         in xvidcore 1.0.0beta2
31312
31313 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31314
31315         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31316           When we have received a new SCR right in the first buffer after
31317           a seek (so in the same cycle that handles the discont), we should
31318           handle the buffer instead of unreffing it, else we lose data.
31319
31320 2004-01-06  Iain <iain@prettypeople.org>
31321
31322         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31323           buffer-frames caps too.
31324
31325         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31326           caps that we need, don't destroy them all and rebuild them. And when
31327           creating src pads, use the src pad template rather than the sink...
31328
31329 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31330
31331         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31332           Add pad to element *after* setting functions such as event handler.
31333           Without this, the scheduler (opt) will link pads, set the event
31334           handler from the default event function (dispatcher in gstpad.c)
31335           and *after* that, we will set our own event function, which will
31336           thus never be used (and thus mpegdemux doesn't handle events).
31337
31338 2004-01-04  David Schleef  <ds@schleef.org>
31339
31340         Fix the fixate functions to handle new prototype:
31341         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31342         * gst/videotestsrc/gstvideotestsrc.c:
31343         (gst_videotestsrc_src_fixate):
31344         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31345         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31346         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31347
31348 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31349
31350         * sys/ximage/ximagesink.h:
31351         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31352         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31353         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31354         (gst_ximagesink_xoverlay_init):
31355           assorted fixes to make (re)embedding work
31356         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31357         (gst_ximagesink_get_desired_size):
31358           implement desired size additions to XOverlay
31359
31360 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31361
31362         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31363         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31364         (gst_x_overlay_got_desired_size):
31365         * gst-libs/gst/xoverlay/xoverlay.h:
31366           Add optional "desired size" signal and querying.
31367
31368 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31369
31370         * gst/matroska/matroska-demux.c:
31371         (gst_matroska_demux_parse_blockgroup):
31372           Fix EBML-laced block parsing. Diffs are relative to previous
31373           lace, not the first lace. Thanks to Mosu from the Matroska
31374           team for detecting this.
31375         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31376         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31377         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31378         (gst_wavparse_change_state):
31379         * gst/wavparse/gstwavparse.h:
31380           Quickfix for capsnego.
31381
31382 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31383
31384         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31385           Fix indenting, fix pad creation.
31386
31387 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31388
31389         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31390         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31391         (gst_xviddec_sink_link):
31392           Implement src_getcaps() so proper size caps is negotiated.
31393
31394 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31395
31396         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31397           Finish flac decoder on EOS. See #116178.
31398
31399 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31400
31401         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31402         (gst_matroska_demux_add_stream):
31403         * gst/matroska/matroska-ids.h:
31404           Add getcaps() function to fix capsnego...
31405
31406 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31407
31408         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31409         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31410         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31411           Fix more integer overflows. Again, see #126967.
31412
31413 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31414
31415         * ext/mpeg2dec/gstmpeg2dec.c:
31416           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31417           #130416.
31418
31419 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31420
31421         * configure.ac:
31422         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31423         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31424         * ext/xvid/gstxvid.h:
31425         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31426         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31427         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31428         (gst_xviddec_change_state):
31429         * ext/xvid/gstxviddec.h:
31430         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31431         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31432         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31433         (gst_xvidenc_link), (gst_xvidenc_set_property),
31434         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31435         * ext/xvid/gstxvidenc.h:
31436           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31437
31438 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31439
31440         * gst/rtp/rtp-packet.c:
31441           Add sys/types.h include, since OS X doesn't define in_addr_t
31442           in netinet/in.h, like it does on Linux (see #129600).
31443
31444 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31445
31446         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31447
31448         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31449           Correct logic of dispose function (see #129306).
31450
31451 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31452
31453         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31454         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31455         (gst_mpeg_parse_init):
31456         * gst/mpegstream/gstmpegparse.h:
31457           Remove clock (which was never provided, i.e. dead code), and
31458           also fix integer overflows at high PTS values (see #126967).
31459
31460 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31461
31462         * ext/flac/gstflacdec.c:
31463         * ext/libpng/gstpngenc.h:
31464         * ext/mikmod/gstmikmod.h:
31465           OS X fixes (see #126628).
31466
31467 2004-01-02  David Schleef  <ds@schleef.org>
31468
31469         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31470         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31471         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31472         (gst_mpeg_parse_class_init): Move pad template registration
31473         to class_init, since the derived class (mpegdemux) doesn't
31474         want them.
31475
31476 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31477
31478         * sys/ximage/Makefile.am:
31479         * sys/xvideo/Makefile.am:
31480         * sys/xvimage/Makefile.am:
31481           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31482           after installation (see #127664).
31483
31484 2004-01-02  David Schleef  <ds@schleef.org>
31485
31486         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31487         (gst_ffmpegenc_connect):  Negotiation fixes.
31488         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31489         Remove inappropriate gst_caps_free().
31490         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31491         Reenable Ronald's internal resize code, since the core handles
31492         it correctly now.
31493
31494 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31495
31496         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31497         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31498         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31499           Fix pad template stuff.
31500
31501 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31502
31503         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31504         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31505           fix signed integer reading/writing.
31506
31507 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31508
31509         * ext/alsa/README:
31510           Remove outdated document
31511
31512 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31513
31514         * gst/cutter/gstcutter.c: (gst_cutter_init):
31515           src pad was being created twice - oops.
31516
31517 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31518
31519         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31520           Comment out internal resize. It doesn't handle the resulting
31521           XEvent internally, does another try_set_caps() which leads to
31522           a really nice loop.
31523           Real fix will come when Julien and Dave are awake. ;).
31524
31525 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31526
31527         * ext/mpeg2enc/gstmpeg2enc.cc:
31528           fix const/nonconst compile issue.
31529
31530 2004-01-02  David Schleef  <ds@schleef.org>
31531
31532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31533         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31534         Add fixate function and a check for bad formats.
31535
31536 2004-01-01  David Schleef  <ds@schleef.org>
31537
31538         Negotiation fixes:
31539         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31540         (gst_audiofilter_init):
31541         * gst/debug/efence.c: (gst_efence_init):
31542         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31543         (gst_deinterlace_init):
31544         * gst/volume/gstvolume.c: (volume_connect):
31545
31546 2004-01-01  David Schleef  <ds@schleef.org>
31547
31548         Convert elements to use gst_pad_use_explicit_caps() where
31549         appropriate:
31550         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31551         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31552         (gst_afparse_open_file):
31553         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31554         (gst_afsrc_open_file):
31555         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31556         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31557         (gst_ffmpegdec_chain):
31558         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31559         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31560         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31561         (gst_gdk_pixbuf_chain):
31562         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31563         (gst_jpegdec_chain):
31564         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31565         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31566         (gst_mikmod_negotiate):
31567         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31568         (gst_mpeg2dec_negotiate_format):
31569         * ext/mpeg2enc/gstmpeg2enc.cc:
31570         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31571         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31572         (gst_speexdec_sinkconnect):
31573         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31574         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31575         (gst_vorbisfile_new_link):
31576         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31577         (gst_ac3parse_chain):
31578         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31579         (gst_asf_demux_setup_pad):
31580         * gst/auparse/gstauparse.c: (gst_auparse_init),
31581         (gst_auparse_chain):
31582         * gst/id3/gstid3types.c: (gst_id3types_loop):
31583         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31584         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31585         (mp1videoparse_parse_seq):
31586         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31587         (bpf_from_header):
31588         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31589         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31590         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31591         (gst_mpeg_parse_send_data):
31592         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31593         (gst_qtdemux_add_stream):
31594         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31595         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31596         (gst_wavparse_parse_fmt):
31597
31598 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31599
31600         * configure.ac:
31601           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31602           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31603           it therefore uses the wrong include paths. Too bad... Note
31604           that 1.6.1.93 is not release yet. ;).
31605           Also add a check for mplex, which is now using the lib'ified
31606           mplex from mjpegtools, too.
31607         * ext/ffmpeg/gstffmpegcodecmap.c:
31608           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31609           issues. I don't think ffmpeg handles 3ivx correctly, so this
31610           probably won't work. But it won't hurt either.
31611         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31612         (gst_ffmpegdec_chain):
31613         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31614         (gst_ffmpegenc_chain_audio):
31615           Fix memleak in audio encoding. Close codec if open fails, this
31616           calls the cleanup routines so we can re-use the context.
31617         * ext/mpeg2enc/gstmpeg2enc.cc:
31618           Fix pad template names/types, fix memory issue with getcaps().
31619         * ext/mpeg2enc/gstmpeg2encoder.cc:
31620         * ext/mpeg2enc/gstmpeg2encoder.hh:
31621           Fix compile issue with new caps system (const thingy).
31622         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31623         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31624           We read a first frame right on initing, so that we have a caps
31625           when we init the output. This caps is cached in padprivate and
31626           read as first frame.
31627         * ext/mplex/Makefile.am:
31628         * ext/mplex/gstmplex.cc:
31629         * ext/mplex/gstmplex.h:
31630         * ext/mplex/gstmplex.hh:
31631         * ext/mplex/gstmplexibitstream.cc:
31632         * ext/mplex/gstmplexibitstream.hh:
31633         * ext/mplex/gstmplexjob.cc:
31634         * ext/mplex/gstmplexjob.hh:
31635         * ext/mplex/gstmplexoutputstream.cc:
31636         * ext/mplex/gstmplexoutputstream.hh:
31637           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31638           had issues, didn't do capsnego, supported only a subset of the
31639           mplex features and required a mplex fork in our local CVS. Plus
31640           that it worked agaist a very old mplex version. Rewriting was
31641           faster than updating it.
31642         * gst-libs/ext/Makefile.am:
31643         * gst-libs/ext/mplex/INSTRUCT:
31644         * gst-libs/ext/mplex/Makefile.am:
31645         * gst-libs/ext/mplex/README:
31646         * gst-libs/ext/mplex/TODO:
31647         * gst-libs/ext/mplex/ac3strm_in.cc:
31648         * gst-libs/ext/mplex/audiostrm.hh:
31649         * gst-libs/ext/mplex/audiostrm_out.cc:
31650         * gst-libs/ext/mplex/aunit.hh:
31651         * gst-libs/ext/mplex/bits.cc:
31652         * gst-libs/ext/mplex/bits.hh:
31653         * gst-libs/ext/mplex/buffer.cc:
31654         * gst-libs/ext/mplex/buffer.hh:
31655         * gst-libs/ext/mplex/fastintfns.h:
31656         * gst-libs/ext/mplex/format_codes.h:
31657         * gst-libs/ext/mplex/inputstrm.cc:
31658         * gst-libs/ext/mplex/inputstrm.hh:
31659         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31660         * gst-libs/ext/mplex/mjpeg_logging.cc:
31661         * gst-libs/ext/mplex/mjpeg_logging.h:
31662         * gst-libs/ext/mplex/mjpeg_types.h:
31663         * gst-libs/ext/mplex/mpastrm_in.cc:
31664         * gst-libs/ext/mplex/mpegconsts.cc:
31665         * gst-libs/ext/mplex/mpegconsts.h:
31666         * gst-libs/ext/mplex/mplexconsts.hh:
31667         * gst-libs/ext/mplex/multplex.cc:
31668         * gst-libs/ext/mplex/outputstream.hh:
31669         * gst-libs/ext/mplex/padstrm.cc:
31670         * gst-libs/ext/mplex/padstrm.hh:
31671         * gst-libs/ext/mplex/stillsstream.cc:
31672         * gst-libs/ext/mplex/stillsstream.hh:
31673         * gst-libs/ext/mplex/systems.cc:
31674         * gst-libs/ext/mplex/systems.hh:
31675         * gst-libs/ext/mplex/vector.cc:
31676         * gst-libs/ext/mplex/vector.hh:
31677         * gst-libs/ext/mplex/videostrm.hh:
31678         * gst-libs/ext/mplex/videostrm_in.cc:
31679         * gst-libs/ext/mplex/videostrm_out.cc:
31680         * gst-libs/ext/mplex/yuv4mpeg.cc:
31681         * gst-libs/ext/mplex/yuv4mpeg.h:
31682         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31683         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31684           We don't fork mjpegtools' mplex in our CVS anymore.
31685         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31686         (gst_avi_demux_add_stream):
31687         * gst/avi/gstavidemux.h:
31688           Add getcaps() function for proper caps nego. This makes some
31689           parts of AVI playback/reading work.
31690         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31691           Resize window on new capsnego. This is probably wrong, but
31692           I'm still committing it because with current capsnego, the
31693           first successfull capsnego is auto-fixated, therefore rounded
31694           down to the lowest values in the caps. this results in a 16x16
31695           XWindow that is not reized when real capsnego finishes.
31696           Dave, I see more cases of this, do you know a proper solution?
31697         * tools/gst-launch-ext.in:
31698           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31699
31700 2003-12-31  David Schleef  <ds@schleef.org>
31701
31702         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31703         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31704           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31705
31706 2003-12-30  David Schleef  <ds@schleef.org>
31707
31708         * ext/ffmpeg/gstffmpegcolorspace.c:
31709         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31710         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31711         (gst_ffmpegcsp_chain): Negotiation fixes
31712         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31713         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31714         (gst_audio_convert_link), (gst_audio_convert_channels):
31715         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31716         (gst_audioscale_link), (gst_audioscale_get_buffer),
31717         (gst_audioscale_chain): Negotiation fixes
31718         * gst/audioscale/gstaudioscale.h:
31719         * gst/videofilter/gstvideofilter.c:
31720         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31721         (gst_videofilter_link), (gst_videofilter_init),
31722         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31723         (gst_videofilter_find_format_by_structure):
31724         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31725         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31726         (gst_videoscale_link):
31727         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31728         (videoscale_find_by_structure), (gst_videoscale_setup):
31729         * gst/videoscale/videoscale.h: Negotiation fixes
31730         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31731         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31732         function, restrict resizing to a multiple of 4 (hack until
31733         everyone supports odd sizes correctly).
31734
31735 2003-12-29  Colin Walters  <walters@verbum.org>
31736
31737         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31738         signed.
31739
31740 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31741
31742         * ext/sndfile/gstsf.c: (gst_sf_loop):
31743           Fix warning about discarding const qualifier
31744
31745 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31746
31747         * gst/cutter/gstcutter.c:
31748         * gst/videoscale/gstvideoscale.c:
31749         * gst/volenv/gstvolenv.c:
31750         * gst-libs/gst/audio/audio.c:
31751         * gst-libs/gst/video/video.c:
31752           Fix warnings
31753
31754 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31755
31756         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31757           Don't send ALSA debugging to stderr.
31758         * ext/alsa/gstalsa.h:
31759           Use GST_WARNING instead of g_warning when ALSA functions fail.
31760
31761 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31762
31763         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31764           Free XVAdapterInfo correctly.
31765
31766 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31767
31768         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31769         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31770           Make id3tag use correct caps nego.
31771
31772 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31773
31774         * ext/ivorbis/vorbis.c:
31775         * ext/ivorbis/vorbisenc.h:
31776         * ext/ivorbis/vorbisfile.c:
31777           Modify so that it uses the new caps things
31778
31779 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31780
31781         * testsuite/spider/spider1.c: (main):
31782         * testsuite/spider/spider2.c: (main):
31783         * testsuite/spider/spider3.c: (main):
31784           Make tests compile again. They probably don't work.
31785
31786 2003-12-24  Colin Walters  <walters@verbum.org>
31787
31788         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31789         we can't fixate the caps anymore.
31790
31791 2003-12-23  David Schleef  <ds@schleef.org>
31792
31793         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31794         * sys/oss/gstosssink.c: (gst_osssink_init),
31795         (gst_osssink_sink_fixate): Add fixate function.
31796
31797 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31798
31799         * ext/ffmpeg/gstffmpegcodecmap.c:
31800         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31801         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31802         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31803         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31804         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31805         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31806         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31807           fix typo in RGB masks, and move back to "old" colorspace
31808           capsnego code until whoever wrote this new crap has actually
31809           tested it so that it works.
31810           And yes, this works, keep it that way please.
31811
31812 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31813
31814         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31815         (gst_divxdec_init), (gst_divxdec_negotiate):
31816         * ext/divx/gstdivxdec.h:
31817         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31818         (gst_divxenc_init):
31819         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31820         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31821         * ext/mpeg2enc/gstmpeg2enc.cc:
31822         * ext/mpeg2enc/gstmpeg2encoder.cc:
31823         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31824         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31825         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31826         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31827         (dxr3spusink_init):
31828         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31829         (dxr3videosink_init):
31830           Fix caps breakage after Dave's caps branch merge.
31831
31832 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31833
31834         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31835           Fix for 24bpp display.
31836
31837 2003-12-23  Colin Walters  <walters@verbum.org>
31838
31839         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31840         a GnomeVFSHandle directly.
31841
31842 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31843
31844         * gst/volume/Makefile.am:
31845         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31846         (volume_base_init), (volume_init):
31847           Reenable volume element and fix to work with new caps stuff.
31848           Rhythmbox needs this.
31849
31850 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31851
31852         * gst/qtdemux/qtdemux.c: (plugin_init):
31853           qtdemux requires bytestream
31854
31855 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31856
31857         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31858           Fix remaining caps handling errors due to CAPS merge.
31859
31860 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31861
31862         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31863         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31864         (gst_faad_srcconnect):
31865           Port to new caps system.
31866
31867 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31868
31869         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31870         (got_video_size), (main): using g_print instead of g_message.
31871         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
31872         signal which was not emitted because of "switch" element added to the
31873         bin but not connected. (Removing from the bin temporarily)
31874
31875 2003-12-21  Julien MOUTTE  <julien@moutte.net>
31876
31877         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
31878         find X development files. I don't understand the previous tests and
31879         they fail on my debian/ppc unstable. This one works.
31880         * examples/gstplay/player.c: (main): Set the pipeline to READY before
31881         exiting.
31882         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
31883         (gst_play_set_video_sink), (gst_play_set_audio_sink),
31884         (gst_play_set_visualization): Add some safety checks in set_ methods
31885         and state_change. This was throwing some ugly CRITICAL messages when
31886         pipeline was getting disposed and casts were failing.
31887
31888 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31889
31890         * configure.ac:
31891           Improve mpeg2enc detection. This is for distributions that do
31892           ship mjpegtools, but without mpeg2enc. Also does object check
31893           for might there ever be ABI incompatibility.
31894         * ext/mpeg2enc/gstmpeg2enc.cc:
31895           Add Andrew as second maintainer (he's helping me), and also add
31896           an error if no caps was set. This happens if I pull before capsnego
31897           and that's something I should solve sometime else.
31898         * gst/matroska/matroska-demux.c:
31899         (gst_matroska_demux_parse_blockgroup):
31900           Fix time parsing.
31901         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
31902         (gst_matroska_mux_track_header):
31903           Add caps to templates.
31904         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
31905           Add mpegversion=1 to prevent confusion with MPEG/AAC.
31906         * gst/mpegstream/gstmpegdemux.c:
31907           Remove layer since it causes warnings about unfixed caps.
31908         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31909           Fix obvious typo (we error out if caps were set, we should of
31910           course error out if *no* caps were set).
31911         * sys/oss/gstosselement.c: (gst_osselement_convert):
31912           Fix format conversion, we confused bits/bytes.
31913         * sys/oss/gstosselement.h:
31914           Improve documentation for 'bps'.
31915         * sys/v4l/TODO:
31916           Remove stuff about plugins that need removing - this was done
31917           ages ago.
31918         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
31919         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
31920         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
31921         (gst_v4lsrc_src_query):
31922         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
31923         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
31924           Add get_query_types(), get_formats() and query() functions.
31925
31926 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
31927
31928         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
31929           * moved CVS to freedesktop.org