gst-libs/gst/audio/gstaudiofilter.c: fix link function to always query channels and...
[platform/upstream/gstreamer.git] / ChangeLog
1 2004-10-28  Benjamin Otte  <otte@gnome.org>
2
3         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
4           fix link function to always query channels and query width for
5           floats
6         * configure.ac:
7           add equalizer dir
8         * gst/equalizer/Makefile.am:
9         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
10         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
11         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
12         (arg_to_scale), (setup_filter),
13         (gst_iir_equalizer_compute_frequencies),
14         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
15         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
16         (plugin_init):
17           add an equalizer  
18
19 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20
21         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
22
23         * po/LINGUAS:
24         * po/nb.po:
25           Added Norwegian Bokmaal translation
26
27 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28
29         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30           Don't break on options (fixes #156488).
31
32 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
33
34         * configure.ac:
35         * ext/cdaudio/Makefile.am:
36         * sys/Makefile.am:
37           fix build on older automake
38
39 2004-10-26  Wim Taymans  <wim@fluendo.com>
40
41         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
42         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
43         Allow a little margin when negotiating the framerate.
44
45 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
46
47         * gst/level/gstlevel.c:
48           synchonised naming of pads and pad-templates
49
50 2004-10-26  Wim Taymans  <wim@fluendo.com>
51
52         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
53         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
54         (_find_streams_check), (gst_ogg_demux_push):
55         Fix EOS again. Needs to be done in a better way. We should not
56         remove the pad if there is no new chained stream.
57
58 2004-10-26 Iain <iaingnome@gmail.com>
59
60         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
61         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
62         of the caps.
63         * gst/interleave/interleave.c (interleave_class_init): Hook up release
64         pad.
65         (interleave_release_pad): Remove the pad.
66         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
67         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
68         the set device.
69         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
70         attrs
71         (gst_xvimagesink_xcontext_clear): Free the xcontext.
72         (gst_xvimagesink_finalize): Free the par.
73
74 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
75
76         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
77         (gst_avimux_stop_file):
78           First calculate the rate, and only then use it. Hdr.rate is a
79           multiple and not a derivative of hdr.scale. Scale is not the
80           same as blockalign but is solely related to rate.
81
82 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
83
84         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
85         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
86           Implement seeking.
87
88 2004-10-25  James Henstridge  <james@jamesh.id.au>
89
90         Reviewed by:  David Schleef  <ds@schleef.org>
91
92         * examples/gstplay/player.c: (got_stream_length), (main):
93         * examples/seeking/cdplayer.c: (update_scale):
94         * examples/seeking/seek.c: (format_value), (update_scale):
95         * examples/seeking/spider_seek.c: (format_value), (update_scale),
96         (stop_seek):
97         Build fixes on AMD64.
98
99 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
100
101         reviewed by: Ronald Bultje <rbultje at gnome dot org>
102
103         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
104         Fix for some v4l cards which hang in v4lsrc
105
106 2004-10-25  Wim Taymans  <wim@fluendo.com>
107
108         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
109         (gst_ogg_demux_push), (gst_ogg_chains_clear):
110         Make sure to remove the pad when a new chain is
111         encountered. Set some vars to NULL so we don't try
112         to reference freed memory.
113
114 2004-10-25  Wim Taymans  <wim@fluendo.com>
115
116         * examples/seeking/Makefile.am:
117         * examples/seeking/cdplayer.c: (update_scale):
118         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
119         * examples/seeking/playbin.c: (make_playerbin_pipeline),
120         (format_value), (update_scale), (iterate), (start_seek),
121         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
122         (print_usage), (main):
123         Added some more examples, update others.
124
125 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
126
127         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
128         * ext/speex/gstspeexdec.c: (speex_dec_chain):
129         * ext/theora/theoradec.c: (theora_dec_chain):
130         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
131           Add codec-name metadata.
132
133 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
134
135         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
136
137         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
138         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
139         * ext/alsa/gstalsamixertrack.h:
140         * po/POTFILES.in:
141           ALSA mixer track label internationalization (#154054).
142
143 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
144
145         * ext/theora/theoradec.c: (theora_dec_chain):
146           Export bitrate as metadata.
147
148 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
149
150         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
151         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
152         * ext/alsa/gstalsamixertrack.h:
153           Fix names, fix loop.
154
155 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
156
157         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
158         (speex_dec_convert):
159           sinkconvert function so oggdemux can get the file length (totem).
160
161 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
162
163         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
164
165         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
166           Don't push incomplete packets.
167         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
168           Fix MPEG-4 audio typefinding.
169
170 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
171
172         * sys/v4l/Makefile.am:
173         * sys/v4l/gstv4l.c: (plugin_init):
174         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
175         (gst_v4lelement_init), (gst_v4lelement_dispose),
176         (gst_v4lelement_change_state):
177         * sys/v4l/gstv4lelement.h:
178         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
179         (gst_v4l_xoverlay_close), (idle_refresh),
180         (gst_v4l_xoverlay_set_xwindow_id):
181         * sys/v4l/gstv4lxoverlay.h:
182         * sys/v4l/v4l-overlay_calls.c:
183         * sys/v4l/v4l_calls.h:
184         * sys/v4l2/Makefile.am:
185         * sys/v4l2/gstv4l2.c: (plugin_init):
186         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
187         (gst_v4l2element_init), (gst_v4l2element_dispose),
188         (gst_v4l2element_change_state):
189         * sys/v4l2/gstv4l2element.h:
190         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
191         (gst_v4l2_xoverlay_close), (idle_refresh),
192         (gst_v4l2_xoverlay_set_xwindow_id):
193         * sys/v4l2/gstv4l2xoverlay.h:
194         * sys/v4l2/v4l2-overlay_calls.c:
195         * sys/v4l2/v4l2_calls.h:
196           Remove client-side overlay handling, use the X-server v4l plugin
197           for that. Nicer overlay, less code. Also make the plugin
198           compileable without X (but then without overlay, obviously).
199           Makes xwindowlistener obsolete, should we remove that?
200
201 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
202
203         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
204         (gst_osssrc_src_query):
205         * sys/oss/gstosssrc.h:
206           OK, so people want offset in DEFAULT. This time, actually fix all
207           cases.
208         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
209           Add FPS properly.
210
211 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
212
213         * gst/asfdemux/gstasfmux.c:
214         * gst/avi/gstavimux.c:
215           Framerate.
216
217 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
218
219         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
220           Fix properties (channel, norm, frequency).
221
222 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
223
224         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
225           Flag typo.
226         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
227           No warnings.
228
229 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
230
231         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
232           Fix hang.
233
234 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
235
236         * sys/v4l2/gstv4l2element.h:
237           Yet Another Hack (tm) for kernel header borkedness.
238         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
239         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
240         (gst_v4l2src_link), (gst_v4l2src_getcaps),
241         (gst_v4l2src_change_state):
242         * sys/v4l2/gstv4l2src.h:
243         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
244         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
245           Fix caps, keep track of state, work.
246
247 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
248
249         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
250           Quiet.
251
252 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
253
254         * sys/oss/gstosssrc.c: (gst_osssrc_get):
255           Don't mix bytes and samples.
256
257 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
258
259         * ext/ogg/gstoggmux.c:
260           Basic pad template which accepts OGM tracks, speex, flac, vorbis
261           and theora. Any is incorrect.
262         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
263           Fix caps.
264         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
265         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
266         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
267         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
268         * sys/v4l/gstv4lmjpegsrc.h:
269         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
270         (gst_v4lsrc_change_state):
271         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
272         (gst_v4lmjpegsrc_capture_stop):
273           Fix caps. Keep track of internal state. Work.
274
275 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
276
277         * ext/Makefile.am:
278           Fix the build fixes.
279
280 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
281
282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
283         (gst_ogg_demux_src_event), (_find_chain_seek),
284         (gst_ogg_pad_push):
285           Check for pad availability before using it.
286         * ext/ogg/gstoggdemux.c: (_find_chain_process):
287           Fix parsing of chained ogg. Needs more work on the decoder side.
288
289 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
290
291         * gst/spectrum/Makefile.am:
292         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
293         (idle_func):
294           Fix demo and reenable it. Yes, I'm currently playing with audio
295           analysis tools
296
297 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
298
299         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
300           We love it if files that start at zero work too...
301
302 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
303
304         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
305           Handle files with missing EOS headers.
306
307 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
308
309         * gst/tcp/gsttcpserversink.c:
310         (gst_tcpserversink_handle_server_read),
311         (gst_tcpserversink_init_send):
312         Zero some variables first (need for accept not to return EINVAL)
313
314 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
315
316         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
317         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
318         * ext/theora/theoradec.c: (theora_dec_sink_convert),
319         (theora_dec_chain):
320         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
321         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
322           Seeking and querying finetune.
323
324 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
325
326         * configure.ac:
327         * ext/Makefile.am:
328         * ext/raw1394/Makefile.am:
329           fix the build
330
331 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
332
333         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
334           Wrong return.
335         * gst/playback/Makefile.am:
336         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
337         * gst/playback/gstplay-marshal.list:
338         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
339           Fix marshallers.
340
341 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
342
343         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
344           Silence.
345
346 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
347
348         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
349         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
350         (gst_ogg_pad_push):
351           Yay for non-lineair granulepos in theora.
352
353 2004-10-18  Wim Taymans  <wim@fluendo.com>
354
355         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
356         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
357         * ext/dv/gstdvdec.h:
358         Make sure we renegotiate aspect ratio when the camera switches.
359
360 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
361
362         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
363         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
364           Start at zero.
365         * ext/theora/theoradec.c: (theora_dec_chain):
366           Skip headers. Bad idea for chained ogg, but fixes seeking.
367
368 2004-10-18  Wim Taymans  <wim@fluendo.com>
369
370         * configure.ac:
371         I swear, this is the last time I touch this.
372
373 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
374
375         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
376         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
377         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
378           Faster seeking.
379         * ext/theora/theoradec.c: (theora_dec_sink_convert):
380           Time-to-default conversion.
381         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
382           Don't error on unknown packets, just skip. We should probably
383           read them if we want to support chained ogg.
384
385 2004-10-18  Wim Taymans  <wim@fluendo.com>
386
387         * configure.ac:
388         Added cdaudio to wrong list.
389
390 2004-10-18  Wim Taymans  <wim@fluendo.com>
391
392         * configure.ac:
393         Revive cdaudio.
394
395 2004-10-18  Wim Taymans  <wim@fluendo.com>
396
397         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
398         (gst_dvdec_video_link), (gst_dvdec_push):
399         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
400         (gst_smokeenc_resync), (gst_smokeenc_chain):
401         Fix mimetype on smoke encoder.
402         Add aspect ratio to dvdec. Not sure if these
403         values are correct though....
404
405 2004-10-18  Wim Taymans  <wim@fluendo.com>
406
407         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
408         Fix vorbis property descriptions and ranges.
409
410 2004-10-18  Wim Taymans  <wim@fluendo.com>
411
412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
413         Really do nothing when no data is available.
414         Go to the playing state when the stream is not seekable
415         instead of failing.
416
417 2004-10-18  Wim Taymans  <wim@fluendo.com>
418
419         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
420         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
421         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
422         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
423         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
424         Added uri handler for cd://
425         Port to new API.
426
427 2004-10-18  Wim Taymans  <wim@fluendo.com>
428
429         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
430         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
431         (try_to_link_1), (no_more_pads), (close_link), (type_found):
432         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
433         (remove_prerolls), (unknown_type), (add_element_stream),
434         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
435         (gst_play_base_bin_remove_element),
436         (gst_play_base_bin_link_stream):
437         * gst/playback/gstplaybin.c: (gen_video_element),
438         (gen_vis_element), (remove_sinks), (setup_sinks):
439         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
440         (gst_stream_info_get_type), (gst_stream_info_class_init),
441         (gst_stream_info_init), (gst_stream_info_new),
442         (gst_stream_info_dispose), (stream_info_mute_pad),
443         (gst_stream_info_set_property), (gst_stream_info_get_property):
444         * gst/playback/gststreaminfo.h:
445         Add sink padtemplate to decodebin.
446         Added some more comments.
447         Make queue size configurable in playbasebin.
448         Added possibility to use elements as sinks (ex cdaudio).
449
450 2004-10-15  Wim Taymans  <wim@fluendo.com>
451
452         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
453         (gst_speexenc_chain):
454         Fix speex timestamps so that it gets muxed properly.
455
456 2004-10-15  Wim Taymans  <wim@fluendo.com>
457
458         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
459         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
460         (gst_dv1394src_init), (gst_dv1394src_dispose),
461         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
462         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
463         (gst_dv1394src_event), (gst_dv1394src_get_formats),
464         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
465         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
466         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
467         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
468         * ext/raw1394/gstdv1394src.h:
469         Added conversion/query functions.
470         Update buffer timestamps,
471         Added signals. 
472         Added uri dv:// so it might play from the firewire in playbin. 
473         Fix a possible leak. 
474         Added debugging.
475
476 2004-10-15  Wim Taymans  <wim@fluendo.com>
477
478         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
479         (gst_dv1394src_init), (gst_dv1394src_set_property),
480         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
481         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
482         * ext/raw1394/gstdv1394src.h:
483         Added AV/C VTR control support needed for some cameras.
484         Added automatic port detection.
485         Added properties for selecting the channel.
486         The configure.ac script is not yet updated to reflect the
487         new libavc1394 and librom1394 dependencies.
488
489 2004-10-15  Wim Taymans  <wim@fluendo.com>
490
491         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
492         (qtdemux_parse), (gst_qtdemux_handle_esds):
493         An esds box is not a container.
494         Fix parsing of mp4v boxes.
495         Do not try to renegotiate fps for each frame. Need to
496         find a better method. This should fix mp4 playback.
497
498 2004-10-14  David Schleef  <ds@schleef.org>
499
500         * configure.ac: update for swfdec-0.3 and liboil-0.2
501         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
502         * ext/swfdec/gstswfdec.h: same
503         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
504         * gst/videotestsrc/videotestsrc.c: same
505
506 2004-10-14  Wim Taymans  <wim@fluendo.com>
507
508         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
509         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
510         (is_sync_frame), (gst_multifdsink_new_client),
511         (gst_multifdsink_handle_client_write),
512         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
513         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
514         Turn warnings into info.
515         Don't allow a state change in the streaming thread.
516
517 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
518
519         * ext/vorbis/oggvorbisenc.c:
520         * ext/vorbis/vorbisdec.c:
521           fix template sample rate
522
523 2004-10-13  Wim Taymans  <wim@fluendo.com>
524
525         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
526         Decoding the header first fixes some problems in resyncing
527         in more mp3s.
528
529 2004-10-12  Wim Taymans  <wim@fluendo.com>
530
531         * gst/playback/gstplaybin.c: (gen_video_element),
532         (gen_vis_element), (remove_sinks), (setup_sinks):
533         Added vis plugin support, need to configure the vis
534         element to activate it.
535
536 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
537
538         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
539         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
540           Some debug.
541         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
542         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
543         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
544         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
545         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
546         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
547         * gst/avi/gstavidemux.h:
548           Support for openDML-2.0 indx/ix## chunks. Support for broken index
549           recovery (where, if part of the index is broken, we will still read
550           the rest of the index and recover the broken part by stream
551           scanning). More broken media support. EOS workarounds. General AVI
552           braindamage headache recovery. Aspirin included.
553
554 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
555
556         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
557         (cdparanoia_event), (cdparanoia_query):
558           Get rid of hideous lead-in.
559
560 2004-10-11  Wim Taymans  <wim@fluendo.com>
561
562         * gst/playback/gstplaybasebin.c: (setup_source):
563         Wrong var used to get g_list_next.
564
565 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
566
567         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
568         (cdparanoia_get), (cdparanoia_open):
569           Report discid as metadata, add duration.
570
571 2004-10-11  Wim Taymans  <wim@fluendo.com>
572
573         * gst/playback/gstplaybasebin.c: (setup_source):
574         Cleanup the previous pipeline a little earlier for the
575         case that a source element provides raw data.
576
577 2004-10-11  Benjamin Otte  <otte@gnome.org>
578
579         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
580           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
581           consuming the last 128 bytes, even though it was valid mp3 data.
582
583 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
584
585         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
586         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
587         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
588         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
589
590 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
591
592         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
593         Fix for webcams that support only specific width or height
594
595 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
596
597         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
598
599         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
600           Fix wrong discont event setup (fixes #154967).
601
602 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
603
604         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
605
606         * gst/auparse/gstauparse.c: (gst_auparse_chain):
607           Error out on invalid data (fixes #154807).
608
609 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
610
611         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
612
613         * ext/dvdread/dvdreadsrc.c: (_read):
614           Make titles > 0 work again (fixes #154834).
615
616 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
617
618         * gst-libs/gst/riff/riff-media.c:
619         (gst_riff_create_video_template_caps):
620           WMV3 missing in template caps.
621
622 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
623
624         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
625           OK, so the original code was too strict. It makes random AVI files
626           hang for seconds upon opening, which is unacceptable and is far
627           beyond the original goal of getting multiple chunks for one-chunk
628           sounc stream files. So now do just that.
629
630 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
631
632         * gst/playback/gstplaybasebin.c: (setup_source),
633         (gst_play_base_bin_change_state):
634           Actually clean up streaminfo if output fails. This would trigger
635           if, for example, there was no CD in the drive. No preroll, so
636           a streaminfo structure is created, but the subsequent state change
637           of the thread fails.
638         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
639           Don't change state if parent failed.
640
641 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
642
643         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
644         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
645         (gen_video_element), (remove_sinks):
646           Add small bits of code for screenshot handling.
647
648 2004-10-08  Wim Taymans  <wim@fluendo.com>
649
650         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
651         (gen_video_element), (gen_audio_element), (setup_sinks):
652         Don't assume the user provided sinks are named "sink"...
653
654 2004-10-08  Wim Taymans  <wim@fluendo.com>
655
656         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
657         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
658         (gst_play_base_bin_link_stream):
659         Do not try to autoplug sources that generate raw streams like
660         cdparanoia.
661         disconnect the preroll overrun signal when we don't need it anymore.
662
663 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
664
665         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
666         Added reworked patch from #154903 from milosz derezynski (deadchip).
667
668 2004-10-08  Wim Taymans  <wim@fluendo.com>
669
670         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
671         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
672         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
673         (cdparanoia_convert), (cdparanoia_uri_get_type),
674         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
675         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
676         * ext/cdparanoia/gstcdparanoia.h:
677         This adds the cdda://<tracknum> uri.
678
679 2004-10-08  Wim Taymans  <wim@fluendo.com>
680
681         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
682         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
683         (try_to_link_1), (no_more_pads), (close_link), (type_found):
684         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
685         (unknown_type), (gst_play_base_bin_remove_element),
686         (gst_play_base_bin_link_stream):
687         * gst/playback/gstplaybasebin.h:
688         * gst/playback/gstplaybin.c: (gst_play_bin_init),
689         (gst_play_bin_set_property), (gen_video_element),
690         (gen_audio_element), (setup_sinks):
691         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
692         (gst_stream_info_get_type), (gst_stream_info_class_init),
693         (gst_stream_info_init), (gst_stream_info_new),
694         (gst_stream_info_dispose), (stream_info_mute_pad),
695         (gst_stream_info_set_property), (gst_stream_info_get_property):
696         * gst/playback/gststreaminfo.h:
697         Reuse the audio and video bins.
698         Some internal cleanups in the stream selection code.
699
700 2004-10-08  Julien MOUTTE  <julien@moutte.net>
701
702         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
703         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
704         * sys/ximage/ximagesink.h:
705         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
706         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
707         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
708         not coming from those elements. Moreover these elements should not keep
709         the xid they have been given when in NULL state.
710
711 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
712
713         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
714         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
715         * sys/ximage/ximagesink.h:
716         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
717         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
718         * sys/xvimage/xvimagesink.h:
719           Actually only create a new toplevel window if we're not gonna
720           embed it right after.
721
722 2004-10-07  Wim Taymans  <wim@fluendo.com>
723
724         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
725         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
726         * gst/playback/gstplaybin.c: (setup_sinks):
727         Implement muting/unmuting of streams, mute streams that are not
728         used.
729
730 2004-10-07  Wim Taymans  <wim@fluendo.com>
731
732         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
733         (plugin_init):
734         Added lame audio/x-ac3 typefind function.
735
736 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
737
738         * configure.ac:
739           bump nano to cvs
740
741 === release 0.8.5 ===
742
743 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
744
745         * NEWS:
746         * RELEASE:
747         * configure.ac:
748           releasing 0.8.5, "Take You On"
749
750 2004-10-06  Wim Taymans  <wim@fluendo.com>
751
752         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
753         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
754         (no_more_pads), (close_link), (type_found):
755         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
756         * gst/playback/gstplaybin.c: (gen_video_element):
757         Do not signal the no_more_pads after the first pad when
758         we are plugging a non dynamic element with multiple
759         output pads (like swfdec, dvdec, ...).
760
761 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
762
763         * configure.ac:
764           bump for prerelease
765
766 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
767
768         * gst/wavparse/gstwavparse.c:
769           add ATRAC3 to STATIC CAPS to fix a warning
770
771         * gst/matroska/ebml-read.c:
772         * gst-libs/gst/riff/riff-read.c:
773           fix typos
774
775 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
776
777         * gst-libs/gst/riff/riff-media.c:
778           generate caps for ATRAC3 audio streams
779
780         * gst/realmedia/rmdemux.c:
781           generate caps for ATRAC3 audio streams
782
783 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
784
785         * gst/wavparse/Makefile.am
786         * gst/wavparse/riff.h
787         * gst/wavparse/wavparse.vcproj
788           riff.h removal (unused and duplication with riff-ids.h)
789
790 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
791
792         * gst/wavparse/gstwavparse.h
793           remove duplicated defines for audio codec codes
794
795         * gst-libs/gst/riff/riff-ids.h
796         * gst/wavenc/riff.h:
797           add "4CC" code for ATRAC3 audio streams
798           add "4CC" code for ITU_G721_ADPCM (unused for now)
799
800 2004-10-06  Wim Taymans  <wim@fluendo.com>
801
802         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
803         Actually _do_ negotiation. Pass gdouble as arg instead
804         of guint64 for the framerate.
805
806 2004-10-06  Wim Taymans  <wim@fluendo.com>
807
808         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
809         (find_compatibles), (close_pad_link), (try_to_link_1),
810         (no_more_pads), (close_link), (type_found):
811         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
812         * gst/playback/gstplaybin.c: (gen_video_element),
813         (gen_audio_element):
814         Set state on newly added element to READY so that negotiation
815         can happen ASAP.
816         Addes some more debug info.
817         Do not try to plug pads with multiple caps structures or ANY
818         because it is too dangerous since we do not do dynamic 
819         replugging.
820
821 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
822
823         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
824
825         * po/LINGUAS:
826         * po/or.po:
827           add Oriya translation
828
829 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
830
831         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
832           Prevent overwrite of size member. Makes audio sound crappy.
833
834 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
835
836         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
837         Add rmvb to the list of known RealMedia extensions
838
839 2004-10-05  Wim Taymans  <wim@fluendo.com>
840
841         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
842         (mngdec_openstream), (mngdec_closestream),
843         (mngdec_handle_sink_event), (mngdec_readdata),
844         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
845         (mngdec_getcanvasline), (mngdec_refresh),
846         (gst_mngdec_change_state):
847         Set the framerate correctly.
848
849 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
850
851         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
852           There was something wrong with the index massaging.
853
854 2004-10-04  Wim Taymans  <wim@fluendo.com>
855
856         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
857         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
858         (gst_smokedec_chain):
859         * ext/jpeg/gstsmokedec.h:
860         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
861         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
862         * ext/jpeg/gstsmokeenc.h:
863         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
864         (smokecodec_decode_new), (smokecodec_info_free),
865         (smokecodec_set_quality), (smokecodec_get_quality),
866         (smokecodec_set_threshold), (smokecodec_get_threshold),
867         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
868         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
869         (smokecodec_encode), (smokecodec_parse_id),
870         (smokecodec_parse_header), (smokecodec_decode):
871         * ext/jpeg/smokecodec.h:
872         * ext/jpeg/smokeformat.h:
873         Updated smoke, new bitstream, allows embedding in ogg.
874
875 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
876
877         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
878           Fix seeking in some files. All this code is no longer needed (and
879           actually breaks stuff) because we now synchronize the full index
880           right when reading the header.
881
882 2004-10-04  Wim Taymans  <wim@fluendo.com>
883
884         * configure.ac:
885         configure update for libmng.
886
887 2004-10-04  Wim Taymans  <wim@fluendo.com>
888
889         * ext/libmng/Makefile.am:
890         * ext/libmng/gstmng.c: (plugin_init):
891         * ext/libmng/gstmng.h:
892         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
893         (gst_mngdec_base_init), (gst_mngdec_class_init),
894         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
895         (gst_mngdec_loop), (gst_mngdec_get_property),
896         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
897         (mngdec_closestream), (mngdec_handle_sink_event),
898         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
899         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
900         (gst_mngdec_change_state):
901         * ext/libmng/gstmngdec.h:
902         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
903         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
904         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
905         (gst_mngenc_chain), (gst_mngenc_get_property),
906         (gst_mngenc_set_property):
907         * ext/libmng/gstmngenc.h:
908         Added basic MNG decoder. Needs more work. The encoder does
909         not work yet.
910
911 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
912
913         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
914         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
915         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
916           Don't hang on length=0 chunks. Some negotiation fixes. Signal
917           no-more-pads.
918
919 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
920
921         * configure.ac:
922           you need at least 1.0.4 of speex
923
924 2004-10-04 Iain <iaingnome@gmail.com>
925
926         * ext/speex/gstspeexdec.h: Revert the includes changes.
927                 
928         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
929
930 2004-09-30 Iain <iaingnome@gmail.com>
931
932         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
933         found during init or set as a property instead of hardcoding /dev/audio
934
935 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
936
937         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
938         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
939         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
940         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
941         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
942         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
943         (gst_rmdemux_dump_data):
944           Use debug category, fix EOS handling. filesrc ! rmdemux now
945           works.
946
947 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
948
949         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
950         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
951         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
952           Improve allocation, cutting and sorting of the index. How takes a
953           few seconds instead of minutes.
954
955 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
956
957         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
958           fixed compilation
959
960 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
961
962         * gst-libs/gst/riff/riff-media.c:
963         (gst_riff_create_video_caps_with_data),
964         (gst_riff_create_video_template_caps):
965           Add wing commander format mimetype/fourccs.
966         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
967           Don't crash if some value is 0.
968
969 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
970
971         * gst-libs/gst/riff/riff-media.c:
972         (gst_riff_create_video_caps_with_data),
973         (gst_riff_create_video_template_caps):
974           Add DIB fourcc (raw, palettized 8-bit RGB).
975         * gst-libs/gst/riff/riff-read.c:
976         (gst_riff_read_strf_vids_with_data):
977           Oops, fix strf_data reading bug.
978         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
979           Use a non-NULL tag.
980         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
981           Time for hacks. Sorry Dave. At least one quicktime movie (a
982           trailer) that I've encountered contains multiple video tracks.
983           One of those is the actual video track, the other are one-frame
984           tracks (images). Unfortunately, the number of frames according
985           to the trak header is 1 for each, so that doesn't help. So
986           instead, I look at the duration and discard tracks with a
987           duration shorter than 20% of the length of the stream. Better
988           than nothing.
989
990 2004-10-01  Christian Schaller <christian@fluendo.com>
991
992         * ext/ivorbis/vorbis.c:
993           Patch from Phil Blundell (Bug 152341)
994
995 2004-10-01  Wim Taymans  <wim@fluendo.com>
996
997         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
998         (speex_dec_get_formats), (speex_dec_convert),
999         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
1000         (speex_dec_chain), (gst_speexdec_get_property),
1001         (gst_speexdec_set_property):
1002         Small cleanups.
1003
1004 2004-10-01  Wim Taymans  <wim@fluendo.com>
1005
1006         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
1007         (gst_wavparse_stream_init), (gst_wavparse_fmt),
1008         (gst_wavparse_other), (gst_wavparse_loop),
1009         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
1010         (gst_wavparse_srcpad_event):
1011         * gst/wavparse/gstwavparse.h:
1012         Added some more debugging info.
1013         Fix the case where the length of the file is 0.
1014         Make sure we seek to sample borders.
1015
1016 2004-10-01  Wim Taymans  <wim@fluendo.com>
1017
1018         * gst/playback/README:
1019         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
1020         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
1021         (try_to_link_1), (no_more_pads), (close_link), (type_found):
1022         Add some debug info to decodebin, update README
1023
1024 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1025
1026         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
1027           Don't use g_print(); use GST_DEBUG().
1028
1029 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1030
1031         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1032         (gst_ogg_mux_queue_pads):
1033           Handle EOS properly.
1034
1035 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1036
1037         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1038
1039         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
1040         (gst_faad_chain), (gst_faad_change_state):
1041         * ext/faad/gstfaad.h:
1042           Allow playback of raw (unframed) MPEG AAC files (#148993).
1043
1044 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
1045
1046         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1047
1048         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1049           Throw error if we didn't recognize the stream. Fixes #152289.
1050
1051 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1052
1053         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
1054           Fix negotiation.
1055
1056 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
1057
1058         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1059
1060         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
1061           Fix memleak.
1062
1063 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
1064
1065         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1066
1067         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
1068           Solve #152805.
1069         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
1070           Solve 152806.
1071
1072 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1073
1074         * gst-libs/gst/riff/riff-media.c:
1075         (gst_riff_create_video_caps_with_data),
1076         (gst_riff_create_audio_caps_with_data):
1077           Add codec_data handling (like asfdemux used to do).
1078         * gst/asfdemux/gstasf.c: (plugin_init):
1079         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1080         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
1081           Use riff-media for caps creation instead of our own (mostly
1082           broken) copy of its functions.
1083
1084 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1085
1086         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
1087           Don't actually error out if we get another return value than
1088           -EINVAL. Opposite to what I first thought, drivers have random
1089           return values for this, although -EINVAL is the expected return
1090           value. Since this is not fatal, we shouldn't use
1091           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
1092
1093 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1094
1095         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
1096         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
1097         (dvdreadsrc_get_property), (_open), (_seek), (_read),
1098         (dvdreadsrc_get), (dvdreadsrc_open_file),
1099         (dvdreadsrc_change_state):
1100           Fix. Don't do one big huge loop around the whole DVD, that will
1101           cache all data and thus eat sizeof(dvd) (several GB) before we
1102           see something.
1103         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1104           Actually NULL'ify event after using it.
1105         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
1106         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
1107         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
1108         (gst_ebml_read_seek), (gst_ebml_read_skip):
1109           Handle events.
1110         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
1111         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
1112         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
1113           Fix timing (this will probably break if I seek using menus, but
1114           I didn't get there yet). VOBs and normal DVDs should now work.
1115           Add a mpeg2-only pad with high rank so this get autoplugged for
1116           MPEG-2 movies.
1117         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
1118         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
1119         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
1120         (gst_mpeg_demux_get_audio_stream),
1121         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
1122         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
1123           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
1124           MPEG-1 but use dvddemux for MPEG-2.
1125         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
1126         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
1127         (gst_mpeg_parse_parse_packhead):
1128           Timing. Only add pad template if it exists. Add sink template from
1129           class and not from ourselves. This means we will always use the
1130           correct sink template even if it is not the one defined in this
1131           file.
1132
1133 2004-09-29  Wim Taymans  <wim@fluendo.com>
1134
1135         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
1136         (gst_mpeg_demux_parse_pes):
1137         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
1138         Fix playback of mpeg again, timestamps where screwed up by
1139         patch 1.61.
1140
1141 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1142
1143         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
1144           Only return true if we actually filled something in. Prevents
1145           player applications from showing a random length for flac files.
1146         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
1147         (gst_riff_read_use_event), (gst_riff_read_handle_event),
1148         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
1149         (gst_riff_read_strf_vids_with_data),
1150         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
1151           OK, ok, so I implemented event handling. Apparently it's normal
1152           that we receive random events at random points without asking
1153           for it.
1154         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
1155         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1156         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
1157         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
1158         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
1159         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
1160         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
1161         * gst/avi/gstavidemux.h:
1162           Implement non-lineair chunk handling and subchunk processing.
1163           The first solves playback of AVI files where the audio and video
1164           data of individual buffers that we read are not synchronized.
1165           This should not happen according to the wonderful AVI specs, but
1166           of course it does happen in reality. It is also a prerequisite for
1167           the second. Subchunk processing allows us to cut chunks in small
1168           pieces and process each of these pieces separately. This is
1169           required because I've seen several AVI files with incredibly large
1170           audio chunks, even some files with only one audio chunk for the
1171           whole file. This allows for proper playback including seeking.
1172           This patch is supposed to fix all AVI A/V sync issues.
1173         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
1174         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
1175           Work.
1176         * gst/modplug/gstmodplug.cc:
1177           Proper return value setting for the query() function.
1178         * gst/playback/gstplaybasebin.c: (setup_source):
1179           Being in non-playing state (after, e.g., EOS) is not necessarily
1180           a bad thing. Allow for that. This fixes playback of short files.
1181           They don't actually playback fully now, because the clock already
1182           runs. This means that small files (<500kB) with a small length
1183           (<2sec) will still not or barely play. Other files, such as mod
1184           or flx, will work correctly, however.
1185
1186 2004-09-28  Wim Taymans  <wim@fluendo.com>
1187
1188         * ext/speex/gstspeex.c: (plugin_init):
1189         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
1190         (gst_speex_dec_class_init), (speex_dec_get_formats),
1191         (speex_get_event_masks), (speex_get_query_types),
1192         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
1193         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
1194         (gst_speexdec_get_property), (gst_speexdec_set_property),
1195         (speex_dec_change_state):
1196         * ext/speex/gstspeexdec.h:
1197         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
1198         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
1199         (gst_speexenc_base_init), (gst_speexenc_class_init),
1200         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
1201         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
1202         (gst_speexenc_src_query), (gst_speexenc_init),
1203         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
1204         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
1205         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
1206         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
1207         (gst_speexenc_chain), (gst_speexenc_get_property),
1208         (gst_speexenc_set_property), (gst_speexenc_change_state):
1209         * ext/speex/gstspeexenc.h:
1210         Rewrote speex encoder, make sure it can be embedded in ogg.
1211         Implemented speex decoder.
1212
1213 2004-09-28  Christian Schaller <christian@fluendo.com>
1214
1215         * configure.ac:
1216         Remove kioslave plugin. Markey is brewing a new working one
1217         * ext/Makefile.am: Remove kioslave plugin
1218         * ext/kio: remove
1219         * gst-plugins.spec.in: remove kio plugin from spec
1220
1221 2004-09-27  Wim Taymans  <wim@fluendo.com>
1222
1223         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1224         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
1225         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
1226         (gst_multifdsink_new_client),
1227         (gst_multifdsink_handle_client_write),
1228         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
1229         (gst_multifdsink_handle_clients):
1230         * gst/tcp/gstmultifdsink.h:
1231         Make syncing to keyframes actually work for new clients and lagging
1232         clients.
1233
1234 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
1235
1236         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
1237         (gst_navigationtest_handle_src_event), (draw_box_planar411),
1238         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
1239         * gst/debug/gstnavigationtest.h:
1240           make navigationtest display button-press and button-release events
1241
1242 2004-09-26 Iain <iaingnome@gmail.com>
1243
1244         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
1245         the channels have received a new media event.
1246         (interleave_buffered_loop): Compresses a new media event on all 
1247         channels into one.
1248
1249 2004-09-26 Iain <iaingnome@gmail.com>
1250
1251         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
1252         call the sinkpad's default event handler and not the srcpads. He also
1253         says this is confusing :)
1254         (gst_wavenc_stop_file): Company says that seek events only go upstream
1255         we should send a discontinuous downstream instead.
1256
1257 2004-09-25  Christian Schaller <christian@fluendo.com>
1258
1259         * Update SPEC file to be usable in conjunction with Fedora Core,
1260           Fedora.us and freshrpms packages
1261         * Fix typo in multifilesrc test Makefile
1262         
1263 2004-09-24  Wim Taymans  <wim@fluendo.com>
1264
1265         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
1266         Only signal the no_more_pads signal when we have
1267         added the stream to our list.
1268
1269 2004-09-24  Wim Taymans  <wim@fluendo.com>
1270
1271         * gst/playback/gstplaybasebin.c: (remove_prerolls),
1272         (new_decoded_pad):
1273         * gst/playback/gstplaybasebin.h:
1274         * gst/playback/gstplaybin.c: (setup_sinks):
1275         Don't try to preroll or decode more than one audio/video
1276         track.
1277
1278 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1279
1280         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
1281           Throw error if we failed to find a suitable output. This should
1282           throw an error if we successfully set up a pipeline (e.g. because
1283           we recognized a media file) but found no decodable streams in it
1284           (e.g. because it contains only media stream types for which we
1285           have no decoders, or because it's not a media type).
1286
1287 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1288
1289         * ext/dirac/Makefile.am:
1290         * ext/dirac/gstdirac.cc:
1291         * ext/dirac/gstdiracdec.cc:
1292         * ext/dirac/gstdiracdec.h:
1293           Do something. Don't actually know if this works because I don't
1294           have a demuxer yet.
1295         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
1296           Add channels=1 to caps returned from _getcaps().
1297         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
1298         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
1299         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
1300         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
1301         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
1302         (gst_ogm_parse_change_state):
1303           Separate between audio/video so ogmaudioparse actually uses the
1304           audio pad templates. Both audio and video work now, including
1305           autoplugging. Also use sometimes-srcpad hack.
1306         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
1307           Handle events better. Don't hang on infinite loops.
1308         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
1309         (gst_avi_demux_init), (gst_avi_demux_reset),
1310         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
1311         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
1312         (gst_avi_demux_change_state):
1313         * gst/avi/gstavidemux.h:
1314           Improve A/V sync. Still not perfect.
1315         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
1316         (gst_ebml_read_skip):
1317           Handle events better.
1318         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
1319         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
1320         (qtdemux_audio_caps):
1321           Add IMA4. Improve event handling. Save offset after a seek when
1322           the headers are at the end of the file so that we don't end up in
1323           an infinite loop.
1324         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
1325           Add low-priority typefind support for files with no length.
1326
1327 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1328
1329         * testsuite/multifilesink/Makefile.am:
1330         fix typo
1331
1332 2004-09-22  Julien MOUTTE  <julien@moutte.net>
1333
1334         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix 
1336         mistakes from thaytan's patches.
1337
1338 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1339
1340         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
1341           For completeness, XSync in the destroy function as xvimage does.
1342
1343 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
1344
1345         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
1346            Correct caps negotiation
1347         * gst/volume/gstvolume.c: (volume_chain_float),
1348         (volume_chain_int16):
1349            Modify debug output to be little more informative
1350         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
1351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1352         (gst_xvimagesink_xvimage_destroy):
1353           Add XSync calls after detaching from the shared memory segment to
1354           avoid a crash.
1355
1356 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1357
1358         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1359         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
1360         * ext/vorbis/vorbis.c: (plugin_init):
1361         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
1362         (gst_vorbisenc_chain):
1363         * ext/vorbis/vorbisenc.h:
1364         remove explicit newmedia support from oggmux and vorbisenc
1365         add debug category to vorbisenc
1366         * gst/multifilesink/gstmultifilesink.c:
1367         (gst_multifilesink_class_init), (gst_multifilesink_init),
1368         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
1369         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
1370         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
1371         (plugin_init):
1372         * gst/multifilesink/gstmultifilesink.h:
1373         add support for streamheader in multifilesink
1374
1375 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1376
1377         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
1378         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
1379         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
1380           Prevent infinite loops. More correct error reporting.
1381         * gst/auparse/gstauparse.c: (gst_auparse_chain):
1382           Error out if negotiation fails.
1383         * gst/playback/gstplaybasebin.c: (setup_source),
1384         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
1385         (gst_play_base_bin_found_tag):
1386           Error/tag forwarding. Pre-roll fixes for source errors on state
1387           changes (e.g. "file does not exist") to prevent hangs.
1388
1389 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1390
1391         * testsuite/multifilesink/Makefile.am:
1392         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
1393         (gst_newmedia_class_init), (gst_newmedia_init),
1394         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1395         (newfile_signal), (test_signal), (main):
1396         * testsuite/multifilesink/multifilesrc_test.c: (main):
1397         * testsuite/multifilesink/oggtheora_test.c:
1398         (gst_newmedia_base_init), (gst_newmedia_class_init),
1399         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1400         (test_format), (newfile_signal), (test_signal), (main):
1401         * testsuite/multifilesink/oggvorbis_test.c:
1402         (gst_newmedia_base_init), (gst_newmedia_class_init),
1403         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
1404         (test_format), (newfile_signal), (test_signal), (main):
1405         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
1406         (gst_newmedia_class_init), (gst_newmedia_init),
1407         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
1408         (newfile_signal), (test_signal), (main):
1409         New media tests
1410
1411 2004-09-20  Christian Schaller <christian@fluendo.com>
1412
1413         * Fix mikmod license to LGPL as they have relicensed
1414         * Move Dirac and Effectv into LGPL section of README_license
1415
1416 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1417
1418         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
1419         (gst_mad_change_state):
1420           Allow for mp3 rate/channels changes. However, only very
1421           conservatively. Reason that we *have* to enable this is smiply
1422           because the mad find_sync() function is not good enough, it will
1423           regularly sync on random data as valid frames and therefore make
1424           us provide random caps as *final* caps of the stream. The best fix
1425           I could think of is to simply require several of the same stream
1426           changes in a row before we change caps.
1427           The actual testcase that works now is #
1428         * ext/ogg/Makefile.am:
1429         * ext/ogg/gstogg.c: (plugin_init):
1430         * ext/ogg/gstogmparse.c:
1431           OGM support (video only for now; I need an audio sample file).
1432         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
1433         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
1434         (gst_asf_demux_add_video_stream):
1435           WMV extradata.
1436         * gst/playback/gstplaybasebin.c: (unknown_type):
1437           Don't error out on single unknown-types after all. It's wrong.
1438           If we found type of video and audio but not of a subtitle stream,
1439           it will still error out (which is unwanted). Will find a better fix
1440           later on.
1441         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
1442         (ogmaudio_type_find), (plugin_init):
1443           OGM support.
1444
1445 2004-09-20  Johan Dahlin  <johan@gnome.org>
1446
1447         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
1448         after setting caps.
1449
1450 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1451
1452         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
1453         * gst/wavenc/gstwavenc.h:
1454         Added newmedia support to wavenc
1455
1456 2004-09-17  Wim Taymans  <wim@fluendo.com>
1457
1458         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
1459         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
1460         (gst_fdset_fd_can_write), (gst_fdset_wait):
1461         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
1462         (gst_multifdsink_init), (gst_multifdsink_add),
1463         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
1464         (gst_multifdsink_remove_client_link),
1465         (gst_multifdsink_client_queue_buffer),
1466         (gst_multifdsink_handle_client_write),
1467         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
1468         (gst_multifdsink_close), (gst_multifdsink_change_state):
1469         * gst/tcp/gstmultifdsink.h:
1470         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
1471         (gst_tcpserversink_removed):
1472         Small cleanups in fdset.c
1473         Use a hastable to map fd to the client structure for faster
1474         lookup in _remove and get_stats.
1475         Added virtual function to close the fds.
1476         Handle clients even when the select/poll call was unblocked because
1477         of a command.
1478         Implement syncing to keyframe in the recovery procedure.
1479
1480 2004-09-16 Iain <iaingnome@gmail.com>
1481
1482         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
1483         try caps.
1484
1485 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1486
1487         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
1488           Caps are only set if the type of the stream is unknown, but this
1489           is initialized in ->init_stream(), so set to UNKNOWN after calling
1490           ->init_stream() so that capsnego starts.
1491
1492 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1493
1494         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1495         (gst_avi_demux_stream_data):
1496           Just hardcode for raw audio then. AVI audio sucks.
1497
1498 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
1499
1500         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
1501         * gst/matroska/matroska-mux.c: (audiosink_templ),
1502         (gst_matroska_mux_audio_pad_link):
1503         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
1504         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
1505
1506 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1507
1508         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1509         (gst_avi_demux_stream_data):
1510           Try to fix a/v sync issues.
1511
1512 2004-09-15  David Schleef  <ds@schleef.org>
1513
1514         * configure.ac: remove NASM check, since we don't use it.  Update
1515         dirac check to 0.4
1516         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
1517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
1518         Initialized variables.
1519         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
1520         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
1521         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
1522         SVQ3 format
1523
1524 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1525
1526         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
1527         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
1528         * gst/avi/gstavidemux.h:
1529           Fix for compressed audio (mp3) timestamp generation. How did this
1530           ever work?
1531
1532 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1533
1534         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1535           Volume is a double not a float.
1536
1537 2004-09-15  Wim Taymans  <wim@fluendo.com>
1538
1539         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
1540         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
1541         Don't close the fd in multifdsink as we didn't open it in the
1542         first place. Some cleanups.
1543
1544 2004-09-15  Wim Taymans  <wim@fluendo.com>
1545
1546         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
1547         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1548         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1549         Fix the case where the muxer would mark pages as delta
1550         frames when they are not (vorbis only ogg).
1551
1552 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1553
1554         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
1555         (gst_play_base_bin_change_state):
1556           Handle the case where we failed to setup a clear pipeline. This
1557           will throw an error (or EOS, another nice case) and if you don't
1558           catch that, the app will wait for the signal forever (and thus
1559           hang).
1560
1561 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1562
1563         * ext/gnomevfs/gstgnomevfssink.c:
1564         (gst_gnomevfssink_uri_get_protocols):
1565         * ext/gnomevfs/gstgnomevfssrc.c:
1566         (gst_gnomevfssrc_uri_get_protocols):
1567         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1568         * ext/gnomevfs/gstgnomevfsuri.h:
1569           Use _uri_new() instead of _open(), so it doesn't take as long and
1570           Christophe's computer won't hang.
1571         * gst/playback/gstplaybasebin.c: (unknown_type):
1572           Throw error on unknown media type, so apps actually display it.
1573
1574 2004-09-14  Brian Cameron  <brian.cameron@sun.com
1575
1576         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
1577           this script to work on Solaris since bash shell handles echo
1578           differenly than bash.
1579
1580 2004-09-17  Wim Taymans  <wim@fluendo.com>
1581
1582         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
1583         (setup_source), (gst_play_base_bin_set_property),
1584         (gst_play_base_bin_add_element):
1585         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
1586         Some more work on making sure seeking pauses the pipeline and
1587         that changing the uri actually does something.
1588
1589 2004-09-17  Wim Taymans  <wim@fluendo.com>
1590
1591         * gst/tcp/gstfdset.c: (gst_fdset_wait):
1592         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
1593         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
1594         (gst_tcpserversink_close):
1595         Be a bit more paranoid when freeing memory.
1596
1597 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1598
1599         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
1600         (qtdemux_parse_trak):
1601           Don't crash by dividing by zero (see sample movie in #126922).
1602
1603 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1604
1605         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
1606           Don't touch non-existing data (fixes crash on file in #140147).
1607
1608 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1609
1610         * gst/playback/gstplaybasebin.c:
1611         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
1612           Handle double disposals, and proper change of URIs.
1613
1614 2004-09-13  Martin Eikermann <meiker@upb.de>
1615
1616         * gst/mpegstream/gstmpegparse.c:
1617           fix synchronistation for streams recorded from digital PCR
1618           fixes bug #119376
1619
1620 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1621
1622         * ext/gnomevfs/Makefile.am:
1623         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
1624         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
1625         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
1626         (gst_gnomevfssink_uri_get_type),
1627         (gst_gnomevfssink_uri_get_protocols),
1628         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
1629         (gst_gnomevfssink_uri_handler_init),
1630         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
1631         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
1632         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
1633         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
1634         (gst_gnomevfssrc_uri_get_type),
1635         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
1636         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
1637         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
1638         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
1639         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
1640         * ext/gnomevfs/gstgnomevfsuri.h:
1641           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
1642           of fake URIs to see which this version of Gnome-VFS likes, and
1643           uses that for the Gst-URI interface. Makes playbin support http://
1644           streams. Also fix up some stupid behaviour in gnomevfssrc.
1645
1646 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1647
1648         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
1649         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
1650         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
1651         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
1652           Update mixer (to sync with other sessions) if we try to obtain
1653           a new value. This makes alsamixer work accross applications.
1654         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
1655           Only call sync functions if we're running, else alsalib asserts.
1656         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
1657           Sometimes fails to compile. Possibly a gcc bug.
1658         * gst/playback/gstplaybin.c: (gen_video_element),
1659         (gen_audio_element):
1660           Add a reference to an application-provided object, because we lose
1661           this same reference if we add it to the bin. If we don't do this,
1662           we can only use this object once and thus crash if we go from
1663           ready to playing, back to ready and back to playing again.
1664           Also add an audioscale element because several cheap soundcards -
1665           like mine - don't support all samplerates.
1666         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
1667         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
1668           Fix wrong order or PAR calls. Makes automatically obtained PAR
1669           from the X server atually being used.
1670
1671 2004-09-12  David Schleef  <ds@schleef.org>
1672
1673         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
1674         #151887, #152102, #152247.
1675         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
1676         * examples/seeking/cdparanoia.c: same
1677         * examples/seeking/cdplayer.c: same
1678         * examples/seeking/seek.c: same
1679         * examples/seeking/spider_seek.c: same
1680         * examples/seeking/vorbisfile.c: same
1681         * examples/stats/mp2ogg.c: same
1682         * ext/esd/esdsink.c: (gst_esdsink_class_init),
1683         (gst_esdsink_dispose): Dispose of element properly.
1684         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
1685         fixes.
1686         * ext/nas/nassink.c: (gst_nassink_class_init),
1687         (gst_nassink_dispose): Dispose of element correctly.
1688         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
1689         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
1690         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
1691         Fix 64-bit warning.
1692         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
1693         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
1694         Fix 64-bit warning.
1695
1696 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
1697
1698         * configure.ac : change speex detection as 1.1.6 now uses
1699           .pc/pkg-config and they changed their headers location.
1700
1701 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
1702
1703         * gst/matroska/matroska-mux.h:
1704         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
1705         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1706         (gst_matroska_mux_write_data):
1707           Write multiple blocks/frames per cluster.
1708                 Write meta-seek information (seek heads).
1709
1710 2004-09-09  Scott Wheeler <wheeler@kde.org>
1711
1712         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
1713         (gst_play_bin_set_property), (gst_play_bin_get_property),
1714         (gen_audio_element), (gen_audio_element):
1715           Add a volume element / property to the pipeline.
1716
1717 2004-09-07  Wim Taymans  <wim@fluendo.com>
1718
1719         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
1720         Copy timestamps from the master pad to the output buffers.
1721
1722 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
1723
1724         * ext/raw1394/gstdv1394src.c:
1725           throw errors when applicable
1726
1727 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
1728
1729         * gst/matroska/ebml-ids.h:
1730         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
1731         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
1732         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
1733           automatically convert unix time <-> ebml time when reading/writing
1734           a date, use gst_ebml_write_uint to write CUETIME,
1735           not gst_ebml_write_date.
1736         * gst/matroska/matroska-ids.h:
1737         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
1738         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
1739         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
1740         (gst_matroska_mux_write_data):
1741           Write track and segment UIDs, write muxing date, write
1742           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
1743           Create cues for audio only files.
1744
1745 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
1746
1747         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
1748         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1749           Re-commit ALSA switches.
1750         * gst/adder/gstadder.c: (gst_adder_loop):
1751           64-bit fix (#151416).
1752         * gst/debug/progressreport.c: (gst_progressreport_report):
1753           64-bit fix (#151419).
1754         * gst/matroska/matroska-demux.c:
1755         (gst_matroska_demux_parse_contents):
1756           64-bit fix (#151420).
1757         * gst/playback/test3.c: (update_scale):
1758           64-bit fix (#151421).
1759
1760 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1761
1762         * configure.ac:
1763           bump nano to cvs
1764
1765 === release 0.8.4 ===
1766
1767 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
1768
1769         * configure.ac: releasing 0.8.4, "Alias"
1770
1771 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
1772
1773         * ext/theora/Makefile.am:
1774           fix makefile.  Fixes #151462.
1775
1776 2004-08-30  Wim Taymans  <wim@fluendo.com>
1777
1778         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
1779         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1780         (gst_multifdsink_remove_client_link),
1781         (gst_multifdsink_client_queue_buffer),
1782         (gst_multifdsink_handle_client_write):
1783         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
1784         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
1785         Fix some memory leaks.
1786
1787 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1788
1789         Patch by: David Schleef
1790
1791         * configure.ac:
1792         * sys/Makefile.am:
1793           rename our detection macro for V4L2.  Fixes #151236.
1794
1795 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
1796
1797         Patch by: David Schleef
1798
1799         * configure.ac:
1800           check to define LAMEPRESET.  Fixes #151232.
1801
1802 2004-08-27  David Schleef  <ds@schleef.org>
1803
1804         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
1805         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
1806         (gst_glimagesink_fixate):  Move local variable declarations to
1807         make gcc-2.95 happy.
1808
1809 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1810
1811         * configure.ac:
1812           bump nano for prerelease
1813
1814 2004-08-27  David Schleef  <ds@schleef.org>
1815
1816         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
1817         * sys/sunaudio/gstsunaudiosrc.c: 
1818         * sys/sunaudio/gstsunaudiosrc.h:
1819
1820 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
1821
1822         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
1823         handle EOS correctly
1824         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
1825         * gst/matroska/matroska-mux.h:
1826         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
1827         VFW compatibility mode
1828
1829 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
1830
1831         patch by: Zaheer Abbas Merali
1832
1833         * ext/ogg/gstoggmux.c:
1834         * ext/vorbis/vorbisenc.c:
1835         * ext/vorbis/vorbisenc.h:
1836           handle NEWMEDIA
1837
1838 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
1839
1840         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
1841         fix byte order reversion on little endian machines.
1842         * gst/matroska/matroska-mux.c: (audiosink_templ),
1843         (gst_matroska_mux_audio_pad_link):
1844         add TTA codec to the list of supported codecs.
1845         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
1846         (gst_matroska_mux_start), (gst_matroska_mux_finish),
1847         (gst_matroska_mux_write_data):
1848         * gst/matroska/matroska-mux.h:
1849         write segment duration correctly, write muxing app string, fixes bugs
1850         #140897 and #140898.
1851         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
1852         wait for all pads to be negotiated before starting to mux.
1853
1854 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1855
1856         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
1857         * ext/lame/gstlame.h:
1858         Added new media support to lame
1859
1860 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
1861
1862         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
1863         send vorbis headers at the beginning of a stream, fixes bug #141554.
1864         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
1865         bug #148950.
1866         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
1867         (gst_matroska_demux_plugin_init):
1868         * gst/matroska/matroska-ids.h:
1869         enable demuxing of TTA audio streams, fixes bug #148951.
1870         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
1871         enable typefinding for TTA audio files, fixes bug #148711.
1872         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
1873         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
1874         fixes playback of packed bitstream and xvid with bframes, bug #135407.
1875
1876 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
1877  
1878         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
1879         (gst_riff_read_element_data), (gst_riff_read_seek),
1880         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
1881         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
1882         <teuf@gnome.org>
1883
1884 2004-08-23 Iain <iaingnome@gmail.com>
1885
1886         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
1887         tags. They appear to be handled differently to normal.
1888         (tag_list_to_id3_tag_foreach): Ditto.
1889
1890 2004-08-22  Wim Taymans  <wim@fluendo.com>
1891
1892         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1893         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1894         Make sure we never send -1 granulepos.
1895
1896 2004-08-20  Wim Taymans  <wim@fluendo.com>
1897
1898         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
1899         (gst_ogg_mux_loop):
1900         I will accept bitchslappings with non sharp objects.
1901
1902 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1903
1904         * configure.ac:
1905         Clean up the test for lame presets
1906
1907 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1908
1909         * configure.ac:
1910         * ext/lame/Makefile.am:
1911         * ext/lame/gstlame.c: (gst_lame_class_init),
1912         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
1913         Only enable lame presets if version of lame has presets in API
1914
1915 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
1916         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
1917         * gst/udp/gstudpsrc.h:
1918           Don't call gst_pad_push in a get function. Fixes #150449
1919
1920 2004-08-18  Wim Taymans  <wim@fluendo.com>
1921
1922         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
1923         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
1924         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
1925         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1926         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1927         (gst_fdset_wait):
1928         * gst/tcp/gstfdset.h:
1929         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
1930         (gst_multifdsink_client_queue_buffer),
1931         (gst_multifdsink_handle_client_write):
1932         * gst/tcp/gstmultifdsink.h:
1933         Some extra checks in gstfdset.
1934         Only use send() when the fd is a socket. Don't try to
1935         read from write only fds.
1936
1937 2004-08-18  Wim Taymans  <wim@fluendo.com>
1938
1939         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
1940         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
1941         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
1942         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
1943         (gst_fdset_wait):
1944         Add more locking and bounds checking.
1945
1946 2004-08-18  Wim Taymans  <wim@fluendo.com>
1947
1948         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
1949         Realloc test fdset in the lock and right before starting
1950         the poll call. Bump the limit to 4096.
1951
1952 2004-08-17  David Schleef  <ds@schleef.org>
1953
1954         * sys/sunaudio/Makefile.am:
1955         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
1956         of rates and channels.  Make debugging less obnoxious.
1957
1958         Patch from Balamurali Viswanathan implementing a mixer for
1959         Sun audio.  (bug #144091):
1960         * sys/sunaudio/gstsunelement.c:
1961         * sys/sunaudio/gstsunelement.h:
1962         * sys/sunaudio/gstsunmixer.c:
1963         * sys/sunaudio/gstsunmixer.h:
1964
1965 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
1966
1967         * gst/audioscale/gstaudioscale.c:
1968         * gst/audioscale/gstaudioscale.h:
1969         made audioscale resample from any sample rate to any sample rate
1970
1971 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
1972
1973         * ext/libpng/gstpngdec.c:
1974           error out on unsupported types
1975
1976 2004-08-17  Iain <iaingnome@gmail.com>
1977
1978         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
1979         mid_side and loose_mid_side properties if its a stereo stream.
1980
1981 2004-08-17  Wim Taymans  <wim@fluendo.com>
1982
1983         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
1984         (theora_get_formats), (theora_dec_src_convert),
1985         (theora_dec_sink_convert), (theora_dec_src_query),
1986         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
1987         Add a debug line.
1988
1989 2004-08-17  Wim Taymans  <wim@fluendo.com>
1990
1991         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
1992         (gst_ogg_pad_push):
1993         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
1994         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
1995         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
1996         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
1997         Mark delta units in the muxer.
1998         Try to decode the packet after an out-of-sync error from
1999         libogg.
2000
2001 2004-08-17  Wim Taymans  <wim@fluendo.com>
2002
2003         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2004         (gst_multifdsink_init), (gst_multifdsink_add),
2005         (gst_multifdsink_client_queue_buffer),
2006         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
2007         * gst/tcp/gstmultifdsink.h:
2008         Added option to send a keyframe to clients as the first buffer.
2009         Make timeout property writable.
2010
2011 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
2012
2013         patch by: Wim Taymans
2014
2015         * gst/tcp/gstfdset.c:
2016         * gst/tcp/gstmultifdsink.c:
2017           fix index comparison, should include 0
2018
2019 2004-08-16  Wim Taymans  <wim@fluendo.com>
2020
2021         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
2022         (gst_fdset_add_fd), (gst_fdset_remove_fd),
2023         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
2024         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
2025         (gst_fdset_wait):
2026           copy when reallocing for poll so the select arguments don't get
2027           changed during the call
2028
2029 2004-08-16  Wim Taymans  <wim@fluendo.com>
2030
2031         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2032         (gst_theora_enc_class_init), (theora_enc_sink_link),
2033         (theora_buffer_from_packet), (theora_enc_chain):
2034         Fix bug where buffers were not marked as keyframes
2035         correctly.
2036
2037 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2038
2039         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2040         (gst_lame_preset_get_type), (gst_lame_class_init):
2041         describe the enum values for vbr mode and presets more verbosely
2042
2043 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2044
2045         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
2046         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
2047         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
2048         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
2049         * ext/lame/gstlame.h:
2050         add preset property to lame so it can use lame presets
2051
2052 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2053
2054         * ext/lame/gstlame.c: (gst_lame_get_property):
2055         whoops forgot break, thanks teuf
2056
2057 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2058
2059         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
2060         (gst_lame_class_init), (gst_lame_src_getcaps),
2061         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
2062         (gst_lame_get_property), (gst_lame_setup):
2063         * ext/lame/gstlame.h:
2064         fix lame's broken vbr stuff, allow it to resample if need be, and also 
2065         make xing header optional
2066
2067 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2068
2069         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
2070         added getcaps function so samplerate doesnt get fixated to silly values
2071
2072 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2073
2074         * ext/lame/gstlame.c: (gst_lame_src_link):
2075         revert previous fix
2076
2077 2004-08-12  Johan Dahlin  <johan@gnome.org>
2078
2079         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
2080         checks. Doesn't matter what state we are in. Interfaces are a
2081         compile time thing, not runtime. It also broke the python bindings.
2082
2083 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2084
2085         * ext/lame/gstlame.c: (gst_lame_src_link):
2086         made source pad link function check if sinkpad is ok..fixes the problem
2087         where core fixates the output rate of lame stupidly
2088
2089 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
2090
2091         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
2092         * sys/v4l/v4l_calls.c:
2093         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
2094           fix fixate function to handle nonsimple caps.
2095           remove bogus check in _link
2096           cleanups
2097
2098 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2099
2100         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
2101         set default compression ratio parameter to 0.0 so bitrate parameter
2102         works :)
2103
2104 2004-08-11  David Schleef  <ds@schleef.org>
2105
2106         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
2107
2108 2004-08-11  David Schleef  <ds@schleef.org>
2109
2110         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
2111         before.
2112
2113 2004-08-11  David Schleef  <ds@schleef.org>
2114
2115         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
2116
2117 2004-08-11  David Schleef  <ds@schleef.org>
2118
2119         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
2120           license field
2121         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
2122         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
2123           LGPL.
2124         * gst/auparse/gstauparse.c: Fix plugin license field.
2125         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
2126         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
2127         * gst/rtp/gstrtp.c: Fix plugin license field.
2128
2129 2004-08-11  Wim Taymans  <wim@fluendo.com>
2130
2131         * gst/tcp/Makefile.am:
2132         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
2133         (ensure_size), (gst_fdset_new), (gst_fdset_free),
2134         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
2135         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
2136         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
2137         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
2138         (gst_fdset_fd_can_write), (gst_fdset_wait):
2139         * gst/tcp/gstfdset.h:
2140         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2141         (gst_multifdsink_class_init), (gst_multifdsink_init),
2142         (gst_multifdsink_add), (gst_multifdsink_remove),
2143         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2144         (gst_multifdsink_remove_client_link),
2145         (gst_multifdsink_handle_client_read),
2146         (gst_multifdsink_client_queue_data),
2147         (gst_multifdsink_client_queue_caps),
2148         (gst_multifdsink_client_queue_buffer),
2149         (gst_multifdsink_handle_client_write),
2150         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2151         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2152         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
2153         (gst_multifdsink_close):
2154         * gst/tcp/gstmultifdsink.h:
2155         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
2156         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
2157         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
2158         (gst_tcpserversink_close):
2159         * gst/tcp/gsttcpserversink.h:
2160         Abstracted away the select call, implemented poll (yes we ran into
2161         the 1024 limit in production).
2162
2163 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
2164
2165         * gst/tcp/gsttcp.c:
2166         * gst/tcp/gsttcpplugin.c:
2167           improve debuggging, remove assert
2168
2169 2004-08-10  Wim Taymans  <wim@fluendo.com>
2170
2171         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
2172         (gst_client_status_get_type), (gst_multifdsink_class_init),
2173         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
2174         (gst_multifdsink_handle_client_read),
2175         (gst_multifdsink_handle_client_write),
2176         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
2177         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
2178         (gst_multifdsink_get_property):
2179         * gst/tcp/gstmultifdsink.h:
2180         * gst/tcp/gsttcp-marshal.list:
2181         Starting to prepare for specifying buffer time in other units
2182         than buffers. Expose remove reason in signal.
2183
2184 2004-08-10  Wim Taymans  <wim@fluendo.com>
2185
2186         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
2187         (gst_multifdsink_remove), (gst_multifdsink_clear),
2188         (gst_multifdsink_remove_client_link),
2189         (gst_multifdsink_handle_client_read),
2190         (gst_multifdsink_client_queue_data),
2191         (gst_multifdsink_client_queue_buffer),
2192         (gst_multifdsink_handle_client_write),
2193         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
2194         (gst_multifdsink_chain), (gst_multifdsink_close):
2195         * gst/tcp/gstmultifdsink.h:
2196         Added more debugging info. Changed the way clients are 
2197         removed from the lists. Fixed a bug where a bad file descriptor
2198         could cause many clients to be removed.
2199
2200 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2201
2202         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
2203           allow all pixel-aspect-ratios, not just 1:1
2204
2205 2004-08-09  David Schleef  <ds@schleef.org>
2206
2207         * sys/glsink/ARB_multitexture.h:  Remove old files.
2208         * sys/glsink/EXT_paletted_texture.h:
2209         * sys/glsink/NV_register_combiners.h:
2210         * sys/glsink/gstgl_nvimage.c:
2211         * sys/glsink/gstgl_pdrimage.c:
2212         * sys/glsink/gstgl_rgbimage.c:
2213         * sys/glsink/gstglsink.c:
2214         * sys/glsink/gstglsink.h:
2215         * sys/glsink/gstglxwindow.c:
2216         * sys/glsink/regcomb_yuvrgb.c:
2217
2218 2004-08-09  David Schleef  <ds@schleef.org>
2219
2220         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
2221         GL sink plugin.  (Bug #147302)
2222
2223         * configure.ac: Test for OpenGL
2224         * sys/Makefile.am: Use test for OpenGL
2225         * sys/glsink/Makefile.am:
2226         * sys/glsink/glimagesink.c: rewrite
2227         * sys/glsink/glimagesink.h: rewrite
2228
2229 2004-08-09  David Schleef  <ds@schleef.org>
2230
2231         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
2232         sane framerates.
2233         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
2234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
2235         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
2236
2237 2004-08-09  Wim Taymans  <wim@fluendo.com>
2238
2239         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2240         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2241         (gst_multifdsink_client_remove),
2242         (gst_multifdsink_handle_client_read),
2243         (gst_multifdsink_handle_client_write),
2244         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2245         Do a bit more logging, make the client_read code more robust.
2246
2247 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2248
2249         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
2250         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
2251         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
2252         (gst_jpegdec_init), (gst_jpegdec_chain):
2253         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
2254         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
2255           cleanups, debugging fixes and memleak plugging
2256
2257 2004-08-09  Wim Taymans  <wim@fluendo.com>
2258
2259         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2260         (theora_get_formats), (theora_dec_src_convert),
2261         (theora_dec_sink_convert), (theora_dec_src_query),
2262         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
2263         (theora_dec_change_state):
2264         Don't crash on missing header packets.
2265
2266 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2267
2268         * po/LINGUAS:
2269         * po/sq.po:
2270           Added Albanian translation (Laurent Dhima)
2271         * po/cs.po:
2272           updated
2273
2274 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2275
2276         * ext/lame/gstlame.c:
2277           fix/add debugging
2278
2279 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
2280
2281         * sys/ximage/ximagesink.c:
2282         * sys/xvimage/xvimagesink.c:
2283           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
2284
2285 2004-08-06  Wim Taymans  <wim@fluendo.com>
2286
2287         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2288         (gst_multifdsink_add), (gst_multifdsink_get_stats),
2289         (gst_multifdsink_client_remove),
2290         (gst_multifdsink_handle_client_read),
2291         (gst_multifdsink_handle_client_write),
2292         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2293         Make sure we don't try to read more from a client that what 
2294         ioctl says us or we deadlock.
2295
2296 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2297
2298         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
2299         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
2300         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
2301           decouple running_time and n_frames so it can handle changing
2302           framerate while running
2303
2304 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
2305
2306         * po/nl.po:
2307         * po/sv.po:
2308           updated translations
2309
2310 2004-08-04  Benjamin Otte  <otte@gnome.org>
2311
2312         * gst/videotestsrc/gstvideotestsrc.c:
2313         (gst_videotestsrc_get_capslist), (generate_capslist),
2314         (plugin_init):
2315           generate the list of supported caps at startup and reuse it instead
2316           of always generating it
2317
2318 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2319
2320         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
2321           whoops, last checkin broke normal build
2322
2323 2004-08-03  Benjamin Otte  <otte@gnome.org>
2324
2325         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
2326         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
2327         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
2328         (gst_alsa_mixer_get_option):
2329         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
2330         (dvdnavsrc_print_event):
2331         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
2332         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
2333         (gst_ogg_mux_pad_unlink):
2334         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
2335         (gst_multipart_mux_pad_unlink):
2336         * gst/videofilter/gstvideobalance.c:
2337         (gst_videobalance_colorbalance_set_value):
2338         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
2339         (gst_videomixer_pad_unlink):
2340         * po/uk.po:
2341         * sys/oss/gstossmixer.c:
2342         * sys/v4l/gstv4lcolorbalance.c:
2343         * sys/v4l/gstv4ltuner.c:
2344         * sys/v4l/v4lsrc_calls.c:
2345         * sys/v4l2/gstv4l2colorbalance.c:
2346         * sys/v4l2/gstv4l2tuner.c:
2347           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
2348
2349 2004-08-03  Benjamin Otte  <otte@gnome.org>
2350
2351         * examples/dynparams/filter.c: (ui_control_create):
2352         * examples/gstplay/player.c: (print_tag):
2353         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
2354         * ext/gdk_pixbuf/gstgdkanimation.c:
2355         (gst_gdk_animation_iter_may_advance):
2356         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
2357         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
2358         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
2359         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
2360         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
2361         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
2362         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
2363         * gst/sine/demo-dparams.c: (main):
2364         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
2365         * testsuite/alsa/formats.c: (create_pipeline):
2366         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
2367           fixes for G_DISABLE_ASSERT and friends
2368         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
2369         (mp3_type_frame_length_from_header), (mp3_type_find),
2370         (plugin_init):
2371           require mp3 typefinding to have at least MIN_HEADERS valid headers
2372           add typefinding for AAC adts files
2373
2374 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
2375
2376         * sys/ximage/ximagesink.c:
2377         (gst_ximagesink_calculate_pixel_aspect_ratio):
2378         * sys/xvimage/xvimagesink.c:
2379         (gst_xvimagesink_calculate_pixel_aspect_ratio):
2380         Make sure we calculate pixel-aspect-ratio using floating point maths
2381
2382 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2383
2384         * po/uk.po:
2385           updated translation
2386
2387 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
2388
2389         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
2390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
2391           add debugging for display PAR calculation
2392
2393 2004-08-02  David Schleef  <ds@schleef.org>
2394
2395         * configure.ac: Fix mikmod CFLAGS.
2396
2397 2004-07-27  Benjamin Otte  <otte@gnome.org>
2398
2399         * gst/audioscale/gstaudioscale.c:
2400         - fix templates to only support S16, it's the only format that works
2401         - make caps nego code use try_set_caps_nonfixed and fixation instead
2402         of try_set_caps twice, which is not nice for autopluggers
2403         - change rank to secondary, so autopluggers can pick it up after
2404         audioconvert
2405
2406 2004-08-02  Iain <iain@prettypeople.org>
2407
2408         * gst/interleave/interleave.c (interleave_init),
2409         (interleave_request_new_pad),
2410         (interleave_pad_removed),
2411         (interleave_buffered_loop): Use the real pad count, not the artificial
2412         one.
2413
2414 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2415
2416         * configure.ac: bump nano back to development
2417
2418 === release 0.8.3 ===
2419
2420 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2421
2422         * configure.ac: releasing 0.8.3, "Water"
2423
2424 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2425
2426         * sys/xvimage/xvimagesink.c:
2427         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2428         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
2429         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
2430         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2431         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2432         * sys/xvimage/xvimagesink.h:
2433           apply similar PAR fixes as to ximagesink
2434
2435 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
2436
2437         patch from: Benjamin Otte
2438
2439         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
2440           add link function to lame.  Fixes #148986.
2441
2442 2004-08-02  Johan Dahlin  <johan@gnome.org>
2443
2444         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
2445         fix debugging log
2446
2447 2004-07-30  David Schleef  <ds@schleef.org>
2448
2449         * gst/videomixer/Makefile.am: Fix things that should have been
2450         fixed in the last checkin.
2451
2452 2004-07-30  David Schleef  <ds@schleef.org>
2453
2454         * gst/multipart/Makefile.am: Fix things that should have been
2455         fixed in the last checkin.
2456
2457 2004-07-30  David Schleef  <ds@schleef.org>
2458
2459         * testsuite/multifilesink/Makefile.am: Fix unused variable.
2460
2461 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2462
2463         * configure.ac:
2464           bump nano for prerelease
2465         * po/af.po:
2466         * po/az.po:
2467         * po/cs.po:
2468         * po/en_GB.po:
2469         * po/hu.po:
2470         * po/nl.po:
2471         * po/sr.po:
2472         * po/sv.po:
2473         * po/uk.po:
2474           updates
2475
2476 2004-07-30  Wim Taymans  <wim@fluendo.com>
2477
2478         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
2479         (gst_multifdsink_add), (gst_multifdsink_remove),
2480         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
2481         (gst_multifdsink_client_remove),
2482         (gst_multifdsink_handle_client_write),
2483         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
2484         * gst/tcp/gstmultifdsink.h:
2485         Recover from a select with a bad file descriptor by removing
2486         the client.
2487
2488 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
2489
2490         * configure.ac:
2491           fix requirement of core
2492         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
2493         (gst_play_pipeline_setup):
2494           don't use colorspace element.  do use hermescolorspace element.
2495           make macro to get a colorspace element.
2496           mark strings for translation.
2497         * po/POTFILES.in:
2498           add play.c
2499         * po/af.po:
2500         * po/az.po:
2501         * po/cs.po:
2502         * po/en_GB.po:
2503         * po/hu.po:
2504         * po/nl.po:
2505         * po/sr.po:
2506         * po/sv.po:
2507         * po/uk.po:
2508           update translations
2509
2510 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2511
2512         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
2513         fix default for newmedia flag
2514
2515 2004-07-30  Wim Taymans  <wim@fluendo.com>
2516
2517         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
2518         (gst_theora_dec_init), (theora_get_formats),
2519         (theora_dec_src_convert), (theora_dec_sink_convert),
2520         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2521         (theora_dec_chain), (theora_dec_set_property),
2522         (theora_dec_get_property):
2523         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
2524         (gst_theora_enc_class_init), (gst_theora_enc_init),
2525         (theora_enc_sink_link), (theora_enc_chain),
2526         (theora_enc_set_property), (theora_enc_get_property):
2527         Added cropping option to theora decoder.
2528         Added border option to theora encoder.
2529
2530 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2531
2532         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2533         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2534         (gst_pngenc_set_property):
2535         * ext/libpng/gstpngenc.h:
2536         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
2537
2538 2004-07-30  Wim Taymans  <wim@fluendo.com>
2539
2540         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
2541         (theora_enc_sink_link), (theora_enc_chain),
2542         (theora_enc_set_property), (theora_enc_get_property):
2543         Fix encoding of non-multiple-of-16 video.
2544
2545 2004-07-29  David Schleef  <ds@schleef.org>
2546
2547         * configure.ac: make test for audiofile more strict
2548
2549 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
2550
2551         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2552           give different names to typefind functions
2553
2554 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2555
2556         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2557         (gst_ximagesink_calculate_pixel_aspect_ratio),
2558         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
2559         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
2560         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
2561         (gst_ximagesink_get_property), (gst_ximagesink_init):
2562         * sys/ximage/ximagesink.h:
2563           allocate PAR's dynamically.
2564           use autodetected PAR if no object-set PAR is given.
2565           add workaround for directfb's X not setting physical size.
2566           fix to xvimagesink will follow tomorrow.
2567
2568 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2569
2570         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
2571         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
2572         (gst_shout2send_get_type), (gst_shout2send_set_clock),
2573         (gst_shout2send_class_init), (gst_shout2send_init),
2574         (set_shout_metadata), (gst_shout2send_set_metadata),
2575         (gst_shout2send_chain), (gst_shout2send_set_property),
2576         (gst_shout2send_get_property), (gst_shout2send_connect),
2577         (gst_shout2send_change_state):
2578         * ext/shout2/gstshout2.h:
2579         - fix for sending mp3 audio to icecast2 server, if pad link function not
2580         called before PAUSED state
2581         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
2582         - added tagging support for mp3 audio broadcasted
2583         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
2584         debug info
2585
2586 2004-07-28  Wim Taymans  <wim@fluendo.com>
2587
2588         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
2589         (gst_ogg_demux_push):
2590         Return query failure when we don't know the length of
2591         an ogg stream insteda of returning TRUE with a bogus value.
2592
2593 2004-07-28  Wim Taymans  <wim@fluendo.com>
2594
2595         * ext/theora/theoradec.c: (theora_get_formats),
2596         (theora_dec_src_convert), (theora_dec_sink_convert),
2597         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2598         (theora_dec_chain):
2599         Don't screw up the 1 Chroma for 1 luma sample situation when we
2600         have an odd offset/width by adding a black border in those cases.
2601
2602 2004-07-28  Wim Taymans  <wim@fluendo.com>
2603
2604         * ext/theora/theoradec.c: (theora_get_formats),
2605         (theora_dec_src_convert), (theora_dec_sink_convert),
2606         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
2607         (theora_dec_chain):
2608         * ext/theora/theoraenc.c: (theora_enc_sink_link):
2609         Added first attempt at cropping of the image as required by the 
2610         theora spec. We need more properties in the caps (offset_x,
2611         offset_y,stride) to implement this correctly.
2612
2613 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
2614
2615         * ext/dvdnav/README:
2616           Update the README to use dvddemux
2617         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
2618           Ensure getcaps returns a subset of the template caps
2619         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
2620         (gst_mpeg2subt_init):
2621           Ensure getcaps returns a subset of the template caps
2622         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
2623         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
2624         (gst_dvd_demux_get_subpicture_stream),
2625         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
2626         * gst/mpegstream/gstdvddemux.h:
2627           Set the explicit caps on the current_video pad before pushing
2628           anything
2629         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2630         (gst_mpeg_demux_get_audio_stream):
2631           Free caps used to gst_pad_set_explicit_caps, which takes a const
2632           GstCaps *
2633
2634 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
2635
2636         * configure.ac: update GStreamer requirement to 0.8.4 because of
2637           GstFraction.
2638
2639 2004-07-28  Wim Taymans  <wim@fluendo.com>
2640
2641         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
2642         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
2643         Add the pad to the element after setting up the caps. This
2644         makes it a lot easier to autoplug.
2645
2646 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2647
2648         * gst/median/gstmedian.c:
2649         * gst/mpeg2subt/gstmpeg2subt.c:
2650         * gst/mpegaudioparse/gstmpegaudioparse.c:
2651         * gst/mpegstream/gstdvddemux.c:
2652         * gst/mpegstream/gstmpegdemux.c:
2653         * gst/mpegstream/gstmpegpacketize.c:
2654         * gst/rtjpeg/gstrtjpeg.c:
2655         * gst/rtjpeg/gstrtjpegdec.c:
2656         * gst/rtjpeg/gstrtjpegenc.c:
2657         * gst/sine/gstsinesrc.c:
2658         * gst/smooth/gstsmooth.c:
2659         * gst/smpte/gstsmpte.c:
2660         * gst/smpte/gstsmpte.h:
2661         * gst/stereo/gststereo.c:
2662         * gst/videofilter/gstgamma.c:
2663         * gst/videofilter/gstvideobalance.c:
2664         * gst/videofilter/gstvideofilter.c:
2665         * gst/videofilter/gstvideoflip.c:
2666         * gst/videoscale/gstvideoscale.c:
2667         * gst/videoscale/videoscale.c:
2668         * gst/videotestsrc/gstvideotestsrc.c:
2669         * gst/videotestsrc/videotestsrc.c:
2670         * gst/wavenc/gstwavenc.c:
2671         * gst/wavparse/gstwavparse.c:
2672           fix local includes and 64 bits constants
2673
2674 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2675
2676         * win32/gst.sln:
2677         * gst-libs/gst/*/*.vcproj:
2678         * gst/*/*.vcproj:
2679           more working plugins
2680
2681 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2682
2683         * testsuite/alsa/Makefile.am:
2684         * testsuite/alsa/srcstate.c:
2685         add test for alsasrc changing state
2686
2687 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2688
2689         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
2690         (gst_silence_get):
2691         * gst/silence/gstsilence.h:
2692         fix silence generation for 16bit raw audio
2693
2694 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2695
2696         * gst/matroska/matroska-demux.c:
2697         (gst_matroska_demux_parse_metadata),
2698         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
2699         * gst/mpegaudio/common.c:
2700         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
2701         (gst_videoscale_getcaps), (gst_videoscale_link),
2702         (gst_videoscale_src_fixate), (gst_videoscale_init),
2703         (gst_videoscale_finalize):
2704         * gst/videoscale/gstvideoscale.h:
2705         * gst/videotestsrc/gstvideotestsrc.c:
2706         (gst_videotestsrc_get_capslist):
2707         * gst/wavenc/gstwavenc.c:
2708         * sys/oss/gstossmixer.c: (fill_labels):
2709         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
2710         (gst_ximagesink_handle_xevents),
2711         (gst_ximagesink_calculate_pixel_aspect_ratio),
2712         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
2713         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
2714         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
2715         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
2716         (gst_ximagesink_init), (gst_ximagesink_class_init):
2717         * sys/ximage/ximagesink.h:
2718         * sys/xvimage/xvimagesink.c:
2719         (gst_xvimagesink_calculate_pixel_aspect_ratio),
2720         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
2721         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
2722         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
2723         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
2724         * sys/xvimage/xvimagesink.h:
2725           first batch of pixel aspect ratio commits.
2726
2727 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2728
2729         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2730         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
2731         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
2732           handle stride, needs work if we want to move stride handling
2733           upstream, but works correctly for our purposes.
2734
2735 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2736
2737         * gst/videoscale/README:
2738           add testing examples
2739         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
2740         (gst_videoscale_chain):
2741         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2742         (gst_videoscale_get_size):
2743           add get_size function that handles stride like videotestsrc.
2744           fixes conversion for YUV formats for as much as I can test them.
2745
2746 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
2747
2748         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2749         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
2750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2751         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
2752         (gst_xvimagesink_xvimage_put):
2753           further cleanups, logging, error handling and synchronizing
2754
2755 2004-07-27  Wim Taymans  <wim@fluendo.com>
2756
2757         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
2758         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
2759         (gst_videomixer_pad_set_property),
2760         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
2761         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
2762         (gst_videomixer_class_init), (gst_videomixer_init),
2763         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
2764         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
2765         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
2766         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
2767         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
2768         (gst_videomixer_loop), (plugin_init):
2769         Be a nicer negotiation citizen and provide a getcaps function on
2770         the srcpad. This also fixes a crash when resizing.
2771
2772 2004-07-27  Julien MOUTTE  <julien@moutte.net>
2773
2774         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
2775         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
2776
2777 2004-07-27  Wim Taymans  <wim@fluendo.com>
2778
2779         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
2780         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
2781         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
2782         (gst_pngenc_set_property):
2783         * ext/libpng/gstpngenc.h:
2784         Added snapshot property to pngenc.
2785         removed g_print from pngdec
2786
2787 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
2788
2789         * gst/ac3parse/ac3parse.vcproj
2790         * gst/adder/adder.vcproj
2791         * gst/alpha/alpha.vcproj
2792         * gst/alpha/alphacolor.vcproj
2793         * gst/asfdemux/asf.vcproj
2794         * gst/audioconvert/audioconvert.vcproj
2795         * gst/audiorate/audiorate.vcproj
2796         * gst/audioscale/audioscale.vcproj
2797         * gst/auparse/auparse.vcproj
2798         * gst/avi/avi.vcproj
2799         * gst/cdxaparse/cdxaparse.vcproj
2800         * gst/chart/chart.vcproj
2801         * gst/colorspace/colorspace.vcproj
2802         * gst/cutter/cutter.vcproj
2803         * gst/debug/debug.vcproj
2804         * gst/debug/efence.vcproj
2805         * gst/debug/navigationtest.vcproj
2806         * gst/deinterlace/deinterlace.vcproj
2807         * gst/effectv/effectv.vcproj
2808         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
2809         * gst/filter/filter.vcproj
2810         * gst/flx/flxdec.vcproj
2811         * gst/goom/goom.vcproj
2812         * gst/interleave/interleave.vcproj
2813         * gst/law/alaw.vcproj
2814         * gst/law/mulaw.vcproj
2815         * gst/matroska/matroska.vcproj
2816         * gst/median/median.vcproj
2817         * gst/mixmatrix/mixmatrix.vcproj
2818         * gst/mpeg1sys/mpeg1systemencode.vcproj
2819         * gst/mpeg1videoparse/mp1videoparse.vcproj
2820         * gst/mpeg2sub/mpeg2subt.vcproj
2821         * gst/mpegaudio/mpegaudio.vcproj
2822         * gst/mpegaudioparse/mpegaudioparse.vcproj
2823         * gst/mpegstream/mpegstream.vcproj
2824         * gst/multifilesink/multifilesink.vcproj
2825         * gst/multipart/multipart.vcproj
2826         * gst/oneton/oneton.vcproj
2827         * gst/overlay/overlay.vcproj
2828         * gst/passthrough/passthrough.vcproj
2829         * gst/qtdemux/qtdemux.vcproj
2830         * gst/realmedia/rmdemux.vcproj
2831         * gst/rtjpeg/rtjpeg.vcproj
2832         * gst/rtp/rtp.vcproj
2833         * gst/silence/silence.vcproj
2834         * gst/sine/sinesrc.vcproj
2835         * gst/smooth/smooth.vcproj
2836         * gst/smpte/smpte.vcproj
2837         * gst/spectrum/spectrum.vcproj
2838         * gst/speed/speed.vcproj
2839         * gst/stereo/stereo.vcproj
2840         * gst/switch/switch.vcproj
2841         * gst/tags/tagedit.vcproj
2842         * gst/tcp/tcp.vcproj
2843         * gst/typefind/typefindfunctions.vcproj
2844         * gst/udp/udp.vcproj
2845         * gst/videobox/videobox.vcproj
2846         * gst/videocrop/videocrop.vcproj
2847         * gst/videodrop/videodrop.vcproj
2848         * gst/videofilter/gamma.vcproj
2849         * gst/videofilter/videobalance.vcproj
2850         * gst/videofilter/videofilter.vcproj
2851         * gst/videofilter/videoflip.vcproj
2852         * gst/videoflip/videoflip.vcproj
2853         * gst/videomixer/videomixer.vcproj
2854         * gst/videorate/videorate.vcproj
2855         * gst/videoscale/videoscale.vcproj
2856         * gst/videotestsrc/videotestsrc.vcproj
2857         * gst/virtualdub/virtualdub.vcproj
2858         * gst/volenv/volenv.vcproj
2859         * gst/volume/volume.vcproj
2860         * gst/wavenc/wavenc.vcproj
2861         * gst/wavparse/wavparse.vcproj
2862         * gst/y4m/y4menc.vcproj
2863         * gst-libs/gst/audio/audio.vcproj
2864         * gst-libs/gst/audio/audiofilter.vcproj
2865         * gst-libs/gst/colorbalance/colorbalance.vcproj
2866         * gst-libs/gst/idct/idtc.vcproj
2867         * gst-libs/gst/media-info/media-info.vcproj
2868         * gst-libs/gst/mixer/mixer.vcproj
2869         * gst-libs/gst/navigation/navigation.vcproj
2870         * gst-libs/gst/play/play.vcproj
2871         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
2872         * gst-libs/gst/resample/resample.vcproj
2873         * gst-libs/gst/riff/riff.vcproj
2874         * gst-libs/gst/tuner/tuner.vcproj
2875         * gst-libs/gst/video/video.vcproj
2876         * gst-libs/gst/xoverlay/xoverlay.vcproj
2877           avoid problems with math.h, fix release dependancy
2878           rename GStreamer-0.8.lib to libgstreamer.lib
2879
2880 2004-07-27  Julien MOUTTE  <julien@moutte.net>
2881
2882         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
2883         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
2884         the atom is not available we have to unlock the mutex. Fixes #148023
2885
2886 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2887
2888         * gst-libs/gst/media-info/media-info.h:
2889           issue for a vararg macro with MSVC
2890
2891 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2892
2893         * gst/effectv/effectv.vcproj
2894         * gst-libs/gst/idct/idct.vcproj:
2895         * gst-libs/gst/media-info/media-info.vcproj:
2896         * gst-libs/gst/navigation/navigation.vcproj:
2897         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
2898         * gst-libs/gst/video/video.vcproj:
2899         * gst-libs/gst/xoverlay/xoverlay.vcproj:
2900           fixes for build problems
2901
2902 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2903
2904         * gst-libs/gst/audio/audio.def:
2905         * gst-libs/gst/audio/riff.def:
2906           add some definitions needed by plugins
2907
2908 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2909
2910         * gst/asfdemux/gstasfmux.c
2911           Fix some 64 bits constants to be glib friendly
2912
2913 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2914
2915         * gst/ac3parse/gstac3parse.c
2916         * gst/audioscale/gstaudioscale.c
2917         * gst/auparse/gstauparse.c
2918         * gst/colorspace/gstcolorspace.c
2919         * gst/colorspace/yuv2rgb.h
2920           local include fixes
2921
2922 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2923
2924         * win32/gst.sln
2925           add more plugins to the build
2926
2927 2004-07-26  Julien MOUTTE  <julien@moutte.net>
2928
2929         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2930         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
2931
2932 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2933
2934         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
2935         (gst_level_set_property), (gst_level_get_property),
2936         (gst_level_base_init), (gst_level_class_init):
2937           add debugging categories.  cleanups.
2938
2939 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2940
2941         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
2942         (gst_videoscale_planar411), (gst_videoscale_planar400),
2943         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
2944         (gst_videoscale_scale_nearest_str1),
2945         (gst_videoscale_scale_nearest_str2),
2946         (gst_videoscale_scale_nearest_str4),
2947         (gst_videoscale_scale_nearest_16bit),
2948         (gst_videoscale_scale_nearest_24bit):
2949           fixed stride issues
2950           tested with 320x240 -> 321, 322, 324 x240
2951           tested with YV12, I420, YUY2, UYVY
2952           fixed packed422rev (don't think it could have worked before)
2953           by testing with UYVY
2954
2955 2004-07-26  Benjamin Otte  <otte@gnome.org>
2956
2957         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
2958         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
2959         (plugin_init):
2960           add debugging category, add error checks like checking return values
2961           of setup calls, make sure it still works after
2962           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
2963
2964 2004-07-26  Wim Taymans  <wim@fluendo.com>
2965
2966         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
2967         (gst_mpeg_demux_get_audio_stream),
2968         (gst_mpeg_demux_process_private):
2969         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
2970         Check for error codes from the negotiation functions. Make sure
2971         we really set the pad caps when a new pad is created.
2972
2973 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
2974
2975         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2976         (gst_ffmpeg_caps_to_pix_fmt):
2977         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
2978         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
2979         (gst_ffmpegcolorspace_pad_link):
2980           don't make function do two things at the same time without reason.
2981
2982 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
2983
2984         * gst/ac3parse/ac3parse.vcproj
2985         * gst/adder/adder.vcproj
2986         * gst/alpha/alpha.vcproj
2987         * gst/alpha/alphacolor.vcproj
2988         * gst/asfdemux/asf.vcproj
2989         * gst/audioconvert/audioconvert.vcproj
2990         * gst/audiorate/audiorate.vcproj
2991         * gst/audioscale/audioscale.vcproj
2992         * gst/auparse/auparse.vcproj
2993         * gst/avi/avi.vcproj
2994         * gst/cdxaparse/cdxaparse.vcproj
2995         * gst/chart/chart.vcproj
2996         * gst/colorspace/colorspace.vcproj
2997         * gst/cutter/cutter.vcproj
2998         * gst/debug/debug.vcproj
2999         * gst/debug/efence.vcproj
3000         * gst/debug/navigationtest.vcproj
3001         * gst/deinterlace/deinterlace.vcproj
3002         * gst/effectv/effectv.vcproj
3003         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
3004         * gst/filter/filter.vcproj
3005         * gst/flx/flxdec.vcproj
3006         * gst/goom/goom.vcproj
3007         * gst/interleave/interleave.vcproj
3008         * gst/law/alaw.vcproj
3009         * gst/law/mulaw.vcproj
3010         * gst/matroska/matroska.vcproj
3011         * gst/median/median.vcproj
3012         * gst/mixmatrix/mixmatrix.vcproj
3013         * gst/mpeg1sys/mpeg1systemencode.vcproj
3014         * gst/mpeg1videoparse/mp1videoparse.vcproj
3015         * gst/mpeg2sub/mpeg2subt.vcproj
3016         * gst/mpegaudio/mpegaudio.vcproj
3017         * gst/mpegaudioparse/mpegaudioparse.vcproj
3018         * gst/mpegstream/mpegstream.vcproj
3019         * gst/multifilesink/multifilesink.vcproj
3020         * gst/multipart/multipart.vcproj
3021         * gst/oneton/oneton.vcproj
3022         * gst/overlay/overlay.vcproj
3023         * gst/passthrough/passthrough.vcproj
3024         * gst/qtdemux/qtdemux.vcproj
3025         * gst/realmedia/rmdemux.vcproj
3026         * gst/rtjpeg/rtjpeg.vcproj
3027         * gst/rtp/rtp.vcproj
3028         * gst/silence/silence.vcproj
3029         * gst/sine/sinesrc.vcproj
3030         * gst/smooth/smooth.vcproj
3031         * gst/smpte/smpte.vcproj
3032         * gst/spectrum/spectrum.vcproj
3033         * gst/speed/speed.vcproj
3034         * gst/stereo/stereo.vcproj
3035         * gst/switch/switch.vcproj
3036         * gst/tags/tagedit.vcproj
3037         * gst/tcp/tcp.vcproj
3038         * gst/typefind/typefindfunctions.vcproj
3039         * gst/udp/udp.vcproj
3040         * gst/videobox/videobox.vcproj
3041         * gst/videocrop/videocrop.vcproj
3042         * gst/videodrop/videodrop.vcproj
3043         * gst/videofilter/gamma.vcproj
3044         * gst/videofilter/videobalance.vcproj
3045         * gst/videofilter/videofilter.vcproj
3046         * gst/videofilter/videoflip.vcproj
3047         * gst/videoflip/videoflip.vcproj
3048         * gst/videomixer/videomixer.vcproj
3049         * gst/videorate/videorate.vcproj
3050         * gst/videoscale/videoscale.vcproj
3051         * gst/videotestsrc/videotestsrc.vcproj
3052         * gst/virtualdub/virtualdub.vcproj
3053         * gst/volenv/volenv.vcproj
3054         * gst/volume/volume.vcproj
3055         * gst/wavenc/wavenc.vcproj
3056         * gst/wavparse/wavparse.vcproj
3057         * gst/y4m/y4menc.vcproj
3058           more plugins supported under windows
3059
3060 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
3061
3062         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3063         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
3064         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
3065         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3066         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
3067           Add debugging statements.  Use the sizes as returned by the
3068           *CreateImage calls.
3069
3070 2004-07-26  Johan Dahlin  <johan@gnome.org>
3071
3072         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
3073         the pad is negotiated.
3074
3075         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
3076
3077 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
3078
3079         * gst-libs/gst/colorbalance/colorbalance.vcproj:
3080         * gst-libs/gst/idct/idct.vcproj:
3081         * gst-libs/gst/media-info/media-info.vcproj:
3082         * gst-libs/gst/mixer/mixer.vcproj:
3083         * gst-libs/gst/navigation/navigation.vcproj:
3084         * gst-libs/gst/play/play.vcproj:
3085         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
3086         * gst-libs/gst/resample/resample.vcproj:
3087         * gst-libs/gst/tuner/tuner.vcproj:
3088         * gst-libs/gst/video/video.vcproj:
3089         * gst-libs/gst/xoverlay/xoverlay.vcproj:
3090           more plugins supported under windows
3091
3092 2004-07-25 Iain <iain@prettypeople.org>
3093
3094         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
3095         pad now rather than when the pad is created because state changes wipe
3096         explicit caps (fixes #148043).
3097
3098 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
3099
3100         reviewed by Benjamin Otte  <otte@gnome.org>
3101
3102         * ext/mad/gstmad.c:
3103           fix mad plugin crashing on Sun (fixes #148289)
3104
3105 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3106
3107         * gst/avi/avi.def:
3108         * gst/avi/avi.vcproj:
3109         * gst/matroska/matroska.def:
3110         * gst/matroska/matroska.vcproj:
3111           remove unused .def files
3112
3113 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3114
3115         * gst-libs/gst/audio/gstaudiofilter.c:
3116           Clean the local include
3117
3118 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3119
3120         * win32/gst.sln:
3121         * gst-libs/gst/audio/audio.def:
3122         * gst-libs/gst/audio/audio.vcproj:
3123         * gst-libs/gst/audio/audiofilter.vcproj:
3124         * gst-libs/gst/audio/riff.def:
3125         * gst-libs/gst/audio/riff.vcproj:
3126         * gst-libs/gst/gst-libs.def:
3127         * gst-libs/gst/gst-libs.vcproj:
3128         * gst/avi/avi.vcproj:
3129         * gst/avi/avi.vcproj:
3130           Copy the files where needed after building, cleaner projects
3131
3132 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
3133
3134         * gst/matroska/ebml-write.c:
3135           Fix some 64 bits constants to be glib friendly
3136
3137 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
3138
3139         * win32/gst.sln:
3140         * gst-libs/gst/gst-libs.def:
3141         * gst-libs/gst/gst-libs.vcproj:
3142         * gst/matroska/matroska.def:
3143         * gst/matroska/matroska.vcproj:
3144           Add the preliminary canvas to build plugins on Win32
3145
3146 2004-07-23  Benjamin Otte  <otte@gnome.org>
3147
3148         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
3149           don't enfore negotiation from source side, it breaks 
3150           sinesrc ! audioconvert ! osssink
3151
3152 2004-07-22  David Schleef  <ds@schleef.org>
3153
3154         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
3155         for ELF files, since they can easily be recognized as audio/mpeg.
3156         (bug #147441)
3157
3158 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3159
3160         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
3161         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
3162         (gst_videoscale_scale_nearest_24bit),
3163         (gst_videoscale_scale_nearest_16bit):
3164           fix 16bit and 24bit for stride (24bit might need testing)
3165           don't pretend we do more than one algorithm
3166
3167 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
3168
3169         * configure.ac:
3170         * gst/Makefile.am:
3171         * gst/multifilesink/Makefile.am:
3172         * gst/multifilesink/gstmultifilesink.c:
3173         (gst_multifilesink_get_formats),
3174         (gst_multifilesink_get_query_types), (_do_init),
3175         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
3176         (gst_multifilesink_init), (gst_multifilesink_dispose),
3177         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
3178         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
3179         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
3180         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
3181         (gst_multifilesink_chain), (gst_multifilesink_change_state),
3182         (gst_multifilesink_uri_get_type),
3183         (gst_multifilesink_uri_get_protocols),
3184         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
3185         (gst_multifilesink_uri_handler_init), (plugin_init):
3186         * gst/multifilesink/gstmultifilesink.h:
3187         * testsuite/Makefile.am:
3188         * testsuite/multifilesink/Makefile.am:
3189         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
3190         (gst_newmedia_class_init), (gst_newmedia_init),
3191         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
3192         (newfile_signal), (test_signal), (main):
3193         multifilesink plugin for creating new files every time a new media
3194         discontinuity event occurs
3195
3196 2004-07-22  Wim Taymans  <wim@fluendo.com>
3197
3198         * gst/alpha/Makefile.am:
3199         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
3200         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
3201         (gst_alpha_color_init), (gst_alpha_color_set_property),
3202         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
3203         (transform), (gst_alpha_color_chain),
3204         (gst_alpha_color_change_state), (plugin_init):
3205         Stupid plugin to to RGBA to AYUV conversion because none of
3206         the colorspace plugins can handle that yet.
3207
3208 2004-07-22  Wim Taymans  <wim@fluendo.com>
3209
3210         * examples/seeking/seek.c: (update_scale), (main):
3211         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3212         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3213         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3214         (gst_decode_bin_init), (gst_decode_bin_dispose),
3215         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3216         (no_more_pads), (close_link), (type_found),
3217         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3218         (plugin_init):
3219         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3220         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3221         (gst_play_base_bin_dispose), (queue_overrun),
3222         (gen_preroll_element), (remove_prerolls), (unknown_type),
3223         (no_more_pads), (new_stream), (setup_source),
3224         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3225         (play_base_eos), (gst_play_base_bin_change_state),
3226         (gst_play_base_bin_add_element),
3227         (gst_play_base_bin_remove_element),
3228         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3229         (gst_play_base_bin_unlink_stream),
3230         (gst_play_base_bin_get_streaminfo):
3231         * gst/playback/gstplaybin.c: (gen_video_element),
3232         (gen_audio_element):
3233         * gst/playback/gststreaminfo.h:
3234         More playback updates, attempt to fix things after the state change
3235         breakage.
3236
3237 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3238
3239         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
3240         (gst_videoscale_scale_nearest_16bit):
3241           comment algorithm
3242
3243 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
3244
3245         * gst/videotestsrc/gstvideotestsrc.c:
3246         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
3247         (gst_videotestsrc_init), (gst_videotestsrc_get),
3248         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
3249         (gst_videotestsrc_get_property):
3250         * gst/videotestsrc/gstvideotestsrc.h:
3251         * gst/videotestsrc/videotestsrc.c:
3252         * gst/videotestsrc/videotestsrc.h:
3253           cleanup and commenting
3254
3255 2004-07-21  Wim Taymans  <wim@fluendo.com>
3256
3257         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3258         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
3259         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
3260         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
3261         (_find_chain_get_unknown_part), (_find_streams_check),
3262         (gst_ogg_demux_push), (gst_ogg_pad_push):
3263         * ext/theora/theoradec.c: (theora_get_formats),
3264         (theora_dec_src_convert), (theora_dec_sink_convert),
3265         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
3266         (theora_dec_chain):
3267         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3268         (vorbis_dec_convert), (vorbis_dec_src_query),
3269         (vorbis_dec_src_event), (vorbis_dec_event):
3270         More seeking fixes, oggdemux now supports seeking to time and
3271         uses the downstream element to convert granulepos to time.
3272         Seeking in theora-only ogg files now works.
3273
3274 2004-07-21  Wim Taymans  <wim@fluendo.com>
3275
3276         * ext/theora/theoradec.c: (gst_theora_dec_init),
3277         (theora_get_formats), (theora_get_event_masks),
3278         (theora_get_query_types), (theora_dec_src_convert),
3279         (theora_dec_sink_convert), (theora_dec_src_query),
3280         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
3281         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
3282         (vorbis_get_event_masks), (vorbis_get_query_types),
3283         (gst_vorbis_dec_init), (vorbis_dec_convert),
3284         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
3285         Added query/convert/formats functions to vorbis and theora decoders
3286         so that the outside world can use them too. Fixed seeking on an
3287         ogg/theora/vorbis file by disabling the seeking seeking on the 
3288         theora srcpad.
3289
3290 2004-07-21  Julien MOUTTE  <julien@moutte.net>
3291
3292         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
3293         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
3294         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
3295         images creation for both elements. We don't create the image on caps
3296         nego or renego, we just destroy the internal one if present if it does
3297         not match the needs. The chain function takes care of creating a new
3298         image when needed.
3299         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
3300         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
3301         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
3302         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
3303         the image format information. The buffer pool checks for the context
3304         image format and discard images with different formats.
3305         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
3306
3307 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
3308
3309         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3310         (gst_ffmpegcolorspace_chain):
3311           no point in doing any chaining if the pad we want to push from
3312           isn't usable.
3313
3314 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3315
3316         * gst-libs/gst/riff/riff-media.c:
3317         (gst_riff_create_audio_caps_with_data):
3318           Fix double end-to-native symbol conversion (#148021).
3319
3320 2004-07-20  David Schleef  <ds@schleef.org>
3321
3322         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
3323         Don't use an Atom that doesn't exist.
3324
3325 2004-07-20  Wim Taymans  <wim@fluendo.com>
3326
3327         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3328         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3329         (gst_multifdsink_client_remove),
3330         (gst_multifdsink_handle_client_write),
3331         (gst_multifdsink_queue_buffer):
3332         * gst/tcp/gstmultifdsink.h:
3333         More multifdsink stats. Avoid deadlock by releasing locks
3334         before sending out a signal.
3335
3336 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
3337
3338         * po/LINGUAS:
3339         * po/hu.po:
3340           added Hungarian translation (Laszlo Dvornik)
3341
3342 2004-07-20  Wim Taymans  <wim@fluendo.com>
3343
3344         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3345         (gst_multifdsink_add), (gst_multifdsink_client_remove),
3346         (gst_multifdsink_handle_client_write),
3347         (gst_multifdsink_queue_buffer):
3348         * gst/tcp/gsttcp-marshal.list:
3349         Fixed the stupid marshal definition.
3350
3351 2004-07-20  Wim Taymans  <wim@fluendo.com>
3352
3353         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3354         (gst_multifdsink_init), (gst_multifdsink_add),
3355         (gst_multifdsink_client_remove),
3356         (gst_multifdsink_handle_client_write),
3357         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
3358         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
3359         (gst_multifdsink_init_send):
3360         * gst/tcp/gstmultifdsink.h:
3361         Added more stats, added timeout for a client, fixed some typos
3362         and added some comments.
3363
3364 2004-07-20  Wim Taymans  <wim@fluendo.com>
3365
3366         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
3367         (gst_multifdsink_add), (gst_multifdsink_get_stats),
3368         (gst_multifdsink_client_remove),
3369         (gst_multifdsink_handle_client_write):
3370         * gst/tcp/gstmultifdsink.h:
3371         * gst/tcp/gsttcp-marshal.list:
3372         Added get_stats method that returns a GValueArray of
3373         stats values.
3374
3375 2004-07-19  Benjamin Otte  <otte@gnome.org>
3376
3377         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
3378           make sure longname, description and author are valid UTF-8
3379
3380 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
3381
3382         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
3383         (gst_ximagesink_set_property):
3384         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
3385         (gst_xvimagesink_set_property):
3386           make sure SYNCHRONOUS is respected after getting the X context
3387
3388 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3389
3390         * gst/matroska/matroska-demux.c:
3391         (gst_matroska_demux_handle_src_event),
3392         (gst_matroska_demux_parse_blockgroup):
3393         * gst/matroska/matroska-ids.h:
3394           add BlockReference tag and ignore it to clear out log.
3395           ignore NAVIGATION events to clear out log.
3396
3397 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
3398
3399         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
3400         (gst_matroska_demux_add_stream):
3401         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
3402           add debug categories
3403
3404 2004-07-16  Wim Taymans  <wim@fluendo.com>
3405
3406         * ext/libpng/Makefile.am:
3407         * ext/libpng/gstpng.c: (plugin_init):
3408         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
3409         (gst_pngdec_get_type), (gst_pngdec_base_init),
3410         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
3411         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
3412         * ext/libpng/gstpngdec.h:
3413         Added png decoder.
3414
3415 2004-07-16  Julien MOUTTE  <julien@moutte.net>
3416
3417         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
3418         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
3419         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
3420         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
3421         (gst_ximagesink_buffer_alloc):
3422         * sys/ximage/ximagesink.h:
3423         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3424         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
3425         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
3426         (gst_xvimagesink_buffer_alloc):
3427         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
3428         again. Using internal data pointer of the x(v)image to store image's
3429         data to be coherent with the buffer alloc mechanism. Investigated the
3430         image destruction code to be sure that everything gets freed correctly.
3431
3432 2004-07-16  Wim Taymans  <wim@fluendo.com>
3433
3434         * gst-libs/gst/riff/riff-read.c:
3435         (gst_riff_read_strf_vids_with_data),
3436         (gst_riff_read_strf_auds_with_data):
3437         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3438         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
3439         Make sure we don't create 0 sized subbuffers in riff-read.
3440         Signal the no more pads signal after reading the avi header.
3441
3442 2004-07-16  Wim Taymans  <wim@fluendo.com>
3443
3444         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3445         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
3446         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
3447         (gst_decode_bin_init), (gst_decode_bin_dispose),
3448         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3449         (no_more_pads), (close_link), (type_found),
3450         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3451         (gst_decode_bin_change_state), (plugin_init):
3452         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3453         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3454         (gst_play_base_bin_dispose), (queue_overrun),
3455         (gen_preroll_element), (remove_prerolls), (unknown_type),
3456         (no_more_pads), (new_stream), (setup_source),
3457         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
3458         (play_base_eos), (gst_play_base_bin_change_state),
3459         (gst_play_base_bin_add_element),
3460         (gst_play_base_bin_remove_element),
3461         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3462         (gst_play_base_bin_unlink_stream),
3463         (gst_play_base_bin_get_streaminfo):
3464         * gst/playback/gstplaybasebin.h:
3465         Better error recovery. Added configurable preroll queue size. Faster
3466         detection of no-more-pads.
3467
3468 2004-07-16  Wim Taymans  <wim@fluendo.com>
3469
3470         * gst-libs/gst/video/video.h:
3471         Added 32 bits RGBA. Not sure if we should use another mime-type
3472         for alpha rgb. Currently the presence of the alpha_mask property
3473         signals an alpha channel.
3474
3475 2004-07-16  Wim Taymans  <wim@fluendo.com>
3476
3477         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
3478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3479         FPS seems to be 0.0 to MAX everywhere else.
3480
3481 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
3482
3483         * gst-libs/gst/riff/riff-media.c:
3484         (gst_riff_create_video_caps_with_data):
3485           mp42/mp43 (no caps) exist too.
3486         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
3487           Set pixel_width/height; we've got them in-caps.
3488         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3489         * gst/wavparse/gstwavparse.c: (plugin_init):
3490           Both are valid primary.
3491         * sys/oss/gstossmixer.c:
3492           Remove i18n hack and enable translations.
3493
3494 2004-07-15  Benjamin Otte  <otte@gnome.org>
3495
3496         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3497         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
3498           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
3499
3500 2004-07-15  Benjamin Otte  <otte@gnome.org>
3501
3502         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
3503         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
3504         (gst_alsa_close_audio):
3505           disable some of the debugging code for now. Writing debugging to a
3506           buffer is broken in current alsalib releases.
3507
3508 2004-07-12  Benjamin Otte  <otte@gnome.org>
3509
3510         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
3511           use bufferpools
3512
3513 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
3514
3515         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
3516         (theora_dec_src_query), (theora_dec_event):
3517         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3518           add debugging categories.  Remove \n's.
3519
3520 2004-07-13  Johan Dahlin  <johan@gnome.org>
3521
3522         * gst/playback/gstplaybin.c (gst_play_bin_set_property) 
3523         (gst_play_bin_get_property): Impl.
3524
3525 2004-07-13  Wim Taymans  <wim@fluendo.com>
3526
3527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
3528         When trying to find the stream length, seek back N pages
3529         instead of just one, where N is the number of streams in 
3530         the current chain.
3531
3532 2004-07-13  Wim Taymans  <wim@fluendo.com>
3533
3534         * gst-libs/gst/riff/riff-media.c:
3535         (gst_riff_create_audio_caps_with_data),
3536         (gst_riff_create_audio_caps),
3537         (gst_riff_create_audio_template_caps):
3538         * gst-libs/gst/riff/riff-media.h:
3539         * gst-libs/gst/riff/riff-read.c:
3540         (gst_riff_read_strf_vids_with_data),
3541         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
3542         * gst-libs/gst/riff/riff-read.h:
3543         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
3544         (gst_avi_demux_add_stream):
3545         Set codec_data on caps for avidemuxer.
3546
3547 2004-07-12  David Schleef  <ds@schleef.org>
3548
3549         * configure.ac: Fix test for Objective C
3550
3551 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
3552         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
3553         (gst_gdk_pixbuf_chain):
3554           Add svg and pcx to template caps, and ensure that getcaps returns a
3555           subset of the template caps.
3556           Copy each row manually for output, as gdkpixbuf may pad the
3557           rowstride to a 32-bit word boundary.
3558
3559 2004-07-12  Wim Taymans  <wim@fluendo.com>
3560
3561         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3562         (gst_riff_create_video_template_caps):
3563         Fix the template caps to include some more media types.
3564
3565 2004-07-12  Wim Taymans  <wim@fluendo.com>
3566
3567         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3568         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3569         (compare_ranks), (print_feature), (gst_decode_bin_init),
3570         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3571         (try_to_link_1), (new_pad), (close_link), (type_found),
3572         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3573         (gst_decode_bin_change_state), (plugin_init):
3574         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3575         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3576         (gst_play_base_bin_dispose), (queue_overrun),
3577         (gen_preroll_element), (remove_prerolls), (no_more_pads),
3578         (new_stream), (setup_source), (gst_play_base_bin_set_property),
3579         (gst_play_base_bin_get_property), (play_base_eos),
3580         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3581         (gst_play_base_bin_remove_element),
3582         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3583         (gst_play_base_bin_unlink_stream),
3584         (gst_play_base_bin_get_streaminfo):
3585         * gst/playback/gstplaybasebin.h:
3586         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3587         (gst_play_bin_class_init), (gst_play_bin_init),
3588         (gst_play_bin_dispose), (gst_play_bin_set_property),
3589         (gst_play_bin_get_property), (gen_video_element),
3590         (gen_audio_element), (remove_sinks), (setup_sinks),
3591         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
3592         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3593         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3594         (gst_play_bin_query), (plugin_init):
3595         * gst/playback/test4.c: (main):
3596         More fixes on reusing of the element.
3597
3598 2004-07-11  Benjamin Otte  <otte@gnome.org>
3599
3600         * ext/mad/gstmad.c: (normal_seek):
3601           allow seeking for other methods than just SET
3602
3603 2004-07-11  Andy Wingo  <wingo@pobox.com>
3604
3605         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
3606         float, "any" caps -> buffer_frames=[0,MAX].
3607
3608         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
3609         doesn't intersect our caps with the template any more. Do it
3610         ourselves.
3611         (interleave_buffered_loop): Use g_newa instead of malloc/free.
3612
3613 2004-07-09  Wim Taymans  <wim@fluendo.com>
3614
3615         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3616         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3617         (compare_ranks), (print_feature), (gst_decode_bin_init),
3618         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3619         (try_to_link_1), (new_pad), (close_link), (type_found),
3620         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3621         (gst_decode_bin_change_state), (plugin_init):
3622         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3623         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3624         (gst_play_base_bin_dispose), (queue_overrun),
3625         (gen_preroll_element), (remove_prerolls), (no_more_pads),
3626         (new_stream), (setup_source), (gst_play_base_bin_set_property),
3627         (gst_play_base_bin_get_property), (play_base_eos),
3628         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
3629         (gst_play_base_bin_remove_element),
3630         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3631         (gst_play_base_bin_unlink_stream),
3632         (gst_play_base_bin_get_streaminfo):
3633         * gst/playback/gstplaybasebin.h:
3634         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3635         (gst_play_bin_class_init), (gst_play_bin_init),
3636         (gst_play_bin_dispose), (gst_play_bin_set_property),
3637         (gst_play_bin_get_property), (gen_video_element),
3638         (gen_audio_element), (remove_sinks), (setup_sinks),
3639         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
3640         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3641         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3642         (gst_play_bin_query), (plugin_init):
3643         * gst/playback/test4.c: (main):
3644         Work on object reuse and seeking.
3645
3646 2004-07-09  Wim Taymans  <wim@fluendo.com>
3647
3648         * examples/seeking/seek.c: (iterate):
3649         Don't consume all CPU in the idle loop.
3650
3651 2004-07-09  Wim Taymans  <wim@fluendo.com>
3652
3653         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
3654         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
3655         Add pad to element *after* setting the pad functions so that
3656         the scheduler can use the correct ones.
3657
3658 2004-07-09  Wim Taymans  <wim@fluendo.com>
3659
3660         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
3661         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
3662         Sync to keyframe after seek
3663
3664 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3665
3666         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
3667         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
3668         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
3669         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
3670         * ext/libvisual/visual.c: (gst_visual_change_state):
3671         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
3672         * ext/theora/theoradec.c: (theora_dec_change_state):
3673         * ext/theora/theoraenc.c: (theora_enc_change_state):
3674         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
3675         * gst-libs/gst/navigation/navigation.c:
3676         * gst/adder/gstadder.c: (gst_adder_change_state):
3677         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
3678         (gst_audio_convert_get_buffer):
3679         * gst/multipart/multipartdemux.c:
3680         (gst_multipart_demux_change_state):
3681         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
3682         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
3683         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
3684         * gst/videoscale/gstvideoscale.c:
3685         (gst_videoscale_handle_src_event):
3686         * gst/volume/gstvolume.c: (volume_chain_int16):
3687           don't assert in state change, this should be done by the base
3688           GstElement class.
3689           various debugging fixes.
3690
3691 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3692
3693         * configure.ac:
3694         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3695         (gst_play_dispose), (gst_play_set_location),
3696         (gst_play_set_data_src), (gst_play_set_video_sink),
3697         (gst_play_set_audio_sink), (gst_play_set_visualization),
3698         (gst_play_connect_visualization), (gst_play_get_sink_element),
3699         (gst_play_get_all_by_interface):
3700         * gst-libs/gst/play/play.h:
3701           add new method to get elements implementing an interface.
3702           add various error logging
3703
3704 2004-07-08  Wim Taymans  <wim@fluendo.com>
3705
3706         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
3707         (make_mpeg_pipeline), (make_mpegnt_pipeline),
3708         (make_playerbin_pipeline), (query_durations_elems),
3709         (query_durations_pads), (query_positions_elems),
3710         (query_positions_pads), (update_scale), (iterate), (stop_seek),
3711         (main):
3712         Added playbin seeking example.
3713
3714 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3715
3716         * gst-libs/gst/play/play.c: (gst_play_set_location),
3717         (gst_play_set_data_src), (gst_play_set_video_sink),
3718         (gst_play_set_audio_sink), (gst_play_set_visualization),
3719         (gst_play_connect_visualization), (gst_play_get_framerate):
3720           use a macro to look up elements from hash table
3721
3722 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3723
3724         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
3725         (gst_play_get_length_callback), (gst_play_set_location),
3726         (gst_play_seek_to_time), (gst_play_set_data_src),
3727         (gst_play_set_video_sink), (gst_play_set_audio_sink),
3728         (gst_play_set_visualization), (gst_play_connect_visualization),
3729         (gst_play_get_sink_element):
3730         - add debugging info
3731         - fix looking up sink elements by iterating over complete caps
3732         - put everything except for source and autoplugger in a complete bin
3733
3734 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3735
3736         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
3737         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
3738         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
3739         (gst_alsa_sink_write), (gst_alsa_sink_loop):
3740         * ext/alsa/gstalsasink.h:
3741         - add debugging info
3742         - clean up schizophrenia of data/buffer/event
3743         - fix double event unref error
3744
3745 2004-07-08  Wim Taymans  <wim@fluendo.com>
3746
3747         * gst/playback/Makefile.am:
3748         Add headers to noinst
3749
3750 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3751
3752         * tools/gst-launch-ext-m.m:
3753         * tools/gst-launch-ext.1.in:
3754           convert to the third millenium
3755
3756 2004-07-07  David Schleef  <ds@schleef.org>
3757
3758         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
3759
3760 2004-07-07  Wim Taymans  <wim@fluendo.com>
3761
3762         * gst/playback/Makefile.am:
3763         * gst/playback/README:
3764         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3765         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3766         (compare_ranks), (print_feature), (gst_decode_bin_init),
3767         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
3768         (try_to_link_1), (new_pad), (close_link), (type_found),
3769         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
3770         (plugin_init):
3771         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
3772         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
3773         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
3774         (gen_preroll_element), (no_more_pads), (new_stream),
3775         (setup_source), (gst_play_base_bin_set_property),
3776         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
3777         (gst_play_base_bin_add_element),
3778         (gst_play_base_bin_remove_element),
3779         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
3780         (gst_play_base_bin_unlink_stream),
3781         (gst_play_base_bin_get_streaminfo):
3782         * gst/playback/gstplaybasebin.h:
3783         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3784         (gst_play_bin_class_init), (gst_play_bin_init),
3785         (gst_play_bin_dispose), (gst_play_bin_set_property),
3786         (gst_play_bin_get_property), (gen_video_element),
3787         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
3788         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
3789         (gst_play_bin_get_formats), (gst_play_bin_convert),
3790         (gst_play_bin_get_query_types), (gst_play_bin_query),
3791         (plugin_init):
3792         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
3793         (gst_stream_info_get_type), (gst_stream_info_class_init),
3794         (gst_stream_info_init), (gst_stream_info_new),
3795         (gst_stream_info_dispose), (gst_stream_info_set_property),
3796         (gst_stream_info_get_property):
3797         * gst/playback/gststreaminfo.h:
3798         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
3799         (main):
3800         * gst/playback/test2.c: (main):
3801         * gst/playback/test3.c: (update_scale), (main):
3802         More playbin fixes. Added README. Do better element filtering.
3803         Added base class to preroll media. Added test apps.
3804
3805 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
3806
3807         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
3808         * ext/mpeg2dec/gstmpeg2dec.h:
3809           various debugging improvements.  Reset stream to next picture
3810           instead of sequence header, otherwise seeks cannot work.
3811
3812 2004-07-07  Wim Taymans  <wim@fluendo.com>
3813
3814         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
3815         (gst_video_box_class_init), (gst_video_box_set_property),
3816         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
3817         Use pad_alloc where possible.
3818
3819 2004-07-07  Wim Taymans  <wim@fluendo.com>
3820
3821         * sys/oss/gstosselement.c: (gst_osselement_reset),
3822         (gst_osselement_parse_caps):
3823         * sys/oss/gstosselement.h:
3824         * sys/oss/gstosssrc.c: (gst_osssrc_get):
3825         Fix offset on osssrc.
3826
3827 2004-07-07  Wim Taymans  <wim@fluendo.com>
3828
3829         * ext/theora/theora.c: (plugin_init):
3830         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
3831         (theora_dec_src_query), (theora_dec_chain):
3832         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
3833         (theora_enc_sink_link), (theora_buffer_from_packet),
3834         (theora_push_packet), (theora_enc_chain):
3835         Fix theora granulepos calculation.
3836         Fix overflow in duration/position calculation.
3837         Bump rank to PRIMARY for theoradec.
3838         Use granulepos of last packet to calculate position.
3839         Set keyframe flag on buffers when needed.
3840
3841 2004-07-06  David Schleef  <ds@schleef.org>
3842
3843         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
3844         serious?  (Fixed, obviously.)
3845
3846 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3847
3848         * po/LINGUAS:
3849         * po/cs.po:
3850           added Czech translation (Miloslav Trmac)
3851
3852 2004-07-05  Wim Taymans  <wim@fluendo.com>
3853
3854         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3855         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3856         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
3857         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3858         (close_link), (type_found), (gst_decode_bin_set_property),
3859         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
3860         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
3861         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
3862         (gst_decode_bin_query), (plugin_init):
3863         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3864         (gst_play_bin_class_init), (gst_play_bin_init),
3865         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
3866         (get_video_element), (new_pad), (setup_source),
3867         (gst_play_bin_set_property), (gst_play_bin_get_property),
3868         (gst_play_bin_change_state), (gst_play_bin_add_element),
3869         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
3870         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3871         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3872         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
3873         * gst/playback/test.c: (main):
3874         More fixes, cleaned up playbin, make it use decodebin. Added
3875         threaded property to playbin.
3876
3877 2004-07-05  Wim Taymans  <wim@fluendo.com>
3878
3879         * configure.ac:
3880         * gst/playback/Makefile.am:
3881         * gst/playback/decodetest.c: (main):
3882         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
3883         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
3884         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
3885         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
3886         (close_link), (type_found), (gst_decode_bin_set_property),
3887         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
3888         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
3889         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
3890         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
3891         (plugin_init):
3892         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
3893         (gst_play_bin_class_init), (gst_play_bin_init),
3894         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
3895         (collect_sink_pads), (find_compatibles), (close_pad_link),
3896         (try_to_link_1), (new_pad), (close_link), (type_found),
3897         (setup_source), (gst_play_bin_set_property),
3898         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
3899         (compare_ranks), (gst_play_bin_collect_factories),
3900         (gst_play_bin_change_state), (gst_play_bin_add_element),
3901         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
3902         (gst_play_bin_send_event), (gst_play_bin_get_formats),
3903         (gst_play_bin_convert), (gst_play_bin_get_query_types),
3904         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
3905         * gst/playback/test.c: (main):
3906         Added some playback helper elements and some test apps, very alpha
3907         still.
3908
3909 2004-07-04  Benjamin Otte  <otte@gnome.org>
3910
3911         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
3912           only restart audio when we indeed have an xrun to fix repeated
3913           xruns. Fix suggested by Giuliano Pochini.
3914
3915 2004-07-03  David Schleef  <ds@schleef.org>
3916
3917         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
3918         call to gst_debug_log() if debugging is disabled (bug #145118)
3919
3920 2004-07-03  Benjamin Otte  <otte@gnome.org>
3921
3922         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
3923           use our own functions for restarting the alsa device.
3924         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
3925           I should apply patches myself - use MIN for the third argument, not
3926           the second, this fixes seeking
3927
3928 2004-07-02  David Schleef  <ds@schleef.org>
3929
3930         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
3931         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
3932         do with the logic.
3933
3934 2004-07-02  David Schleef  <ds@schleef.org>
3935
3936         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
3937         output buffers.  Fix logic mistake.  (bug #144866)
3938
3939 2004-07-02  David Schleef  <ds@schleef.org>
3940
3941         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
3942         on X.  (bug #144753)
3943
3944 2004-07-02  David Schleef  <ds@schleef.org>
3945
3946         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
3947         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
3948         (bug #144624)
3949         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
3950         (gst_osselement_rate_probe_check): Add another workaround for
3951         buggy drivers (bug #145336)
3952
3953 2004-07-02  David Schleef  <ds@schleef.org>
3954
3955         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
3956         Most systems don't have MSG_NOSIGNAL.
3957
3958 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
3959
3960         * Makefile.am:
3961         * gst-libs/gst/colorbalance/Makefile.am:
3962         * gst-libs/gst/mixer/Makefile.am:
3963         * gst-libs/gst/play/Makefile.am:
3964         * gst-libs/gst/tuner/Makefile.am:
3965           (hopefully) fix both install and dist and make error message useful.
3966           needs testing across automakes.
3967
3968 2004-07-02  Benjamin Otte  <otte@gnome.org>
3969
3970         * ext/ogg/gstogg.c: (plugin_init):
3971           we require bytestream now
3972         * ext/ogg/gstoggdemux.c: 
3973           huge diff to implement chain setup in a fast and generic way. This
3974           improves tag reading and startup of huge files (read: Theora videos)
3975           quite a bit. It probably contains bugs, too, so please test.
3976           Seeking is not improved to the fast method.
3977
3978 2004-06-29  Wim Taymans  <wim@fluendo.com>
3979
3980         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
3981         * ext/ogg/gstoggmux.c:
3982         Fix memleak in oggdemux when running unconnected pads.
3983         doc update in mux, start working on keyframe mode.
3984
3985 2004-06-29  Benjamin Otte  <otte@gnome.org>
3986
3987         * sys/oss/gstosssink.c:
3988         * sys/oss/gstosssrc.c:
3989           advertise correct template caps - we indeed do non-native endianness
3990           and 8bit audio has no endianness
3991         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
3992         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
3993           avoid (wrong) duplications in getcaps function and return
3994           template caps
3995
3996 2004-06-29  Wim Taymans  <wim@fluendo.com>
3997
3998         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
3999         (gst_multifdsink_class_init), (gst_multifdsink_add),
4000         (gst_multifdsink_remove), (gst_multifdsink_clear),
4001         (gst_multifdsink_client_remove),
4002         (gst_multifdsink_handle_client_read),
4003         (gst_multifdsink_client_queue_data),
4004         (gst_multifdsink_client_queue_caps),
4005         (gst_multifdsink_client_queue_buffer),
4006         (gst_multifdsink_handle_client_write),
4007         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4008         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4009         (gst_multifdsink_init_send), (gst_multifdsink_close):
4010         Fix wrong GList iteration that could crash the server when
4011         more then 2 clients disconnect at the same time. Read all the
4012         pending commands in one batch to recover from command storms under
4013         very heavy load.
4014
4015 2004-06-28  Wim Taymans  <wim@fluendo.com>
4016
4017         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
4018         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
4019         (gst_videomixer_pad_set_property),
4020         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
4021         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
4022         (gst_videomixer_class_init), (gst_videomixer_init),
4023         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
4024         (pad_zorder_compare), (gst_videomixer_sort_pads),
4025         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
4026         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
4027         (gst_videomixer_update_queues), (gst_videomixer_loop),
4028         (plugin_init):
4029         Avoid divide by zero, choose masterpad as the pad with the highest
4030         framerate.
4031
4032 2004-06-27  Julien Moutte  <julien@moutte.net>
4033
4034         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4035         (gst_ximagesink_xwindow_new):
4036         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4037         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
4038         function directly. We might want to call it from somewhere else one day.
4039
4040 2004-06-27  Julien Moutte  <julien@moutte.net>
4041
4042         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
4043         (gst_ximagesink_xwindow_new):
4044         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
4045         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
4046         window decorations.
4047
4048 2004-06-27  Wim Taymans  <wim@fluendo.com>
4049
4050         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
4051         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
4052         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
4053         (gst_dvdec_set_property), (gst_dvdec_get_property):
4054         * ext/dv/gstdvdec.h:
4055         Implement drop_factor property to lower the framerate with
4056         a factor.
4057
4058 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
4059
4060         * gst-libs/gst/colorbalance/Makefile.am:
4061         * gst-libs/gst/mixer/Makefile.am:
4062         * gst-libs/gst/play/Makefile.am:
4063         * gst-libs/gst/tuner/Makefile.am:
4064           unbreak Company's fix that didn't install the -enum.h files
4065
4066 2004-06-27  Wim Taymans  <wim@fluendo.com>
4067
4068         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
4069         (gst_dvdec_change_state):
4070         * ext/dv/gstdvdec.h:
4071         Fix timestamp, duration and offset of the buffers.
4072
4073 2004-06-27  Wim Taymans  <wim@fluendo.com>
4074
4075         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4076         (gst_multifdsink_class_init), (gst_multifdsink_add),
4077         (gst_multifdsink_remove), (gst_multifdsink_clear),
4078         (gst_multifdsink_client_remove),
4079         (gst_multifdsink_handle_client_read),
4080         (gst_multifdsink_client_queue_data),
4081         (gst_multifdsink_client_queue_caps),
4082         (gst_multifdsink_client_queue_buffer),
4083         (gst_multifdsink_handle_client_write),
4084         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4085         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4086         (gst_multifdsink_init_send), (gst_multifdsink_close):
4087         * gst/tcp/gstmultifdsink.h:
4088         * gst/tcp/gsttcpserversink.c:
4089         (gst_tcpserversink_handle_server_read),
4090         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
4091         More multifdsink fixes, more recovery policy fixes.
4092         Removed stupid g_print
4093
4094 2004-06-26  Wim Taymans  <wim@fluendo.com>
4095
4096         * gst/tcp/Makefile.am:
4097         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
4098         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
4099         (gst_multifdsink_class_init), (gst_multifdsink_init),
4100         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
4101         (gst_multifdsink_handle_client_read),
4102         (gst_multifdsink_client_queue_data),
4103         (gst_multifdsink_client_queue_caps),
4104         (gst_multifdsink_client_queue_buffer),
4105         (gst_multifdsink_handle_client_write),
4106         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
4107         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
4108         (gst_multifdsink_chain), (gst_multifdsink_set_property),
4109         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
4110         (gst_multifdsink_close), (gst_multifdsink_change_state):
4111         * gst/tcp/gstmultifdsink.h:
4112         * gst/tcp/gsttcpplugin.c: (plugin_init):
4113         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
4114         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
4115         (gst_tcpserversink_handle_server_read),
4116         (gst_tcpserversink_handle_select),
4117         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
4118         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4119         * gst/tcp/gsttcpserversink.h:
4120         Added multifdsink, made tcpserversink a subclass of fdsink, removed
4121         one of the locks, added recovery policy to multifdsink.
4122
4123 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4124
4125         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4126           fix decision for when getting frames with same timestamp
4127         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4128         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4129         (gst_v4lsrc_get_property):
4130         * sys/v4l/gstv4lsrc.h:
4131           add latency offset property 
4132
4133 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4134
4135         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
4136         (plugin_init):
4137           fix debugging. add category.
4138
4139 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4140
4141         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
4142           fix wrong offsets
4143
4144 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4145
4146         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4147         (gst_alsa_src_get_time), (gst_alsa_src_loop),
4148         (gst_alsa_src_change_state):
4149           return a time that is in sync with the element's processing
4150
4151 2004-06-25  Wim Taymans  <wim@fluendo.com>
4152
4153         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4154         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
4155         (gst_tcpserversink_client_remove),
4156         (gst_tcpserversink_handle_client_read),
4157         (gst_tcpserversink_client_queue_data),
4158         (gst_tcpserversink_client_queue_caps),
4159         (gst_tcpserversink_client_queue_buffer),
4160         (gst_tcpserversink_handle_client_write),
4161         (gst_tcpserversink_queue_buffer),
4162         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
4163         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
4164         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
4165         (gst_tcpserversink_close):
4166         * gst/tcp/gsttcpserversink.h:
4167         Serversink rewrite. Really do non blocking writes to clients and
4168         maintain an internal queue to handle slower clients while not
4169         disturbing fast clients.
4170
4171 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
4172
4173         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4174           better debug, don't override OFFSET and OFFSET_END
4175
4176 2004-06-25  Iain <iain@prettypeople.org>
4177
4178         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add 
4179         name=source for the wavparse pipeline.
4180
4181 2004-06-24  Johan Dahlin  <johan@gnome.org>
4182
4183         * ext/theora/theoraenc.c (theora_enc_chain): Call
4184         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
4185         streamheader caps are set correctly.
4186
4187 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4188
4189         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4190         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
4191           respect minimum bitrate; same could be done for max bitrate
4192
4193 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4194
4195         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
4196         (gst_vorbisenc_setup):
4197           fix sample rate range
4198
4199 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
4200
4201         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
4202         (gst_oggvorbisenc_setup):
4203         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
4204         (gst_vorbisenc_setup):
4205           resolve ambiguities in code and description
4206
4207 2004-06-24  Wim Taymans  <wim@fluendo.com>
4208
4209         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
4210         * ext/alsa/gstalsa.h:
4211         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4212         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
4213         Use alsa trigger_tstamp to get the timestamp of the first
4214         sample in the buffer for more precise sync. Some cleanups.
4215
4216 2004-06-24  Wim Taymans  <wim@fluendo.com>
4217
4218         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
4219         (gst_audiorate_init), (gst_audiorate_chain),
4220         (gst_audiorate_set_property), (gst_audiorate_get_property):
4221         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4222         (gst_videorate_chain):
4223         Added some logging, fixed an overflow bug in videorate.
4224
4225 2004-06-24  Benjamin Otte  <otte@gnome.org>
4226
4227         * ext/kio/Makefile.am:
4228           fix for builddir != srcdir and distcheck
4229
4230 2004-06-24  Benjamin Otte  <otte@gnome.org>
4231
4232         * gst-libs/gst/colorbalance/Makefile.am:
4233         * gst-libs/gst/mixer/Makefile.am:
4234         * gst-libs/gst/play/Makefile.am:
4235         * gst-libs/gst/tuner/Makefile.am:
4236         * gst/tcp/Makefile.am:
4237         * sys/dxr3/Makefile.am:
4238           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
4239           tarball.
4240           Also add all *.list files that were missing.
4241         * Makefile.am:
4242           add a distcheck hook to ensure the above doesn't happen again.
4243
4244 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
4245
4246         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
4247
4248 2004-06-23  Colin Walters  <walters@redhat.com>
4249
4250         * m4/Makefile.am: Distribute gst-fionread.m4.
4251
4252 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4253
4254         * configure.ac: back to dev
4255
4256 2004-06-23  Wim Taymans  <wim@fluendo.com>
4257
4258         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
4259         (gst_alsa_xrun_recovery):
4260         * ext/alsa/gstalsa.h:
4261         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
4262         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
4263         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
4264         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
4265         (gst_alsa_src_loop):
4266         Add clock to alsasrc. Take new capture timestamp when
4267         restarting after an overrun. Split up some functions between
4268         alsasrc and alsasink.
4269
4270 === release 0.8.2 ===
4271
4272 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
4273
4274         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4275         (gst_alsa_change_state), (gst_alsa_update_avail),
4276         (gst_alsa_xrun_recovery):
4277         * ext/alsa/gstalsa.h:
4278         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4279           merge back changes from release
4280
4281 2004-06-23  Wim Taymans  <wim@fluendo.com>
4282
4283         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
4284         (gst_audiorate_init), (gst_audiorate_chain),
4285         (gst_audiorate_set_property), (gst_audiorate_get_property):
4286         Implement sample dropping and notify
4287
4288 2004-06-22  Wim Taymans  <wim@fluendo.com>
4289
4290         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4291         (theora_enc_sink_link), (theora_buffer_from_packet),
4292         (theora_push_packet), (theora_enc_chain):
4293         Some cleanups, make sure the timestamps are correct.
4294
4295 2004-06-22  Wim Taymans  <wim@fluendo.com>
4296
4297         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
4298         (gst_alsa_change_state), (gst_alsa_update_avail),
4299         (gst_alsa_xrun_recovery):
4300         * ext/alsa/gstalsa.h:
4301         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4302         Cleanups, take queued samples into account when reporting
4303         the time.
4304
4305 2004-06-22  Wim Taymans  <wim@fluendo.com>
4306
4307         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4308         (gst_videorate_init):
4309         Initialize the property as well.
4310
4311 2004-06-22  Wim Taymans  <wim@fluendo.com>
4312
4313         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
4314         (gst_videorate_init), (gst_videorate_chain),
4315         (gst_videorate_set_property), (gst_videorate_get_property):
4316         Add property to make videorate silent.
4317         Add property to prefer new frames over old ones.
4318
4319 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4320
4321         * sys/osxvideo/Makefile.am:
4322         Workaround so that the osxvideo .so file gets linked with the
4323         Cocoa, OpenGL and QuickTime frameworks
4324
4325 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4326
4327         * sys/osxaudio/Makefile.am:
4328         Workaround so that the osxaudio .so file gets linked with the
4329         CoreAudio framework
4330  
4331 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4332
4333         * configure.ac:
4334         Whoops, my fault...fixed build issues
4335
4336 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4337
4338         * configure.ac:
4339         Add objective-c support if running in Darwin/Mac OS X
4340         * sys/Makefile.am:
4341         * sys/osxvideo:
4342         * sys/osxvideo/Makefile.am:
4343         * sys/osxvideo/osxvideosink.h:
4344         * sys/osxvideo/osxvideosink.m:
4345         * sys/osxvideo/cocoawindow.h:
4346         * sys/osxvideo/cocoawindow.m:
4347         Add osxvideosink, a cocoa-based osx video sink
4348         
4349
4350 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
4351         * ext/dvdnav/gst-dvd:
4352         Grab the gconf key from the right spot
4353         * gst/debug/gstnavseek.c: (gst_navseek_init),
4354         (gst_navseek_segseek), (gst_navseek_handle_src_event),
4355         (gst_navseek_chain):
4356         * gst/debug/gstnavseek.h:
4357           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
4358           and loop parameters of a segment seek.
4359         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
4360         (gst_videotestsrc_get_event_masks),
4361         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
4362         * gst/videotestsrc/gstvideotestsrc.h:
4363           Add seeking support to videotestsrc
4364           Initialise the timestamp_offset variable.
4365
4366 2004-06-18  Wim Taymans  <wim@fluendo.com>
4367
4368         * ext/sidplay/gstsiddec.cc:
4369         Fix negotiation and set correct end offset.
4370
4371 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
4372
4373         * configure.ac: branch and prerelease
4374
4375 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4376
4377         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
4378         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
4379         (gst_tcpclientsrc_init_receive):
4380         * gst/tcp/gsttcpclientsrc.h:
4381           read caps when connecting to server for GDP so we set them correctly
4382
4383 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4384
4385         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
4386           notify drops and duplicates
4387         * gst/videoscale/videoscale.c: (videoscale_get_structure):
4388           no good reason to limit ourselves to 100x100
4389
4390 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4391
4392         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
4393         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
4394         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4395         (gst_v4lsrc_get_property):
4396         * sys/v4l/gstv4lsrc.h:
4397         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4398         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4399         (gst_v4l_set_audio):
4400         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
4401         (gst_v4lsrc_try_capture):
4402         * sys/v4l/v4lsrc_calls.h:
4403           change try_palette to more general try_capture
4404           add autoprobe option so we can turn off autoprobing
4405           various fixes
4406
4407 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
4408
4409         * configure.ac:
4410           add videorate
4411         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
4412         (gst_ximagesink_class_init):
4413         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
4414         (gst_xvimagesink_class_init):
4415           run them as finalize, not dispose, since dispose can be invoked
4416           multiple times
4417
4418 2004-06-17  Wim Taymans  <wim@fluendo.com>
4419
4420         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
4421         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
4422         * ext/alsa/gstalsa.h:
4423         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4424         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
4425         (gst_alsa_src_change_state):
4426         * ext/alsa/gstalsasrc.h:
4427         Make the xrun code timestamp and offset the buffers correctly.
4428         moved the clock to the base class, use alsa methods to get time.
4429         Do correct timestamping on outgoing buffers.
4430
4431 2004-06-17  Wim Taymans  <wim@fluendo.com>
4432
4433         * gst/audiorate/Makefile.am:
4434         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
4435         (gst_audiorate_base_init), (gst_audiorate_class_init),
4436         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
4437         (gst_audiorate_set_property), (gst_audiorate_get_property),
4438         (gst_audiorate_change_state), (plugin_init):
4439         Added an audiorate converter that fills in gaps.
4440
4441 2004-06-17  Johan Dahlin  <johan@gnome.org>
4442
4443         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
4444
4445 2004-06-16  Wim Taymans  <wim@fluendo.com>
4446
4447         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
4448         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4449         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4450         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4451         (gst_v4lsrc_get_property):
4452         * sys/v4l/gstv4lsrc.h:
4453         Added a copy mode to v4lsrc where it will output a copied version
4454         of its internal hardware buffer.
4455         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
4456         can't | them.
4457
4458 2004-06-16  Wim Taymans  <wim@fluendo.com>
4459
4460         * sys/oss/gstosssrc.c: (gst_osssrc_get):
4461         Timestamp fixes.
4462
4463 2004-06-16  Wim Taymans  <wim@fluendo.com>
4464
4465         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
4466         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
4467         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
4468         (gst_v4lsrc_get_property):
4469         * sys/v4l/gstv4lsrc.h:
4470         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
4471         Added a sync mode enum property to control v4lsrc timestamp method
4472         Removed the use-fixed-fps property and moved functionality in
4473         the enum. 
4474         Don't error on an error value from v4l-conf, it might not always
4475         be a real error.
4476
4477 2004-06-16  Wim Taymans  <wim@fluendo.com>
4478
4479         * gst/videorate/Makefile.am:
4480         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
4481         (gst_videorate_base_init), (gst_videorate_class_init),
4482         (gst_videorate_getcaps), (gst_videorate_link),
4483         (gst_videorate_init), (gst_videorate_chain),
4484         (gst_videorate_set_property), (gst_videorate_get_property),
4485         (gst_videorate_change_state), (plugin_init):
4486         Added a video timestamp corrector.
4487
4488 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4489
4490         fixed a potential leak with previous commit
4491         
4492         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4493
4494 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali.org>
4495
4496         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
4497         Added missing refcount, fixes bug #144425
4498         Cheers Tim for finding the bug
4499
4500 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
4501
4502         * sys/v4l/gstv4l.c: (plugin_init):
4503         * sys/v4l/gstv4lcolorbalance.c:
4504         * sys/v4l/gstv4lcolorbalance.h:
4505         * sys/v4l/gstv4lelement.c:
4506         * sys/v4l/gstv4lelement.h:
4507         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
4508         * sys/v4l/gstv4lmjpegsink.h:
4509         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
4510         * sys/v4l/gstv4lmjpegsrc.h:
4511         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
4512         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
4513         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
4514         * sys/v4l/gstv4lsrc.h:
4515         * sys/v4l/gstv4ltuner.c:
4516         * sys/v4l/gstv4ltuner.h:
4517         * sys/v4l/gstv4lxoverlay.c:
4518         * sys/v4l/gstv4lxoverlay.h:
4519         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
4520         (gst_v4l_set_window), (gst_v4l_enable_overlay):
4521         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4522         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
4523         (gst_v4l_set_audio):
4524         * sys/v4l/v4l_calls.h:
4525         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
4526         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
4527         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
4528         (gst_v4lmjpegsink_playback_init),
4529         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
4530         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
4531         (gst_v4lmjpegsink_playback_stop),
4532         (gst_v4lmjpegsink_playback_deinit):
4533         * sys/v4l/v4lmjpegsink_calls.h:
4534         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
4535         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
4536         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
4537         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
4538         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
4539         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
4540         * sys/v4l/v4lmjpegsrc_calls.h:
4541         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
4542         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
4543         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
4544         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
4545         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
4546         (gst_v4lsrc_try_palette):
4547         * sys/v4l/v4lsrc_calls.h:
4548           bunch of paranoia cleanups
4549
4550 2004-06-14  David Schleef  <ds@schleef.org>
4551
4552         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
4553         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
4554         Send discont events and change timestamps appropriately when
4555         we get a seek event.  (bug #144240)
4556         * ext/cdparanoia/gstcdparanoia.h:
4557
4558 2004-06-14  Benjamin Otte  <otte@gnome.org>
4559
4560         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
4561           snd_pcm_hw_params_set_rate  since the latter fails for no good 
4562           reason on some setups.
4563
4564 2004-06-14  David Schleef  <ds@schleef.org>
4565
4566         * gst/volume/demo.c: (value_changed_callback): exp10() is not
4567         standard.  Thank you for playing.
4568
4569 2004-06-14  Wim Taymans  <wim@fluendo.com>
4570
4571         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
4572         Patch 1.3 broke the ordering of the colorspace info and
4573         made the plugin basically work by coincidence, reordered
4574         the info.
4575
4576 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4577
4578         * ext/lame/gstlame.c:
4579         * ext/mad/gstmad.c:
4580           sync caps.  Make sure mad can only output a list of rates, not
4581           a full range.  In the future, have three caps lists for each of the
4582           mpeg versions.  Change mpegversion to a double as well.
4583
4584 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
4585
4586         * gst/volume/.cvsignore:
4587         * gst/volume/Makefile.am:
4588         * gst/volume/demo.c: (value_changed_callback), (idler),
4589         (setup_gui), (main):
4590           added small demo app
4591
4592 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
4593         * ext/esd/esdsink.c: (gst_esdsink_change_state):
4594         * ext/esd/esdsink.h:
4595         Close the esd connection on pause, because esd will just wait -  
4596         blocking all other esd clients indefinitely.
4597
4598 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
4599
4600         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
4601           previous commit with GST_DEBUG
4602
4603 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
4604
4605         * configure.ac:
4606           add a header check for a dvdread header in dvdnav.  Fixes #133002
4607
4608 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
4609
4610         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
4611         * gst/tcp/gsttcpclientsink.h:
4612         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
4613         * gst/tcp/gsttcpclientsrc.h:
4614         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
4615         (gst_tcpserversink_handle_server_read),
4616         (gst_tcpserversink_init_send):
4617         * gst/tcp/gsttcpserversink.h:
4618         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
4619         * gst/tcp/gsttcpserversrc.h:
4620         Modified the tcp plugins so they are portable (IPv4,IPv6, any future 
4621         version of IP)
4622
4623 2004-06-12  Zaheer Abbas Merali  <zaheerabbas@merali.org>
4624
4625         * configure.ac:
4626         Added ogg library so that OSX detects libtheora properly
4627         
4628 2004-06-11  Wim Taymans  <wim@fluendo.com>
4629
4630         * ext/theora/theoradec.c: (theora_dec_chain),
4631         (theora_dec_change_state):
4632         Don't try to decode frames before we received a keyframe.
4633
4634 2004-06-11  Wim Taymans  <wim@fluendo.com>
4635
4636         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4637         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
4638         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4639         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
4640         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
4641         Added property to set the maximum delay of a page.
4642
4643 2004-06-10  Wim Taymans  <wim@fluendo.com>
4644
4645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
4646         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
4647         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4648         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
4649         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
4650         Added max-delay property to control the maximum amount
4651         of data to put in one page.
4652
4653 2004-06-10  Wim Taymans  <wim@fluendo.com>
4654
4655         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4656         (gst_theora_enc_init), (theora_enc_sink_link),
4657         (theora_buffer_from_packet), (theora_enc_set_property),
4658         (theora_enc_get_property):
4659         Set duration on encoded buffer, added some more properties
4660
4661 2004-06-10  Wim Taymans  <wim@fluendo.com>
4662
4663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
4664         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
4665         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
4666         * ext/theora/theoraenc.c: (theora_enc_chain):
4667         Fix refcounting bugs
4668
4669 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4670
4671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
4672         (gst_asf_demux_loop), (gst_asf_demux_process_file),
4673         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
4674         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
4675         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
4676         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
4677         (gst_asf_demux_change_state):
4678         * gst/asfdemux/gstasfdemux.h:
4679           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
4680           feels like. I think we should set a new requirement for demuxers
4681           from now on to implement sane loop functions, data loops, query
4682           and seek functions before first commit into CVS. And this commit
4683           fixes all of the above.
4684
4685 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
4686
4687         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed 
4688           vorbis comments are properly encoded in UTF-8 before adding them
4689           to a GstTagList
4690
4691 2004-06-09  Benjamin Otte  <otte@gnome.org>
4692
4693         * ext/alsa/gstalsa.c: (add_channels):
4694           handle min <= max correctly
4695         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype), 
4696         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
4697           add fixation functions so we fixate correctly. No preferring of alaw
4698           anymore because it's the first structure.
4699         * ext/alsa/gstalsa.h:
4700         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
4701         (gst_alsa_hw_params_dump):
4702           add functions to ease debugging in alsalib
4703         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
4704         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
4705         (gst_alsa_start_audio):
4706           only specify hw params if we really setup a format (fixes #134007 -
4707           or at least works around it)
4708
4709 2004-06-09  Wim Taymans  <wim@fluendo.com>
4710
4711         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
4712         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
4713         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
4714         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
4715         (gst_ogg_mux_loop):
4716         Use stream caps to setup the initial pages in the ogg stream.
4717         Correctly set the streamheader caps on the srcpad.
4718
4719 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
4720
4721         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
4722         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
4723         (gst_v4lsrc_getcaps):
4724         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
4725         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
4726           add querying of fps lists for webcams.  Negotiating to a framerate
4727           now works.
4728
4729 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4730
4731         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
4732         (theora_push_buffer), (theora_push_packet),
4733         (theora_set_header_on_caps), (theora_enc_chain):
4734           mark buffers and put on streamheader, raw theora streaming
4735           now works too, whee
4736
4737 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4738
4739         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
4740         (gst_tcp_gdp_read_caps):
4741           do a looping read for caps and GDP headers too
4742
4743 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4744
4745         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4746         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
4747           return EOS instead of NULL in _get
4748
4749 2004-06-08  Wim Taymans  <wim@fluendo.com>
4750
4751         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
4752         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
4753         (gst_tcp_gdp_write_caps):
4754         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4755         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
4756         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
4757         Memory leak fixes
4758
4759 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4760
4761         * ext/vorbis/Makefile.am:
4762         * ext/vorbis/vorbis.c: (plugin_init):
4763         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
4764         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
4765         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
4766         (vorbis_parse_change_state):
4767         * ext/vorbis/vorbisparse.h:
4768           adding a vorbisparse element that marks the buffers, streaming
4769           raw vorbis using GDP now works, whee
4770
4771 2004-06-08  Wim Taymans  <wim@fluendo.com>
4772
4773         * ext/jpeg/Makefile.am:
4774         * ext/jpeg/README:
4775         * ext/jpeg/gstjpeg.c: (plugin_init):
4776         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
4777         (gst_smokedec_base_init), (gst_smokedec_class_init),
4778         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
4779         * ext/jpeg/gstsmokedec.h:
4780         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
4781         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
4782         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
4783         (gst_smokeenc_resync), (gst_smokeenc_chain),
4784         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
4785         * ext/jpeg/gstsmokeenc.h:
4786         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
4787         (smokecodec_flush_destination), (smokecodec_term_destination),
4788         (smokecodec_init_source), (smokecodec_fill_input_buffer),
4789         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
4790         (smokecodec_term_source), (smokecodec_encode_new),
4791         (smokecodec_decode_new), (smokecodec_info_free),
4792         (smokecodec_set_quality), (smokecodec_get_quality),
4793         (smokecodec_set_threshold), (smokecodec_get_threshold),
4794         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
4795         (find_best_size), (abs_diff), (put), (smokecodec_encode),
4796         (smokecodec_parse_header), (smokecodec_decode):
4797         * ext/jpeg/smokecodec.h:
4798         Added a new simple jpeg based codec
4799
4800 2004-06-08  Wim Taymans  <wim@fluendo.com>
4801
4802         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4803         (gst_multipart_mux_loop):
4804         Fix memory leak
4805
4806 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4807
4808         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
4809         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
4810         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
4811         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
4812         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
4813         * gst/tcp/gsttcpserversink.h:
4814           take streamheader into account
4815
4816 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4817
4818         * gst/level/Makefile.am:
4819         * gst/level/gstlevel.c: (gst_level_class_init):
4820           clean up marshal generation
4821
4822 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
4823
4824         * gst/tcp/Makefile.am:
4825         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
4826         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
4827         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
4828         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
4829         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
4830         (gst_tcpclientsrc_get_property):
4831         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
4832         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
4833         (gst_tcpserversink_handle_client_read),
4834         (gst_tcpserversink_handle_client_write),
4835         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
4836         * gst/tcp/gsttcpserversink.h:
4837           add signals client-added and client-removed
4838         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
4839         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
4840         (gst_tcpserversrc_get_property):
4841         uniformized, change default protocol to NONE
4842         * gst/tcp/gsttcp-marshal.list: added
4843 2004-06-07  Benjamin Otte  <otte@gnome.org>
4844
4845         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4846           handle discont events if they happen before caps nego
4847
4848 2004-06-07  Wim Taymans  <wim@fluendo.com>
4849
4850         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
4851         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
4852         (gst_multipart_demux_plugin_init):
4853         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
4854         (gst_multipart_mux_init), (gst_multipart_mux_loop),
4855         (gst_multipart_mux_change_state):
4856         Small updates, fix a memleak
4857
4858 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
4859
4860         * configure.ac: OSS portability
4861         * ext/arts/gst_arts.c: idem
4862         * sys/oss/gstosselement.c: idem
4863         * sys/oss/gstossmixer.c: idem
4864         * sys/oss/gstosssink.c: idem
4865         * sys/oss/gstosssrc.c: idem
4866         * sys/oss/oss_probe.c: idem
4867           - check for soundcard.h in different places for some BSD
4868
4869 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
4870
4871         * AUTHORS:
4872         Add me to the authors file
4873         * configure.ac:
4874         Increase the libdv requirement to >= version 0.100
4875         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
4876         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
4877         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
4878         * ext/dv/gstdvdec.h:
4879         Add support for the new_media flag when sending DISCONT events
4880         Make the querying work when video pad is not linked
4881
4882 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4883
4884         reviewed by Benjamin Otte  <otte@gnome.org>
4885
4886         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
4887           create a NULL-initialized array of pads, so we don't think they
4888           exist already. (fixes #143130)
4889
4890 2004-06-07  Benjamin Otte  <otte@gnome.org>
4891
4892         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
4893         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
4894         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
4895           don't use // coments
4896
4897 2004-06-07  Benjamin Otte  <otte@gnome.org>
4898
4899         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
4900           cast to GstClockTime to get higher granularity
4901         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
4902           use gst_element_set_time_delay to get the exact time
4903         * ext/mad/gstmad.c: (gst_mad_chain):
4904           use the negotiated rate instead of the current frame's rate which
4905           might be wrong because of bit errors. This avoids emitting totally
4906           bogus timestamps and screwing sync.
4907         (fixes #143454)
4908
4909 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
4910
4911         reviewed by Benjamin Otte  <otte@gnome.org>
4912
4913         * gst/adder/gstadder.c: (gst_adder_loop):
4914           properly error out when no negotiation has happened yet. (fixes
4915           #143032)
4916
4917 2004-06-06  Benjamin Otte  <otte@gnome.org>
4918
4919         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
4920           forward correctly transformed offset in discont events. Based on
4921           patch by Arwed v. Merkatz. (fixes #142851)
4922
4923 2004-06-06  David Schleef  <ds@schleef.org>
4924
4925         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
4926         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
4927         problems on several systems.
4928
4929 2004-06-06  Benjamin Otte  <otte@gnome.org>
4930
4931         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
4932           use explicit caps on the srcpad
4933         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
4934           properly error out if caps couldn't be set (fixes #142764)
4935
4936 2004-06-06  Benjamin Otte  <otte@gnome.org>
4937
4938         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params), 
4939         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params), 
4940         (gst_alsa_start_audio):
4941           - don't call set_periods_integer anymore, it breaks the
4942           configuration randomly
4943           - call snd_pcm_hw_params_set_access directly instead of using masks
4944           - don't fail if the sw_params can't be set, just use the default
4945           params and hope it works. Alsalib has weird issues when you touch
4946           sw_params and does no proper error reporting about what failed.
4947         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
4948         (gst_alsa_close_audio):
4949           make our alsa debugging go via gst debugging and not conditionally
4950           defined
4951         * ext/alsa/gstalsa.h:
4952           add ALSA_DEBUG_FLUSH macro
4953         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
4954         (plugin_init):
4955           wrap alsa errors to be printed via the gst debugging system and not
4956           spammed to stderr
4957
4958 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
4959
4960         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
4961         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
4962         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
4963         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
4964         (qtdemux_parse_trak):
4965         * gst/qtdemux/qtdemux.h:
4966           Bitch. Also known as seeking, querying & co.
4967         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
4968         (gst_osssink_change_state):
4969         * sys/oss/gstosssink.h:
4970           Resyncing is for weenies, this hack is no longer needed and was
4971           broken anyway (since it - unintendedly - always leaves resync to
4972           TRUE).
4973
4974 2004-06-05  Andrew Turner <zxombie@hotpop.com>
4975
4976         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
4977         * gst/tcp/gsttcpclientsrc.h: idem
4978           - define MSG_NOSIGNAL if not done
4979           - include unistd.h for off_t
4980           (fixes #143749)
4981
4982 2004-06-05  Benjamin Otte  <otte@gnome.org>
4983
4984         * configure.ac:
4985         * ext/kio/Makefile.am:
4986           check for qt's moc preprocessor explicitly and use it
4987
4988 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
4989
4990         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
4991           don't get a signal for EPIPE on socket writes
4992           (somebody check if this works on other platforms)
4993
4994 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4995
4996         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
4997         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
4998           check error condition on available samples correctly
4999
5000 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5001
5002         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
5003           avoid a segfault
5004         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
5005         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
5006         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
5007         (gst_tcpserversrc_gdp_read_header):
5008          use ssize_t over size_t since the former is signed and thus the
5009          check for error codes can work
5010
5011 2004-06-02  Wim Taymans  <wim@fluendo.com>
5012
5013         reviewed by: Johan
5014
5015         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5016         (gst_multipart_mux_loop):
5017         Oops
5018
5019 2004-06-02  Wim Taymans  <wim@fluendo.com>
5020
5021         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
5022         (gst_multipart_mux_init), (gst_multipart_mux_loop),
5023         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5024         (gst_multipart_mux_change_state):
5025         Added configurable boundary specifier, added the value as a
5026         caps field as well.
5027
5028 2004-06-02  Zaheer Abbas Merali <zaheerabbas@merali.org>
5029
5030         * gst/tcp/gsttcp.c:
5031         * gst/tcp/gsttcpclientsrc.c:
5032         * gst/tcp/gsttcpclientsrc.h:
5033         * gst/tcp/gsttcpserversrc.c:
5034           - portability fix, to compile on OSX
5035             (fixes #143146)
5036
5037         * sys/osxaudio/gstosxaudioelement.c:
5038         * sys/osxaudio/gstosxaudiosink.c:
5039         * sys/osxaudio/gstosxaudiosrc.c:
5040           - compilation warnings on OSX
5041             (fixes #143153)
5042
5043 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5044
5045         * ext/vorbis/vorbisdec.c : sign warning fixes
5046
5047         * gst-libs/gst/mixer/mixertrack.c :
5048           do no use defines which are glib 2.4 specific
5049
5050 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
5051
5052         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
5053           buffer since libflac doesn't expect it (reports a sync error when 
5054           it encounters that)
5055
5056         
5057 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
5058
5059         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
5060         * gst-libs/gst/mixer/mixertrack.c:
5061         (gst_mixer_track_get_property), (get_mixer_track_init),
5062         (get_mixer_track_get_property): Added property accessors
5063         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
5064         * gst-libs/gst/mixer/mixeroptions.c:
5065         (gst_mixer_options_get_values): Added   
5066         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
5067         * gst-libs/gst/mixer/mixer.c: Fixed comment
5068
5069
5070 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5071
5072         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
5073           improve error messages on open
5074
5075
5076 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5077
5078         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
5079           check if v4l-conf is in path
5080
5081 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
5082
5083         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
5084           change assert to a more readable error message
5085
5086 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
5087
5088         * gst-libs/gst/tuner/tunerchannel.h:
5089           - add a freq_multiplicator field to make the conversion
5090             between internal frequency unit and Hz
5091         * sys/v4l/gstv4lelement.c:
5092         * sys/v4l2/gstv4l2element.c:
5093           - change default video device to /dev/video0
5094         * sys/v4l/v4l_calls.c:
5095         * sys/v4l2/v4l2_calls.c:
5096           - we only expose frequency to the user in Hz instead of
5097             bastard v4lX unit (either 62.5kHz or 62.5Hz)
5098
5099 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
5100         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
5101           Initialise b_o_s and e_o_s variables
5102         * gst-libs/gst/riff/riff-media.c:
5103         (gst_riff_create_video_caps_with_data):
5104           Add some unusual fourcc's from mplayer avi's
5105         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
5106           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
5107           autoplugging.
5108
5109 2004-05-28  Wim Taymans  <wim@fluendo.com>
5110
5111         * configure.ac:
5112         * gst/alpha/Makefile.am:
5113         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
5114         (gst_alpha_get_type), (gst_alpha_base_init),
5115         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
5116         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
5117         (gst_alpha_chroma_key), (gst_alpha_chain),
5118         (gst_alpha_change_state), (plugin_init):
5119         A plugin to add an alpha channel to I420 video. Can optionally do
5120         chroma keying.
5121         * gst/multipart/Makefile.am:
5122         * gst/multipart/multipart.c: (plugin_init):
5123         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
5124         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
5125         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
5126         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
5127         (gst_multipart_demux_change_state),
5128         (gst_multipart_demux_plugin_init):
5129         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
5130         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
5131         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
5132         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
5133         (gst_multipart_mux_pad_unlink),
5134         (gst_multipart_mux_request_new_pad),
5135         (gst_multipart_mux_handle_src_event),
5136         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
5137         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
5138         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
5139         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
5140         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
5141         send multipart jpeg images to a browser.
5142         * gst/videobox/Makefile.am:
5143         * gst/videobox/README:
5144         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
5145         (gst_video_box_get_type), (gst_video_box_base_init),
5146         (gst_video_box_class_init), (gst_video_box_init),
5147         (gst_video_box_set_property), (gst_video_box_get_property),
5148         (gst_video_box_sink_link), (gst_video_box_i420),
5149         (gst_video_box_ayuv), (gst_video_box_chain),
5150         (gst_video_box_change_state), (plugin_init):
5151         Crops or adds borders around an image. can do alpha channel
5152         borders as well.
5153         * gst/videomixer/Makefile.am:
5154         * gst/videomixer/README:
5155         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
5156         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
5157         (gst_videomixer_pad_get_sink_event_masks),
5158         (gst_videomixer_pad_get_property),
5159         (gst_videomixer_pad_set_property),
5160         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
5161         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
5162         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
5163         (gst_videomixer_base_init), (gst_videomixer_class_init),
5164         (gst_videomixer_init), (gst_videomixer_request_new_pad),
5165         (gst_videomixer_handle_src_event),
5166         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
5167         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
5168         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
5169         (gst_videomixer_loop), (gst_videomixer_get_property),
5170         (gst_videomixer_set_property), (gst_videomixer_change_state),
5171         (plugin_init):
5172         Generic video mixer plugin, can handle multiple inputs all with
5173         different framerates and video sizes. Is fully alpha channel
5174         aware.
5175
5176 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5177
5178         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
5179           Select first track as master track. Not sure how else to handle
5180           that...
5181         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
5182           Discard discont events. Should fix #142962.
5183
5184 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5185
5186         * ext/alsa/Makefile.am:
5187         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
5188         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
5189         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
5190         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
5191         (gst_alsa_mixer_get_option):
5192         * ext/alsa/gstalsamixer.h:
5193         * ext/alsa/gstalsamixeroptions.c:
5194         (gst_alsa_mixer_options_get_type),
5195         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
5196         (gst_alsa_mixer_options_new):
5197         * ext/alsa/gstalsamixeroptions.h:
5198         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
5199         * ext/alsa/gstalsamixertrack.h:
5200           Add enumerations (as GstMixerOptions). Make correct distinction
5201           between input/output tracks. Add capture/playback private flag.
5202           Use flag to decide on whether to set capture or playback volumes
5203           or switches. Use playback and record switches.
5204         * gst-libs/gst/mixer/Makefile.am:
5205         * gst-libs/gst/mixer/mixer-marshal.list:
5206         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
5207         (gst_mixer_set_option), (gst_mixer_get_option),
5208         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
5209         (gst_mixer_volume_changed), (gst_mixer_option_changed):
5210         * gst-libs/gst/mixer/mixer.h:
5211         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
5212         (gst_mixer_options_class_init), (gst_mixer_options_init),
5213         (gst_mixer_options_dispose):
5214         * gst-libs/gst/mixer/mixeroptions.h:
5215           Add GstMixerOptions.
5216         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
5217           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
5218           broken device detection on computers with multiple OSS sound
5219           cards.
5220
5221 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5222
5223         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5224           fixate nicely even when the peer is not negotiating
5225
5226 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5227
5228         * gst/audioconvert/gstaudioconvert.c:
5229         (gst_audio_convert_parse_caps):
5230           make sure we don't allow depth > width
5231         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
5232           fixate endianness to G_BYTE_ORDER as default
5233         * gst/audioscale/gstaudioscale.c:
5234           we don't handle another endianness as host-endianness
5235
5236 2004-05-25  David Schleef  <ds@schleef.org>
5237
5238         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
5239
5240 2004-05-24  Benjamin Otte  <otte@gnome.org>
5241
5242         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
5243         (gst_oggvorbisenc_setup):
5244           properly fail when we can't setup the vorbis encoder due to
5245           unsupported settings
5246         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
5247         (gst_vorbisenc_setup):
5248           same
5249         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
5250           fix case where warnings occured when one pad was unlinked while the
5251           other's link function was called
5252
5253 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
5254
5255         * gst/tcp/Makefile.am:
5256           use GST_ENABLE_NEW
5257
5258 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5259
5260         * gst-libs/gst/resample/private.h:
5261           don't use optimizations that are #if 0'ed
5262
5263 2004-05-24  Wim Taymans  <wim@fluendo.com>
5264
5265         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
5266         Fix potential division by zero error and hopefully get
5267         the position query right to get correct timestamps on avi
5268         audio.
5269
5270 2004-05-24  Wim Taymans  <wim@fluendo.com>
5271
5272         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
5273         (gst_videoscale_scale_nearest_str2),
5274         (gst_videoscale_scale_nearest_str4),
5275         (gst_videoscale_scale_nearest_32bit),
5276         (gst_videoscale_scale_nearest_24bit),
5277         (gst_videoscale_scale_nearest_16bit):
5278         Fix the scaling algorithm and avoid a buffer overflow.
5279         removed the while loop in the scaling function as it
5280         was used for point sampling only.
5281
5282 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5283
5284         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
5285         (gst_id3_tag_class_init), (gst_id3_tag_init),
5286         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
5287         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
5288         (gst_id3_tag_send_tag_event):
5289           lots of fixes to make id3mux work and id3demux work correctly
5290
5291 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5292
5293         * ext/Makefile.am:
5294           add rules to build shout2send (was removed by accident
5295           when this module was no more marked experimental/broken)
5296
5297 2004-05-24  Zaheer Abbas Merali <zaheerabbas@merali.org>
5298
5299         * ext/shout2/gstshout2.c:
5300         * ext/shout2/gstshout2.h:
5301           adding a "connection problem" signal to shout2send
5302           (fixes #142954)
5303
5304 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
5305
5306         * ext/kio/kioreceiver.cpp:
5307         * ext/kio/kioreceiver.h:
5308           fix sign comparison issues
5309
5310 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5311
5312         * gst/cdxaparse/gstcdxaparse.c:
5313         * gst/cdxaparse/gstcdxaparse.h:
5314           some renaming
5315           add some checks/sanity
5316           prepare for seek addition
5317
5318         * sys/sunaudio/gstsunaudio.c:
5319           remove exported dupe init function
5320
5321 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
5322
5323         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
5324         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
5325           Fix format conversion and position querying.
5326         * gst/debug/progressreport.c: (gst_progressreport_report):
5327           Don't output a bogus total value that we didn't query.
5328         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
5329           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
5330           only a blank window after xine has been used.
5331
5332 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
5333
5334         * m4/as-arts.m4:
5335           sync with upstream version to fix test on FC2
5336           readd with -ko to preserve Id header
5337
5338 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5339
5340         * configure.ac:
5341           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
5342         * gst/tcp/gsttcpclientsrc.c: idem
5343         * gst/tcp/gsttcpserversink.c: idem
5344         * gst/tcp/gsttcpserversrc.c: idem
5345         * m4/gst-fionread.m4: idem
5346
5347         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
5348
5349         * configure.ac: enable speex plugin for speex 1.1.5+
5350         * ext/speex/gstspeexenc.c: fix cast warning
5351
5352         * ext/esd/README: fix typo
5353
5354 2004-05-20  David Schleef  <ds@schleef.org>
5355
5356         * configure.ac: Minor cosmetic change to convince the buildbot to
5357         reautogen.
5358         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
5359         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
5360         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
5361         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
5362         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
5363         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
5364         More hacking.  Plays audio now.
5365
5366 2004-05-20  David Schleef  <ds@schleef.org>
5367
5368         * configure.ac:
5369         * sys/Makefile.am:
5370
5371 2004-05-20  David Schleef  <ds@schleef.org>
5372
5373         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Merali
5374         * sys/osxaudio/gstosxaudio.c:
5375         * sys/osxaudio/gstosxaudioelement.c:
5376         * sys/osxaudio/gstosxaudioelement.h:
5377         * sys/osxaudio/gstosxaudiosink.c:
5378         * sys/osxaudio/gstosxaudiosink.h:
5379         * sys/osxaudio/gstosxaudiosrc.c:
5380         * sys/osxaudio/gstosxaudiosrc.h:
5381
5382 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5383
5384         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
5385         (gst_vorbisenc_chain):
5386           put the codec headers on the caps as streamheader as well as
5387           pushing them out
5388
5389 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5390
5391         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5392         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
5393         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
5394         split up push_packet into two functions
5395
5396 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
5397
5398         * gst/tcp/.cvsignore:
5399           ignore enums
5400         * gst/tcp/Makefile.am:
5401         * gst/tcp/README:
5402         * gst/tcp/gsttcp.c:
5403         * gst/tcp/gsttcp.h:
5404         * gst/tcp/gsttcpclientsink.c:
5405         * gst/tcp/gsttcpclientsink.h:
5406         * gst/tcp/gsttcpclientsrc.c:
5407         * gst/tcp/gsttcpclientsrc.h:
5408         * gst/tcp/gsttcpplugin.c:
5409         * gst/tcp/gsttcpserversink.c:
5410         * gst/tcp/gsttcpserversink.h:
5411         * gst/tcp/gsttcpserversrc.c:
5412         * gst/tcp/gsttcpserversrc.h:
5413           add new tcp elements
5414
5415 2004-05-19  Wim Taymans  <wim@fluendo.com>
5416
5417         * gst/law/mulaw-conversion.c: (mulaw_encode):
5418         Fix overflow bug in ulaw encoding.
5419
5420 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5421
5422         * ext/mad/gstmad.c: (gst_mad_handle_event):
5423           don't unref the event twice
5424
5425 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5426
5427         * configure.ac:
5428           remove -Wno-sign-compare
5429
5430 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5431
5432         * configure.ac:
5433           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
5434           if you want to work against glib 2.2 and 2.4
5435
5436 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
5437
5438         * gst/tcp/Makefile.am:
5439         * gst/tcp/gsttcp.c:
5440         * gst/tcp/gsttcp.h:
5441         * gst/tcp/gsttcpsink.h:
5442         * gst/tcp/gsttcpsrc.h:
5443           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
5444
5445 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5446
5447         * gst/debug/tests.c: (md5_get_value):
5448           fix segfault on gst-inspect
5449
5450 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5451
5452         * gst/debug/testplugin.c: 
5453         * gst/debug/tests.c: 
5454         * gst/debug/tests.h:
5455           add new extensible and configurable testing element. Current tests
5456           include buffer count, stream length, timestamp/duration matching and
5457           md5.
5458         * gst/debug/Makefile.am:
5459         * gst/debug/gstdebug.c: (plugin_init):
5460           add infrastructure for new element
5461
5462 2004-05-19  Johan Dahlin  <johan@gnome.org>
5463
5464         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
5465         ending of the array. Fixes gst-inspect segfault on ppc.
5466
5467 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5468
5469         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
5470
5471         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
5472
5473 2004-05-18  David Schleef  <ds@schleef.org>
5474
5475         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
5476         warnings (bugs, actually) noticed by gcc but not forte.
5477
5478 2004-05-18  David Schleef  <ds@schleef.org>
5479
5480         * sys/sunaudio/Makefile.am:
5481         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
5482
5483 2004-05-18  David Schleef  <ds@schleef.org>
5484
5485         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
5486         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
5487         to allow qtdemux to use non-seekable streams. (bug #142272)
5488
5489 2004-05-18  David Schleef  <ds@schleef.org>
5490
5491         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
5492         (gst_resample_sinc_ft_float): Remove use of static temporary
5493         buffer.  This code was obviously not supposed to last long, but
5494         it's stuck in our ABI, so it required a little hack to make it
5495         ABI-compatible.  Fixes #142585.
5496         * gst-libs/gst/resample/resample.h: same.
5497
5498 2004-05-18  David Schleef  <ds@schleef.org>
5499
5500         * configure.ac: Add sunaudio
5501         * examples/Makefile.am: make gstplay depend on gconf
5502         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
5503         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
5504         (convert_table_lookup), (img_convert): remove c99-isms
5505         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
5506           unsigned, to fix a warning on Solaris
5507         * gst/mpeg1sys/systems.c: bcopy->memcpy
5508         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
5509         * sys/Makefile.am: Add sunaudio
5510
5511 2004-05-18  Wim Taymans  <wim@fluendo.com>
5512
5513         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
5514         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
5515         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
5516         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
5517         (gst_ogg_mux_loop):
5518         Fix an ugly memleak where the muxer didn't flush enough ogg
5519         pages. This also resulted in badly muxed ogg files.
5520
5521 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5522
5523         * gst/asfdemux/asfheaders.c :
5524         * gst/asfdemux/asfheaders.h :
5525         * gst/asfdemux/gstasfdemux.c :
5526           - fix ASF_OBJ_PADDING guid
5527           - add 3 new object guids (language list, metadata, 
5528             extended stream properties)
5529           - add a function to parse extended header objects
5530
5531 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5532
5533         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
5534           remove leftover debugging g_print
5535
5536 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5537
5538         * ext/mad/gstmad.c: (gst_mad_handle_event):
5539           Fix for when the first format in a discont event is not a
5540           byte-based one. Should fix #137710.
5541
5542 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5543
5544         * m4/a52.m4 : fix compilation with -Wall -Werror
5545         * m4/libfame.m4 : idem
5546         * m4/libmikmod.m4 : idem
5547
5548 2004-05-17  Benjamin Otte  <otte@gnome.org>
5549
5550         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5551           signal the new tags before giving up the reference
5552
5553 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5554
5555         * ext/shout2/gstshout2.c:
5556           use application/ogg instead of application/x-ogg (patch by Patrick
5557           Guimond, fixes #142432)
5558         * sys/oss/gstosselement.c: (gst_osselement_reset),
5559         (gst_osselement_sync_parms):
5560           don't set fragment size unless specified (fixes #142493)
5561
5562 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5563
5564         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
5565           fixes #142664
5566
5567 2004-05-17  Benjamin Otte  <otte@gnome.org>
5568
5569         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
5570           compute offsets correctly for internal buffers so timestamps are set
5571           correctly when we can't seek. Also handle cases where there are no
5572           offsets. (based on a patch by David Moore, fixes #142507)
5573
5574 2004-05-17  Benjamin Otte  <otte@gnome.org>
5575
5576         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5577           use correct variable when determining amount of data to skip so we
5578           don't skip into the void and segfault
5579
5580 2004-05-16  Benjamin Otte  <otte@gnome.org>
5581
5582         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5583           Hi, I'm a memleak
5584
5585 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5586
5587         * gst/asfdemux/gstasfdemux.c:
5588           - fix a mem leak and always propagate tags
5589           - add WMV3 to known video codecs (but no decoder yet)
5590           - replace "surplus data" at end of audio header for what
5591             it is : codec specific data
5592           - fix a typo
5593
5594 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
5595
5596         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
5597
5598         * gst-libs/gst/audio/audioclock.c:
5599           Fix wrong return type (#142205).
5600
5601 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5602
5603         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
5604           Ignore CRCs by default (fixes #142566).
5605
5606 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5607
5608         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
5609         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
5610         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
5611         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
5612         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
5613         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
5614           Fix for cases where we fail to attach to a mixer.
5615
5616 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5617
5618         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
5619           Don't touch events after not owning them anymore.
5620         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
5621         (gst_wavparse_fmt), (gst_wavparse_other),
5622         (gst_wavparse_handle_seek), (gst_wavparse_loop),
5623         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
5624         (gst_wavparse_srcpad_event):
5625         * gst/wavparse/gstwavparse.h:
5626           Add seeking, fix querying.
5627
5628 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5629
5630         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5631           - process comments even if they don't end with \0\0
5632             g_convert would ignore them if present and works well without them
5633
5634 2004-05-16  Benjamin Otte  <otte@gnome.org>
5635
5636         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
5637           simplify caps
5638
5639 2004-05-16  Benjamin Otte  <otte@gnome.org>
5640
5641         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5642           don't write to memory we might not write to - g_convert does that
5643           for us anyway (fixes #142613)
5644         (gst_asf_demux_audio_caps):
5645           comment out gst_util_dump_mem
5646
5647 2004-05-16  Benjamin Otte  <otte@gnome.org>
5648
5649         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5650           compute correct expected timestamps after seek (broken since
5651           last commit)
5652         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
5653           rename element and debugging category to gdkpixbufscale
5654
5655 2004-05-16  Benjamin Otte  <otte@gnome.org>
5656
5657         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
5658           add error checking to snd_pcm_delay and remove duplicate call to
5659           snd_pcm_delay that caused issues (see inline code comments)
5660         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
5661           make more readable and fix return value when snd_pcm_delay fails
5662         (fixes #142586)
5663
5664 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
5665         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
5666         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
5667         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
5668         (gst_pixbufscale_link), (gst_pixbufscale_init),
5669         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
5670         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
5671         (gst_pixbufscale_get_property), (pixbufscale_init):
5672         * ext/gdk_pixbuf/pixbufscale.h:
5673         Add these files I forgot earlier
5674
5675 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
5676         * ext/gdk_pixbuf/Makefile.am:
5677         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
5678         * ext/gdk_pixbuf/gstgdkpixbuf.h:
5679         Add new pixbufscale element to scale RGB video
5680         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
5681         and HYPER interpolation correctly.
5682         * ext/theora/theoraenc.c: (theora_enc_chain),
5683         Discard buffer and return if explicit caps could not be set
5684         (theora_enc_get_property):
5685         Make _get return kbps for the bitrate consistent with
5686         the _set function.
5687
5688
5689 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5690
5691         * ext/libvisual/visual.c: (gst_visual_chain):
5692           add missing visual_audio_analyze
5693
5694 2004-05-14  David Schleef  <ds@schleef.org>
5695
5696         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
5697         is killed while we're playing.
5698         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
5699         gst_element_no_more_pads().
5700
5701 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5702
5703         * gst-libs/gst/riff/riff-read.c :
5704           - fix INFO tag extraction in RIFF/AVI files
5705             because gst_event_unref (event) also freed taglist
5706           - avoid a mem leak
5707
5708 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5709
5710         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
5711         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
5712
5713         * gst/auparse/gstauparse.c :
5714           - add code (commented for now) to support audio/x-adpcm on src pad
5715             (we have no decoder for those layout yet)
5716
5717         * gst/cdxaparse/gstcdxaparse.c :
5718         * gst/cdxaparse/gstcdxaparse.h :
5719           - partial rewrite using RiffRead (ripped iain's wavparse code)
5720
5721         * gst/rtp/gstrtpL16enc.c : typo
5722         * gst/rtp/gstrtpgsmenc.c : typo
5723
5724 2004-05-13  Benjamin Otte  <otte@gnome.org>
5725
5726         * configure.ac:
5727           check for exact version of libvisual, it's not supposed to be
5728           API/ABI stable yet
5729
5730 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5731
5732         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
5733           signal no-more-pads
5734
5735 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5736
5737         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
5738         Report which format was used for GST_FORMAT_DEFAULT
5739         * gst/debug/Makefile.am:
5740         * gst/debug/gstdebug.c: (plugin_init):
5741         * gst/debug/progressreport.c: (gst_progressreport_base_init),
5742         (gst_progressreport_class_init), (gst_progressreport_init),
5743         (gst_progressreport_report), (gst_progressreport_set_property),
5744         (gst_progressreport_get_property), (gst_progressreport_chain),
5745         (gst_progressreport_plugin_init):
5746         Add progressreport element for testing.
5747
5748 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
5749
5750         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
5751         * sys/v4l/gstv4lsrc.h:
5752         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
5753         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
5754         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
5755         (gst_v4lsrc_grab_frame):
5756           add more debugging
5757           send a discont at start
5758
5759 2004-05-12  Colin Walters  <walters@redhat.com>
5760
5761         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
5762         inflooping if we can't find a chunk.  Or in other words, don't blow
5763         chunks if we don't have a chunk to blow.
5764
5765 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
5766         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
5767         Remove old debug output
5768         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
5769         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
5770         (gst_dvdec_set_property), (gst_dvdec_get_property):
5771         Change the quality setting to an enum, so it works from gst-launch
5772         Don't renegotiate a non-linked pad. Allows audio only decoding.
5773         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
5774         (gst_deinterlace_link), (gst_deinterlace_init):
5775         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
5776         (gst_videodrop_link):
5777         Some caps negotiation fixes
5778
5779 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5780
5781         * ext/tarkin/gsttarkin.c :
5782           - Change RANK from NONE to PRIMARY
5783         * ext/gdk_pixbuf/gstgdkpixbuf.c :
5784           - Change RANK from NONE to MARGINAL
5785         * ext/divx/gstdivxenc.c :
5786           - Change RANK from PRIMARY to NONE (encoder/spider issue)
5787
5788 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
5789
5790         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
5791         (gst_vorbisenc_push_packet):
5792           copy a function that was added between 1.0 and 1.0.1 until we
5793           depend on worthwhile features of post-1.0
5794
5795 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5796
5797         * configure.ac:
5798           enable shout2 by default
5799         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
5800         (gst_shout2send_base_init), (gst_shout2send_init),
5801         (gst_shout2send_connect), (gst_shout2send_change_state):
5802         * ext/shout2/gstshout2.h:
5803           make this work again. Based on a patch by Zaheer Merali (fixes
5804           #142262)
5805         * ext/theora/theora.c: (plugin_init):
5806           don't set rank on encoders
5807
5808 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
5809
5810         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
5811           Use codec_data property instead of flag1 and flag2 for wma
5812
5813 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5814
5815         * gst/cdxaparse/gstcdxaparse.c :
5816           - Add mpegversion to CAPS to make it link
5817           - Rank is as GST_RANK_SECONDARY instead of NONE
5818         * gst/auparse/gstauparse.c :
5819           - Document all audio encoding we can encounter from Solaris 9
5820             headers and libsndfile information.
5821           - Increase max. rate from 48000 to 192000 (to match other elements)
5822           - Don't try to play junk data between header and samples
5823
5824 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5825
5826         * ext/libvisual/visual.c: (gst_visual_getcaps):
5827           use the right caps depending on endianness (I hope)
5828         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
5829           use GST_RANK_NONE for all non-decoding elements or spider gets
5830           mighty confused
5831
5832 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5833
5834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
5835           Fix some odd cases and fix BE metadata parsing of unicode16 text.
5836
5837 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
5838
5839         * gst/switch/gstswitch.c: (gst_switch_release_pad),
5840         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
5841         (gst_switch_loop), (gst_switch_get_type):
5842           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
5843           HEADERS. Had to be said.
5844
5845 2004-05-10  David Schleef  <ds@schleef.org>
5846
5847         * configure.ac: Add prototype Dirac support.
5848         * ext/Makefile.am:
5849         * ext/dirac/Makefile.am:
5850         * ext/dirac/gstdirac.cc:
5851         * ext/dirac/gstdiracdec.cc:
5852
5853 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5854
5855         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
5856         (gst_auparse_init), (gst_auparse_chain),
5857         (gst_auparse_change_state):
5858           Hack around spider. Remove me some day please.
5859
5860 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5861
5862         * gst/auparse/gstauparse.c: (gst_auparse_chain):
5863           Fix for some uninitialized variables in previous patch, also
5864           makes it work. Fixes #142286 while we're at it.
5865
5866 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5867
5868         * gst/auparse/gstauparse.c:
5869                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
5870                 only unsupported formats are ADPCM/CCITT G.72x
5871                 reviewed by Ronald
5872         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
5873
5874 2004-05-10  Wim Taymans  <wim@fluendo.com>
5875
5876         * ext/vorbis/Makefile.am:
5877         * ext/vorbis/README:
5878         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
5879         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
5880         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
5881         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
5882         (gst_oggvorbisenc_convert_sink),
5883         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
5884         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
5885         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
5886         (get_constraints_string), (update_start_message),
5887         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
5888         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
5889         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
5890         * ext/vorbis/oggvorbisenc.h:
5891         * ext/vorbis/vorbis.c: (plugin_init):
5892         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
5893         (raw_caps_factory), (gst_vorbisenc_class_init),
5894         (gst_vorbisenc_init), (gst_vorbisenc_setup),
5895         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
5896         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
5897         * ext/vorbis/vorbisenc.h:
5898         Added a raw vorbis encoder to be used with the oggmuxer.
5899         We still need the old encoder for some gnome applications, 
5900         read the README to find out how that works.
5901         The raw encoder is called "rawvorbisenc" until 0.9.
5902
5903 2004-05-10  Wim Taymans  <wim@fluendo.com>
5904
5905         * ext/ogg/gstogg.c: (plugin_init):
5906         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
5907         (gst_ogg_print):
5908         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
5909         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
5910         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
5911         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
5912         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
5913         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
5914         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
5915         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
5916         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
5917         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
5918         Added an ogg muxer.
5919         Small typo fixes in the demuxer.
5920
5921 2004-05-10  Wim Taymans  <wim@fluendo.com>
5922
5923         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
5924         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
5925         (theora_enc_change_state), (theora_enc_set_property),
5926         (theora_enc_get_property):
5927         Mark the last packet with an EOS flag which is not really needed
5928         in gstreamer.
5929         Do some better video framerate initialisation.
5930         Update the buffer timestamp.
5931
5932 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
5933
5934         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
5935         Return the result of the parent state change call
5936
5937 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
5938
5939         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
5940         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
5941         * gst/law/alaw-encode.c : (idem)
5942         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
5943         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
5944         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
5945
5946 2004-05-09  Benjamin Otte  <otte@gnome.org>
5947
5948         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
5949           don't use a fixed buffer size when writing variable length data to
5950           it. Fixes memory corruption and makes alsasrc work
5951
5952 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5953
5954         * ext/gnomevfs/gstgnomevfssink.c:
5955         (_gst_boolean_allow_overwrite_accumulator),
5956         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
5957           Run glib's default signal handler (??) in RUN_CLEANUP rather than
5958           RUN_LAST, and don't use that to set the accumulator value because
5959           then it's always FALSE.
5960
5961 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5962
5963         * gst-libs/gst/riff/riff-media.c:
5964         (gst_riff_create_video_caps_with_data),
5965         (gst_riff_create_audio_caps),
5966         (gst_riff_create_audio_template_caps):
5967         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
5968           Fix for unaligned RIFF files (i.e. where all the chunks together
5969           in a LIST chunk are not of the same size as the size given in
5970           the LIST chunk header). Fixes several odd WAVE files. Also fix
5971           ADPCM (block_align property) in audio, so that wavparse based
5972           on this works now as it used to stand-alone.
5973
5974 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
5975
5976         reviewed by Benjamin Otte  <otte@gnome.org>
5977
5978         * ext/a52dec/gsta52dec.c:
5979         * ext/divx/gstdivxdec.c:
5980         * ext/divx/gstdivxenc.c:
5981         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
5982         * ext/faac/gstfaac.c: (gst_faac_base_init):
5983         * ext/faad/gstfaad.c: (gst_faad_base_init):
5984         * ext/ivorbis/vorbisfile.c:
5985         * ext/lame/gstlame.c:
5986         * ext/libfame/gstlibfame.c:
5987         * ext/mpeg2enc/gstmpeg2enc.cc:
5988         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
5989         * ext/sidplay/gstsiddec.cc:
5990         * ext/speex/gstspeexdec.c:
5991         * ext/speex/gstspeexenc.c:
5992         * ext/xvid/gstxviddec.c:
5993         * ext/xvid/gstxvidenc.c:
5994           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
5995           (fixes #142193)
5996
5997 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
5998
5999         * ext/alsa/gstalsa.c: (device_list),
6000         (gst_alsa_class_probe_devices):
6001         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
6002           Fix alsa oddness in mixer after the combination of using mixer
6003           in source/sink elements and using hw:x,y instead of just hw:x.
6004
6005 2004-05-09  Benjamin Otte  <otte@gnome.org>
6006
6007         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
6008         (gst_wavparse_create_sourcepad):
6009           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
6010           sourcepads
6011
6012 2004-05-09  Benjamin Otte  <otte@gnome.org>
6013
6014         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
6015           allow discont events before caps nego
6016
6017 2004-05-08  Benjamin Otte  <otte@gnome.org>
6018
6019         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6020           don't leak events
6021
6022 2004-05-08  Benjamin Otte  <otte@gnome.org>
6023
6024         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
6025         (gst_level_change_state), (gst_level_init):
6026         * gst/level/gstlevel.h:
6027           figure out if we're initialized directly instead of keeping a
6028           variable that's wrong in 90% of cases
6029           don't initialize pads and then leak them and use a new unitialized
6030           pad. (fixes #142084)
6031           these were bugs so n00bish I didn't find them for an hour :/
6032
6033 2004-05-08 Iain <iain@prettypeople.org>
6034
6035         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
6036         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
6037         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
6038         return the length that was read.
6039         (gst_riff_read_strf_auds): Allow fmt tags as well.
6040
6041 2004-05-07  David Schleef  <ds@schleef.org>
6042
6043         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
6044         signed char assumption in faad.h.
6045
6046 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6047
6048         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
6049           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
6050
6051 2004-05-07  Colin Walters  <walters@redhat.com>
6052
6053         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
6054         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
6055         function.
6056         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose): 
6057         Add dispose function.
6058
6059 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
6060         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
6061           Fix caps nego and pad templates. RGB mode caps should
6062           work now.
6063         * ext/dvdnav/gst-dvd:
6064           Move mpeg2dec inside the thread because otherwise the
6065           queue rejects cap changes mid-stream
6066         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
6067         (gst_mpeg2dec_flush_decoder):
6068           For mpeg2dec > 0.4.0, call the flush function instead of
6069           manually extracting all in-flight frames.
6070         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
6071         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
6072           Change mime type video/dv go video/x-dv to match the
6073           rest of gst-plugins
6074
6075 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6076
6077         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
6078         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
6079         (gst_alsa_sink_class_init):
6080         * ext/alsa/gstalsasink.h:
6081         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
6082         (gst_alsa_src_class_init):
6083         * ext/alsa/gstalsasrc.h:
6084           Make alsasink/src a subclass of alsamixer so that mixer stuff
6085           shows up in gst-rec. Needs some finetuning.
6086
6087 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6088
6089         * ext/lame/gstlame.c: (gst_lame_chain):
6090           simplify
6091         * ext/mad/gstmad.c: (gst_mad_handle_event):
6092           fix event leak
6093         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
6094           be able to detect mp3 files < 4096 bytes
6095
6096 2004-05-06  Wim Taymans  <wim@fluendo.com>
6097
6098         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
6099         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
6100         (theora_enc_set_property), (theora_enc_get_property):
6101         Also encode the first frame, cleanup some code.
6102
6103 2004-05-06  Wim Taymans  <wim@fluendo.com>
6104
6105         * ext/mpeg2enc/gstmpeg2enc.cc:
6106         Forward events first before deciding that negotiation was
6107         not performed.
6108
6109 2004-05-06  Wim Taymans  <wim@fluendo.com>
6110
6111         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
6112         First process the events before deciding that negotiation
6113         was not performed.
6114
6115 2004-05-06  Wim Taymans  <wim@fluendo.com>
6116
6117         * ext/theora/Makefile.am:
6118         * ext/theora/theora.c: (plugin_init):
6119         * ext/theora/theoradec.c: (theora_dec_change_state):
6120         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
6121         (gst_theora_enc_class_init), (gst_theora_enc_init),
6122         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
6123         (theora_enc_chain), (theora_enc_change_state),
6124         (theora_enc_set_property), (theora_enc_get_property):
6125         Added a theora encoder, grouped the encoder and decoder into the
6126         same plugin.
6127
6128 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6129
6130         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6131         (gst_jpegenc_chain):
6132         fix DURATION on outgoing buffers
6133         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
6134         debug using time formats
6135         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
6136         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6137         (gst_xvimagesink_sink_link):
6138         windows with width/height 0 generate X errors, so don't allow them
6139
6140 2004-05-05  Wim Taymans  <wim@fluendo.com>
6141
6142         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
6143         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
6144         (gst_mpeg2dec_negotiate_format):
6145         * ext/mpeg2dec/gstmpeg2dec.h:
6146           removed the static pad template so that we can add the
6147           more accurate framerate value to the caps.
6148           
6149
6150 2004-05-04  Benjamin Otte  <otte@gnome.org>
6151
6152         * configure.ac:
6153           check for kdemacros.h, too (should fix #141821)
6154         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
6155           don't crash if no header was sent, but nicely error out (fixes part
6156           of #141554)
6157
6158 2004-05-04  Wim Taymans  <wim@fluendo.com>
6159
6160         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
6161         parent dispose function to avoid segfault on destroy.
6162
6163 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
6164
6165         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
6166         (plugin_init):
6167         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
6168         (gst_xvimagesink_sink_link):
6169         clean up debugging caps
6170         also recreate xvimage when format has changed
6171
6172 2004-05-04  Benjamin Otte  <otte@gnome.org>
6173
6174         * ext/libvisual/Makefile.am:
6175         * ext/libvisual/visual.c: (gst_visual_class_init),
6176         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
6177         (gst_visual_srclink), (gst_visual_chain),
6178         (gst_visual_change_state), (plugin_init):
6179           use a GstAdapter to correctly adapt buffer sizes - allows using a
6180           framerate
6181
6182 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6183
6184         * sys/v4l/gstv4lelement.h:
6185         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6186         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
6187         (gst_v4lsrc_buffer_free):
6188         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
6189         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
6190         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
6191         (gst_v4lsrc_requeue_frame):
6192         move some debugging categories around
6193         query for fps index and set accordingly if found
6194
6195 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6196
6197         * ext/lame/gstlame.c:
6198         correct defaults that lame_init puts out of range
6199
6200 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6201
6202         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
6203         (gst_divxenc_class_init):
6204         fix range since -1 is the default
6205         * gst/mpeg1sys/gstmpeg1systemencode.c:
6206         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
6207         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
6208         (gst_rtjpegdec_chain):
6209         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
6210         (gst_rtjpegenc_chain):
6211         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
6212         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
6213         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
6214         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
6215         * sys/v4l/gstv4lsrc.c:
6216         * sys/v4l/v4l_calls.c: (gst_v4l_open):
6217         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
6218         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
6219         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
6220         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
6221           remove gst_info calls
6222
6223 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6224
6225         * Makefile.am:
6226         * po/af.po:
6227         * po/az.po:
6228         * po/en_GB.po:
6229         * po/nl.po:
6230         * po/sr.po:
6231         * po/sv.po:
6232           Updated translations
6233
6234 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
6235
6236         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6237           refactor/comment code
6238
6239 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6240
6241         * gst/asfdemux/Makefile.am:
6242         * gst/asfdemux/asfheaders.c:
6243         * gst/asfdemux/asfheaders.h:
6244         * gst/asfdemux/gstasf.c: (plugin_init):
6245         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
6246         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
6247         (gst_asf_demux_setup_pad):
6248         * gst/asfdemux/gstasfdemux.h:
6249         * gst/asfdemux/gstasfmux.c:
6250         * gst/asfdemux/gstasfmux.h:
6251           Add tagging support to demuxer, split out registration in its own
6252           file instead of in demux (hacky), and prevent having some tables
6253           in our memory multiple times (in asfheaders.h).
6254
6255 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6256
6257         * gst/matroska/matroska-demux.c:
6258         (gst_matroska_demux_parse_metadata):
6259         * gst/matroska/matroska-ids.h:  
6260           Basic tag reading support.
6261
6262 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6263
6264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
6265           Really detect ac-3 audio.
6266         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
6267           really detect matroska files (off-by-1).
6268
6269 2004-04-30  David Schleef  <ds@schleef.org>
6270
6271         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6272         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
6273         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
6274         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
6275         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
6276         hackage -- parse a lot more atoms, extract a few tags.  One might even
6277         mistake this for tag support.  Maybe it is.
6278         * gst/qtdemux/qtdemux.h:
6279
6280 2004-04-30  Colin Walters  <walters@verbum.org>
6281
6282         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
6283
6284 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
6285
6286         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6287         (gst_ffmpegcolorspace_getcaps):
6288           remove broken nego fix
6289
6290 2004-04-30  Benjamin Otte  <otte@gnome.org>
6291
6292         * configure.ac:
6293         * ext/Makefile.am:
6294         * ext/libvisual/Makefile.am:
6295         * ext/libvisual/visual.c: 
6296           add initial support for libvisual (http://libvisual.sourceforge.net)
6297           libvisual is still quite alpha, so expect crashes in there :)
6298
6299 2004-04-29  David Schleef  <ds@schleef.org>
6300
6301         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
6302         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
6303         up qtdemux to make it spit out codec_data.  Do _not_ look at this
6304         code; you will no longer respect me.
6305
6306 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
6307
6308         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
6309         * ext/alsa/gstalsa.h :
6310         change alsa pcm device discovery to find more than 1 device
6311         per card. code review by Ronald.
6312
6313 2004-04-29  David Schleef  <ds@schleef.org>
6314
6315         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
6316         Add a check for a driver bug on FreeBSD.  (bug #140565)
6317
6318 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6319
6320         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
6321         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6322         (gst_jpegenc_getcaps):
6323           move format setting to inner loop
6324         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6325         (gst_ffmpegcolorspace_getcaps):
6326           use GST_PAD_CAPS if available so that we use already negotiated
6327           caps
6328         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
6329         (qtdemux_parse_moov), (qtdemux_parse):
6330           extra debugging
6331         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
6332         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
6333           move hardcoded path to DEFINE
6334
6335 2004-04-28  David Schleef  <ds@schleef.org>
6336
6337         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
6338         (bug #140064)
6339
6340 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6341
6342         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
6343           Don't probe for playback device if we're a source element. Fixes
6344           #139658.
6345
6346 2004-04-29  Benjamin Otte  <otte@gnome.org>
6347
6348         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
6349         (gst_id3_tag_chain):
6350           rewrite buffer offset
6351
6352 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6353
6354         * configure.ac:
6355         * ext/Makefile.am:
6356         * ext/dts/Makefile.am:
6357         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
6358         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
6359         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
6360         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
6361         (gst_dtsdec_loop), (gst_dtsdec_change_state),
6362         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
6363         (plugin_init):
6364         * ext/dts/gstdtsdec.h:
6365           New DTS decoder.
6366         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
6367         (gst_faad_srcconnect):
6368           Add ESDS atom handling (.m4a).
6369
6370 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6371
6372         * ext/divx/gstdivxdec.c: (plugin_init):
6373           Remove comment that makes no sense.
6374         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
6375           Fix for obvious typo that resulted in warnings during gst-register.
6376         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
6377         (gst_xviddec_sink_link):
6378           Fix caps negotiation a bit better.
6379         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
6380           We call this 'codec_data', not 'esds'.
6381
6382 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6383
6384         * gst/monoscope/gstmonoscope.c:
6385           make sure we only provide 256x128
6386         * gst/monoscope/monoscope.c: (monoscope_init):
6387           assert size of 256x128
6388
6389 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6390
6391         * Makefile.am:
6392         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
6393         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
6394           fixate to max width and height of device
6395
6396 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6397
6398         * Makefile.am:
6399         * sys/v4l/gstv4l.c:
6400         * sys/v4l/gstv4lsrc.c:
6401         * sys/v4l/v4l_calls.c:
6402         * sys/v4l/v4lsrc_calls.c:
6403           fix for qc-usb driver which fakes having more than one buffer
6404           by handing the same buffer twice, which confused GStreamer's/v4lsrc
6405           buffer_free override
6406           add debugging
6407
6408 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
6409
6410         * Makefile.am:
6411         * gst/videotestsrc/gstvideotestsrc.c:
6412         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
6413         (gst_videotestsrc_init), (gst_videotestsrc_get),
6414         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
6415         * gst/videotestsrc/gstvideotestsrc.h:
6416           add num-buffers property
6417
6418         2004-04-26  Benjamin Otte  <otte@gnome.org>
6419
6420         * ext/mad/gstid3tag.c: (plugin_init):
6421           set id3mux rank to NONE so it doesn't confuse spider
6422           require audio/mpeg,mpegversion=1 in id3mux
6423
6424 2004-04-26  Benjamin Otte  <otte@gnome.org>
6425
6426         * configure.ac:
6427           detect faad correctly as non-working if it's indeed non-working
6428
6429 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6430
6431         * Makefile.am:
6432         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
6433         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
6434         fix _getcaps so it only negotiates to its supported format
6435
6436 2004-04-25  Benjamin Otte  <otte@gnome.org>
6437
6438         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6439           fix memleak
6440
6441 2004-04-23  Benjamin Otte  <otte@gnome.org>
6442
6443         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6444           audio/x-raw-int with height rules! not. Now it's depth.
6445
6446 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6447
6448         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
6449         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
6450         (gst_wavparse_loop):
6451           Missing variable initialization. Add handling of DVI ADPCM. Fix
6452           mis-parsing of LIST chunks. This works around a bug where we mis-
6453           parse non-aligning LIST chunks (so LIST chunks where the contents
6454           don't align with the actual LIST size). The correct fix is to use
6455           rifflib, I'm not going to fix wavparse - too much work. All this
6456           fixes #104878.
6457
6458 2004-04-22  Zaheer Abbas Merali <zaheerabbas@merali.org>
6459
6460         reviewed by Benjamin Otte  <otte@gnome.org>
6461
6462         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
6463           fix shoutcast not working (fixes #140844)
6464
6465 2004-04-22  Benjamin Otte  <otte@gnome.org>
6466
6467         * ext/hermes/gsthermescolorspace.c:
6468         (gst_hermes_colorspace_caps_remove_format_info):
6469         * gst/colorspace/gstcolorspace.c:
6470         (gst_colorspace_caps_remove_format_info):
6471         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6472         (gst_ffmpegcolorspace_caps_remove_format_info):
6473           s/gst_caps_simplify/gst_caps_do_simplify/
6474
6475 2004-04-22  Benjamin Otte  <otte@gnome.org>
6476
6477         * gst-libs/gst/riff/riff-media.c:
6478         (gst_riff_create_video_caps_with_data):
6479           mpegversion is an int
6480         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
6481           don't try to create pad templates with NULL caps, use any caps
6482           instead.
6483
6484 2004-04-20  David Schleef  <ds@schleef.org>
6485
6486         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
6487         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
6488         (bug #140384)
6489
6490 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
6491
6492         reviewed by David Schleef
6493
6494         * ext/mad/gstid3tag.c: Add stdlib.h
6495         * gst/rtp/gstrtpgsmenc.c: same
6496         * gst/tags/gstid3tag.c: same
6497         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
6498         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
6499         GST_DISABLE_LOADSAVE use.
6500         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
6501         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
6502         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
6503         atol(3)).
6504         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
6505         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
6506         strtoul(3)).
6507         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
6508         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
6509         $(ID3_CFLAGS).
6510         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
6511         $(LIBFAME_CFLAGS).
6512
6513 2004-04-20  David Schleef  <ds@schleef.org>
6514
6515         * gst/realmedia/rmdemux.c:  This was supposed to part of the
6516         last checkin.  Same idea.
6517
6518 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
6519
6520         reviewed by David Schleef
6521
6522         * configure.ac: bump required gstreamer version to 0.8.1.1
6523         because of following changes [--ds]
6524
6525         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
6526         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
6527         (gst_riff_read_header):  Use GST_READ_UINT*
6528         macros to access possibly unaligned memory.
6529
6530         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
6531         (mp3_type_find):  Use GST_READ_UINT*
6532         macros to access possibly unaligned memory.
6533         (mp3_type_find, mpeg1_parse_header, qt_type_find)
6534         (speex_type_find): Likewise
6535
6536         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
6537
6538         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
6539         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
6540         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
6541         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
6542         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
6543         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
6544         macros to access possibly unaligned memory.
6545
6546         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
6547         Likewise.
6548
6549         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
6550         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
6551
6552         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
6553         Likewise.
6554
6555         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
6556         (gst_mpeg2subt_chain_subtitle): Likewise.
6557
6558         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
6559         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
6560         Likewise.
6561
6562         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
6563         Likewise.
6564
6565         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
6566         Likewise.
6567
6568         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
6569         Likewise.
6570
6571 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6572
6573         * configure.ac:
6574           update required version of GStreamer because of GST_TIME_FORMAT
6575
6576 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6577
6578         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
6579           remove leftover g_print
6580         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
6581           don't try setting only a subset of the caps. We don't want to kill
6582           autoplugging on purpose
6583
6584 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6585
6586         * sys/ximage/ximagesink.c: (plugin_init):
6587         * sys/xvimage/xvimagesink.c: (plugin_init):
6588           add debugging categories
6589
6590 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
6591
6592         * po/en_GB.po:
6593         * po/LINGUAS:
6594           Adding en_GB translation (Gareth Owen)
6595
6596 2004-04-20  David Schleef  <ds@schleef.org>
6597
6598         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
6599         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
6600         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
6601         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
6602         A number of new features and hacks to extract the esds atom and
6603         put it into the caps.  (bug #137724)
6604
6605 2004-04-19  David Schleef  <ds@schleef.org>
6606
6607         * gconf/Makefile.am: Fix for non-GNU make
6608         * gst-libs/gst/Makefile.am: Change directory order to handle
6609         GstPlay linking with gstinterfaces
6610         * gst-libs/gst/audio/make_filter: make use of tr portable
6611         * gst-libs/gst/play/Makefile.am: Add intended \
6612         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
6613         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
6614         function prototype instead of void *.
6615         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
6616         macro.
6617         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6618         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
6619         * gst/videofilter/make_filter: make use of tr portable
6620         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
6621
6622 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
6623                                                                                 
6624         * po/LINGUAS:
6625         * po/uk.po:
6626           Added Ukrainian translation (Maxim V. Dziumanenko)
6627                                                                                 
6628 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6629
6630         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
6631         (gst_gsmdec_link), (gst_gsmdec_chain):
6632           Fix capsnego, simplify chain function slightly.
6633         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
6634           Add GSM.
6635
6636 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6637
6638         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
6639         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
6640         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
6641           Hack to make wavparse work with spider (always -> sometimes pad).
6642           Fixes #135862 && #140411.
6643
6644 2004-04-18  Benjamin Otte  <otte@gnome.org>
6645
6646         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
6647         (gst_osselement_rate_probe_check),
6648         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
6649           get rid of \n in debug output
6650
6651 2004-04-17  Iain <iain@prettypeople.org>
6652
6653         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
6654         not just EOS.
6655
6656 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6657
6658         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
6659         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
6660         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
6661         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
6662         (gst_id3_tag_src_link), (gst_id3_tag_chain),
6663         (gst_id3_tag_change_state), (plugin_init):
6664           deprecate id3tag element and replace with id3demux/id3mux.
6665           great side effect: this ugly file is now even uglier, yay!
6666         * ext/mad/gstmad.h:
6667           remove non-available function
6668           update for new get_type
6669
6670 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6671
6672         * configure.ac:
6673           require mpeg2dec >= 0.4.0
6674
6675 2004-04-17  Benjamin Otte  <otte@gnome.org>
6676
6677         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
6678         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
6679         (gst_xvimagesink_set_xwindow_id):
6680           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
6681           assorted cleanup fixes.
6682
6683 2004-04-16  David Schleef  <ds@schleef.org>
6684
6685         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
6686         * sys/xvimage/xvimagesink.h: same
6687
6688 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
6689
6690         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
6691           Fix GST_ELEMENT_ERROR with (NULL)
6692
6693 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6694
6695         * gst-libs/gst/riff/riff-media.c:
6696         (gst_riff_create_video_caps_with_data):
6697           Add div[3456] as fourccs for DivX 3 (fixes #140137).
6698
6699 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6700
6701         * gst-libs/gst/riff/riff-media.c:
6702         (gst_riff_create_video_caps_with_data),
6703         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
6704         (gst_riff_create_video_template_caps),
6705         (gst_riff_create_audio_template_caps):
6706         * gst-libs/gst/riff/riff-media.h:
6707         * gst-libs/gst/riff/riff-read.c:
6708         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
6709         * gst-libs/gst/riff/riff-read.h:
6710         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
6711           Add MS RLE support. I added some functions to read out strf chunks
6712           into strf chunks and the data behind it. This is usually color
6713           palettes (as in RLE, but also in 8-bit RGB). Also use those during
6714           caps creation. Lastly, add ADPCM (similar to wavparse - which
6715           should eventually be rifflib based).
6716         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
6717         (gst_matroska_demux_init), (gst_matroska_demux_reset):
6718         * gst/matroska/matroska-demux.h:
6719           Remove placeholders for some prehistoric tagging system. Didn't add
6720           support for any tag system really anyway.
6721         * gst/qtdemux/qtdemux.c:
6722           Add support for audio/x-m4a (MPEG-4) through spider.
6723         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
6724         (gst_wavparse_loop):
6725           ADPCM support (#135862). Increase max. buffer size because we
6726           cannot split buffers for ADPCM (screws references) and I've seen
6727           files with 2048 byte chunks. 4096 seems safe for now.
6728
6729 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6730
6731         * configure.ac: bump nano to 1
6732
6733 === release 0.8.1 ===
6734
6735 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
6736
6737         * configure.ac: releasing 0.8.1, "Comforting Sounds"
6738
6739 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6740
6741         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6742           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
6743           Fixes #140058
6744
6745 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6746
6747         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
6748           lower rank of dvddemux so that it's not used for mpeg playback.
6749
6750 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6751
6752         * configure.ac:
6753           save libs correctly when checking mad
6754
6755 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
6756
6757         * ext/mad/gstid3tag.c: (plugin_init):
6758           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
6759
6760 2004-04-13  David Schleef  <ds@schleef.org>
6761
6762         * common/m4/gst-feature.m4: Call -config scripts with
6763         --plugin-libs if it is supported.
6764         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
6765         JPEG images are image/jpeg.
6766         * gst/debug/Makefile.am:
6767         * gst/debug/negotiation.c: (gst_negotiation_class_init),
6768         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
6769         (gst_negotiation_update_caps), (gst_negotiation_get_property),
6770         (gst_negotiation_plugin_init): Add a property that acts like
6771         filter caps.
6772         * testsuite/gst-lint:  Move license checking to be a standard
6773         test.
6774
6775 2004-04-13  David Schleef  <ds@schleef.org>
6776
6777         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
6778         patch from Sebastien Cote (bug #139958)
6779
6780 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6781
6782         * examples/gstplay/Makefile.am:
6783         * examples/gstplay/player.c: (main):
6784           make the commandline player example use gconf settings
6785
6786 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
6787
6788         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
6789         (gst_cacasink_sinkconnect), (gst_cacasink_init),
6790         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
6791           init/end library during state transition, not object
6792           creation/disposal.  get rid of custom dispose handler.
6793          
6794
6795 2004-04-12  Christian Schaller <Uraeus@gnome.org>
6796
6797         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can 
6798         be a symlink
6799
6800 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6801
6802         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
6803           Handle JUNK chunks inside data section. Prevents warnings.
6804
6805 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6806
6807         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
6808         (gst_riff_create_video_template_caps):
6809           Add MS video v1.
6810         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
6811         (gst_avi_demux_stream_data):
6812           Add support for "rec-list" chunks.
6813
6814 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6815
6816         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6817           Fix another codecname mismatch.
6818
6819 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6820
6821         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6822           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
6823           so that MJPEG plays back.
6824
6825 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6826
6827         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
6828         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
6829         * gst/mpeg1videoparse/gstmp1videoparse.h:
6830           Fix for some slight mis-cuts in buffer parsing, and for some
6831           potential overflows or faults-causers. Adds disconts. Also fixes
6832           #139105 while we're at it.
6833
6834 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6835
6836         * configure.ac:
6837         * sys/v4l2/gstv4l2element.h:
6838           Workaround for missing struct v4l2_buffer declaration in Suse 9
6839           and Mandrake 10 linux/videodev2.h header file (#135919).
6840
6841 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6842
6843         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
6844           Bail out if no filename was given.
6845
6846 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6847
6848         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
6849         (gst_v4l2_fourcc_from_structure):
6850           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
6851           Y41B somewhere).
6852
6853 2004-04-09  Benjamin Otte  <otte@gnome.org>
6854
6855         * ext/gnomevfs/gstgnomevfssink.c:
6856         (_gst_boolean_allow_overwrite_accumulator),
6857         (gst_gnomevfssink_class_init):
6858           fix erase signal - if any handler returns false the file will not be
6859           overwritten. If no handler is connected, the file will not be
6860           overwritten either.
6861           renamed signal to "allow-overwrite"
6862         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
6863           free string when adding it to ID3 failed
6864         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
6865           unref event when done
6866         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
6867           free caps
6868         * gst/typefind/gsttypefindfunctions.c:
6869         (mpeg_video_stream_type_find):
6870           fix invalid read 
6871
6872 2004-04-08  David Schleef  <ds@schleef.org>
6873
6874         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6875         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
6876
6877 2004-04-08  David Schleef  <ds@schleef.org>
6878
6879         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
6880         we don't support (bug #139532)
6881
6882 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
6883
6884         * ext/mad/gstmad.c: (gst_mad_handle_event),
6885         (gst_mad_check_caps_reset), (gst_mad_chain),
6886         (gst_mad_change_state):
6887           only set explicit caps if they haven't been set before for
6888           this stream.  MPEG-audio sample rate/channels aren't allowed
6889           to change in-stream.
6890           Fixes #139382
6891
6892 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
6893
6894         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
6895         (_gst_boolean_did_something_accumulator),
6896         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
6897         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
6898         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
6899         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
6900         (gst_gnomevfssink_change_state):
6901           Fix erase signal. Don't erase by default. Remove handoff signal.
6902           Remove erase property. Don't segfault. General cleanup.
6903
6904 2004-04-07  Benjamin Otte  <otte@gnome.org>
6905
6906         * gst-libs/gst/gconf/test-gconf.c: (main):
6907           add missing gst_init
6908
6909 2004-04-07  Benjamin Otte  <otte@gnome.org>
6910
6911         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
6912           free the mutexes, too
6913
6914 2004-04-07  Benjamin Otte  <otte@gnome.org>
6915
6916         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
6917           actually free the URI string
6918         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
6919           compute offset correctly when passing discont events
6920         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
6921           don't leak discont events
6922         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
6923           add some missing breaks so caps aren't copied randomly
6924         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
6925           if we realloc memory, we better use it
6926
6927 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
6928
6929         * ext/mad/gstmad.c: (normal_seek):
6930           fix GST_FORMAT_TIME usage
6931
6932 2004-04-05  David Schleef  <ds@schleef.org>
6933
6934         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
6935         a deprecated function (hack!)
6936
6937 2004-04-05  Benjamin Otte  <otte@gnome.org>
6938
6939         * ext/esd/esdmon.c: (gst_esdmon_get):
6940           fix nonterminated vararg and memleak
6941
6942 2004-04-05  Benjamin Otte  <otte@gnome.org>
6943
6944         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
6945         (gst_ladspa_init), (gst_ladspa_force_src_caps),
6946         (gst_ladspa_set_property), (gst_ladspa_get_property),
6947         (gst_ladspa_instantiate), (gst_ladspa_activate),
6948         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
6949           clean up debugging
6950
6951 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
6952
6953         reviewed by Benjamin Otte  <otte@gnome.org>
6954
6955         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
6956           check for broken LADSPA parameters (fixes #138635)
6957         
6958 2004-04-05  Benjamin Otte  <otte@gnome.org>
6959
6960         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
6961           advertise buffer-frames correctly on sinkpads
6962
6963 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6964
6965         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
6966         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
6967         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
6968         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
6969         (gst_mad_check_caps_reset), (gst_mad_chain):
6970         add more debugging, only reset caps when we're not in error state
6971
6972 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
6973
6974         * ext/mad/gstmad.c: add debugging category, comment + cleanups
6975
6976 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
6977
6978         reviewed by Benjamin Otte  <otte@gnome.org>
6979
6980         * configure.ac:
6981           fix == in test(1) operator
6982
6983 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
6984
6985         reviewed by Benjamin Otte  <otte@gnome.org>
6986
6987         * configure.ac:
6988           fix --export-symblos-regex to a working regex.
6989
6990 2004-04-04  Benjamin Otte  <otte@gnome.org>
6991
6992         * sys/oss/.cvsignore:
6993           add for oss_probe
6994
6995 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
6996
6997         reviewed by Benjamin Otte  <otte@gnome.org>
6998
6999         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7000           add missing 'new_media' argument (fixes #138168)
7001         * gst/matroska/matroska-demux.c:
7002         (gst_matroska_demux_handle_seek_event):
7003           add vararg terminator (fixes #138169)
7004
7005 2004-04-02  David Schleef  <ds@schleef.org>
7006
7007         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
7008         disted (bug #138914)
7009
7010 2004-04-01  Benjamin Otte  <otte@gnome.org>
7011
7012         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
7013         (gst_alsa_close_audio):
7014           handle case better where a soundcard can't pause
7015         * ext/ogg/gstoggdemux.c:
7016           don't crash when we get events but don't have pads yet
7017
7018 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7019
7020         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
7021           throw an error if we couldn't probe any caps.
7022
7023 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7024
7025         * ext/dvdnav/gst-dvd:
7026         Add a really simple sample DVD player
7027
7028 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
7029
7030         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
7031         (gst_a52dec_push), (gst_a52dec_handle_event),
7032         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
7033         (gst_a52dec_change_state):
7034         * ext/a52dec/gsta52dec.h:
7035           Use a debug category, Output timestamps correctly
7036           Emit tag info, Handle events, tell liba52dec about cpu
7037           capabilities so it can use MMX etc.
7038         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
7039           Fix a crasher accessing invalid memory
7040         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
7041         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
7042         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
7043         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
7044         (dvdnavsrc_query):
7045           Some support for byte-format seeking.
7046           Small fixes for still frames and menu button overlays
7047         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
7048         (gst_mpeg2dec_alloc_buffer):
7049           Use a debug category. Adjust the report level of several items to
7050           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
7051           so it doesn't lose the GstBuffer pointer
7052         * gst/debug/Makefile.am:
7053         * gst/debug/gstdebug.c: (plugin_init):
7054         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
7055         (gst_navseek_base_init), (gst_navseek_class_init),
7056         (gst_navseek_init), (gst_navseek_seek),
7057         (gst_navseek_handle_src_event), (gst_navseek_set_property),
7058         (gst_navseek_get_property), (gst_navseek_chain),
7059         (gst_navseek_plugin_init):
7060         * gst/debug/gstnavseek.h:
7061           Add the navseek debug element for seeking back and forth in a 
7062           video stream using arrow keys.
7063         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
7064         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
7065         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
7066         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
7067         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
7068         (gst_mpeg2subt_parse_header), (gst_get_nibble),
7069         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
7070         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
7071         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
7072         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
7073         * gst/mpeg2sub/gstmpeg2subt.h:
7074           Pretty much a complete rewrite. Now a loopbased element. May still
7075           require work to properly synchronise subtitle buffers.
7076         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
7077         (gst_dvd_demux_send_subbuffer):
7078         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
7079           Don't attempt to create subbuffers of size 0
7080           Reduce a couple of error outputs to warnings.
7081         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
7082         (gst_y4mencode_chain):
7083         Output the y4m frame header correctly.
7084
7085 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7086
7087         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7088           throw errors instead of allowing SIGFPE
7089
7090 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7091
7092         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
7093         (gst_gconf_render_bin_from_key):
7094           leak plugging and style fixing
7095
7096 2004-03-31  David Schleef  <ds@schleef.org>
7097
7098         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
7099         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
7100         (bug #138225)
7101         * gst/debug/Makefile.am:
7102         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
7103         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
7104         plugin.
7105         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
7106         (gst_negotiation_base_init), (gst_negotiation_class_init),
7107         (gst_negotiation_init), (gst_negotiation_getcaps),
7108         (gst_negotiation_pad_link), (gst_negotiation_chain),
7109         (gst_negotiation_set_property), (gst_negotiation_get_property),
7110         (gst_negotiation_plugin_init):  New element to talk about random
7111         negotiation things happening in a pipeline.
7112
7113 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7114
7115         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
7116           fix integer addition with help of Stefan Kost
7117
7118 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
7119
7120         * po/nl.po: updated Dutch translation (Elros Cyriatan)
7121
7122 2004-03-30  David Schleef  <ds@schleef.org>
7123
7124         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
7125         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
7126         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
7127         (bug #137504)
7128         * ext/mpeg2dec/gstmpeg2dec.h:
7129
7130 2004-03-30  David Schleef  <ds@schleef.org>
7131
7132         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
7133
7134 2004-03-30  David Schleef  <ds@schleef.org>
7135
7136         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
7137         Michael Petullo) to handle .mov
7138
7139 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7140
7141         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
7142         (gst_osselement_rate_check_rate):
7143           probe caps correctly for sound cards that only support one format
7144
7145 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7146
7147         * ext/kio/kiosrc.cpp: (process_events):
7148           update handling event processing if inside KDE - untested
7149
7150 2004-03-29  David Schleef  <ds@schleef.org>
7151
7152         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
7153         by 2 to not interfere with other colorspaces.
7154         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
7155         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
7156         one to not interfere with ffmpeg_colorspace.
7157
7158 2004-03-29  David Schleef  <ds@schleef.org>
7159
7160         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
7161         aren't in the caps.
7162         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
7163         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
7164
7165 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7166
7167         * gst-libs/gst/riff/riff-media.c:
7168           fail on error, don't try to set stuff on NULL caps
7169
7170 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
7171
7172         * configure.ac:
7173         * ext/Makefile.am:
7174         * ext/kio/Makefile.am:
7175         * ext/kio/kioreceiver.cpp:
7176         * ext/kio/kioreceiver.h:
7177         * ext/kio/kiosrc.cpp:
7178         * ext/kio/kiosrc.h:
7179           add experimental kiosrc plugin
7180         * ext/alsa/gstalsaplugin.c: (plugin_init):
7181           initialize debugging category only when we're sure registering the
7182           plugins worked.
7183
7184 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7185
7186         * examples/gstplay/player.c: (main):
7187         * gst-libs/gst/play/play.c: (gst_play_class_init),
7188         (gst_play_set_location), (gst_play_set_data_src),
7189         (gst_play_set_video_sink), (gst_play_set_audio_sink),
7190         (gst_play_set_visualization), (gst_play_connect_visualization):
7191           check return values of element_set_state and return FALSE where
7192           failed
7193
7194 2004-03-29  Benjamin Otte  <otte@gnome.org>
7195
7196         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
7197           try harder to check if an event is really a discont
7198
7199 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
7200
7201         * po/LINGUAS: adding Azerbaijani (Mətin Əmirov)
7202         * po/az.po:
7203
7204 2004-03-28  Benjamin Otte  <otte@gnome.org>
7205
7206         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
7207         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
7208         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
7209           get rid of non-standard "..." ranges in case statements.
7210
7211 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
7212
7213         * gst/mpegstream/gstmpegdemux.c: 
7214         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
7215         specific functionality split to the new dvddemux element.
7216         * gst/mpegstream/gstdvddemux.c:
7217         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
7218         streams, derived from mpegdemux.
7219         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
7220         up. SCR based timestamp rewriting can be turned off (will probably
7221         completely disappear soon).
7222         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
7223         hacking. General cleanup. All printf statements replaced by
7224         debugging messages. Almost complete libdvdnav support.
7225         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
7226         by events. New properties for audio and subpicture languages.
7227         (dvdnavsrc_update_highlight): Now uses events.
7228         (dvdnavsrc_user_op): Cleaned up.
7229         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
7230         based). Lots of cleanup, and propper support for most libdvdnav
7231         events.
7232         (dvdnavsrc_make_dvd_event): New function.
7233         (dvdnavsrc_make_dvd_nav_packet_event): New function.
7234         (dvdnavsrc_make_clut_change_event): New function.
7235
7236 2004-03-26  Benjamin Otte  <otte@gnome.org>
7237
7238         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
7239           fix bug where typefinding would claim it's theora whenever less then
7240           7 bytes of data were available
7241
7242 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7243
7244         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
7245         (gst_alawdec_base_init), (gst_alawdec_class_init),
7246         (gst_alawdec_init), (gst_alawdec_chain):
7247         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
7248         (gst_alawenc_base_init), (gst_alawenc_class_init),
7249         (gst_alawenc_init), (gst_alawenc_chain):
7250         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
7251         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
7252         (gst_mulawdec_init), (gst_mulawdec_chain):
7253         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
7254         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
7255         (gst_mulawenc_init), (gst_mulawenc_chain):
7256           Fix capsnego in all four, remove the unused property functions and
7257           simplify the chain functions slightly. I guess we could use macros
7258           or something similar for those, since the code is so similar, but
7259           I'm currently too lazy...
7260
7261 2004-03-24  David Schleef  <ds@schleef.org>
7262
7263         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
7264         (gst_osselement_close_audio), (gst_osselement_probe_caps),
7265         (gst_osselement_get_format_structure),
7266         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
7267         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
7268         (gst_osselement_rate_int_compare): Add code to handle rate probing
7269         (bug #120883)
7270         * sys/oss/gstosselement.h: same
7271         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
7272         Use rate probing provided by osselement.
7273         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
7274
7275 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7276
7277         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
7278         (gst_xvidenc_get_property):
7279           ulong/int mess-up.
7280
7281 2004-03-24  David Schleef  <ds@schleef.org>
7282
7283         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
7284         (gst_speexdec_init):
7285         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
7286         (gst_speexenc_init):  Create the pad template correctly (from
7287         the static pad template, not a NULL pointer.)
7288
7289 2004-03-25  Benjamin Otte  <otte@gnome.org>
7290
7291         * gst/debug/Makefile.am:
7292         * gst/debug/breakmydata.c: 
7293           add element that quasi-randomly changes bytes in the stream.
7294           Intended use is robustness checking of demuxers and decoders in
7295           media tests.
7296
7297 2004-03-24  Benjamin Otte  <otte@gnome.org>
7298
7299         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
7300         (gst_alsa_probe_hw_params):
7301         * ext/alsa/gstalsa.h:
7302           debugging output fixes
7303
7304 2004-03-24  Benjamin Otte  <otte@gnome.org>
7305
7306         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
7307           don't g_return_if_fail if element is PLAYING, fail silently as every
7308           other element.
7309         * gst/effectv/gstquark.c: (gst_quarktv_chain):
7310           only fix needed for cast lvalue issues in gst-plugins
7311         * gst/volenv/gstvolenv.c: (gst_volenv_init):
7312           add proxy_getcaps
7313
7314 2004-03-24  Benjamin Otte  <otte@gnome.org>
7315
7316         * gst/level/gstlevel.c: (gst_level_init):
7317           add proxying getcaps function, so level doesn't advertise impossible
7318           caps
7319
7320 2004-03-24  David Schleef  <ds@schleef.org>
7321
7322         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
7323         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
7324         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
7325         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
7326         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
7327         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
7328         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
7329         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
7330         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
7331         messages.  Divide the chunk size by the compression ratio
7332         (needed for MACE audio)
7333
7334 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7335
7336         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
7337           Fix buffer overflow read error.
7338
7339 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7340
7341         * ext/alsa/gstalsa.h:
7342           Remove unused entry.
7343         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7344           Add cinepak.
7345         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
7346         (gst_videodrop_link), (gst_videodrop_chain):
7347           Fix, sort of. Was horribly broken with new capsnego. Bah...
7348
7349 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
7350
7351         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
7352         (plugin_init):
7353         Add a monkeysaudio typefind function
7354
7355 2004-03-23  Johan Dahlin  <johan@gnome.org>
7356
7357         * gst-libs/gst/play/play.c (gst_play_audio_fixate) 
7358         (gst_play_video_fixate): Check so the structure has the field
7359         before trying to fixate them, this makes it possible to have
7360         fakesinks for video and audio output without printing errors on
7361         the output console.
7362
7363 2004-03-22  David Schleef  <ds@schleef.org>
7364
7365         * sys/oss/Makefile.am:
7366         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
7367         (check_rate), (add_rate):  Rate probing test app.
7368
7369 2004-03-21  Benjamin Otte  <otte@gnome.org>
7370
7371         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
7372         (_fixate_caps_to_int), (gst_audio_convert_fixate):
7373           add a fixation function that pretty much does the right thing (fixes
7374           #137556)
7375
7376 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
7377
7378         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
7379
7380 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
7381
7382         reviewed by: Benjamin Otte  <otte@gnome.org>
7383
7384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
7385           terminate gst_event_new_discontinuous correctly (fixes parts of
7386           #137711)
7387
7388 2004-03-19  David Schleef  <ds@schleef.org>
7389
7390         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
7391         since it doesn't depend on X, and it's part of our ABI.
7392
7393 2004-03-19  Iain <iain@prettypeople.org>
7394
7395         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the 
7396         is_int in the structure, not the local variable.
7397
7398 2004-03-19  David Schleef  <ds@schleef.org>
7399
7400         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
7401         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
7402         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
7403         Improvements in caps negotiation.
7404
7405 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7406
7407         * po/LINGUAS:
7408         * po/af.po:
7409           adding Afrikaans (Petri Jooste)
7410
7411 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7412
7413         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7414         (gst_ffmpegcolorspace_chain):
7415         throw error instead of g_critical (#137588)
7416
7417 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
7418
7419         * Makefile.am:
7420         * configure.ac:
7421           dist common and m4 correctly
7422         * po/sv.po:
7423
7424 2004-03-17  David Schleef  <ds@schleef.org>
7425
7426         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
7427         (bug #137348)
7428
7429 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7430
7431         * po/LINGUAS:
7432         * po/sv.po:
7433           adding Swedish translation (Christian Rose)
7434
7435 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7436
7437         * Makefile.am: use release.mak
7438
7439 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7440
7441         * common/ChangeLog:
7442         * common/gst-autogen.sh:
7443           add some explanation about the version detection
7444         * configure.ac:
7445           fix X check
7446
7447 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7448
7449         * configure.ac: bump nano to 1
7450
7451 === release 0.8.0 ===
7452
7453 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7454
7455         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
7456
7457 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
7458
7459         * configure.ac:
7460           update libtool version
7461         * gst-libs/gst/media-info/Makefile.am:
7462           actually use libtool version
7463
7464 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7465
7466         * configure.ac: fix speex detection to work with 1.0 but not 1.1
7467
7468 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7469
7470         * configure.ac:
7471         * gst-plugins.spec.in:
7472         * pkgconfig/Makefile.am:
7473         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
7474         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
7475         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
7476         * pkgconfig/gstreamer-libs.pc.in:
7477         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7478         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7479         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
7480         * pkgconfig/gstreamer-plugins.pc.in:
7481           remove @VERSION@ from some of the pc files since core and plugins
7482           are decoupled.
7483           created gstreamer-plugins.pc as it's a better name, but keeping
7484           -libs around for now to get fixes upstream done first.
7485
7486 2004-03-15  Julien MOUTTE <julien@moutte.net>
7487
7488         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
7489         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
7490         * gst-libs/gst/play/play.h:
7491
7492 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7493
7494         * *.c, *.cc: don't mix tabs and spaces
7495
7496 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7497
7498         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
7499           use the new ffmpegcolorspace
7500         * gst-plugins.spec.in:
7501           package new colorspace and media-info
7502         * configure.ac:
7503         * pkgconfig/Makefile.am:
7504           fix some more disting issues
7505         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
7506         * pkgconfig/gstreamer-media-info.pc.in:
7507           generate media-info pc files
7508
7509 2004-03-15  Johan Dahlin  <johan@gnome.org>
7510         
7511         * *.h: Revert indenting
7512
7513 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7514
7515         * configure.ac:
7516           adding ffmpegcolorspace element
7517         * gst/ffmpegcolorspace/Makefile.am:
7518         * gst/ffmpegcolorspace/avcodec.h:
7519         * gst/ffmpegcolorspace/common.h:
7520         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
7521         * gst/ffmpegcolorspace/dsputil.h:
7522         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
7523         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7524         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
7525         (gst_ffmpeg_caps_to_pix_fmt):
7526         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
7527         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7528         (gst_ffmpegcolorspace_caps_remove_format_info),
7529         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
7530         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
7531         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
7532         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
7533         (gst_ffmpegcolorspace_set_property),
7534         (gst_ffmpegcolorspace_get_property),
7535         (gst_ffmpegcolorspace_register):
7536         * gst/ffmpegcolorspace/imgconvert.c:
7537         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
7538         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
7539         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
7540         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
7541         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
7542         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
7543         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
7544         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
7545         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
7546         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
7547         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
7548         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
7549         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
7550         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
7551         (img_get_alpha_info), (deinterlace_line),
7552         (deinterlace_line_inplace), (deinterlace_bottom_field),
7553         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
7554         * gst/ffmpegcolorspace/imgconvert_template.h:
7555         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
7556         * gst/ffmpegcolorspace/mmx.h:
7557         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
7558           adding ffmpegcolorspace element supplied by Ronald after cleaning
7559           up and pulling in the right bits of upstream source. 
7560           I'm sure a better C/compiler wizard could do some cleaning up (for
7561           example use GLIB's malloc stuff), but as a first pass this
7562           works very well
7563
7564 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
7565
7566         * ext/alsa/gstalsa.h:
7567           I assume Ronald forgot to commit the change to have cardname
7568           as a struct member.  Expect some public spanking at the next
7569           opportunity.
7570
7571 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7572
7573         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
7574         (gst_alsa_open_audio), (gst_alsa_close_audio):
7575         * ext/alsa/gstalsa.c:
7576           Don't open the device if we're a mixer (= padless).
7577         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
7578         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
7579         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
7580           Open mixer during state change rather than during object
7581           initialization. Also, get a device name. Currently in a somewhat
7582           hackish fashion, but I didn't really find something better.
7583
7584 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
7585
7586         * *.c, *.h: run gst-indent
7587
7588 2004-03-14  Benjamin Otte  <otte@gnome.org>
7589
7590         * gst/modplug/gstmodplug.cc:
7591         * gst/modplug/gstmodplug.h:
7592           set correct timestamps on outgoing buffers
7593
7594 2004-03-14  Benjamin Otte  <otte@gnome.org>
7595
7596         * gst/modplug/gstmodplug.cc:
7597           handle events - don't do crap when a discont arrives that's not
7598           necessary
7599           This allows correct loading and playback of mods in Rhythmbox
7600
7601 2004-03-14  Benjamin Otte  <otte@gnome.org>
7602
7603         * configure.ac:
7604         * gst-libs/gst/gconf/Makefile.am:
7605         * pkgconfig/Makefile.am:
7606           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
7607           they get rebuilt properly
7608         * configure.ac:
7609           when checking for vorbis, try pkgconfig first.
7610         * gst/modplug/gstmodplug.cc:
7611           add fixate function
7612
7613 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7614
7615         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
7616           Fix for obvious mistake, where we first shift the offset and then
7617           read a samplesize element assuming the old offset. Note that this
7618           part still has something weird, i.e. my movies containing those
7619           don't actually play well, but at least there's something that looks
7620           like sound now.
7621
7622 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
7623         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
7624         (plugin_init):
7625         Add a typefind function for speex format
7626
7627 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7628
7629         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
7630         (gst_asf_demux_setup_pad):
7631           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
7632           instead of 0. Reason is simple: some elements have a fps range
7633           of 1-max instead of 0-max. So now ASF video actually works.
7634
7635 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
7636
7637         * po/LINGUAS:
7638         * po/sr.po:
7639           adding serbian as a language
7640
7641 2004-03-13  Benjamin Otte  <otte@gnome.org>
7642
7643         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
7644           return taglist correctly from _get function, don't gst_pad_push it.
7645           (fixes #137042)
7646
7647 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
7648         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7649
7650 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7651
7652         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
7653         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
7654         (gst_alsa_mixer_track_new):
7655         * ext/alsa/gstalsamixertrack.h:
7656           Fix ancient leftovers... MixerTrack is a GObject.
7657
7658 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7659
7660         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
7661         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
7662           Don't block during probing...
7663
7664 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7665
7666         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
7667         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
7668         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
7669         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
7670         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
7671         (gst_alsa_open_audio), (gst_alsa_close_audio):
7672         * ext/alsa/gstalsa.h:
7673           Add propertyprobe interface implementation, add some device-name
7674           property, all this so that it looks good in gnome-volume-control.
7675
7676 2004-03-12  David Schleef  <ds@schleef.org>
7677
7678         * configure.ac: the Hermes library controls hermescolorspace, not
7679         colorspace.
7680         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
7681         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
7682         not /* */
7683         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
7684         * ext/sdl/sdlvideosink.h: ditto.
7685         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
7686
7687 2004-03-12  Benjamin Otte  <otte@gnome.org>
7688
7689         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
7690         (gst_x_overlay_got_xwindow_id):
7691         * gst-libs/gst/xoverlay/xoverlay.h:
7692           replace XID with unsigned long to get rid of the xlibs dependency in
7693           XOverlay (fixes #137004)
7694
7695 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
7696         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
7697         (gst_agingtv_setup):
7698         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
7699         (gst_dicetv_base_init), (gst_dicetv_class_init),
7700         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
7701         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
7702         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
7703         (gst_edgetv_setup), (gst_edgetv_rgb32):
7704         * gst/effectv/gsteffectv.c:
7705         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
7706         (gst_quarktv_set_property):
7707         * gst/effectv/gstrev.c: (gst_revtv_get_type),
7708         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
7709         (gst_revtv_setup), (gst_revtv_rgb32):
7710         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
7711         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
7712         (gst_shagadelictv_init), (gst_shagadelictv_setup),
7713         (gst_shagadelictv_rgb32):
7714         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
7715         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
7716         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
7717         * gst/effectv/gstwarp.c:
7718         Port everything that can be ported to videofilter and fix up the caps.
7719         Can someone with a big-endian machine please check these?
7720
7721 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7722
7723         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
7724         (gst_osssink_chain), (gst_osssink_change_state):
7725           Latest fixes for A/V sync, audio playback and such. This is about
7726           all... MPEG playback issues are mostly related to the async build-
7727           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
7728
7729 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7730
7731         patch from: Stephane Loeuillet
7732
7733         * configure.ac:
7734           use pkg-config for some libraries, falling back to the old .m4 way
7735           (fixes #131270)
7736         * m4/libdv.m4:
7737           removed
7738
7739 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7740
7741         * configure.ac:
7742         * tools/Makefile.am:
7743         * tools/Makefile.in:
7744         * tools/gst-launch-ext-m.m:
7745         * tools/gst-launch-ext.1.in:
7746         * tools/gst-visualise-m.m:
7747         * tools/gst-visualise.1:
7748         * tools/gst-visualise.1.in:
7749           reorganizing generation of script tools
7750
7751 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7752
7753         * ext/divx/gstdivxdec.c:
7754           Downgrade priority. We prefer ffdec_mpeg4.
7755         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
7756         (gst_faad_chain), (gst_faad_change_state):
7757           Fix capsnego. Doesn't work for some sounds because we don't have
7758           a 5:1 to stereo element.
7759         * ext/xvid/gstxvid.c: (plugin_init):
7760           Add priority.
7761         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
7762         (gst_osssink_change_state):
7763           Add discont handling.
7764
7765 2004-03-09  Colin Walters  <walters@verbum.org>
7766
7767         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
7768         conversion.
7769
7770 2004-03-09  Benjamin Otte  <otte@gnome.org>
7771
7772         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
7773           the signals take 2 arguments
7774
7775 2004-03-09  David Schleef  <ds@schleef.org>
7776
7777         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
7778         (gst_alsa_fixate): Add fixate function.  (bug #136686)
7779         * ext/alsa/gstalsa.h:
7780         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
7781
7782 2004-03-09  Benjamin Otte  <otte@gnome.org>
7783
7784         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
7785         (gst_mikmod_change_state):
7786         * ext/mikmod/gstmikmod.h:
7787           make mikmod's loop function not loop infinitely and call
7788           gst_element_yield anymore
7789         * gst/modplug/gstmodplug.cc:
7790           fix pad negotiation (fixes #136590)
7791
7792 2004-03-09  David Schleef  <ds@schleef.org>
7793
7794         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
7795         doesn't conflict with the internal colorspace plugin.
7796         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
7797         satisfy the crappy-ass shell shipped by a certain vendor.
7798         * gst/videofilter/make_filter: same (bug #135299)
7799
7800 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7801
7802         * configure.ac: bump nano to 1
7803
7804 === release 0.7.6 ===
7805
7806 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7807
7808         * configure.in: releasing 0.7.6, "There"
7809
7810 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7811
7812         * pkgconfig/gstreamer-play-uninstalled.pc.in:
7813         * pkgconfig/gstreamer-play.pc.in:
7814           synchronize the two
7815
7816 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7817
7818         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
7819         (cdparanoia_open), (cdparanoia_event):
7820           fix/add error handling
7821         * po/POTFILES.in:
7822           add cdparanoia source
7823         * tools/Makefile.am:
7824           make scripts executable
7825
7826 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
7827
7828         * configure.ac:
7829         * ext/vorbis/Makefile.am:
7830         * sys/Makefile.am:
7831           remove id3types, vorbisfile and xvideosink from the build (#133783)
7832
7833 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7834
7835         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
7836           Fix metadata read crash (#136537).
7837
7838 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7839
7840         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
7841         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
7842           adding mime types, fixing the one-stop function
7843
7844 2004-03-08  Christian Schaller <Uraeus@gnome.org>
7845
7846         * ext/nas/nassink.c and /ext/nas/nassink.h:
7847         More NAS love from Arwed von Merkatz
7848         So lets all sing 'Can you feel the NAS tonight' 
7849
7850 2004-03-08  Christian Schaller <Uraeus@gnome.org>
7851
7852         * tools/gst-launch-ext.in: 
7853         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
7854
7855 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7856
7857         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
7858         (gst_mpeg2dec_init):
7859         remove the user_data pad for now, because it is being used in
7860         fixating causing MPEG playback to fixate on 1000 Hz for playback.
7861         If someone knows how to fix this properly, please do.
7862
7863 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
7864
7865         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
7866         (gst_osssink_get_time):
7867         add a warning, IMO this won't get triggered anymore, remove later
7868
7869 2004-03-07  David Schleef  <ds@schleef.org>
7870
7871         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
7872         format (bug #136470)
7873
7874 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
7875
7876         * gst-libs/Makefile.am:
7877         * gst-libs/gst/media-info/Makefile.am:
7878         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
7879         (error_callback), (gst_media_info_error_create),
7880         (gst_media_info_error_element), (gmip_init), (gmip_reset),
7881         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
7882         * gst-libs/gst/media-info/media-info-priv.h:
7883         * gst-libs/gst/media-info/media-info-test.c: (main):
7884         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
7885         (gst_media_info_class_init), (gst_media_info_instance_init),
7886         (gst_media_info_set_source), (gst_media_info_read_with_idler),
7887         (gst_media_info_read_idler), (gst_media_info_read):
7888         * gst-libs/gst/media-info/media-info.h:
7889         fixed, should work now
7890
7891 2004-03-07  Christian Schaller <Uraeus@gnome.org>
7892
7893         * ext/nas/nassink.c:
7894         A bunch of NAS fixes from Arwed von Merkatz
7895
7896 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7897
7898         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
7899         (qtdemux_parse_trak):
7900           Fix crash (j might be greater than n_samples, in which case we're
7901           writing outside the allocated space for the array) and memleak.
7902
7903 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7904
7905         * sys/oss/gstosssink.c: (gst_osssink_chain):
7906           And another caller that couldn't handle delay < 0 (unsigned
7907           integer overflow). Video now continues playing on an audio
7908           buffer underrun, and the clock continues working. Audio still
7909           stalls.
7910
7911 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
7912
7913         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
7914         (gst_osssink_get_time):
7915           get_delay() may return values lower than 0. In those cases, we
7916           should not actually cast to *unsigned* int64, that will break
7917           stuff horribly. In my case, it screwed up A/V sync in movies
7918           in totem rather badly.
7919
7920 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7921
7922         * ext/faac/gstfaac.c: (gst_faac_chain):
7923         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
7924         * ext/libpng/gstpngenc.c: (user_write_data):
7925         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
7926         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
7927         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
7928         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
7929         Fix several misuse of gst_buffer_merge (it doesn't take ownership
7930         of any buffer), should fix some leaks. I hope I didn't unref buffers
7931         that shouldn't be...
7932         
7933 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7934
7935         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
7936         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
7937         (error_callback), (gmi_reset), (gmi_seek_to_track),
7938         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
7939         (gmip_find_type_post), (gmip_find_stream_post),
7940         (gmip_find_track_streaminfo_post):
7941         * gst-libs/gst/media-info/media-info-priv.h:
7942         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
7943         (info_print), (main):
7944         * gst-libs/gst/media-info/media-info.c:
7945         (gst_media_info_error_create), (gst_media_info_error_element),
7946         (gst_media_info_instance_init), (gst_media_info_get_property),
7947         (gst_media_info_new), (gst_media_info_set_source),
7948         (gst_media_info_read_idler), (gst_media_info_read):
7949         * gst-libs/gst/media-info/media-info.h:
7950           first pass at making this work again.  This seems to work on
7951           tagged ogg/vorbis and mp3 files.
7952
7953 2004-03-06  Benjamin Otte  <otte@gnome.org>
7954
7955         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
7956           fix huge leak: gst_buffer_merge doesn't unref the first argument
7957           itself.
7958
7959 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7960
7961         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
7962           report layer/mode/emphasis
7963
7964 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7965
7966         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
7967
7968 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7969
7970         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
7971           signal serial
7972
7973 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7974
7975         * ext/vorbis/vorbis.c: (plugin_init):
7976         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
7977         (gst_vorbis_dec_init), (vorbis_dec_event):
7978         add debug category
7979         make vorbisdec handle _BYTE and _TIME queries
7980
7981 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7982
7983         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
7984           from the xing header
7985
7986 2004-03-06  Benjamin Otte  <otte@gnome.org>
7987
7988         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
7989         (gst_audio_convert_link), (gst_audio_convert_change_state),
7990         (gst_audio_convert_buffer_from_default_format):
7991           do conversions from/to float correctly, fix some caps nego errors,
7992           export correct supported caps in template and getcaps, use correct
7993           caps in try_set_caps functions
7994
7995 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
7996
7997         For some reason, I only committed a ChangeLog entry yesterday and 
7998         not the corresponding code...
7999         * ext/mad/gstmad.c: Fix detection of Xing headers
8000         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8001
8002 2004-03-06  Benjamin Otte  <otte@gnome.org>
8003
8004         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
8005         (gst_ogg_demux_src_query):
8006           make sure to handle the case where there's no current chain
8007           gracefully.
8008
8009 2004-03-05  David Schleef  <ds@schleef.org>
8010
8011         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
8012         Add fixate function. (bug #131128)
8013         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
8014         (gst_sdlvideosink_fixate):  Add fixate function.
8015         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
8016         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
8017         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
8018         Fix missing break that was causing ulaw to be interpreted as
8019         raw int.
8020
8021 2004-03-05  David Schleef  <ds@schleef.org>
8022
8023         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
8024         Fix code that ignores return value of gst_buffer_merge().
8025         (bug #114560)
8026         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
8027         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
8028         * testsuite/gst-lint:  Check for above.
8029
8030 2004-03-05  David Schleef  <ds@schleef.org>
8031
8032         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
8033         caps and throw an element error.  (bug #136334)
8034
8035 2004-03-05  David Schleef  <ds@schleef.org>
8036
8037         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
8038         (gst_faad_chain): Fix negotiation.
8039         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
8040         key and button events.
8041         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
8042         dung heap of code.
8043         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
8044         depends on gconf
8045         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
8046         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
8047         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
8048         function to encourage better negotiation, particularly between
8049         audioconvert and osssink.
8050         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8051         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
8052         more important.
8053         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
8054         typefinding.
8055         * gst/vbidec/vbiscreen.c:  Add glib header
8056         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
8057
8058 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
8059
8060         * ext/mad/gstmad.c: Fix detection of Xing headers
8061         * gst/tags/gstid3tag.c: Changes to support TLEN tags
8062
8063 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8064
8065         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
8066         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
8067           debug updates
8068
8069 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
8070
8071         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8072         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
8073         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
8074         files, and report the parsed length as a GST_TAG_DURATION tag.
8075         * gst/tags/gstid3tag.c: support TLEN (duration) tag
8076
8077 2004-03-05  Benjamin Otte  <otte@gnome.org>
8078
8079         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
8080           convert channels correctly. convert correctly to unsigned.
8081
8082 2004-03-05  Julien MOUTTE <julien@moutte.net>
8083
8084         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
8085         we have a window before clearing it.
8086
8087 2004-03-05  Julien MOUTTE <julien@moutte.net>
8088
8089         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
8090         have a window before clearing it.
8091
8092 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8093
8094         * gconf/gstreamer.schemas.in:
8095         * gst-libs/gst/gconf/Makefile.am:
8096           version installation path the same way as for 0.6
8097         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8098         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8099         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8100           remove comment that was fixed
8101
8102 2004-03-05  David Schleef  <ds@schleef.org>
8103
8104         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
8105         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
8106         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
8107         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
8108         Add prototype code for handling seeking and querying.
8109
8110 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8111
8112         * examples/gstplay/player.c: (main):
8113           Initialize variables to NULL. Prevents a segfault because the
8114           (uninitialized) variable is not NULL, resulting in a crash on
8115           trying to reach error->message.
8116
8117 2004-03-05  Benjamin Otte  <otte@gnome.org>
8118
8119         * gst/audioconvert/gstaudioconvert.c:
8120         (gst_audio_convert_buffer_to_default_format):
8121         make float=>int conversion work correctly even in cornercases.
8122
8123 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
8124
8125         * debian/README.Debian:
8126         * debian/build-deps:
8127         * debian/changelog:
8128         * debian/control:
8129         * debian/control.in:
8130         * debian/copyright:
8131         * debian/gstreamer-a52dec.files:
8132         * debian/gstreamer-aa.files:
8133         * debian/gstreamer-alsa.files:
8134         * debian/gstreamer-alsa.manpages:
8135         * debian/gstreamer-arts.files:
8136         * debian/gstreamer-artsd.files:
8137         * debian/gstreamer-audiofile.files:
8138         * debian/gstreamer-avifile.files:
8139         * debian/gstreamer-cdparanoia.files:
8140         * debian/gstreamer-colorspace.files:
8141         * debian/gstreamer-doc.files:
8142         * debian/gstreamer-dv.files:
8143         * debian/gstreamer-dvd.files:
8144         * debian/gstreamer-esd.files:
8145         * debian/gstreamer-festival.files:
8146         * debian/gstreamer-flac.files:
8147         * debian/gstreamer-gconf.conffiles:
8148         * debian/gstreamer-gconf.files:
8149         * debian/gstreamer-gconf.postinst:
8150         * debian/gstreamer-gnomevfs.files:
8151         * debian/gstreamer-gsm.files:
8152         * debian/gstreamer-http.files:
8153         * debian/gstreamer-jack.files:
8154         * debian/gstreamer-jpeg.files:
8155         * debian/gstreamer-mad.files:
8156         * debian/gstreamer-mikmod.files:
8157         * debian/gstreamer-misc.files:
8158         * debian/gstreamer-mpeg2dec.files:
8159         * debian/gstreamer-oss.files:
8160         * debian/gstreamer-plugin-apps.files:
8161         * debian/gstreamer-plugin-apps.manpages:
8162         * debian/gstreamer-plugin-libs-dev.files:
8163         * debian/gstreamer-plugin-libs.files:
8164         * debian/gstreamer-plugin-template.postinst:
8165         * debian/gstreamer-plugin-template.postrm:
8166         * debian/gstreamer-sdl.files:
8167         * debian/gstreamer-sid.files:
8168         * debian/gstreamer-vorbis.files:
8169         * debian/gstreamer-x.files:
8170         * debian/mk.control:
8171         * debian/rules:
8172         Debian package info not maintained here.
8173
8174 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
8175
8176         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
8177         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
8178         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
8179         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
8180         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
8181         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
8182         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
8183         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
8184         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
8185         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
8186         * gst-libs/gst/colorbalance/colorbalance.c:
8187         (gst_color_balance_class_init):
8188         * gst-libs/gst/colorbalance/colorbalancechannel.c:
8189         (gst_color_balance_channel_class_init):
8190         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
8191         * gst-libs/gst/play/play.c: (gst_play_class_init):
8192         * gst-libs/gst/propertyprobe/propertyprobe.c:
8193         (gst_property_probe_iface_init):
8194         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
8195         * gst-libs/gst/tuner/tunerchannel.c:
8196         (gst_tuner_channel_class_init):
8197         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
8198         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
8199         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
8200         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
8201         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
8202         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
8203         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
8204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
8205         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
8206           fix signals to use - instead of _
8207         * ext/libcaca/gstcacasink.h:
8208         * ext/sdl/sdlvideosink.h:
8209           fix header rename
8210
8211 2004-03-04  David Schleef  <ds@schleef.org>
8212
8213         * testsuite/gst-lint:  Add a check for bad signal names.
8214
8215 2004-03-04  <kost@imn.htwk-leipzig.de>
8216
8217         reviewed by David Schleef
8218
8219         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
8220         modified the alpha channel and caused a warning. (bug #136192)
8221
8222 2004-04-03  Christian Schaller <Uraeus@gnome.org>
8223
8224         * gst-plugins.spec.in:
8225         Change names of plugins to actually be correct. Try to keep things
8226         alphabetical to avoid getting beat up by Thomas
8227
8228 2004-03-03  Julien MOUTTE <julien@moutte.net>
8229
8230         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
8231         Using ximagesink as a default if no gconf key found. We should
8232         probably consider using alsasink instead of osssink for the audio
8233         part.
8234
8235 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8236
8237         * configure.ac:
8238           fix --with-plugins, don't think it ever worked before
8239         * gst-plugins.spec.in:
8240           even more updates
8241
8242 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8243
8244         * ext/sdl/sdlvideosink.h:
8245         * sys/ximage/ximagesink.h:
8246         * sys/xvideo/xvideosink.h:
8247         * sys/xvimage/xvimagesink.h:
8248           Fix for move of gstvideosink.h -> videosink.h.
8249
8250 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
8251
8252         * gst-libs/gst/xwindowlistener/Makefile.am:
8253           this is a plugin library, not a library
8254
8255 2004-03-01  David Schleef  <ds@schleef.org>
8256
8257         * AUTHORS:  Added some names.  Add yourself if you're still
8258         missing.
8259
8260 2004-03-01  David Schleef  <ds@schleef.org>
8261
8262         * MAINTAINERS: Add
8263
8264 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8265
8266         * gst-plugins.spec.in: clean up spec file
8267
8268 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8269
8270         * gst-libs/gst/video/Makefile.am:
8271         * gst-libs/gst/video/gstvideosink.c:
8272         * gst-libs/gst/video/gstvideosink.h:
8273           rename gstvideosink.h to videosink.h to match other headers
8274         * gst/mixmatrix/Makefile.am:
8275           fix plugin filename
8276         * gst/tags/Makefile.am: fix plugin filename
8277
8278 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8279
8280         * gst/tags/Makefile.am: fix plugin filename
8281
8282 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
8283
8284         * examples/gstplay/player.c: (got_time_tick), (main):
8285           add error handler
8286           display time_tick more readably
8287         * gst/mixmatrix/Makefile.am:
8288           fix plugin file name
8289
8290 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
8291
8292         * sys/oss/gstosselement.c: (gst_osselement_probe),
8293         (device_combination_append), (gst_osselement_class_probe_devices):
8294         * sys/oss/gstosselement.h: 
8295           Reworked enumeration of oss dsps and mixers so that gst-mixer works
8296           on my system using alsa oss emulation, fixes bug #135597
8297
8298 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
8299
8300         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
8301         (gst_videodrop_chain), (gst_videodrop_change_state):
8302         * gst/videodrop/gstvideodrop.h:
8303           Work based on timestamp of input data, not based on the expected
8304           framerate from the input. The consequence is that this element now
8305           not only scales framerates, but also functions as a framerate
8306           corrector or framerate stabilizer/constantizer.
8307
8308 2004-02-27  David Schleef  <ds@schleef.org>
8309
8310         patches from jmmv@menta.net (Julio M. Merino Vidal)
8311
8312         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
8313         GST_ELEMENT_ERROR call (bug #135634)
8314         * gst/interleave/interleave.c: (interleave_buffered_loop),
8315         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
8316         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
8317         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
8318         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
8319         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
8320         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
8321         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
8322         Fix GST_ELEMENT_ERROR call.
8323         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
8324         GST_ELEMENT_ERROR call.
8325
8326 2004-02-27  Benjamin Otte  <otte@gnome.org>
8327
8328         * gst-libs/gst/audio/audio.h:
8329           add macro to make sure header isn't included twice
8330         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
8331           don't use gst_buffer_free
8332         * gst/playondemand/filter.func:
8333           don't use gst_data_free. Free data only once.
8334
8335 2004-02-26  David Schleef  <ds@schleef.org>
8336
8337         * gst-libs/gst/colorbalance/Makefile.am:
8338         * gst-libs/gst/mixer/Makefile.am:
8339         * gst-libs/gst/tuner/Makefile.am:
8340         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
8341         should not be disted, -marshal.h files should not be installed,
8342         and -enum.h files _should_ be installed.  Fix to make this the
8343         case.
8344
8345 === release 0.7.5 ===
8346
8347 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
8348
8349         * configure.ac: release 0.7.5, "Under The Sea"
8350
8351 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8352
8353         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
8354         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
8355         * gst/videoscale/gstvideoscale.c:
8356         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
8357           assorted debug/warning fixes
8358
8359 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8360
8361         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
8362         (gst_videoscale_init), (gst_videoscale_chain),
8363         (gst_videoscale_set_property), (plugin_init):
8364         * gst/videoscale/gstvideoscale.h:
8365         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
8366         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
8367         (gst_videoscale_planar400), (gst_videoscale_packed422),
8368         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
8369         (gst_videoscale_24bit), (gst_videoscale_16bit),
8370         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
8371         (gst_videoscale_scale_plane_slow),
8372         (gst_videoscale_scale_point_sample),
8373         (gst_videoscale_scale_nearest),
8374         (gst_videoscale_scale_nearest_str2),
8375         (gst_videoscale_scale_nearest_str4),
8376         (gst_videoscale_scale_nearest_32bit),
8377         (gst_videoscale_scale_nearest_24bit),
8378         (gst_videoscale_scale_nearest_16bit):
8379         add debugging category and use it properly
8380         fix use of GST_PTR_FORMAT
8381
8382 2004-02-25  Andy Wingo  <wingo@pobox.com>
8383
8384         * gst/interleave/interleave.c (interleave_buffered_loop): Always
8385         push only when channel->buffer is NULL. Prevents segfaults doing
8386         the state change after a nonlocal exit, like a scheme exception.
8387
8388         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
8389         Handle the case where the intersected caps is empty.
8390
8391 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
8392
8393         * gst/law/mulaw-decode.c: (mulawdec_link):
8394         * gst/law/mulaw.c: (plugin_init):
8395           fix mulawdec so it actually works again
8396
8397 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
8398
8399         reviewed by: David Schleef  <ds@schleef.org>
8400
8401         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
8402         (gst_gamma_init), (gst_gamma_set_property),
8403         (gst_gamma_get_property), (gst_gamma_calculate_tables),
8404         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
8405         for RGB, with separate r g and b correction factors. (#131167)
8406
8407 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
8408
8409         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
8410           only signal tags for bitrate if they're > 0 (#134894)
8411
8412 2004-02-24  David Schleef  <ds@schleef.org>
8413
8414         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
8415         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
8416         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
8417         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
8418         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
8419         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
8420         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
8421         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
8422         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
8423         category.  Attempt to fix timestamp calculation.
8424
8425 2004-02-24  Johan Dahlin  <johan@gnome.org>
8426
8427         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
8428
8429 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
8430
8431         * configure.ac:
8432         * gconf/Makefile.am:
8433         * gconf/gstreamer.schemas:
8434         * gst-libs/gst/gconf/Makefile.am:
8435         * gst-libs/gst/gconf/gconf.c:
8436           version gconf schemas and install locations
8437
8438 2004-02-23  Benjamin Otte  <otte@gnome.org>
8439
8440         * ext/xine/xineinput.c: (gst_xine_input_dispose):
8441         (gst_xine_input_subclass_init):
8442           call parent dispose.
8443           change pad template for CD reader correctly
8444         * ext/xine/Makefile.am:
8445         * ext/xine/gstxine.h:
8446         * ext/xine/xine.c: (plugin_init):
8447         * ext/xine/xineaudiosink.c:
8448           wrap audio sinks, too
8449         * gst-libs/gst/resample/private.h:
8450         * gst-libs/gst/resample/resample.c: (gst_resample_init),
8451         (gst_resample_reinit), (gst_resample_scale),
8452         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
8453         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
8454         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
8455         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
8456         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
8457         * gst-libs/gst/resample/resample.h:
8458         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
8459         (gst_audioscale_class_init), (gst_audioscale_link),
8460         (gst_audioscale_get_buffer), (gst_audioscale_init),
8461         (gst_audioscale_chain), (gst_audioscale_set_property),
8462         (gst_audioscale_get_property):
8463         * gst/audioscale/gstaudioscale.h:
8464           s/resample_*/gst_resample_*/i to not clobber namespaces
8465
8466 2004-02-23  Julien MOUTTE  <julien@moutte.net>
8467
8468         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8469         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
8470         (gst_riff_create_video_template_caps),
8471         (gst_riff_create_audio_template_caps),
8472         (gst_riff_create_iavs_template_caps):
8473         * gst-libs/gst/riff/riff-media.h:
8474         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
8475         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
8476         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
8477         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
8478         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
8479         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
8480         (gst_matroska_demux_plugin_init): First batch implementing audio and 
8481         video codec tags in demuxers.
8482
8483 2004-02-22  Benjamin Otte  <otte@gnome.org>
8484
8485         * ext/xine/Makefile.am:
8486         * ext/xine/gstxine.h:
8487         * ext/xine/xine.c: (plugin_init):
8488         * ext/xine/xineinput.c:
8489           add input plugin wrapper. Playback from files, http, mms and cdda
8490           works.
8491         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
8492           remove leftover G_GNUC_UNUSED
8493         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
8494         (gst_asf_demux_identify_guid):
8495           improve debugging output
8496
8497 2004-02-22  Benjamin Otte  <otte@gnome.org>
8498
8499         reported by: Padraig O'Briain <padraig.obriain@sun.com>
8500
8501         * autogen.sh:
8502           replace test -e with test -x for mkinstalldirs to be more portable.
8503           (fixes #134816)
8504
8505 2004-02-22  Benjamin Otte  <otte@gnome.org>
8506
8507         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
8508
8509         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
8510           set rank to PRIMARY
8511         * gst/volume/gstvolume.c: (plugin_init):
8512           set rank to NONE
8513         fixes #134960
8514
8515 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
8516
8517         reviewed by Benjamin Otte  <otte@gnome.org>
8518
8519         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
8520           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
8521
8522 2004-02-22  Benjamin Otte  <otte@gnome.org>
8523
8524         * configure.ac:
8525           export [_]*{gst,Gst,GST}.* symbols from plugins
8526
8527 2004-02-22  Christophe Fergeau <teuf@gnome.org>
8528
8529         reviewed by: Benjamin Otte  <otte@gnome.org>
8530
8531         * ext/lame/gstlame.c: (add_one_tag):
8532         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
8533         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
8534         (gst_vorbisenc_metadata_set1):
8535         * gst/tags/gstid3tag.c:
8536         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
8537           apply fixes from bugs #135042 (lame can't write tags) and #133817
8538           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
8539
8540 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
8541
8542         * configure.ac: Export only gst_plugin_desc from plugins.
8543          Note that this change only makes any effect with Linux using libtool 
8544          1.5.2 or higher. Otherwise it is silently ignored, but it would build
8545          fine. And don't try to have several versions of libtool in different
8546          directories.
8547
8548 2004-02-20  Andy Wingo  <wingo@pobox.com>
8549
8550         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
8551         interleave respectively.
8552
8553         * gst/interleave/deinterleave.c: New plugin: deinterleave
8554         (replaces on oneton).
8555         * gst/interleave/interleave.c: New plugin: interleave.
8556         * gst/interleave/plugin.h: Support file.
8557         * gst/interleave/plugin.c: Support file.
8558
8559         * configure.ac: Remove intfloat and oneton, add interleave.
8560
8561         * ext/sndfile/gstsf.c: Handle events better.
8562
8563         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
8564         and float2int operation. int2float has scheduling problems as
8565         noted in in2float_chain. 
8566
8567 2004-02-20  Benjamin Otte  <otte@gnome.org>
8568
8569         * ext/xine/Makefile.am:
8570         * ext/xine/gstxine.h:
8571         * ext/xine/xine.c: 
8572         * ext/xine/xineaudiodec.c: 
8573         * ext/xine/xinecaps.c: 
8574           add first version of xine plugin wrapper. Currently only wraps the
8575           QDM2 win32 DLL, and even that only in proof-of-concept quality.
8576         * configure.ac:
8577         * ext/Makefile.am:
8578           add xine plugin wrapper, disabled by default. Use --enable-xine to
8579           build. Note that it'll segfault on gst-register if you don't remove
8580           the goom and tvtime post plugins from xine.
8581         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
8582         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
8583           add extradata parsing for QDM2.
8584           change around debugging prints.
8585
8586 2004-02-19  Benjamin Otte  <otte@gnome.org>
8587
8588         * ext/lame/gstlame.c: (gst_lame_chain):
8589         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
8590           use gst_tag_list_insert when you want to insert tags
8591
8592 2004-02-18  David Schleef  <ds@schleef.org>
8593
8594         * configure.ac:  Move massink to gst-rotten
8595         * ext/Makefile.am:
8596         * ext/mas/Makefile.am:
8597         * ext/mas/massink.c:
8598         * ext/mas/massink.h:
8599
8600 2004-02-18  David Schleef  <ds@schleef.org>
8601
8602         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
8603         typefinding, since it seems to be worse than nothing.
8604         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
8605         atom to recognize .mp4 and .m4a files as video/quicktime.
8606
8607 2004-02-18  David Schleef  <ds@schleef.org>
8608
8609         * gst/sine/demo-dparams.c: (quit_live),
8610         (dynparm_log_value_changed), (dynparm_value_changed), (main):
8611         Use double dparams, not float.
8612         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8613         (gst_sinesrc_init): Change sync default to FALSE, since multiple
8614         sync'd elements don't really work correctly.
8615         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
8616         (volume_update_volume), (volume_get_property):  Change dparam
8617         to double.
8618
8619 2004-02-18  Julien MOUTTE  <julien@moutte.net>
8620
8621         * sys/ximage/ximagesink.c:
8622         (gst_ximagesink_xwindow_update_geometry),
8623         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
8624         (gst_ximagesink_change_state), (gst_ximagesink_expose),
8625         (gst_ximagesink_init): Rework the way software video scaling works. So
8626         now we check on each chain call if the video frames are feeling the 
8627         window. If not we try to renegotiate caps. On failure we memorize that
8628         and we won't try again for that PLAYING sessions.
8629         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
8630         failure.
8631         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the 
8632         synchronous flag.
8633
8634 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8635
8636         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
8637           break up _link so we can give a better debug message for errors
8638
8639 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
8640
8641         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
8642           set up debug category
8643
8644 2004-02-18  Julien MOUTTE <julien@moutte.net>
8645
8646         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8647         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
8648         the way renegotiation work. The event handling function is not taking
8649         care of external windows and renegotiate method check for pad flags
8650         NEGOTIATING. Should fix : #133209
8651
8652 2004-02-17  Julien MOUTTE  <julien@moutte.net>
8653
8654         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
8655         pad is negotiating before trying renegotiation.
8656
8657 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
8658
8659         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
8660           pass on all possible mime types as typefind hints
8661
8662 2004-02-17  Julien MOUTTE <julien@moutte.net>
8663
8664         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
8666         possible SHM leak if we crash. All other apps using XShm are doing
8667         that.
8668
8669 2004-02-17  Julien MOUTTE  <julien@moutte.net>
8670
8671         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
8672         (gst_ximagesink_expose): Renegotiate size on expose.
8673         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
8674         size on expose.
8675
8676 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8677
8678         * testsuite/alsa/sinesrc.c:
8679           cosmetic fix to fix compile issue with gcc 2.95.4
8680
8681 2004-02-16  Julien MOUTTE <julien@moutte.net>
8682
8683         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
8684         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
8685         failed opening the audio device.
8686         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
8687         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
8688         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
8689         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
8690         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
8691         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
8692         (gst_ximagesink_change_state), (gst_ximagesink_chain),
8693         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
8694         Removing some useless g_return_if_fail like wingo suggested.
8695         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
8696         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
8697         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
8698         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
8699         (gst_xvimagesink_update_colorbalance),
8700         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
8701         (gst_xvimagesink_xcontext_clear),
8702         (gst_xvimagesink_get_fourcc_from_caps),
8703         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
8704         (gst_xvimagesink_set_xwindow_id),
8705         (gst_xvimagesink_colorbalance_list_channels),
8706         (gst_xvimagesink_colorbalance_set_value),
8707         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
8708         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
8709
8710 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
8711
8712         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
8713           throw error when not negotiated instead of asserting
8714
8715 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8716
8717         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for 
8718         correct data refcounting.
8719
8720 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8721
8722         * gst/switch/gstswitch.c: (gst_switch_change_state),
8723         (gst_switch_class_init): Cleaning the sinkpads correctly on state
8724         change, mostly the EOS flag.
8725
8726 2004-02-15  Julien MOUTTE  <julien@moutte.net>
8727
8728         * examples/gstplay/player.c: (got_eos), (main): Adding some 
8729         output for debugging.
8730         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
8731         timeouts if we go to any state different from PLAYING.
8732         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
8733         more EOS bugs in riff lib.
8734
8735 2004-02-14  Julien MOUTTE  <julien@moutte.net>
8736
8737         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
8738         visualization until i find a way to fix switch correctly.
8739         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
8740         EOS arrives.
8741         * gst/switch/gstswitch.c: (gst_switch_release_pad),
8742         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
8743         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
8744         Reworked switch to get a more correct behaviour with events and refing
8745         of data stored in sinkpads.
8746         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
8747         we don't pull from a pad in EOS.
8748
8749 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8750
8751         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8752           remove v1 tag even if we can't read it (makes sure we don't detect
8753           it again)
8754
8755 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8756
8757         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
8758         (gst_alsa_xrun_recovery):
8759         * ext/alsa/gstalsa.h:
8760           try xrun recovery when wait failed. Make xrun recovery function
8761           return TRUE/FALSE to indicate success. (might fix #134354)
8762
8763 2004-02-13  David Schleef  <ds@schleef.org>
8764
8765         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
8766         (dynparm_value_changed), (main): Convert from float to double.
8767         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
8768
8769 2004-02-13  David Schleef  <ds@schleef.org>
8770
8771         * gst/silence/gstsilence.c: (gst_silence_class_init),
8772         (gst_silence_set_clock), (gst_silence_get),
8773         (gst_silence_set_property), (gst_silence_get_property):
8774         * gst/silence/gstsilence.h: Add sync property.
8775         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
8776         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
8777         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
8778         * gst/sine/gstsinesrc.h: Add sync property.
8779
8780 2004-02-13  David Schleef  <ds@schleef.org>
8781
8782         * gst/intfloat/gstint2float.c: (conv_f32_s16),
8783         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
8784
8785 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8786
8787         * configure.ac:
8788         * ext/Makefile.am:
8789         * gst-libs/ext/Makefile.am:
8790           move ffmpeg plugin to gst-ffmpeg module
8791
8792 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8793
8794         * configure.ac: use GST_ARCH to detect architecture
8795
8796 2004-02-12  Julien MOUTTE  <julien@moutte.net>
8797
8798         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
8799
8800 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
8801
8802         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
8803           classify LADSPA plugins based on number of src/sink pads
8804           (#133663, Stefan Kost)
8805         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
8806           fix dparams registration
8807           (#133528, Stefan Kost)
8808         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
8809           fix use of isprint and use g_ascii_isprint instead
8810           (#133316, Stefan Kost)
8811
8812 2004-02-11  David Schleef  <ds@schleef.org>
8813
8814         Convert a few inner loops to use liboil.  This is currently
8815         optional, and is only enabled if liboil is present (duh!).
8816         * configure.ac: Check for liboil-0.1
8817         * gst/intfloat/Makefile.am:
8818         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
8819         (gst_int2float_chain_gint16):
8820         * gst/videofilter/Makefile.am:
8821         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
8822         (tablelookup_u8), (gst_videobalance_planar411):
8823         * gst/videotestsrc/Makefile.am:
8824         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
8825         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
8826         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
8827         (paint_hline_RGB565), (paint_hline_xRGB1555):
8828
8829 2004-02-11  David Schleef  <ds@schleef.org>
8830
8831         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
8832         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
8833         (gst_colorspace_getcaps), (gst_colorspace_link),
8834         (gst_colorspace_base_init), (gst_colorspace_init),
8835         (gst_colorspace_chain), (gst_colorspace_change_state),
8836         (plugin_init): Merge Ronald's patch (bug #117897) and update
8837         for new caps and negotiation.  Seems to work, although it
8838         shows off bugs in lcs.
8839
8840 2004-02-11  David Schleef  <ds@schleef.org>
8841
8842         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
8843         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
8844
8845 2004-02-11  David Schleef  <ds@schleef.org>
8846
8847         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
8848         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
8849         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
8850         Add server and port properties
8851
8852 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8853
8854         * m4/a52.m4:
8855         * m4/aalib.m4:
8856         * m4/as-ffmpeg.m4:
8857         * m4/as-liblame.m4:
8858         * m4/as-slurp-ffmpeg.m4:
8859         * m4/check-libheader.m4:
8860         * m4/esd.m4:
8861         * m4/freetype2.m4:
8862         * m4/gconf-2.m4:
8863         * m4/glib.m4:
8864         * m4/gst-alsa.m4:
8865         * m4/gst-artsc.m4:
8866         * m4/gst-ivorbis.m4:
8867         * m4/gst-matroska.m4:
8868         * m4/gst-sdl.m4:
8869         * m4/gst-shout2.m4:
8870         * m4/gst-sid.m4:
8871         * m4/gtk.m4:
8872         * m4/libdv.m4:
8873         * m4/libfame.m4:
8874         * m4/libmikmod.m4:
8875         * m4/ogg.m4:
8876         * m4/vorbis.m4:
8877           fix underquotedness of macros (#133800)
8878         * m4/as-avifile.m4:
8879         * m4/xmms.m4:
8880           removed because no longer used
8881
8882 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
8883
8884         * configure.ac:
8885           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
8886           by autopoint (fixes #132996)
8887
8888 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8889
8890         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
8891         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
8892         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
8893         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
8894           fix memleaks
8895
8896 2004-02-11  David Schleef  <ds@schleef.org>
8897
8898         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
8899         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
8900         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
8901         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
8902         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
8903         (gst_jpegenc_class_init), (gst_jpegenc_init),
8904         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
8905         (gst_jpegenc_chain), (gst_jpegenc_set_property),
8906         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
8907         * ext/jpeg/gstjpegenc.h: Fix negotiation.
8908
8909 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8910
8911         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
8912         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
8913         * ext/mikmod/gstmikmod.h:
8914           fix caps negotiation in mikmod
8915         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
8916           output debug information
8917
8918 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8919
8920         * gst-libs/gst/colorbalance/Makefile.am:
8921         * gst-libs/gst/navigation/Makefile.am:
8922         * gst-libs/gst/xoverlay/Makefile.am:
8923           remove unused GST_OPT_CFLAGS from Makefiles
8924           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
8925
8926 2004-02-07  David Schleef  <ds@schleef.org>
8927
8928         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
8929         push events to pads that haven't been created (#133508)
8930
8931 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
8932
8933         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
8934         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
8935         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
8936         (gst_dvdec_loop), (gst_dvdec_change_state):
8937         Second attempt at committing a working dvdec element.
8938
8939 2004-02-06  David Schleef  <ds@schleef.org>
8940
8941         Build fixes for OS X: (see #129600)
8942         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
8943         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
8944         (gst_riff_read_strf_iavs):
8945         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
8946         (gst_avi_demux_stream_odml):
8947         * gst/playondemand/Makefile.am:
8948         * gst/rtp/rtp-packet.c:
8949
8950 2004-02-05  David Schleef  <ds@schleef.org>
8951
8952         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
8953         last change, because it Just Doesn't Compile.
8954
8955 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
8956
8957         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
8958           skip undecodable id3v2 tag instead of keeping it
8959
8960 2004-02-05  David Schleef  <ds@schleef.org>
8961
8962         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
8963         Unref leaked buffer.  (Noticed by Ronald)
8964
8965 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
8966
8967         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8968         Sync requires with other checks.  >= vs =.
8969
8970 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8971
8972         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
8973         (gst_dvdec_video_link), (gst_dvdec_loop):
8974         * ext/dv/gstdvdec.h:
8975           rework the caps negotiation so that dvdec works again instead
8976           of just segfaulting.
8977
8978 === release 0.7.4 ===
8979
8980 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
8981                                                                                 
8982         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
8983         * configure.ac: changed for release
8984
8985 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
8986
8987         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
8988         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
8989         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
8990         * pkgconfig/gstreamer-play-uninstalled.pc.in:
8991           reworked patch by David Lehn to fix libdir and includedir for
8992           uninstalled libraries
8993           removed play and gconf from gstreamer-libs since they have their
8994           own pkgconfig files
8995
8996 2004-02-04  David Schleef  <ds@schleef.org>
8997
8998         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
8999         memleak.
9000
9001 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9002
9003         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9004           use correct GST_TAG_ENCODER tag
9005
9006 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9007
9008         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
9009           be sure to stop the clock when going to paused
9010         * sys/oss/gstosssink.c: (gst_osssink_change_state):
9011           reset number of transmitted when going to ready.
9012         fixes #132935
9013
9014 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
9015
9016         reviewed by Benjamin Otte
9017
9018         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
9019           extract track count (fixes #133410)
9020
9021 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9022
9023         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
9024           that should be !=, not == (fixes #132519)
9025
9026 2004-02-04  David Schleef  <ds@schleef.org>
9027
9028         Make sure set_explicit_caps() is called before adding pad.
9029         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9030         * gst/id3/gstid3types.c: (gst_id3types_loop):
9031         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9032         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9033
9034 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9035
9036         * configure.ac:
9037           bump nano to 2, first prerelease
9038           put back AM_PROG_LIBTOOL
9039
9040 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
9041
9042         * testsuite/alsa/Makefile.am:
9043           these are user test apps, not automatic testsuite tests
9044
9045 2004-02-04  David Schleef  <ds@schleef.org>
9046
9047         Convert GST_DEBUG_CAPS() to GST_DEBUG():
9048         * gst/mpeg1videoparse/gstmp1videoparse.c:
9049         (mp1videoparse_parse_seq):
9050         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
9051         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
9052         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
9053         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
9054         (gst_xvideosink_getcaps):
9055         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9056         * testsuite/gst-lint: more tests
9057
9058 2004-02-04  David Schleef  <ds@schleef.org>
9059
9060         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
9061         with the code that they would expand to.
9062         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
9063         (gst_flacdec_get_src_query_types),
9064         (gst_flacdec_get_src_event_masks):
9065         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
9066         (gst_gnomevfssrc_get_query_types),
9067         (gst_gnomevfssrc_get_event_mask):
9068
9069 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9070
9071         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
9072         (gst_sinesrc_dispose):
9073           fix memleak by properly disposing sinesrc
9074
9075 2004-02-04  Julien MOUTTE  <julien@moutte.net>
9076
9077         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
9078         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
9079         an overlay to redraw the image because it has been exposed.
9080         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
9081         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
9082         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
9083         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
9084         interface
9085         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
9086         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
9087         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
9088         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
9089         interface 
9090
9091 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9092
9093         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
9094           more memleak fixage
9095
9096 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9097
9098         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
9099         * gst/typefind/gsttypefindfunctions.c:
9100           fix memleaks shown by gst-typefind
9101
9102 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9103
9104         * common/glib-gen.mak:
9105           add hack rule to touch .Plo files
9106         * gst-libs/gst/colorbalance/Makefile.am:
9107         * gst-libs/gst/mixer/Makefile.am:
9108         * gst-libs/gst/play/Makefile.am:
9109         * gst-libs/gst/tuner/Makefile.am:
9110           remove glib_root variable
9111
9112 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9113
9114         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
9115           set explicit caps before adding the element, so the autopluggers can
9116           plug correctly.
9117         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
9118         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
9119         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9120         (dv_type_find):
9121           fix memleaks in typefind functions. gst_type_find_suggest takes a const
9122           argument.
9123
9124 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
9125
9126         * gst-libs/gst/colorbalance/Makefile.am:
9127         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
9128         * gst-libs/gst/colorbalance/colorbalance.c:
9129         * gst-libs/gst/colorbalance/colorbalance.h:
9130         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
9131         * gst-libs/gst/mixer/Makefile.am:
9132         * gst-libs/gst/mixer/mixer-marshal.list:
9133         * gst-libs/gst/mixer/mixer.c:
9134         * gst-libs/gst/mixer/mixer.h:
9135         * gst-libs/gst/mixer/mixermarshal.list:
9136         * gst-libs/gst/play/Makefile.am:
9137         * gst-libs/gst/play/play.h:
9138         * gst-libs/gst/tuner/Makefile.am:
9139         * gst-libs/gst/tuner/tuner-marshal.list:
9140         * gst-libs/gst/tuner/tuner.c:
9141         * gst-libs/gst/tuner/tuner.h:
9142         * gst-libs/gst/tuner/tunermarshal.list:
9143           use new glib-gen.mak snippet to clean up Makefile.am
9144           fix various bugs in Makefile.am's
9145
9146 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9147
9148         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9149           handle chain parsing correctly in the multichain case
9150         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
9151         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
9152         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
9153         (theora_dec_chain):
9154           handle events and queries correctly
9155
9156 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9157
9158         * .cvsignore:
9159         Ignore generated file _stdint.h.
9160
9161 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9162
9163         * gst-libs/gst/colorbalance/Makefile.am:
9164         * gst-libs/gst/colorbalance/colorbalance.h:
9165         * gst-libs/gst/mixer/Makefile.am:
9166         * gst-libs/gst/mixer/mixer.h:
9167         * gst-libs/gst/play/Makefile.am:
9168         * gst-libs/gst/play/play.h:
9169         * gst-libs/gst/tuner/Makefile.am:
9170         * gst-libs/gst/tuner/tuner.h:
9171         Generate enum type code with glib-mkenums.
9172         * gst-libs/gst/colorbalance/.cvsignore:
9173         * gst-libs/gst/mixer/.cvsignore:
9174         * gst-libs/gst/play/.cvsignore:
9175         * gst-libs/gst/tuner/.cvsignore:
9176         Ignore generated files.
9177
9178 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9179
9180         * gst-libs/gst/audio/.cvsignore:
9181         Ignore generated file.
9182         * gst-libs/gst/audio/Makefile.am:
9183         Do not install example filter.
9184
9185 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
9186
9187         * examples/switch/.cvsignore:
9188         Ignore generated file.
9189
9190 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9191
9192         * common/m4/ax_create_stdint_h.m4:
9193         * configure.ac:
9194           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
9195           _stdint.h.
9196         * Makefile.am:
9197           remove generated _stdint.h in DISTCLEANFILES
9198         * ext/a52dec/gsta52dec.c:
9199           include _stdint.h for a52dec. (should fix #133064)
9200
9201 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9202
9203         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
9204         (gst_tag_to_vorbis_comments):
9205         Add replaygain support to vorbistag
9206
9207 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
9208         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9209         (gst_ffmpeg_caps_to_extradata):
9210           Fix SVQ3 caps flag properties
9211           Use glib macro for bytes swap
9212
9213 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9214
9215         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
9216         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
9217         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9218         * ext/sndfile/gstsf.c: (plugin_init):
9219         * gst/avi/gstavi.c: (plugin_init):
9220         * sys/dxr3/dxr3init.c: (plugin_init):
9221         * sys/oss/gstossaudio.c: (plugin_init):
9222         * sys/v4l/gstv4l.c: (plugin_init):
9223         * sys/v4l2/gstv4l2.c: (plugin_init):
9224           remove textdomain calls
9225         * po/nl.po:
9226           update Dutch translation
9227
9228 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9229
9230         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
9231         (gst_play_set_audio_sink): Moving volume in the audio thread for 
9232         instantaneous volume change. Maybe i will add another volume in front
9233         of visualization later, not sure yet though.
9234
9235 2004-02-02  Julien MOUTTE  <julien@moutte.net>
9236
9237         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
9238         (gst_ximagesink_handle_xevents): Better X events handling, only take
9239         the latest events for configure and motion.
9240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
9241
9242 2004-02-02  Jon Trowbridge  <trow@gnu.org>
9243
9244         reviewed by: David Schleef  <ds@schleef.org>
9245
9246         Fix memory leaks:
9247         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
9248         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
9249
9250 2004-02-02  David Schleef  <ds@schleef.org>
9251
9252         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
9253         of lines.
9254         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
9255         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9256         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
9257         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
9258         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
9259         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
9260         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
9261         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
9262         (gst_float2_2_int_link):
9263         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
9264         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
9265         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
9266         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
9267         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
9268         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
9269         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
9270         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
9271         * testsuite/gst-lint: Add tests for bzero and ;;
9272
9273 2004-02-02  David Schleef  <ds@schleef.org>
9274
9275         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
9276
9277 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9278
9279         * ext/aalib/gstaasink.c: (gst_aasink_open):
9280         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
9281         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9282         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
9283         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
9284         (gst_afsink_close_file):
9285         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
9286         (gst_afsrc_close_file):
9287         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
9288         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
9289         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
9290         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
9291         * ext/esd/esdmon.c: (gst_esdmon_get):
9292         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
9293         * ext/faac/gstfaac.c: (gst_faac_chain):
9294         * ext/faad/gstfaad.c: (gst_faad_chain):
9295         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
9296         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
9297         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
9298         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
9299         (gst_flacdec_loop):
9300         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
9301         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
9302         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
9303         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
9304         (gst_gnomevfssink_close_file):
9305         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
9306         (gst_gnomevfssrc_open_file):
9307         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
9308         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
9309         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
9310         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
9311         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
9312         * ext/mad/gstmad.c: (gst_mad_chain):
9313         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
9314         * ext/mpeg2dec/gstmpeg2dec.c:
9315         * ext/mpeg2enc/gstmpeg2enc.cc:
9316         * ext/mplex/gstmplex.cc:
9317         * ext/mplex/gstmplexibitstream.cc:
9318         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
9319         (gst_ogg_demux_push):
9320         * ext/raw1394/gstdv1394src.c:
9321         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
9322         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
9323         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
9324         (gst_sf_loop):
9325         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
9326         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
9327         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
9328         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
9329         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
9330         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
9331         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
9332         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
9333         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9334         (gst_riff_read_element_data), (gst_riff_read_seek),
9335         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
9336         * gst/adder/gstadder.c: (gst_adder_loop):
9337         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
9338         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
9339         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
9340         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
9341         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
9342         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
9343         * gst/goom/gstgoom.c: (gst_goom_chain):
9344         * gst/id3/gstid3types.c: (gst_id3types_loop):
9345         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9346         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
9347         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
9348         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9349         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
9350         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
9351         (gst_ebml_read_float), (gst_ebml_read_header):
9352         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
9353         (gst_matroska_demux_parse_blockgroup):
9354         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
9355         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
9356         * gst/oneton/gstoneton.c: (gst_oneton_chain):
9357         * gst/silence/gstsilence.c: (gst_silence_get):
9358         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
9359         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
9360         * gst/speed/gstspeed.c: (speed_loop):
9361         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
9362         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
9363         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
9364         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
9365         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
9366         (gst_wavparse_loop):
9367         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
9368         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
9369         (dxr3audiosink_close):
9370         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
9371         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
9372         (dxr3videosink_close), (dxr3videosink_write_data):
9373         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
9374         * sys/oss/gstosssink.c: (gst_osssink_chain):
9375         * sys/oss/gstosssrc.c: (gst_osssrc_get):
9376         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
9377         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
9378         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
9379         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
9380         (gst_v4l_set_window), (gst_v4l_enable_overlay):
9381         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
9382         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
9383         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
9384         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
9385         (gst_v4l_set_audio):
9386         * sys/v4l/v4l_calls.h:
9387         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
9388         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
9389         (gst_v4lmjpegsink_playback_init),
9390         (gst_v4lmjpegsink_playback_start):
9391         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
9392         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
9393         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
9394         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
9395         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
9396         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
9397         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
9398         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
9399         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
9400         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
9401         (gst_v4l2_get_output), (gst_v4l2_set_output),
9402         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
9403         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
9404         (gst_v4l2_set_attribute):
9405         * sys/v4l2/v4l2_calls.h:
9406         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
9407         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
9408         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
9409         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
9410         (gst_v4l2src_capture_stop):
9411         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
9412         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
9413         (gst_ximagesink_chain):
9414         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
9415         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
9416         (gst_xvideosink_xwindow_new):
9417         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9418         (gst_xvimagesink_chain):
9419
9420 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9421
9422         * gst/volume/gstvolume.c: (gst_volume_set_volume),
9423         (gst_volume_get_volume), (volume_class_init), (volume_init),
9424         (volume_chain_int16), (volume_update_volume):
9425         * gst/volume/gstvolume.h:
9426           make code more readable by removing magic numbers
9427           make mixer interface export 0-100 range
9428           make it internally map to 0.0-1.0 range so users don't distort
9429           output by putting the sliders at full volume
9430
9431 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9432
9433         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
9434         (gst_play_state_change), (gst_play_seek_to_time):
9435         block the tick callback for 0.5 secs after doing a seek
9436
9437 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
9438
9439         * gst-libs/gst/play/play.c: (gst_play_new):
9440           check for GError
9441
9442 2004-02-01  Julien MOUTTE  <julien@moutte.net>
9443
9444         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
9445         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
9446         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
9447         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
9448         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
9449         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
9450
9451 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
9452
9453         * configure.ac:
9454         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9455           check for a function added in vorbis 1.1
9456
9457 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9458
9459         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
9460         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
9461           really start/stop clock only on PLAYING <=> PAUSED
9462         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
9463           remove \n from debugging lines
9464         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
9465           make it work when seeking does not
9466         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9467           reset on DISCONT
9468
9469 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9470
9471         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
9472           start clock on PAUSED=>PLAYING, not later
9473         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
9474           extract correct time for different discont formats
9475         (gst_alsa_sink_get_time):
9476           don't segfault when no format is negotiated yet, just return 0
9477         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9478         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
9479         (gst_ogg_pad_push):
9480           handle flush and discont events correctly
9481         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
9482           handle discont events correctly
9483
9484 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
9485
9486         * gst-libs/gst/play/play.c: (gst_play_error_quark),
9487         (gst_play_error_create), (gst_play_error_plugin),
9488         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
9489         * gst-libs/gst/play/play.h:
9490           add error handling during creation
9491         * examples/gstplay/player.c: (main):
9492           use new gst_play_new
9493           
9494
9495 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9496
9497         * ext/theora/theoradec.c: (theora_dec_chain):
9498           make comments work
9499         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
9500         (vorbis_dec_src_event), (vorbis_dec_chain):
9501           add encoder tag, fix tag reading to be more error tolerant, change
9502           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
9503           gst_pad_event_default.
9504         * gst/tags/gstvorbistag.c:
9505         (gst_tag_list_from_vorbiscomment_buffer):
9506           undefine function specific define at end of function
9507
9508 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
9509
9510         * ext/flac/gstflac.c: (plugin_init):
9511         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
9512         * ext/flac/gstflacdec.h:
9513         * ext/flac/gstflacenc.h:
9514           Fix typos
9515
9516 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
9517
9518         * examples/gstplay/player.c: s/gstplay.h/play.h/
9519
9520 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9521
9522         * gst-libs/gst/play/Makefile.am:
9523         * gst-libs/gst/play/gstplay.c:
9524         * gst-libs/gst/play/gstplay.h:
9525         * gst-libs/gst/play/play.c:
9526           more surgery, operation complete
9527
9528 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9529
9530         * gst-libs/gst/play/play.old.c:
9531         * gst-libs/gst/play/play.old.h:
9532           after CVS surgery by moving, remove
9533         * gst-libs/gst/play/playpipelines.c:
9534           remove
9535           
9536         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
9537           add negotiation error
9538
9539 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9540
9541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
9542         (gst_ogg_demux_push):
9543           add some seeking debug info
9544           send a flush when seeking
9545
9546 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9547
9548         * configure.ac:
9549           use AC_C_INLINE
9550         * configure.ac:
9551         * ext/Makefile.am:
9552         * ext/theora/Makefile.am:
9553         * ext/theora/theoradec.c: 
9554           add theora video decoder. Does just do simple decoding for now and
9555           has been tested against Theora cvs only. It only works when theora
9556           is compiled with --enable-static.
9557         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
9558           always reset packetno on DISCONT
9559
9560 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9561
9562         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
9563           Fix audio.
9564
9565 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9566
9567         * gst/mpegaudioparse/gstmpegaudioparse.c:
9568         (mp3_type_frame_length_from_header):
9569           Fix header parsing - stolen from ffmpeg (thank you! :) ).
9570
9571 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9572
9573         * ext/esd/esdsink.c: (gst_esdsink_init):
9574           Since we have static pad template caps, we don't need to negotiate;
9575           either the core errors out or we know the format.
9576
9577 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9578
9579         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
9580         (gst_riff_read_seek):
9581         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
9582         (gst_ebml_read_seek):
9583           Fix event handling.
9584
9585 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9586
9587         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
9588           removee video/x-theora from vp3 decoder, it doesn't handle raw
9589           theora streams
9590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
9591           fix bug with finalizing element that never went to PAUSED
9592         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
9593           length and position queries were swapped
9594         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
9595         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
9596         (vorbis_dec_src_event):
9597           implement querying time and bytes
9598
9599 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
9600
9601         * just about every source file:
9602           gst_element_error -> GST_ELEMENT_ERROR
9603
9604 2004-01-29  Julien MOUTTE  <julien@moutte.net>
9605
9606         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
9607         emiting FLUSH and even before DISCONT.
9608         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
9609         get the best instant seeking as possible yay!
9610
9611 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9612
9613         * gst/mpeg1videoparse/gstmp1videoparse.c:
9614         (gst_mp1videoparse_real_chain):
9615           Committed wrong version last week... Grr... Didn't notice until now.
9616
9617 2004-01-29  Julien MOUTTE <julien@moutte.net>
9618
9619         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
9620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
9621         have_xwindow_id signal in xwindow_create.
9622
9623 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9624
9625         * ext/ogg/gstoggdemux.c: 
9626           lots of changes - mainly support for chained bitstreams, seeking,
9627           querying and bugfixes of course
9628         * ext/vorbis/Makefile.am:
9629         * ext/vorbis/vorbisdec.c: 
9630         * ext/vorbis/vorbisdec.h:
9631           add vorbisdec raw vorbis decoder
9632         * ext/vorbis/vorbis.c: (plugin_init):
9633           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
9634         * gst/intfloat/Makefile.am:
9635         * gst/intfloat/float22int.c:
9636         * gst/intfloat/float22int.h:
9637         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
9638           add float2intnew plugin. It converts multichannel interleaved float to
9639           multichannel interleaved int. The name should probably be changed.
9640         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
9641         (plugin_init):
9642           add typefinding for raw theora video so oggdemux can detect it.
9643
9644 2004-01-28  Julien MOUTTE  <julien@moutte.net>
9645
9646         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
9647         sink element first.
9648         * gst/videoscale/gstvideoscale.c:
9649         (gst_videoscale_handle_src_event): Fixing src event handler.
9650
9651 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9652
9653         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9654         (gst_v4lsrc_open), (gst_v4lsrc_close),
9655         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
9656         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
9657         * sys/v4l/gstv4lsrc.h:
9658         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
9659         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
9660           Implement resizing... Hack. But that's why v4l is b0rked...
9661
9662 2004-01-28  Julien MOUTTE <julien@moutte.net>
9663
9664         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
9665         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
9666         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
9667         (gst_ximagesink_xwindow_destroy):
9668         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
9669         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
9670         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
9671         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
9672         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
9673         correctly cleaning the image created to check xshm calls on succes,
9674         added a lot of XSync calls in X11 functions, and fixed a segfault when
9675         no image format was defined before negotiation happened.
9676
9677 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9678
9679         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
9680           use gst_element_get_time to get correct time
9681
9682 2004-01-28  Julien MOUTTE  <julien@moutte.net>
9683
9684         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
9685         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
9686         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
9687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
9688         (gst_xvimagesink_check_xshm_calls),
9689         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
9690         X plugins are now able to detect that XShm calls will fail even if the
9691         server claims that it has XShm support (remote displays most of the
9692         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
9693         so that we use non XShm functions. This feature is almost useless for
9694         xvimagesink as Xv is not supported on remote displays anyway, but 
9695         it might happen than even on the local display XShm calls fail.
9696
9697 2004-01-27  David Schleef  <ds@schleef.org>
9698
9699         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
9700         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
9701         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
9702         changed esdsink to only use 44100,16,2, since esd sucks at rate
9703         conversion and esdsink has had difficulty negotiating.
9704
9705 2004-01-27  Julien MOUTTE <julien@moutte.net>
9706
9707         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
9708         (gst_play_seek_to_time): Fixing the way to get current position.
9709
9710 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9711
9712         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
9713           use gst_element_get_time to get correct time
9714
9715 2004-01-27  Julien MOUTTE <julien@moutte.net>
9716
9717         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
9718         fix ever... Inverting 2 lines of code make spider autoplug correctly
9719         tagged mp3 !
9720
9721 2004-01-27  David Schleef  <ds@schleef.org>
9722
9723         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
9724         Use gst_pad_try_set_caps_nonfixed().
9725
9726 2004-01-27  David Schleef  <ds@schleef.org>
9727
9728         * gst/ac3parse/gstac3parse.c: update to checklist 5
9729         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
9730         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
9731         * gst/audioscale/gstaudioscale.c: same
9732         * gst/auparse/gstauparse.c: same
9733         * gst/avi/gstavidemux.c: same
9734
9735 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9736
9737         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
9738           stop processing after EOS
9739
9740 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9741
9742         * gst/asfdemux/asfheaders.h:
9743         * gst/asfdemux/gstasfdemux.c: 
9744         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
9745         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
9746         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
9747           lot's of fixes to make data extraction simpler and get the code
9748           architecture and compiler independant. Add debugging category
9749         * gst/goom/gstgoom.c: (gst_goom_change_state):
9750           reset channel count on PAUSED=>READY, not READY=>PAUSED
9751
9752 2004-01-26  Colin Walters  <walters@verbum.org>
9753
9754         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
9755         code to pull a bigger buffer in iradio mode.  This as a side effect
9756         makes typefinding work.
9757
9758 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
9759
9760         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
9761         Fix SVQ3 decoding on PPC
9762
9763 2004-01-26  Julien MOUTTE <julien@moutte.net>
9764
9765         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
9766         that one managed to stay there... Fixed.
9767
9768 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
9769
9770         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
9771         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
9772         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
9773         (qtdemux_video_caps):
9774         * gst/qtdemux/qtdemux.h:
9775         Add SVQ3 specific flags to qtdemux and ffmpeg
9776
9777 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9778
9779         * gst-libs/gst/audio/audio.h:
9780           remove buffer-frames from audio caps
9781         * gst/audioconvert/gstaudioconvert.c:
9782           fix plugin to really work.
9783
9784 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9785
9786         * gst-libs/gst/mixer/mixer.c:
9787         * gst-libs/gst/propertyprobe/propertyprobe.c:
9788         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
9789         (gst_tuner_find_channel_by_name):
9790         * gst-libs/gst/tuner/tuner.h:
9791           Add gtk-doc style comments. Also fix a function name.
9792
9793 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9794
9795         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
9796         (gst_divxdec_negotiate):
9797           Fix for new capsnego - also fixes gst-player with divxdec.
9798
9799 2004-01-25  Julien MOUTTE  <julien@moutte.net>
9800
9801         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
9802         (gst_play_identity_handoff), (gst_play_set_location),
9803         (gst_play_set_visualization), (gst_play_connect_visualization): Another
9804         try in visualization implementation. Still have an issue with switch
9805         blocking when pulling from video_queue and only audio comes out of 
9806         spider.
9807         * gst/switch/gstswitch.c: (gst_switch_release_pad),
9808         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
9809         release method. And check if the pad is usable before pulling.
9810
9811 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9812
9813         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
9814         (gst_videobalance_init),
9815         (gst_videobalance_colorbalance_list_channels),
9816         (gst_videobalance_colorbalance_set_value),
9817         (gst_videobalance_colorbalance_get_value),
9818         (gst_videobalance_update_properties),
9819         (gst_videobalance_update_tables_planar411),
9820         (gst_videobalance_planar411):
9821         * gst/videofilter/gstvideobalance.h:
9822           Implement lookup-tables. +/- 10x faster.
9823
9824 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9825
9826         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9827         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
9828           The index reading was broken. The rest worked fine, but the whole
9829           goal of my rewrite was to make avidemux readable, and this was
9830           not at all readable. Please use typed variables.
9831
9832 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9833
9834         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9835           Additional pad usability check.
9836         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
9837         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
9838         (gst_mp1videoparse_real_chain):
9839           Fix MPEG video stream parsing. The original plugin had several
9840           issues, including not timestamping streams where the source was
9841           not timestamped (this happens with PTS values in mpeg system
9842           streams, but MPEG video is also a valid stream on its own so
9843           that needs timestamps too). We use the display time code for that
9844           for now. Also, if one incoming buffer contains multiple valid
9845           frames, we push them all on correctly now, including proper EOS
9846           handling. Lastly, several potential segfaults were fixed, and we
9847           properly sync on new sequence/gop headers to include them in next,
9848           not previous frames (since they're header for the next frame, not
9849           the previous). Also see #119206.
9850         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
9851         (bpf_from_header):
9852           Move caps setting so we only do it after finding several valid
9853           MPEG-1 fraes sequentially, not right after the first one (which
9854           might be coincidental).
9855         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
9856         (mpeg_video_type_find), (mpeg_video_stream_type_find),
9857         (plugin_init):
9858           Add unsynced MPEG video stream typefinding, and change some
9859           probability values so we detect streams rightly. The idea is as
9860           follows: I can have an unsynced system stream which contains
9861           video. In the current code, I would randomly get a type for either
9862           system or video stream type found, because the probabilities are
9863           being calculated rather randomly. I now use fixed values, so we
9864           always prefer system stream if that was found (and that is how it
9865           should be). If no system stream was found, we can still identity                the stream as video-only.
9866
9867 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9868
9869         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
9870         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
9871           don't write to buffer. Extract data without the need of
9872           __attribute__ ((packed))
9873
9874 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9875
9876         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
9877         (mpeg1_sys_type_find):
9878           Fix MPEG-1 stream typefinding.
9879
9880 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9881
9882         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
9883           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
9884
9885 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9886
9887         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
9888         * ext/esd/gstesd.c: (plugin_init):
9889           private debugging, better error reporting
9890
9891 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9892
9893         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
9894         (gst_riff_read_init), (gst_riff_read_change_state):
9895         * gst-libs/gst/riff/riff-read.h:
9896           Remove stuff fromold metadata system.
9897
9898 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9899
9900         * ext/ogg/gstoggdemux.c:
9901           Fix wrong file comment.
9902         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
9903         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
9904           Add metadata reading properly.
9905
9906 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
9907
9908         * ext/Makefile.am:
9909           Fix nas DIST_SUBDIRS
9910           Uraeus:
9911           Fix bug where make distcheck doesn't get run on adding stuff to
9912           the build.
9913
9914 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9915
9916         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
9917         * ext/divx/gstdivxdec.h:
9918           Fix divx3 ("msmpeg4") playback using divxdec.
9919
9920 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
9921
9922         * gst/typefind/gsttypefindfunctions.c:
9923         (mp3_type_frame_length_from_header): fix bug in length computation 
9924         (mp3_type_find): improve debugging output
9925
9926 2004-01-23  Julien MOUTTE  <julien@moutte.net>
9927
9928         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
9929         (gst_play_set_location), (gst_play_seek_to_time),
9930         (gst_play_set_audio_sink), (gst_play_set_visualization),
9931         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
9932         the pipeline from scratch. Visualization is back and switch went out as
9933         i realized it was not possible to use the way i wanted.
9934         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
9935         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
9936         clearing in state change from READY to NULL. So that one can clean the
9937         X ressources keeping the element.
9938         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
9939         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
9940         (gst_xvimagesink_colorbalance_set_value),
9941         (gst_xvimagesink_colorbalance_get_value),
9942         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
9943         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
9944         change from READY to NULL and fixed some stupid bugs in colorbalance
9945         get/set values. Also added the following feature : when nobody tries to
9946         set some values to the colorbalance levels before the xcontext is 
9947         grabbed, then when creating channels list from Xv attributes we set the
9948         internal values to the Xv defaults. This way we handle buggy Xv drivers
9949         that set default hue values far from the middle of the range (Thanks
9950         to Jon Trowbridge for pointing that issue).
9951         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if 
9952         colorbalance levels have been set before xcontext is grabbed.
9953
9954 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
9955
9956         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
9957           Fix the ossmixer case where we shouldn't open /dev/dsp* because
9958           it might block operations (which is bad for a mixer).
9959
9960 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9961
9962         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
9963         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
9964         (gmip_find_type_pre):
9965         * gst-libs/gst/media-info/media-info-priv.h:
9966         * gst-libs/gst/media-info/media-info.c:
9967         (gst_media_info_instance_init), (gst_media_info_read_idler):
9968         add fakesink to get caps on decoder src pad again
9969         fix callback prototype to match new have_type signal signature
9970
9971 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
9972
9973         * gst/adder/gstadder.c: (gst_adder_link):
9974           fix non-compile and cut-n-paste code
9975
9976 2004-01-21  David Schleef  <ds@schleef.org>
9977
9978         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
9979         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
9980         (gst_swfdec_init), (gst_swfdec_change_state):
9981         * ext/swfdec/gstswfdec.h:
9982         Fix negotiation.
9983         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
9984         (gst_adder_request_new_pad): Fix negotiation.
9985         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
9986         Add a fixate function.
9987         * gst/intfloat/gstfloat2int.c:
9988         * gst/intfloat/gstfloat2int.h:
9989         * gst/intfloat/gstint2float.c:
9990         * gst/intfloat/gstint2float.h:
9991         Completely rewrite the negotiation.  Doesn't quite work yet,
9992         due to some buffer-frames problem.
9993
9994 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
9995
9996         * ext/gnomevfs/gstgnomevfssrc.c:
9997         * sys/v4l2/v4l2_calls.h:
9998           fix includes for distcheck
9999
10000 2004-01-21  Christian Schaller <uraeus@gnome.org>
10001
10002         * ext/nas/
10003         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
10004         based on earlier patch from Laurent Vivier
10005
10006 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
10007
10008         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
10009         Fix wma caps property
10010         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
10011         Fix typo (flags1 and flags2)
10012
10013 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10014
10015         * gst-libs/gst/media-info/media-info-priv.c:
10016         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
10017         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
10018         (gmip_find_stream), (gmip_find_track_metadata),
10019         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
10020         (gmip_find_track_format):
10021         * gst-libs/gst/media-info/media-info-priv.h:
10022         * gst-libs/gst/media-info/media-info-test.c: (main):
10023         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
10024         (gst_media_info_read_idler), (gst_media_info_read):
10025         * gst-libs/gst/media-info/media-info.h:
10026           register debugging category and use it for debugging
10027
10028 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10029
10030         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
10031         (gst_vorbisfile_new_link):
10032           signal streaminfo through tags
10033
10034 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10035
10036         * ext/mplex/gstmplex.cc:
10037         * ext/mplex/gstmplexibitstream.cc:
10038           g++ doesn't like NULL in our i18n/error macros, should be
10039           either (NULL) or ("").
10040
10041 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10042
10043         * sys/dxr3/dxr3audiosink.c:
10044         * sys/dxr3/dxr3init.c:
10045         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
10046         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
10047           Fix more error error error errors (missing includes here).
10048
10049 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10050
10051         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10052           fix thomas' error errors.
10053
10054 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10055
10056         * ext/mpeg2enc/gstmpeg2enc.cc:
10057           fix error errors.
10058
10059 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10060
10061         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10062         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10063           Fix for new error system.
10064
10065 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
10066
10067         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
10068           fix for new error reporting
10069
10070 2004-01-20  David Schleef  <ds@schleef.org>
10071
10072         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
10073         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
10074         (gst_ximagesink_set_xwindow_id): Change to using a framerate
10075         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
10076         and neither is 100+, most likely.
10077         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
10078         (gst_xvimagesink_getcaps): same
10079
10080 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10081
10082         * configure.ac:
10083           Up version requirement to 2.0.3 (not yet released) to avoid symbol
10084           clashes with ffmpeg.
10085
10086 2004-01-20  Julien MOUTTE  <julien@moutte.net>
10087
10088         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
10089         (gst_switch_init): Fixed switch element : proxying link and setting
10090         caps from src to sink on request.
10091
10092 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10093
10094         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
10095         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
10096         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
10097         fix element_error
10098
10099 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10100
10101         * sys/v4l/v4l_calls.h:
10102         * sys/v4l2/v4l2_calls.h:
10103           element_error fixes
10104
10105 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10106
10107         * gst-libs/gst/gst-i18n-plugin.h:
10108           add locale.h
10109           remove config.h inclusion
10110
10111 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10112
10113         * autogen.sh:
10114           adding autopoint invocation
10115         * Makefile.am:
10116         * configure.ac:
10117         * gst-libs/gst/gettext.h:
10118           adding gettext bits
10119         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
10120         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
10121         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
10122         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10123         (gst_gnomevfssink_close_file):
10124         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
10125         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
10126         * gst-libs/gst/gst-i18n-plugin.h:
10127         * gst/avi/gstavi.c: (plugin_init):
10128         * sys/dxr3/dxr3init.c: (plugin_init):
10129         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
10130         * sys/oss/gstossaudio.c: (plugin_init):
10131         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10132         * sys/v4l/gstv4l.c: (plugin_init):
10133         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10134         * sys/v4l2/gstv4l2.c: (plugin_init):
10135         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10136         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
10137         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
10138         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
10139         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
10140         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
10141           make sure locale and translation domain are set
10142           fix translated strings 
10143         * po/.cvsignore:
10144         * po/LINGUAS:
10145         * po/Makevars:
10146         * po/POTFILES.in:
10147         * po/nl.po:
10148           put translation files into place
10149         * sys/xvideo/imagetest.c: (main):
10150         * ext/dv/demo-play.c: (main):
10151           fix unnecessary translations
10152
10153 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10154
10155         * ext/sndfile/gstsf.c:
10156         * gst/avi/gstavimux.c:
10157         * ext/audiofile/gstafsink.c:
10158         * ext/audiofile/gstafsrc.c:
10159         * ext/gnomevfs/gstgnomevfssink.c:
10160         * ext/gnomevfs/gstgnomevfssrc.c:
10161         * sys/oss/gstosselement.c:
10162         * sys/v4l/v4l_calls.h:
10163           fix i18n include
10164
10165 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10166
10167         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
10168         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
10169         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
10170         (gst_v4l2_get_output), (gst_v4l2_set_output),
10171         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
10172         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
10173         (gst_v4l2_set_attribute):
10174         update to new error handling
10175
10176 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10177
10178         * ext/sidplay/gstsiddec.cc:
10179         * gst/modplug/gstmodplug.cc:
10180           parenthese NULL because C++ seems angry about it
10181
10182 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
10183
10184         * gst-libs/gst/gst-i18n-plugin.h:
10185           add skeleton i18n stuff, but needs to be further implemented
10186
10187 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
10188
10189         * examples/gstplay/player.c: (main):
10190         * ext/aalib/gstaasink.c: (gst_aasink_open):
10191         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
10192         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
10193         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
10194         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
10195         (gst_afsink_close_file):
10196         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
10197         (gst_afsrc_close_file):
10198         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
10199         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
10200         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
10201         * ext/esd/esdmon.c: (gst_esdmon_get):
10202         * ext/esd/esdsink.c: (gst_esdsink_chain):
10203         * ext/faac/gstfaac.c: (gst_faac_chain):
10204         * ext/faad/gstfaad.c: (gst_faad_chain):
10205         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
10206         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
10207         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
10208         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
10209         (gst_flacdec_loop):
10210         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
10211         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
10212         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
10213         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
10214         (gst_gnomevfssink_close_file):
10215         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
10216         (gst_gnomevfssrc_open_file):
10217         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
10218         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
10219         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
10220         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
10221         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
10222         * ext/mad/gstmad.c: (gst_mad_chain):
10223         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
10224         * ext/mpeg2dec/gstmpeg2dec.c:
10225         * ext/mpeg2enc/gstmpeg2enc.cc:
10226         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10227         * ext/mplex/gstmplex.cc:
10228         * ext/mplex/gstmplexibitstream.cc:
10229         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
10230         (gst_ogg_demux_push), (gst_ogg_pad_push):
10231         * ext/raw1394/gstdv1394src.c:
10232         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
10233         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
10234         * ext/sidplay/gstsiddec.cc:
10235         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
10236         (gst_sf_loop):
10237         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
10238         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
10239         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
10240         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
10241         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
10242         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
10243         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
10244         * gst-libs/gst/Makefile.am:
10245         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
10246         (gst_riff_read_element_data), (gst_riff_read_seek),
10247         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
10248         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
10249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
10250         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
10251         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
10252         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
10253         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
10254         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10255         * gst/goom/gstgoom.c: (gst_goom_chain):
10256         * gst/id3/gstid3types.c: (gst_id3types_loop):
10257         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
10258         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
10259         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
10260         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
10261         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
10262         (gst_ebml_read_float), (gst_ebml_read_header):
10263         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
10264         (gst_matroska_demux_parse_blockgroup):
10265         * gst/modplug/gstmodplug.cc:
10266         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
10267         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
10268         * gst/oneton/gstoneton.c: (gst_oneton_chain):
10269         * gst/silence/gstsilence.c: (gst_silence_get):
10270         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10271         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
10272         * gst/speed/gstspeed.c: (speed_loop):
10273         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
10274         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10275         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
10276         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
10277         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
10278         (gst_wavparse_loop):
10279         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
10280         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
10281         (dxr3audiosink_close):
10282         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
10283         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
10284         (dxr3videosink_close), (dxr3videosink_write_data):
10285         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
10286         * sys/oss/gstosselement.h:
10287         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
10288         (gst_osssink_chain):
10289         * sys/oss/gstosssrc.c: (gst_osssrc_get):
10290         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10291         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
10292         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
10293         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
10294         (gst_v4l_enable_overlay):
10295         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
10296         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
10297         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
10298         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
10299         (gst_v4l_set_audio):
10300         * sys/v4l/v4l_calls.h:
10301         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
10302         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
10303         (gst_v4lmjpegsink_playback_init),
10304         (gst_v4lmjpegsink_playback_start):
10305         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
10306         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
10307         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
10308         (gst_v4lmjpegsrc_requeue_frame):
10309         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
10310         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
10311         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
10312         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
10313         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
10314         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
10315         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
10316         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
10317         (gst_v4l2src_capture_stop):
10318         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
10319         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10320         (gst_ximagesink_chain):
10321         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
10322         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
10323         (gst_xvideosink_xwindow_new):
10324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10325         (gst_xvimagesink_chain):
10326         use new error signal, function and categories
10327
10328 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
10329
10330         * configure.ac:
10331         * ext/Makefile.am:
10332         * ext/musicbrainz/gsttrm.c:
10333         * ext/musicbrainz/gsttrm.h:
10334         * ext/musicbrainz/Makefile.am:
10335         Add a trm plugin 
10336
10337 2004-01-18  Julien MOUTTE  <julien@moutte.net>
10338
10339         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
10340         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding 
10341         synchronous property for debugging.
10342         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
10343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10344         (gst_xvimagesink_set_property): Moving a pointer declaration to a
10345         smaller block, fixing indent.
10346
10347 2004-01-16  David Schleef  <ds@schleef.org>
10348
10349         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
10350         property affects the video stream.
10351         * sys/xvimage/xvimagesink.c: 
10352         * sys/xvimage/xvimagesink.h:
10353         Add synchronous property for debugging.  Should probably be
10354         disabled in non-CVS builds.  Make sure that the Xv attribute
10355         exists before we set it (crash!).  Fix a silly float bug that
10356         caused colorbalance to just not work.
10357
10358 2004-01-17  Christian Schaller <Uraeus@gnome.org>
10359
10360         * tools/gst-launch-ext.in - update for new plugins
10361
10362 2004-01-16  David Schleef  <ds@schleef.org>
10363
10364         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
10365         already-freed caps.
10366
10367 2994-01-16  Christian Schaller <Uraeus@gnome.org>
10368
10369         * Update spec for new colorspace plugin and libcaca plugin
10370         * Fix compilation of libcaca plugin (clock -> id)
10371
10372 2004-01-16  Julien MOUTTE <julien@moutte.net>
10373
10374         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
10375         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
10376         (gst_xvimagesink_set_xwindow_id),
10377         (gst_xvimagesink_colorbalance_set_value),
10378         (gst_xvimagesink_colorbalance_get_value),
10379         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10380         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
10381         correct colorbalance properties. They can now be set when the element
10382         is still in NULL state. The values will be committed to the Xv Port
10383         when xcontext is initialized.
10384         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
10385         brightness int values in the GstXvImagesink structure.
10386
10387 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10388
10389         * gst-libs/gst/Makefile.am:
10390           restructure so having local patches works easier.
10391
10392 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10393
10394         * ext/mpeg2enc/Makefile.am:
10395         * ext/mpeg2enc/gstmpeg2enc.cc:
10396         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
10397           Bugfix with respect to EOS handling.
10398
10399 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10400
10401         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
10402           Link with right caps (else, it segfaults).
10403         * ext/mplex/gstmplexjob.cc:
10404           Fix for slight API change in 1.6.1.93 release of mjpegtools.
10405
10406 2004-01-15  David Schleef  <ds@schleef.org>
10407
10408         * gst-libs/gst/audio/Makefile.am:
10409         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
10410         from the template.
10411         * gst-libs/gst/audio/gstaudiofilter.c:
10412         * gst-libs/gst/audio/gstaudiofilter.h:
10413         Add bytes_per_sample and size and n_samples calculation.
10414         * gst-libs/gst/audio/gstaudiofilterexample.c:
10415         Remove, now autogenerated.
10416         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
10417         Moved from gstaudiofilterexample, object name changed, code added
10418         so that it actually works.
10419         * gst-libs/gst/audio/make_filter:
10420         Script to build an audiofilter subclass from the template.
10421         * gst/colorspace/Makefile.am:
10422         * gst/colorspace/yuv2yuv.c:
10423         Remove file, since it's GPL, and we don't use it.
10424
10425 2004-01-15  Julien MOUTTE  <julien@moutte.net>
10426
10427         * sys/ximage/ximagesink.c: (gst_ximagesink_chain): 
10428         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
10429         them use the buffer free function to test how the buffer was allocated.
10430
10431 2004-01-15  David Schleef  <ds@schleef.org>
10432
10433         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
10434         that handles osssink fallback.
10435         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
10436         (gst_audio_convert_getcaps):
10437         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
10438         Add audio/x-qdm2 for QDM2 audio.
10439         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
10440         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
10441         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
10442         Decrease minimum size to 16x16.
10443         * gst/wavparse/gstwavparse.c:
10444         Convert disabled pad template caps to new caps.
10445         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
10446         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10447         (gst_xvimagesink_chain): Throw element error when display cannot
10448         be opened.  Increase minimum framerate to 1.0.  Check the data
10449         free function on a buffer to make sure it is the type we expect
10450         before manipulating it.
10451
10452 2004-01-15  Julien MOUTTE <julien@moutte.net>
10453
10454         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10455         (gst_videobalance_colorbalance_set_value): Implement passthru if
10456         settings are in the middle.
10457         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
10458
10459 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10460
10461         * gst/videofilter/Makefile.am:
10462         * gst/volume/Makefile.am:
10463           Since we use videofilter symbols, link to it.
10464
10465 2004-01-15  Julien MOUTTE <julien@moutte.net>
10466
10467         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
10468         mixer interface type to HARDWARE.
10469         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
10470         type to SOFTWARE.
10471         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
10472         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
10473         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
10474         (gst_volume_interface_init), (gst_volume_list_tracks),
10475         (gst_volume_set_volume), (gst_volume_get_volume),
10476         (gst_volume_set_mute), (gst_volume_mixer_init),
10477         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
10478         (volume_init): Implementing mixer interface.
10479         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
10480         * sys/oss/gstosselement.c: (gst_osselement_get_type),
10481         (gst_osselement_change_state): Removing some trailing commas in
10482         structures.
10483         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
10484         interface type to HARDWARE.
10485         * sys/v4l/gstv4lcolorbalance.c:
10486         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
10487         type to HARDWARE.
10488         * sys/v4l2/gstv4l2colorbalance.c:
10489         (gst_v4l2_color_balance_interface_init): Setting colorbalance
10490         interface type to HARDWARE.
10491         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
10492         same code than ximagesink for event handling.
10493
10494 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10495
10496         * ext/snapshot/Makefile.am:
10497         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
10498         (gst_snapshot_chain):
10499         * ext/snapshot/gstsnapshot.h:
10500           This has to be a joke... Snapshot should be connected to a tee,
10501           colorspace element before it and EOS after that, where the other
10502           src of the tee receives normal data.
10503           The current way is *wrong*.
10504
10505 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10506
10507         * ext/hermes/gsthermescolorspace.c:
10508           Fix another compile error. Same as below.
10509
10510 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10511
10512         * gst/colorspace/gstcolorspace.c:
10513         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
10514         (gst_colorspace_i420_to_yv12):
10515           Fix compiling... Didn't test if it actually works.
10516
10517 2004-01-15  David Schleef  <ds@schleef.org>
10518
10519         * configure.ac:
10520         * gst/colorspace/Makefile.am:
10521         * gst/colorspace/gstcolorspace.c:
10522         * gst/colorspace/gstcolorspace.h:
10523         * gst/colorspace/yuv2rgb.c:
10524         * gst/colorspace/yuv2rgb.h:
10525         Duplicate the ext/hermes colorspace plugin, and remove Hermes
10526         code and GPL code.  Fix for new caps negotiation.  Rewrite
10527         much of the format handling code, and some of the conversion
10528         code.  Basically, rewrote almost everything.  This element
10529         handles I420, YV12 to RGB conversions.
10530         * ext/hermes/Makefile.am:
10531         * ext/hermes/gsthermescolorspace.c:
10532         Rename colorspace to hermescolorspace.  Fix negotiation issues.
10533         Remove non-Hermes related code.  This element handles lots of
10534         RGB to RGB conversions, but no YUV.
10535         * ext/hermes/gstcolorspace.c:
10536         * ext/hermes/gstcolorspace.h:
10537         * ext/hermes/rgb2yuv.c:
10538         * ext/hermes/yuv2rgb.c:
10539         * ext/hermes/yuv2rgb.h:
10540         * ext/hermes/yuv2rgb_mmx16.s:
10541         * ext/hermes/yuv2yuv.c:
10542         * ext/hermes/yuv2yuv.h:
10543         Remove old code.
10544
10545 2004-01-14  Colin Walters  <walters@verbum.org>
10546
10547         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
10548         they've already been.
10549
10550 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10551
10552         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
10553           assume tag mode when pad is not connected
10554
10555 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10556
10557         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10558           Don't update the time of the clock
10559         (gst_alsa_sink_loop):
10560           sync to the clock given to alsasink, not the own clock
10561         * sys/oss/gstosssink.c: (gst_osssink_chain):
10562           sync to the clock
10563         (gst_osssink_change_state):
10564           activate the clock
10565         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10566         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
10567           remove bogus code that made DISCONT events unhandled
10568         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
10569           explicitly case to double in _set_simple. (fixes 2nd warning in bug
10570           #131502)
10571         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
10572         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
10573         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
10574           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
10575           2nd warning in bug #131502)
10576
10577 2004-01-14  Julien MOUTTE  <julien@moutte.net>
10578
10579         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
10580         (gst_videobalance_colorbalance_set_value),
10581         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
10582         for colorbalance interface implementation.
10583         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10584         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
10585         (gst_ximagesink_dispose), (gst_ximagesink_init),
10586         (gst_ximagesink_class_init): Adding DISPLAY property.
10587         * sys/ximage/ximagesink.h: Adding display_name to store display.
10588         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10589         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10590         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
10591         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
10592         properties (they still need polishing though for gst-launch use : no
10593         xcontext yet, i ll do that tomorrow).
10594         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
10595
10596 2004-01-14  Julien MOUTTE  <julien@moutte.net>
10597
10598         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
10599         (gst_play_set_location), (gst_play_set_visualization): Preparing 
10600         switch integration, adding videobalance in the pipeline.
10601
10602 2004-01-14  Julien MOUTTE <julien@moutte.net>
10603
10604         * gst-libs/gst/colorbalance/colorbalance.c:
10605         (gst_color_balance_class_init): Adding a default type.
10606         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
10607         the type.
10608         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
10609         (gst_videobalance_dispose), (gst_videobalance_class_init),
10610         (gst_videobalance_init), (gst_videobalance_interface_supported),
10611         (gst_videobalance_interface_init),
10612         (gst_videobalance_colorbalance_list_channels),
10613         (gst_videobalance_colorbalance_set_value),
10614         (gst_videobalance_colorbalance_get_value),
10615         (gst_videobalance_colorbalance_init): Implementing colorbalance
10616         interface.
10617         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
10618         list.
10619         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
10620         bug which was triggering a BadAccess X error when setting an overlay
10621         before pad was really negotiated.
10622         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
10623         Using the colorbalance type macro.
10624
10625 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10626
10627         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
10628         (gst_flacenc_chain):
10629           handle tags correctly
10630         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
10631           extract ID3v1 tags correctly
10632
10633 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10634
10635         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
10636         (plugin_init):
10637           Improve matroska typefinding for odd-typed headers...
10638
10639 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10640
10641         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
10642           Fix for using incremental number on padnames.
10643
10644 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
10645
10646         * ext/divx/gstdivxdec.c:
10647         * ext/divx/gstdivxenc.c:
10648           Set category to divx4linux instead of divx (too generic).
10649         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
10650         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
10651         (gst_wavparse_loop), (gst_wavparse_change_state):
10652         * gst/wavparse/gstwavparse.h:
10653           fix parsing of WAV files with non-standard fmt-tag size and fix
10654           skipping of unrecognized chunks... Someone please fix this thing
10655           to use rifflib so all this is automated.
10656         * sys/v4l/Makefile.am:
10657         * sys/v4l2/Makefile.am:
10658           Add X_CFLAGS because we depend on X (for overlay).
10659
10660 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
10661
10662         * ext/mpeg2dec/gstmpeg2dec.c:
10663           Don't issue a timestamp unless we tagged the frame
10664           with a PTS.
10665
10666 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10667
10668         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
10669           Query the audio element to get the time, not the clock. We're
10670           interested in the element's time here.
10671
10672 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10673
10674         * ext/aalib/gstaasink.c: (gst_aasink_chain):
10675         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
10676         * ext/esd/esdsink.c: (gst_esdsink_chain):
10677         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
10678         * ext/mas/massink.c: (gst_massink_chain):
10679         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
10680         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
10681         (gst_matroska_demux_parse_metadata):
10682         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
10683         (gst_mpeg_parse_release_locks):
10684         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
10685         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
10686         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
10687         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
10688         (gst_osssink_change_state):
10689         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
10690         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10691         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
10692         (gst_xvideosink_release_locks):
10693         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
10694           use element time.
10695         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
10696         (gst_alsa_clock_stop):
10697         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
10698         (gst_audio_clock_get_internal_time):
10699           simplify for use with new clocking code.
10700         * testsuite/alsa/Makefile.am:
10701         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
10702           fix testsuite for new caps system
10703
10704 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10705
10706         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
10707         * ext/flac/gstflacenc.c: (add_one_tag):
10708           length is already host endian, no need to convert. Fixes playback of
10709           tagged files on PPC. (bug #128384)
10710
10711 2004-01-13  Julien MOUTTE <julien@moutte.net>
10712
10713         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
10714         colorbalance interface stating if it is hardware based or software
10715         based.
10716         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
10717         Removing a trailing comma.
10718         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10719         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
10720         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
10721         the documentation seems to be wrong on the -1000 to 1000 interval.
10722
10723 2004-01-12  David Schleef  <ds@schleef.org>
10724
10725         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
10726         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
10727         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
10728         Fix negotiation.  Add a bufferalloc function for the sink pad,
10729         and generally clean up some of the code.
10730
10731 2004-01-12  Julien MOUTTE <julien@moutte.net>
10732
10733         * gst-libs/gst/colorbalance/colorbalancechannel.c:
10734         (gst_color_balance_channel_dispose): Adding safety check in dispose
10735         method.
10736         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
10737         (gst_xvimagesink_xcontext_clear),
10738         (gst_xvimagesink_interface_supported),
10739         (gst_xvimagesink_colorbalance_list_channels),
10740         (gst_xvimagesink_colorbalance_set_value),
10741         (gst_xvimagesink_colorbalance_get_value),
10742         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
10743         Adding colorbalance interface support to set XV parameters such as
10744         HUE, BRIGHTNESS, CONTRAST, SATURATION.
10745         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
10746         interface.
10747
10748 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10749
10750         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
10751         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
10752         (gst_audio_convert_init), (gst_audio_convert_set_property),
10753         (gst_audio_convert_get_property), (gst_audio_convert_chain),
10754         (gst_audio_convert_link),
10755         (gst_audio_convert_buffer_to_default_format),
10756         (gst_audio_convert_buffer_from_default_format), (plugin_init):
10757           - implement _getcaps and use it
10758           - improve linking
10759           - remove float caps since no float conversion is actually done
10760           - remove properties and arguments that were to be used for rate
10761             conversion
10762
10763 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10764
10765         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
10766         (gst_audio_structure_set_int):
10767         * gst-libs/gst/audio/audio.h:
10768           add helper functions for _getcaps matching the standard audio
10769           templates
10770
10771 2004-01-12  David Schleef  <ds@schleef.org>
10772
10773         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
10774         Test that pad is negotiated before getting its caps.
10775
10776 2004-01-12  Julien MOUTTE <julien@moutte.net>
10777
10778         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
10779         analyzing the pads of an element the bin is mostly in READY state so
10780         no caps were negotiated. This helper function needs to work with
10781         _get_caps directly then. I was not freeing them though, added that to
10782         fix the mem leak.
10783
10784 2004-01-12  Julien MOUTTE <julien@moutte.net>
10785
10786         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
10787         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
10788         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
10789         than the free_func.
10790
10791 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
10792
10793         * sys/oss/gstossaudio.c: (plugin_init):
10794         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
10795         * sys/oss/gstosselement.h:
10796           make an oss debugging category
10797           make failure more descriptive
10798
10799 2004-01-11  David Schleef  <ds@schleef.org>
10800
10801         * ext/ffmpeg/gstffmpeg.c:
10802         * ext/ffmpeg/gstffmpegcodecmap.c:
10803         * ext/ffmpeg/gstffmpegdec.c:
10804         * ext/ffmpeg/gstffmpegenc.c:
10805         * ext/ffmpeg/gstffmpegprotocol.c:
10806         * ext/gdk_pixbuf/gstgdkanimation.c:
10807         * ext/jpeg/gstjpeg.c:
10808         * ext/libpng/gstpng.c:
10809         * ext/mpeg2dec/perftest.c:
10810         * ext/speex/gstspeex.c:
10811         * gst-libs/gst/resample/dtos.c:
10812         * gst/intfloat/gstintfloatconvert.c:
10813         * gst/oneton/gstoneton.c:
10814         * gst/rtjpeg/RTjpeg.c:
10815         * gst/rtp/gstrtp.c:
10816         * sys/dxr3/dxr3init.c:
10817         * sys/glsink/gstgl_nvimage.c:
10818         * sys/glsink/gstgl_pdrimage.c:
10819         * sys/glsink/gstglsink.c:
10820         * testsuite/gst-lint:
10821         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
10822
10823 2004-01-11  David Schleef  <ds@schleef.org>
10824
10825         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
10826         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
10827         * ext/gdk_pixbuf/gstgdkanimation.c:
10828         (gst_gdk_animation_iter_create_pixbuf):
10829         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
10830         (gst_gdk_pixbuf_chain):
10831         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10832         * ext/jack/gstjack.c: (gst_jack_change_state):
10833         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
10834         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
10835         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
10836         * gst/videofilter/gstvideofilter.c:
10837         (gst_videofilter_set_output_size):
10838         Remove all usage of gst_pad_get_caps(), and replace it with
10839         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
10840
10841 2004-01-11  David Schleef  <ds@schleef.org>
10842
10843         * configure.ac:
10844         * ext/Makefile.am: Fixes to make ext/libcaca compile.
10845         * ext/divx/gstdivxdec.c:
10846         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
10847         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
10848         handle images that span multiple buffers.  Now work with both
10849         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
10850         * ext/gdk_pixbuf/gstgdkpixbuf.h:
10851         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
10852         video/video.h changes
10853         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
10854         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
10855         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
10856         of GstData free function.
10857         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
10858         same.
10859
10860 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10861
10862         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
10863         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
10864         (gst_v4l2element_get_property):
10865         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
10866           add norm, channel and frequency properties.
10867         * sys/v4l2/gstv4l2tuner.c:
10868           fixes for tuner interface changes
10869         * sys/v4l2/gstv4l2element.h:
10870         * sys/v4l2/gstv4l2src.c: 
10871         * sys/v4l2/gstv4l2src.h:
10872         * sys/v4l2/v4l2src_calls.c: 
10873         * sys/v4l2/v4l2src_calls.h:
10874           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
10875
10876 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10877
10878         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
10879         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
10880         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
10881         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
10882         * gst-libs/gst/tuner/tuner.h:
10883           GObjects aren't const.
10884           Add find_by_name functions.
10885           Add checks to _changed functions.
10886         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
10887         (gst_v4l_tuner_get_norm):
10888           Fixes for above.
10889
10890 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10891
10892         * gst-libs/gst/video/video.h:
10893           Fix caps template names to be understandable.
10894           Prefix everything with GST_VIDEO.
10895         * ext/aalib/gstaasink.c:
10896         * ext/divx/gstdivxdec.c:
10897         * ext/divx/gstdivxenc.c:
10898         * ext/gdk_pixbuf/gstgdkpixbuf.c:
10899         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
10900         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
10901         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
10902         * ext/libcaca/gstcacasink.c:
10903         * ext/libpng/gstpngenc.c: (raw_caps_factory):
10904         * ext/snapshot/gstsnapshot.c:
10905         * ext/swfdec/gstswfdec.c:
10906         * ext/xvid/gstxviddec.c:
10907         * ext/xvid/gstxvidenc.c:
10908         * gst/chart/gstchart.c:
10909         * gst/deinterlace/gstdeinterlace.c:
10910         * gst/effectv/gsteffectv.c:
10911         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
10912         * gst/goom/gstgoom.c:
10913         * gst/median/gstmedian.c:
10914         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
10915         (gst_monoscope_srcconnect), (gst_monoscope_chain):
10916         * gst/overlay/gstoverlay.c:
10917         * gst/smooth/gstsmooth.c:
10918         * gst/smpte/gstsmpte.c:
10919         * gst/synaesthesia/gstsynaesthesia.c:
10920         * gst/videocrop/gstvideocrop.c:
10921         * gst/videodrop/gstvideodrop.c:
10922         * gst/y4m/gsty4mencode.c:
10923         * sys/qcam/gstqcamsrc.c:
10924         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
10925           Make them work with new video.h file.
10926         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10927         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
10928         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10929         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
10930           Make it work with new buffer allocation system.
10931
10932 2004-01-11  Julien MOUTTE  <julien@moutte.net>
10933
10934         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the 
10935         pad_alloc_buffer implementation to use ->srcpad
10936         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
10937         pad_alloc_buffer implementation to use ->srcpad
10938         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
10939         pad_alloc_buffer implementation to use ->srcpad
10940         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
10941         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
10942         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
10943         a reference to everything we need.
10944         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
10945         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
10946         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
10947         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
10948         a reference to everything we need.
10949         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
10950
10951 2004-01-11  David Schleef  <ds@schleef.org>
10952
10953         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
10954         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
10955         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
10956         structure members.
10957         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
10958         value during a resize/renegotiation.
10959         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
10960         gst_pad_alloc_buffer();
10961         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
10962         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
10963         structure members.
10964         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
10965         Fix for rename of buffer private structure members.
10966         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
10967         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
10968         Fix for rename of buffer private structure members.
10969         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
10970         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
10971         Fix for rename of buffer private structure members.
10972
10973 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
10974
10975         reviewed by: David Schleef <ds@schleef.org>
10976
10977         * gst/videofilter/Makefile.am:
10978         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
10979         from the patch by ds to fit in with recent make_filter changes.
10980
10981 2004-01-11  Julien MOUTTE  <julien@moutte.net>
10982
10983         * configure.ac: Adding examples/switch/Makefile
10984         * examples/Makefile.am: Adding examples/switch
10985         * examples/switch/Makefile.am: Adding switcher example.
10986         * examples/switch/switcher.c: (got_eos), (idle_iterate),
10987         (switch_timer), (main): Adding an example demonstrating switch usage
10988         with 2 videotestsrc showing different patterns.
10989         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
10990         (gst_switch_init): Fixing switch with the new caps system.
10991
10992 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
10993
10994         * gst-libs/gst/video/video.h:
10995           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
10996           They should probably be like
10997           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
10998
10999 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11000
11001         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11002         (qtdemux_parse_trak):
11003           fix audio chunk size/timestamp calculation
11004
11005 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11006
11007         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
11008           fix SVQ3 caps
11009
11010 2004-01-11  Steve Baker  <steve@stevebaker.org>
11011
11012         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
11013         (gst_agingtv_base_init), (gst_agingtv_class_init),
11014         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
11015         (gst_agingtv_set_property), (gst_agingtv_get_property):
11016         Port agingTV to videofilter
11017
11018 2004-01-09  Julien MOUTTE <julien@moutte.net>
11019
11020         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
11021         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11022
11023 2004-01-09  Julien MOUTTE <julien@moutte.net>
11024
11025         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
11026         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11027         * gst-libs/gst/xoverlay/xoverlay.c:
11028         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
11029         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
11030         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11031         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11032         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
11033         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
11034         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
11035         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
11036         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11037         interface implementation to handle xid being 0 and fix some bugs
11038         triggered by Benjamin's testcase.
11039         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
11040         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
11041         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
11042         the bufferalloc_function to replace bufferpools, fixing the XOverlay
11043         interface implementation to handle xid being 0 and fix some bugs
11044         triggered by Benjamin's testcase.
11045
11046 2004-01-09  David Schleef  <ds@schleef.org>
11047
11048         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
11049         mouse pointer events.  It works.
11050
11051 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11052
11053         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
11054           Use explicit caps - fix capsnego.
11055         * ext/xvid/gstxviddec.c:
11056         * ext/xvid/gstxvidenc.c:
11057           Remove macro-inside-macro which caused compile errors.
11058         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
11059           Error out if it's not a RIFF file. Else we error out without
11060           gst_element_error() which is not good...
11061
11062 2004-01-08  David Schleef  <ds@schleef.org>
11063
11064         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
11065         Fix pad_link function to handle formats that ffmpeg returns
11066         as multiple caps structures.
11067         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
11068         Only complain if source buffer is _smaller_ than expected.
11069         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
11070         (gst_videoscale_handle_src_event): Resize navigation events
11071         when passing them upstream.
11072         * gst/videotestsrc/gstvideotestsrc.c:
11073         * gst/videotestsrc/gstvideotestsrc.h:
11074         * gst/videotestsrc/videotestsrc.c:
11075         * gst/videotestsrc/videotestsrc.h:
11076         Rewrite many of the buffer painting functions to handle odd
11077         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
11078         been verified to work with my video card.
11079         * testsuite/gst-lint:  Add check for elements calling
11080         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
11081
11082 2004-01-08  David Schleef  <ds@schleef.org>
11083
11084         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
11085         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
11086
11087 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11088
11089         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
11090         configure event is not emiting the desired size signal. That fixes
11091         aspect ratio issues with gst-player.
11092
11093 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11094
11095         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
11096           Fix capsnego.
11097
11098 2004-01-08  Julien MOUTTE  <julien@moutte.net>
11099
11100         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
11101         public method to fire size signal.
11102
11103 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11104
11105         * examples/gstplay/Makefile.am: Adding the interface library.
11106         * gst-libs/gst/play/Makefile.am: Adding the interface library.
11107         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
11108         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
11109         GST_IS_X_OVERLAY before signal connect.
11110         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init): 
11111         Removing the have_video_size signal.
11112         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
11113         and associated public method.
11114         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11115         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
11116         signal.
11117         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
11118         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
11119         signal.
11120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
11121         Using XOverlay public method to fire size signal.
11122
11123 2004-01-07  David Schleef  <ds@schleef.org>
11124
11125         * gst/videofilter/Makefile.am:
11126         * gst/videofilter/gstvideotemplate.c:
11127         * gst/videofilter/make_filter:
11128         Create gstvideoexample.c in a srcdir!=builddir friendly way.
11129         Convert make_filter to /bin/sh script.
11130
11131 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
11132
11133         * gst/modplug/gstmodplug.cc: fix element description
11134
11135 2004-01-07  Julien MOUTTE  <julien@moutte.net>
11136
11137         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11138         (got_video_size): Adding some new lines in g_print calls.
11139         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11140         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
11141         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
11142         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
11143         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
11144         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
11145         Complete code review, reverting some stuff i disagree with, adding
11146         some fixes : time synchronization on invalid timestamps, renegotiation
11147         of private window.
11148         * sys/ximage/ximagesink.h:
11149         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
11150         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
11151         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
11152         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
11153         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
11154         (gst_xvimagesink_buffer_new),
11155         (gst_xvimagesink_navigation_send_event),
11156         (gst_xvimagesink_set_xwindow_id),
11157         (gst_xvimagesink_get_desired_size),
11158         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
11159         stuff i disagree with, adding some fixes : Renegotiation of private
11160         window, implementing get_desired_size.
11161
11162 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11163
11164         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
11165         (gst_afsink_handle_event):
11166         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
11167         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
11168         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
11169         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
11170         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
11171           Fix for instantiate-test (see core). Also remove dead code from
11172           jpegenc (which still needs fixing, but that's lower on my TODO
11173           list...).
11174         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
11175           Never return NULL as caps.
11176
11177 2004-01-07  David Schleef  <ds@schleef.org>
11178
11179         * configure.ac:
11180         * ext/Makefile.am:
11181         * ext/librfb/Makefile.am:
11182         * ext/librfb/gstrfbsrc.c:
11183         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
11184         is the protocol used by VNC.
11185
11186 2004-01-07  David Schleef  <ds@schleef.org>
11187
11188         * gst/videofilter/gstvideotemplate.c:
11189         * gst/videofilter/gstvideotemplate.h:
11190         * gst/videofilter/make_filter:
11191         Merge videotemplate header into source file.
11192         * gst/effectv/Makefile.am:
11193         * gst/effectv/gsteffectv.c: (plugin_init):
11194         * gst/effectv/gstwarp.c:
11195         Make warpTV a subclass of videofilter.
11196
11197 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11198
11199         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
11200           Add guard against invalid utf-8 conversions in mad. Just in case.
11201
11202 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11203
11204         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11205           Fix for bug shown by poisoning
11206
11207 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11208
11209         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
11210         (gst_v4lmjpegsrc_buffer_free):
11211         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
11212         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
11213         (gst_v4lsrc_buffer_free):
11214           Fix for removed bufferpools.
11215
11216 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11217
11218         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
11219         Fix caps negotiation.
11220
11221         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
11222         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
11223         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
11224         (dvdnavsrc_event):
11225         * ext/mpeg2dec/gstmpeg2dec.c:
11226         * gst-libs/gst/navigation/navigation.c:
11227         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
11228         * gst-libs/gst/navigation/navigation.h:
11229         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
11230         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
11231         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
11232         Super-simple first version of mouse and keyboard events. Clicking
11233         on a DVD menu now works, although it may not take you where you
11234         expected.
11235
11236         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11237         * gst/videotestsrc/gstvideotestsrc.c:
11238         (gst_videotestsrc_src_fixate):
11239         These fixate functions were broken - they never actually
11240         fixated :)
11241         
11242 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11243
11244         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
11245         (gst_icecastsend_init):
11246           fix for new caps system.
11247         * gst-libs/gst/mixer/mixertrack.h:
11248         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
11249           Add 'master track' flag (for tools like ACME that only want to
11250           change the main volume).
11251
11252 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
11253
11254         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
11255         (gst_xvid_csp_to_caps):
11256         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
11257         * ext/xvid/gstxvidenc.c:
11258         ifdef out ARGB type when it isn't available 
11259         in xvidcore 1.0.0beta2
11260
11261 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11262
11263         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
11264           When we have received a new SCR right in the first buffer after
11265           a seek (so in the same cycle that handles the discont), we should
11266           handle the buffer instead of unreffing it, else we lose data.
11267
11268 2004-01-06  Iain <iain@prettypeople.org>
11269
11270         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the 
11271           buffer-frames caps too.
11272
11273         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
11274           caps that we need, don't destroy them all and rebuild them. And when
11275           creating src pads, use the src pad template rather than the sink...
11276
11277 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11278
11279         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
11280           Add pad to element *after* setting functions such as event handler.
11281           Without this, the scheduler (opt) will link pads, set the event
11282           handler from the default event function (dispatcher in gstpad.c)
11283           and *after* that, we will set our own event function, which will
11284           thus never be used (and thus mpegdemux doesn't handle events).
11285
11286 2004-01-04  David Schleef  <ds@schleef.org>
11287
11288         Fix the fixate functions to handle new prototype:
11289         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11290         * gst/videotestsrc/gstvideotestsrc.c:
11291         (gst_videotestsrc_src_fixate):
11292         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
11293         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
11294         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11295
11296 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11297
11298         * sys/ximage/ximagesink.h:
11299         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
11300         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
11301         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
11302         (gst_ximagesink_xoverlay_init):
11303           assorted fixes to make (re)embedding work
11304         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
11305         (gst_ximagesink_get_desired_size):
11306           implement desired size additions to XOverlay
11307
11308 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11309
11310         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
11311         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
11312         (gst_x_overlay_got_desired_size):
11313         * gst-libs/gst/xoverlay/xoverlay.h:
11314           Add optional "desired size" signal and querying.
11315
11316 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11317
11318         * gst/matroska/matroska-demux.c:
11319         (gst_matroska_demux_parse_blockgroup):
11320           Fix EBML-laced block parsing. Diffs are relative to previous
11321           lace, not the first lace. Thanks to Mosu from the Matroska
11322           team for detecting this.
11323         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11324         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
11325         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
11326         (gst_wavparse_change_state):
11327         * gst/wavparse/gstwavparse.h:
11328           Quickfix for capsnego.
11329
11330 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11331
11332         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
11333           Fix indenting, fix pad creation.
11334
11335 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11336
11337         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
11338         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
11339         (gst_xviddec_sink_link):
11340           Implement src_getcaps() so proper size caps is negotiated.
11341
11342 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11343
11344         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
11345           Finish flac decoder on EOS. See #116178.
11346
11347 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11348
11349         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
11350         (gst_matroska_demux_add_stream):
11351         * gst/matroska/matroska-ids.h:
11352           Add getcaps() function to fix capsnego...
11353
11354 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11355
11356         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11357         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
11358         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
11359           Fix more integer overflows. Again, see #126967.
11360
11361 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11362
11363         * ext/mpeg2dec/gstmpeg2dec.c:
11364           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
11365           #130416.
11366
11367 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11368
11369         * configure.ac:
11370         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
11371         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
11372         * ext/xvid/gstxvid.h:
11373         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
11374         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
11375         (gst_xviddec_src_link), (gst_xviddec_sink_link),
11376         (gst_xviddec_change_state):
11377         * ext/xvid/gstxviddec.h:
11378         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
11379         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
11380         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
11381         (gst_xvidenc_link), (gst_xvidenc_set_property),
11382         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
11383         * ext/xvid/gstxvidenc.h:
11384           Update xvid plugin to latest xvid (1.0.0-beta3) API.
11385
11386 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11387
11388         * gst/rtp/rtp-packet.c:
11389           Add sys/types.h include, since OS X doesn't define in_addr_t
11390           in netinet/in.h, like it does on Linux (see #129600).
11391
11392 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
11393
11394         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
11395
11396         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
11397           Correct logic of dispose function (see #129306).
11398
11399 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11400
11401         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
11402         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
11403         (gst_mpeg_parse_init):
11404         * gst/mpegstream/gstmpegparse.h:
11405           Remove clock (which was never provided, i.e. dead code), and
11406           also fix integer overflows at high PTS values (see #126967).
11407
11408 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11409
11410         * ext/flac/gstflacdec.c:
11411         * ext/libpng/gstpngenc.h:
11412         * ext/mikmod/gstmikmod.h:
11413           OS X fixes (see #126628).
11414
11415 2004-01-02  David Schleef  <ds@schleef.org>
11416
11417         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
11418         (gst_alsa_src_base_init): Remove bogus "src" request pad.
11419         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
11420         (gst_mpeg_parse_class_init): Move pad template registration
11421         to class_init, since the derived class (mpegdemux) doesn't
11422         want them.
11423
11424 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11425
11426         * sys/ximage/Makefile.am:
11427         * sys/xvideo/Makefile.am:
11428         * sys/xvimage/Makefile.am:
11429           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
11430           after installation (see #127664).
11431
11432 2004-01-02  David Schleef  <ds@schleef.org>
11433
11434         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
11435         (gst_ffmpegenc_connect):  Negotiation fixes.
11436         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
11437         Remove inappropriate gst_caps_free().
11438         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11439         Reenable Ronald's internal resize code, since the core handles
11440         it correctly now.
11441
11442 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11443
11444         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
11445         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
11446         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
11447           Fix pad template stuff.
11448
11449 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11450
11451         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
11452         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
11453           fix signed integer reading/writing.
11454
11455 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11456
11457         * ext/alsa/README:
11458           Remove outdated document
11459
11460 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
11461
11462         * gst/cutter/gstcutter.c: (gst_cutter_init):
11463           src pad was being created twice - oops.
11464
11465 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11466
11467         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11468           Comment out internal resize. It doesn't handle the resulting
11469           XEvent internally, does another try_set_caps() which leads to
11470           a really nice loop.
11471           Real fix will come when Julien and Dave are awake. ;).
11472
11473 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11474
11475         * ext/mpeg2enc/gstmpeg2enc.cc:
11476           fix const/nonconst compile issue.
11477
11478 2004-01-02  David Schleef  <ds@schleef.org>
11479
11480         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
11481         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
11482         Add fixate function and a check for bad formats.
11483
11484 2004-01-01  David Schleef  <ds@schleef.org>
11485
11486         Negotiation fixes:
11487         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
11488         (gst_audiofilter_init):
11489         * gst/debug/efence.c: (gst_efence_init):
11490         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
11491         (gst_deinterlace_init):
11492         * gst/volume/gstvolume.c: (volume_connect):
11493
11494 2004-01-01  David Schleef  <ds@schleef.org>
11495
11496         Convert elements to use gst_pad_use_explicit_caps() where
11497         appropriate:
11498         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
11499         * ext/audiofile/gstafparse.c: (gst_afparse_init),
11500         (gst_afparse_open_file):
11501         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
11502         (gst_afsrc_open_file):
11503         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
11504         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
11505         (gst_ffmpegdec_chain):
11506         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
11507         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
11508         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
11509         (gst_gdk_pixbuf_chain):
11510         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
11511         (gst_jpegdec_chain):
11512         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
11513         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
11514         (gst_mikmod_negotiate):
11515         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
11516         (gst_mpeg2dec_negotiate_format):
11517         * ext/mpeg2enc/gstmpeg2enc.cc:
11518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
11519         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
11520         (gst_speexdec_sinkconnect):
11521         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
11522         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
11523         (gst_vorbisfile_new_link):
11524         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
11525         (gst_ac3parse_chain):
11526         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
11527         (gst_asf_demux_setup_pad):
11528         * gst/auparse/gstauparse.c: (gst_auparse_init),
11529         (gst_auparse_chain):
11530         * gst/id3/gstid3types.c: (gst_id3types_loop):
11531         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
11532         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
11533         (mp1videoparse_parse_seq):
11534         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
11535         (bpf_from_header):
11536         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
11537         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
11538         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
11539         (gst_mpeg_parse_send_data):
11540         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
11541         (gst_qtdemux_add_stream):
11542         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
11543         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
11544         (gst_wavparse_parse_fmt):
11545
11546 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11547
11548         * configure.ac:
11549           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
11550           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
11551           it therefore uses the wrong include paths. Too bad... Note
11552           that 1.6.1.93 is not release yet. ;).
11553           Also add a check for mplex, which is now using the lib'ified
11554           mplex from mjpegtools, too.
11555         * ext/ffmpeg/gstffmpegcodecmap.c:
11556           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
11557           issues. I don't think ffmpeg handles 3ivx correctly, so this
11558           probably won't work. But it won't hurt either.
11559         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
11560         (gst_ffmpegdec_chain):
11561         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
11562         (gst_ffmpegenc_chain_audio):
11563           Fix memleak in audio encoding. Close codec if open fails, this
11564           calls the cleanup routines so we can re-use the context.
11565         * ext/mpeg2enc/gstmpeg2enc.cc:
11566           Fix pad template names/types, fix memory issue with getcaps().
11567         * ext/mpeg2enc/gstmpeg2encoder.cc:
11568         * ext/mpeg2enc/gstmpeg2encoder.hh:
11569           Fix compile issue with new caps system (const thingy).
11570         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11571         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
11572           We read a first frame right on initing, so that we have a caps
11573           when we init the output. This caps is cached in padprivate and
11574           read as first frame.
11575         * ext/mplex/Makefile.am:
11576         * ext/mplex/gstmplex.cc:
11577         * ext/mplex/gstmplex.h:
11578         * ext/mplex/gstmplex.hh:
11579         * ext/mplex/gstmplexibitstream.cc:
11580         * ext/mplex/gstmplexibitstream.hh:
11581         * ext/mplex/gstmplexjob.cc:
11582         * ext/mplex/gstmplexjob.hh:
11583         * ext/mplex/gstmplexoutputstream.cc:
11584         * ext/mplex/gstmplexoutputstream.hh:
11585           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
11586           had issues, didn't do capsnego, supported only a subset of the
11587           mplex features and required a mplex fork in our local CVS. Plus
11588           that it worked agaist a very old mplex version. Rewriting was
11589           faster than updating it.
11590         * gst-libs/ext/Makefile.am:
11591         * gst-libs/ext/mplex/INSTRUCT:
11592         * gst-libs/ext/mplex/Makefile.am:
11593         * gst-libs/ext/mplex/README:
11594         * gst-libs/ext/mplex/TODO:
11595         * gst-libs/ext/mplex/ac3strm_in.cc:
11596         * gst-libs/ext/mplex/audiostrm.hh:
11597         * gst-libs/ext/mplex/audiostrm_out.cc:
11598         * gst-libs/ext/mplex/aunit.hh:
11599         * gst-libs/ext/mplex/bits.cc:
11600         * gst-libs/ext/mplex/bits.hh:
11601         * gst-libs/ext/mplex/buffer.cc:
11602         * gst-libs/ext/mplex/buffer.hh:
11603         * gst-libs/ext/mplex/fastintfns.h:
11604         * gst-libs/ext/mplex/format_codes.h:
11605         * gst-libs/ext/mplex/inputstrm.cc:
11606         * gst-libs/ext/mplex/inputstrm.hh:
11607         * gst-libs/ext/mplex/lpcmstrm_in.cc:
11608         * gst-libs/ext/mplex/mjpeg_logging.cc:
11609         * gst-libs/ext/mplex/mjpeg_logging.h:
11610         * gst-libs/ext/mplex/mjpeg_types.h:
11611         * gst-libs/ext/mplex/mpastrm_in.cc:
11612         * gst-libs/ext/mplex/mpegconsts.cc:
11613         * gst-libs/ext/mplex/mpegconsts.h:
11614         * gst-libs/ext/mplex/mplexconsts.hh:
11615         * gst-libs/ext/mplex/multplex.cc:
11616         * gst-libs/ext/mplex/outputstream.hh:
11617         * gst-libs/ext/mplex/padstrm.cc:
11618         * gst-libs/ext/mplex/padstrm.hh:
11619         * gst-libs/ext/mplex/stillsstream.cc:
11620         * gst-libs/ext/mplex/stillsstream.hh:
11621         * gst-libs/ext/mplex/systems.cc:
11622         * gst-libs/ext/mplex/systems.hh:
11623         * gst-libs/ext/mplex/vector.cc:
11624         * gst-libs/ext/mplex/vector.hh:
11625         * gst-libs/ext/mplex/videostrm.hh:
11626         * gst-libs/ext/mplex/videostrm_in.cc:
11627         * gst-libs/ext/mplex/videostrm_out.cc:
11628         * gst-libs/ext/mplex/yuv4mpeg.cc:
11629         * gst-libs/ext/mplex/yuv4mpeg.h:
11630         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
11631         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
11632           We don't fork mjpegtools' mplex in our CVS anymore.
11633         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
11634         (gst_avi_demux_add_stream):
11635         * gst/avi/gstavidemux.h:
11636           Add getcaps() function for proper caps nego. This makes some
11637           parts of AVI playback/reading work.
11638         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
11639           Resize window on new capsnego. This is probably wrong, but
11640           I'm still committing it because with current capsnego, the
11641           first successfull capsnego is auto-fixated, therefore rounded
11642           down to the lowest values in the caps. this results in a 16x16
11643           XWindow that is not reized when real capsnego finishes.
11644           Dave, I see more cases of this, do you know a proper solution?
11645         * tools/gst-launch-ext.in:
11646           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
11647
11648 2003-12-31  David Schleef  <ds@schleef.org>
11649
11650         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
11651         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
11652           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
11653
11654 2003-12-30  David Schleef  <ds@schleef.org>
11655
11656         * ext/ffmpeg/gstffmpegcolorspace.c:
11657         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
11658         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
11659         (gst_ffmpegcsp_chain): Negotiation fixes
11660         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
11661         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
11662         (gst_audio_convert_link), (gst_audio_convert_channels):
11663         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
11664         (gst_audioscale_link), (gst_audioscale_get_buffer),
11665         (gst_audioscale_chain): Negotiation fixes
11666         * gst/audioscale/gstaudioscale.h:
11667         * gst/videofilter/gstvideofilter.c:
11668         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
11669         (gst_videofilter_link), (gst_videofilter_init),
11670         (gst_videofilter_set_output_size), (gst_videofilter_setup),
11671         (gst_videofilter_find_format_by_structure):
11672         * gst/videofilter/gstvideofilter.h: Negotiation fixes
11673         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
11674         (gst_videoscale_link):
11675         * gst/videoscale/videoscale.c: (videoscale_get_structure),
11676         (videoscale_find_by_structure), (gst_videoscale_setup):
11677         * gst/videoscale/videoscale.h: Negotiation fixes
11678         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
11679         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
11680         function, restrict resizing to a multiple of 4 (hack until
11681         everyone supports odd sizes correctly).
11682
11683 2003-12-29  Colin Walters  <walters@verbum.org>
11684
11685         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
11686         signed.
11687
11688 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
11689
11690         * ext/sndfile/gstsf.c: (gst_sf_loop):
11691           Fix warning about discarding const qualifier
11692
11693 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
11694
11695         * gst/cutter/gstcutter.c:
11696         * gst/videoscale/gstvideoscale.c:
11697         * gst/volenv/gstvolenv.c:
11698         * gst-libs/gst/audio/audio.c:
11699         * gst-libs/gst/video/video.c:
11700           Fix warnings
11701
11702 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11703
11704         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
11705           Don't send ALSA debugging to stderr.
11706         * ext/alsa/gstalsa.h:
11707           Use GST_WARNING instead of g_warning when ALSA functions fail.
11708
11709 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11710
11711         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11712           Free XVAdapterInfo correctly.
11713
11714 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11715
11716         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
11717         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
11718           Make id3tag use correct caps nego.
11719
11720 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
11721
11722         * ext/ivorbis/vorbis.c: 
11723         * ext/ivorbis/vorbisenc.h:
11724         * ext/ivorbis/vorbisfile.c:
11725           Modify so that it uses the new caps things
11726
11727 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11728
11729         * testsuite/spider/spider1.c: (main):
11730         * testsuite/spider/spider2.c: (main):
11731         * testsuite/spider/spider3.c: (main):
11732           Make tests compile again. They probably don't work.
11733
11734 2003-12-24  Colin Walters  <walters@verbum.org>
11735
11736         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
11737         we can't fixate the caps anymore.
11738
11739 2003-12-23  David Schleef  <ds@schleef.org>
11740
11741         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
11742         * sys/oss/gstosssink.c: (gst_osssink_init),
11743         (gst_osssink_sink_fixate): Add fixate function.
11744
11745 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11746
11747         * ext/ffmpeg/gstffmpegcodecmap.c:
11748         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
11749         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
11750         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
11751         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
11752         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
11753         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
11754         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
11755           fix typo in RGB masks, and move back to "old" colorspace
11756           capsnego code until whoever wrote this new crap has actually
11757           tested it so that it works.
11758           And yes, this works, keep it that way please.
11759
11760 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11761
11762         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
11763         (gst_divxdec_init), (gst_divxdec_negotiate):
11764         * ext/divx/gstdivxdec.h:
11765         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
11766         (gst_divxenc_init):
11767         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
11768         (gst_faac_sinkconnect), (gst_faac_srcconnect):
11769         * ext/mpeg2enc/gstmpeg2enc.cc:
11770         * ext/mpeg2enc/gstmpeg2encoder.cc:
11771         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
11772         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
11773         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
11774         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
11775         (dxr3spusink_init):
11776         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
11777         (dxr3videosink_init):
11778           Fix caps breakage after Dave's caps branch merge.
11779
11780 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11781
11782         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11783           Fix for 24bpp display.
11784
11785 2003-12-23  Colin Walters  <walters@verbum.org>
11786
11787         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
11788         a GnomeVFSHandle directly.
11789
11790 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11791
11792         * gst/volume/Makefile.am:
11793         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
11794         (volume_base_init), (volume_init):
11795           Reenable volume element and fix to work with new caps stuff.
11796           Rhythmbox needs this.
11797
11798 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11799
11800         * gst/qtdemux/qtdemux.c: (plugin_init):
11801           qtdemux requires bytestream
11802
11803 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11804
11805         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
11806           Fix remaining caps handling errors due to CAPS merge.
11807
11808 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
11809
11810         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
11811         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
11812         (gst_faad_srcconnect): 
11813           Port to new caps system.
11814
11815 2003-12-21  Julien MOUTTE  <julien@moutte.net>
11816
11817         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
11818         (got_video_size), (main): using g_print instead of g_message.
11819         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS 
11820         signal which was not emitted because of "switch" element added to the
11821         bin but not connected. (Removing from the bin temporarily)
11822
11823 2003-12-21  Julien MOUTTE  <julien@moutte.net>
11824
11825         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
11826         find X development files. I don't understand the previous tests and
11827         they fail on my debian/ppc unstable. This one works.
11828         * examples/gstplay/player.c: (main): Set the pipeline to READY before
11829         exiting.
11830         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
11831         (gst_play_set_video_sink), (gst_play_set_audio_sink),
11832         (gst_play_set_visualization): Add some safety checks in set_ methods
11833         and state_change. This was throwing some ugly CRITICAL messages when
11834         pipeline was getting disposed and casts were failing.
11835
11836 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
11837
11838         * configure.ac:
11839           Improve mpeg2enc detection. This is for distributions that do
11840           ship mjpegtools, but without mpeg2enc. Also does object check
11841           for might there ever be ABI incompatibility.
11842         * ext/mpeg2enc/gstmpeg2enc.cc:
11843           Add Andrew as second maintainer (he's helping me), and also add
11844           an error if no caps was set. This happens if I pull before capsnego
11845           and that's something I should solve sometime else.
11846         * gst/matroska/matroska-demux.c:
11847         (gst_matroska_demux_parse_blockgroup):
11848           Fix time parsing.
11849         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
11850         (gst_matroska_mux_track_header):
11851           Add caps to templates.
11852         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
11853           Add mpegversion=1 to prevent confusion with MPEG/AAC.
11854         * gst/mpegstream/gstmpegdemux.c:
11855           Remove layer since it causes warnings about unfixed caps.
11856         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
11857           Fix obvious typo (we error out if caps were set, we should of
11858           course error out if *no* caps were set).
11859         * sys/oss/gstosselement.c: (gst_osselement_convert):
11860           Fix format conversion, we confused bits/bytes.
11861         * sys/oss/gstosselement.h:
11862           Improve documentation for 'bps'.
11863         * sys/v4l/TODO:
11864           Remove stuff about plugins that need removing - this was done
11865           ages ago.
11866         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
11867         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
11868         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
11869         (gst_v4lsrc_src_query):
11870         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
11871         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
11872           Add get_query_types(), get_formats() and query() functions.
11873
11874 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11875
11876         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
11877         * moved CVS to freedesktop.org
11878